mirror of https://github.com/acidanthera/audk.git
add in gEfiPeiMasterBootModePpiGuid and gEfiPeiBootInRecoveryModePpiGuid
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2755 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
89b6542cc4
commit
1a06ccf40d
|
@ -258,6 +258,15 @@
|
|||
gEfiCpuArchProtocolGuid = { 0x26BACCB1, 0x6F42, 0x11D4, { 0xBC, 0xE7, 0x00, 0x80, 0xC7, 0x3C, 0x88, 0x81 }}
|
||||
gEfiBdsArchProtocolGuid = { 0x665E3FF6, 0x46CC, 0x11D4, { 0x9A, 0x38, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
|
||||
|
||||
################################################################################
|
||||
#
|
||||
# Global PPI Definition section - list of Global PPI C Name Data
|
||||
# Structures that are provided by this package.
|
||||
#
|
||||
################################################################################
|
||||
[Ppis.common]
|
||||
gEfiPeiMasterBootModePpiGuid = {0x7408d748, 0xfc8c, 0x4ee6, {0x92, 0x88, 0xc4, 0xbe, 0xc0, 0x92, 0xa4, 0x10 }}
|
||||
gEfiPeiBootInRecoveryModePpiGuid = {0x17ee496a, 0xd8e4, 0x4b9a, {0x94, 0xd1, 0xce, 0x82, 0x72, 0x30, 0x8, 0x50 }}
|
||||
|
||||
################################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue