Skip to content

Reserve OP-TEE memory from NWd on N1SDP

The physical memory which is used to run OP-TEE on the N1SDP is known to the secure world via TOS_FW_CONFIG, but it may not be known to the normal world.

As a precaution, explicitly reserve this memory via NT_FW_CONFIG to prevent the normal world from using it. This is not required on most platforms as the Trusted OS is run from secure RAM.

Signed-off-by: Adam Johnston adam.johnston@arm.com

Merge request reports