]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/SecInternal.h
ArmPlatformPkg/Sec: Added support for Non Cold Boot Paths
[mirror_edk2.git] / ArmPlatformPkg / Sec / SecInternal.h
index 0d6daf993aabdc2c648f31b41cea33c5e228a91d..34a6feab1e15f5a0f9dd4b75bc0598b3d0741419 100644 (file)
@@ -28,7 +28,8 @@
 \r
 VOID\r
 TrustedWorldInitialization (\r
-  IN  UINTN                 MpId\r
+  IN  UINTN                     MpId,\r
+  IN  UINTN                     SecBootMode\r
   );\r
 \r
 VOID\r
@@ -53,7 +54,8 @@ VOID
 enter_monitor_mode (\r
   IN UINTN                  MonitorEntryPoint,\r
   IN UINTN                  MpId,\r
-  IN VOID*                  Stack\r
+  IN UINTN                  SecBootMode,\r
+  IN VOID*                  MonitorStackBase\r
   );\r
 \r
 VOID\r