mirror of https://github.com/acidanthera/audk.git
1) Change GUID of emuvariable module.
2) Support print 64bit's HobList. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4245 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
42a885c2f0
commit
34ec75fc96
|
@ -342,7 +342,7 @@ Returns:
|
|||
gDxeCoreImageHandle
|
||||
);
|
||||
|
||||
DEBUG ((EFI_D_INFO | EFI_D_LOAD, "HOBLIST address in DXE = 0x%08x\n", HobStart));
|
||||
DEBUG ((EFI_D_INFO | EFI_D_LOAD, "HOBLIST address in DXE = 0x%016lx\n", (UINT64) (UINTN) HobStart));
|
||||
|
||||
//
|
||||
// Initialize the Event Services
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<MsaHeader>
|
||||
<ModuleName>EmuVariable</ModuleName>
|
||||
<ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
|
||||
<GuidValue>CBD2E4D5-7068-4FF5-B866-9822B4AD8D61</GuidValue>
|
||||
<GuidValue>02B01AD5-7E59-43e8-A6D8-238180613A5A</GuidValue>
|
||||
<Version>1.0</Version>
|
||||
<Abstract>Emulation Variable for EFI_RUNTIME_SERVICES.</Abstract>
|
||||
<Description>This module provides three EFI_RUNTIME_SERVICES: SetVariable, GetVariable, GetNextVariableName</Description>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
BASE_NAME = EmuVariableRuntimeDxe
|
||||
FILE_GUID = CBD2E4D5-7068-4FF5-B866-9822B4AD8D61
|
||||
FILE_GUID = 02B01AD5-7E59-43e8-A6D8-238180613A5A
|
||||
MODULE_TYPE = DXE_RUNTIME_DRIVER
|
||||
VERSION_STRING = 1.0
|
||||
EDK_RELEASE_VERSION = 0x00020000
|
||||
|
|
Loading…
Reference in New Issue