mirror of https://github.com/acidanthera/audk.git
Add the IPF boot mode into ProcessorBind.h, and these boot mode is defined in Itanium Manual so add this in IPF ProcessorBind.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3039 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
677c4c48f7
commit
bf3179d8dd
|
@ -205,6 +205,12 @@ typedef INT64 INTN;
|
||||||
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//
|
||||||
|
// For IPF boot mode
|
||||||
|
//
|
||||||
|
#define RECOVERY_CHECK_CALL 0x3
|
||||||
|
#define NORMAL_BOOT_CALL 0x0
|
||||||
|
|
||||||
//
|
//
|
||||||
// A pointer to a function in IPF points to a plabel.
|
// A pointer to a function in IPF points to a plabel.
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue