Remove references to old project name from common filesThe project has been renamed from "Arm Trusted Firmware (ATF)" to"Trusted Firmware-A (TF-A)" long ago. A few references to the oldproject na
Remove references to old project name from common filesThe project has been renamed from "Arm Trusted Firmware (ATF)" to"Trusted Firmware-A (TF-A)" long ago. A few references to the oldproject name that still remained in various places have now beenremoved.This change doesn't affect any platform files. Any "ATF" referencesinside platform files, still remain.Change-Id: Id97895faa5b1845e851d4d50f5750de7a55bf99eSigned-off-by: John Tsichritzis <john.tsichritzis@arm.com>
show more ...
aarch32: optee: define the OP-TEE secure payloadAArch32 only platforms can boot the OP-TEE secure firmware asa BL32 secure payload. Such configuration can be defined throughAARCH32_SP=optee.The
aarch32: optee: define the OP-TEE secure payloadAArch32 only platforms can boot the OP-TEE secure firmware asa BL32 secure payload. Such configuration can be defined throughAARCH32_SP=optee.The source files can rely on AARCH32_SP_OPTEE to conditionOP-TEE boot specific instruction sequences.OP-TEE does not expect ARM Trusted Firmware formatted structureas boot argument. Load sequence is expected to have already loadedto OP-TEE boot arguments into the bl32 entrypoint info structure.Last, AArch32 platform can only boot AArch32 OP-TEE images.Change-Id: Ic28eec5004315fc9111051add6bb1a1d607fc815Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>