mirror of https://github.com/acidanthera/audk.git
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:
parent
2db16368d1
commit
6913a68302
|
@ -96,6 +96,22 @@ ArmPlatformGetBootMode (
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue