]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Include/Library/ArmPlatformLib.h
ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatformSecExtr...
[mirror_edk2.git] / ArmPlatformPkg / Include / Library / ArmPlatformLib.h
index ba0f8520b7608a05faacb88527eadcd9c8b492d3..c49812560e65b20bda279b4e77048ac1db9fc8ee 100644 (file)
@@ -94,6 +94,19 @@ ArmPlatformSecInitialize (
   VOID
   );
 
+/**
+  Call before jumping to Normal World
+
+  This function allows the firmware platform to do extra actions before
+  jumping to the Normal World
+
+**/
+VOID
+ArmPlatformSecExtraAction (
+  IN  UINTN         CoreId,
+  OUT UINTN*        JumpAddress
+  );
+
 /**
   Initialize controllers that must setup in the normal world