]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAction()
authorOlivier Martin <olivier.martin@arm.com>
Tue, 15 Jul 2014 09:18:44 +0000 (09:18 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 15 Jul 2014 09:18:44 +0000 (09:18 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15657 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/Include/Library/ArmPlatformLib.h

index 94ad5c176f3e42d64e4776782bf1ce96737ca6e7..ed631f3c42c3c48c639580adfcb14f9856a0ad40 100644 (file)
@@ -96,6 +96,22 @@ ArmPlatformGetBootMode (
   VOID\r
   );\r
 \r
+/**\r
+  First platform specific function to be called in the PEI phase\r
+\r
+  This function is actually the first function called by the PrePi\r
+  or PrePeiCore modules. It allows to retrieve arguments passed to\r
+  the UEFI firmware through the CPU registers.\r
+\r
+  This function might be written into assembler as no stack are set\r
+  when the function is invoked.\r
+\r
+**/\r
+VOID\r
+ArmPlatformPeiBootAction (\r
+  VOID\r
+  );\r
+\r
 /**\r
   Initialize controllers that must setup in the normal world\r
 \r