commit | a20def07a8d29d3de8d290ddc7112ada4ffe162f | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Tue Nov 07 16:33:13 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 07 17:45:02 2023 +0100 |
tree | 3c415407cb80b9e80f32ade0fced45951d405244 | |
parent | f91626554164dd50ab54c1000825abe4e1b7e1bb [diff] |
qemu_v8: tfa: set ENABLE_FEAT_HCX=2 Build Trusted Firmware-A with ENABLE_FEAT_HCX=2. This is needed to use SPMC_AT_EL=2 with kernel v6.5 or later (any version that has commit "KVM: arm64: initialize HCRX_EL2" [1]). The symptom is a PANIC message in the platform secure console (out/bin/serial1.log): I/TC: Primary CPU switching to normal world boot PANIC at PC : 0x000000000e0a13c4 Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=af94aad4c9150cca6781ad134c950fb05dff43f9 [1] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers