ArmPlatformPkg/ArmPlatformLib.h: Added documentation for ArmPlatformPeiBootAction()

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
This commit is contained in:
Olivier Martin 2014-07-15 09:18:44 +00:00 committed by oliviermartin
parent 2db16368d1
commit 6913a68302
1 changed files with 16 additions and 0 deletions

View File

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