ArmPlatformPkg/Sec: Added support for Non Cold Boot Paths
For instance, in case of CpuHotPlug boot path the platform has already been initialized. The CPU core should not execute any of the platform initialization in this case. Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13492 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
|
||||
VOID
|
||||
TrustedWorldInitialization (
|
||||
IN UINTN MpId
|
||||
IN UINTN MpId,
|
||||
IN UINTN SecBootMode
|
||||
);
|
||||
|
||||
VOID
|
||||
@@ -53,7 +54,8 @@ VOID
|
||||
enter_monitor_mode (
|
||||
IN UINTN MonitorEntryPoint,
|
||||
IN UINTN MpId,
|
||||
IN VOID* Stack
|
||||
IN UINTN SecBootMode,
|
||||
IN VOID* MonitorStackBase
|
||||
);
|
||||
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user