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:
@@ -205,6 +205,12 @@ typedef INT64 INTN;
|
||||
#define GLOBAL_REMOVE_IF_UNREFERENCED
|
||||
#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.
|
||||
//
|
||||
|
Reference in New Issue
Block a user