ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gArmTokenSpaceGuid.PcdTrustzoneSupport
This change does not make possible to disable Trustzone from the firmware. The firmware has to be built for Trustzone support enabled or disabled. The memory page table are now defined as 'Normal Memory' in any case. Except for RTSM Device Memory which as to be Secure Device Memory due to a RTSM bug. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12452 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -103,7 +103,7 @@ CEntryPoint (
|
||||
}
|
||||
|
||||
// Test if Trustzone is supported on this platform
|
||||
if (ArmPlatformTrustzoneSupported ()) {
|
||||
if (FixedPcdGetBool (PcdTrustzoneSupport)) {
|
||||
// Ensure the Monitor Stack Base & Size have been set
|
||||
ASSERT(PcdGet32(PcdCPUCoresSecMonStackBase) != 0);
|
||||
ASSERT(PcdGet32(PcdCPUCoreSecMonStackSize) != 0);
|
||||
|
Reference in New Issue
Block a user