public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* issue about booting centos fail with edk2
@ 2017-07-31  0:27 Zhu Yijun
  2017-07-31 19:02 ` Laszlo Ersek
  0 siblings, 1 reply; 9+ messages in thread
From: Zhu Yijun @ 2017-07-31  0:27 UTC (permalink / raw)
  To: edk2-devel

[-- Attachment #1: Type: text/plain, Size: 5522 bytes --]

Hi all,
 
    I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
    
    Basic info:
    libvirt 1.3.5
    QEMU 2.6.2
    UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
    
    Config pflash and two disks in xml:
    
    ...
    <os>
    <type arch='aarch64' machine='virt-2.6'>hvm</type>
    <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
    <boot dev='hd'/>
  </os>
  ...
  <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2' cache='none' io='native'/>
      <source file='/CentOS-7-aarch64/centos.qcow2'/>
      <backingStore/>
      <target dev='sda' bus='scsi'/>
    </disk>
    <disk type='file' device='cdrom'>
      <driver name='qemu' type='raw' cache='none' io='native'/>
      <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
      <backingStore/>
      <target dev='sdb' bus='scsi'/>
    </disk>
    ...
    
    I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
...    
SetBootOrderFromQemu: FwCfg:^M
/pci@ffffffffffffffff/pci-bridge@3/scsi@0/channel@0/disk@0,0
HALT^M
SetBootOrderFromQemu: FwCfg: <end>^M
ParseOfwNode: DriverName="pci" UnitAddress="ffffffffffffffff" DeviceArguments=""^M
ParseOfwNode: DriverName="pci-bridge" UnitAddress="3" DeviceArguments=""^M
ParseOfwNode: DriverName="scsi" UnitAddress="0" DeviceArguments=""^M
ParseOfwNode: DriverName="channel" UnitAddress="0" DeviceArguments=""^M
ParseOfwNode: DriverName="disk" UnitAddress="0,0" DeviceArguments=""^M
TranslateOfwPath: success: "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)"^M
Match: against "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(462CAA21-7614-4503-836E-8AB6F4662331)": no match^M
Match: against "VenHw(F9B94AE2-8BA6-409B-9D56-B9B417F53CB3)": no match^M
Match: against "VenHw(8047DB4B-7E9C-4C0C-8EBC-DFBBAACACE8F)": no match^M
Match: against "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)": match^M
TranslateOfwPath: no more nodes^M
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(462CAA21-7614-4503-836E-8AB6F4662331)"^M
BootOrderComplete: keeping "VenHw(F9B94AE2-8BA6-409B-9D56-B9B417F53CB3)"^M
BootOrderComplete: keeping "VenHw(8047DB4B-7E9C-4C0C-8EBC-DFBBAACACE8F)"^M
BootOrderComplete: dropping "PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/MAC(5254000C81CB,0x1)"^M
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)"^M
SetBootOrderFromQemu: setting BootOrder: success^M
[Bds]OsIndication: 0000000000000000^M
[Bds]=============Begin Load Options Dumping ...=============^M
  Driver Options:^M
  SysPrep Options:^M
  Boot Options:^M
    Boot0003: UEFI QEMU QEMU HARDDISK            0x0001^M
    Boot0000: UiApp              0x0109^M
    Boot0001: UEFI Misc Device           0x0001^M
    Boot0002: UEFI Misc Device 2                 0x0001^M
    Boot0005: EFI Internal Shell                 0x0001^M
  PlatformRecovery Options:^M
    PlatformRecovery0000: Default PlatformRecovery               0x0001^M
[Bds]=============End Load Options Dumping=============
...

   Compared with success log, it will find "\EFI\centos\shim.efishim.efi", and load grubaa64.efi successfully.

   ...
   ParseOfwNode: DriverName="pci" UnitAddress="ffffffffffffffff" DeviceArguments=""^M
ParseOfwNode: DriverName="pci-bridge" UnitAddress="3" DeviceArguments=""^M
ParseOfwNode: DriverName="scsi" UnitAddress="0" DeviceArguments=""^M
ParseOfwNode: DriverName="channel" UnitAddress="0" DeviceArguments=""^M
ParseOfwNode: DriverName="disk" UnitAddress="0,0" DeviceArguments=""^M
TranslateOfwPath: success: "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)"^M
FSOpen: Open '\EFI\centos\shim.efi' Success^M
[Bds] Expand HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi -> PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-   7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi^M
Match: expanded relative device path "HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi" for prefix matching^M
Match: against "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi": match^M
TranslateOfwPath: no more nodes^M
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(462CAA21-7614-4503-836E-8AB6F4662331)"^M
BootOrderComplete: keeping "VenHw(F9B94AE2-8BA6-409B-9D56-B9B417F53CB3)"^M
BootOrderComplete: keeping "VenHw(8047DB4B-7E9C-4C0C-8EBC-DFBBAACACE8F)"^M
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)"^M
BootOrderComplete: dropping "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)"^M
BootOrderComplete: dropping "PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/MAC(525400CFC658,0x1)"^M
SetBootOrderFromQemu: setting BootOrder: success^M
[Bds]OsIndication: 0000000000000000^M
[Bds]=============Begin Load Options Dumping ...=============^M
  Driver Options:^M
  SysPrep Options:^M
  Boot Options:^M
    Boot0004: CentOS Linux               0x0001^M
    Boot0000: UiApp              0x0109^M
    Boot0001: UEFI Misc Device           0x0001^M
    Boot0002: UEFI Misc Device 2                 0x0001^M
    ...
    
    Is there any advice on this issue? Thanks in advance.
    
Zhu Yijun


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: start-console-fail.log --]
[-- Type: text/plain; charset="gb18030"; name="start-console-fail.log", Size: 185079 bytes --]

Domain centos created from centos.xml
Connected to domain centos
Escape character is ^]
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore/DEBUG/ArmPlatformPrePeiCore.dll 0x1800
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll 0xD180
Register PPI Notify: DCD0BE23-9586-40F4-B643-06522CED4EDE
Install PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Install PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
The 0th FV start address is 0x00000001000, size is 0x001FF000, handle is 0x1000
Register PPI Notify: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Register PPI Notify: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38
Install PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: DBE23AA9-A345-4B97-85B6-B226F1617389
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll 0x40180
Loading PEIM at 0x000000400A0 EntryPoint=0x00000040180 PcdPeim.efi
Install PPI: 06E81C58-4AD7-44BC-8390-F10265F72480
Install PPI: 01F34D25-4DE2-23AD-3FF3-36353FF323F1
Install PPI: 4D8B155B-C059-4C8F-8926-06FD4331DB8A
Install PPI: A60C6B59-E459-425D-9C69-0BCC9CB27D81
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim/DEBUG/MemoryInit.dll 0x2F600
Loading PEIM at 0x0000002F520 EntryPoint=0x0000002F600 MemoryInit.efi
Memory Init PEIM Loaded
ArmPlatformInitializeSystemMemory: System RAM @ 0x40000000 - 0x23FFFFFFF
PeiInstallPeiMemory MemoryBegin 0x23C000000, MemoryLength 0x4000000
ArmPlatformGetVirtualMemoryMap: Dumping System DRAM Memory Map:
	PhysicalBase: 0x40000000
	VirtualBase: 0x40000000
	Length: 0x200000000
Temp Stack : BaseAddress=0x4007E010 Length=0x1FF0
Temp Heap  : BaseAddress=0x4007C020 Length=0x1FF0
Total temporary memory:    16352 bytes.
  temporary memory stack ever used: 8176 bytes.
  temporary memory heap used:       4672 bytes.
Old Stack size 8176, New stack size 131072
Stack Hob: BaseAddress=0x23C000000 Length=0x20000
Heap Offset = 0x1FBFA3FE0 Stack Offset = 0x1FBFA0000
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll 0x23FFE0240
Loading PEIM at 0x0023FFE0160 EntryPoint=0x0023FFE0240 PeiCore.efi
Reinstall PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Reinstall PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
Reinstall PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: F894643D-C449-42D1-8EA8-85BDD8C65BDE
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/CpuPei/CpuPei/DEBUG/CpuPei.dll 0x23FFD9240
Loading PEIM at 0x0023FFD9160 EntryPoint=0x0023FFD9240 CpuPei.efi
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/PlatformPei/PlatformPeim/DEBUG/PlatformPei.dll 0x23FFD1240
Loading PEIM at 0x0023FFD1160 EntryPoint=0x0023FFD1240 PlatformPei.efi
Platform PEIM Loaded
PlatformPeim: PL011 UART @ 0x9000000
Install PPI: 7408D748-FC8C-4EE6-9288-C4BEC092A410
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll 0x23FFAF240
Loading PEIM at 0x0023FFAF160 EntryPoint=0x0023FFAF240 DxeIpl.efi
Install PPI: EE4E5898-3914-4259-9D6E-DC7BD79403CF
Install PPI: 1A36E4E7-FAB6-476A-8E75-695A0576FDD7
Install PPI: 0AE8CE5D-E448-4437-A8D7-EBF5F194F731
Customized Guided section Memory Size required is 0x855E90 and address is 0x23F748000
Allocated Memory unaligned: Address = 0x23EEF2000, Pages = 0x856, Type = 4 
After aligning to 0x10 bytes: Address = 0x23EEF2000, Pages = 0x856 
Updated aligned-mem HOB with BaseAddress = 23EEF2000, Length = 856000, MemoryType = 4 
Install PPI: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38
Notify: PPI Guid: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38, Peim notify entry point: 1113C
The 1th FV start address is 0x0023EEF2000, size is 0x00855E80, handle is 0x23EEF2000
Install PPI: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Notify: PPI Guid: 49EDB1C1-BF21-4761-BB12-EB0031AABB39, Peim notify entry point: 1113C
The Fv 23EEF2000 has already been processed!
DXE IPL Entry
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll 0x23EEB2000
Loading PEIM at 0x0023EEB1000 EntryPoint=0x0023EEB2000 DxeCore.efi
Loading DXE CORE at 0x0023EEB1000 EntryPoint=0x0023EEB2000
Install PPI: 605EA650-C65C-42E1-BA80-91A52AB618C6
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll 0x23EEB2000
HOBLIST address in DXE = 0x23BA55018
Memory Allocation 0x00000004 0x23FFFF000 - 0x23FFFFFFF
Memory Allocation 0x00000004 0x23FFFE000 - 0x23FFFEFFF
Memory Allocation 0x00000004 0x23FFFD000 - 0x23FFFDFFF
Memory Allocation 0x00000004 0x23FFFC000 - 0x23FFFCFFF
Memory Allocation 0x00000004 0x23FFFB000 - 0x23FFFBFFF
Memory Allocation 0x00000004 0x23EE91000 - 0x23EEB0FFF
Memory Allocation 0x00000003 0x23FFE0000 - 0x23FFFAFFF
Memory Allocation 0x00000003 0x23FFD9000 - 0x23FFDFFFF
Memory Allocation 0x00000003 0x23FFD1000 - 0x23FFD8FFF
Memory Allocation 0x00000004 0x23FFC0000 - 0x23FFD0FFF
Memory Allocation 0x00000003 0x23FFAF000 - 0x23FFBFFFF
Memory Allocation 0x00000004 0x23FF9F000 - 0x23FFAEFFF
Memory Allocation 0x00000004 0x23F748000 - 0x23FF9EFFF
Memory Allocation 0x00000004 0x23EEF2000 - 0x23F747FFF
Memory Allocation 0x00000003 0x23EEB1000 - 0x23EEF1FFF
Memory Allocation 0x00000003 0x23EEB1000 - 0x23EEF1FFF
Memory Allocation 0x00000004 0x23EE91000 - 0x23EEB0FFF
Memory Allocation 0x00000004 0x23EE90000 - 0x23EE90FFF
Memory Allocation 0x00000004 0x23EE8F000 - 0x23EE8FFFF
Memory Allocation 0x00000004 0x23C000000 - 0x23C01FFFF
FV Hob            0x1000 - 0x1FFFFF
FV Hob            0x23EEF2000 - 0x23F747E7F
FV2 Hob           0x23EEF2000 - 0x23F747E7F
InstallProtocolInterface: D8117CFE-94A6-11D4-9A3A-0090273FC14D 23EEEE390
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 23BA51330
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BA51618
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 23BA4DB30
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BA4DE98
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A 23BA4D7B0
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A 23B836E30
InstallProtocolInterface: FC1BCDB0-7D31-49AA-936A-A4600D9DD083 23EEEE3B0
Loading driver 80CF7257-87AB-47F9-A3FE-D50B76D89541
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B13FB40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll 0x23BE31000
Loading driver at 0x0023BE30000 EntryPoint=0x0023BE31048 PcdDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B13FE18
ProtectUefiImageCommon - 0x3B13FB40
  - 0x000000023BE30000 - 0x0000000000010000
InstallProtocolInterface: 11B34006-D85B-4D0A-A290-D5A571310EF7 23BE3E020
InstallProtocolInterface: 13A3F0F6-264A-3EF0-F2E0-DEC512342F34 23BE3E118
InstallProtocolInterface: 5BE40F57-FA68-4610-BBBF-E9C5FCDAD365 23BE3E1A8
InstallProtocolInterface: FD0F4478-0EFD-461D-BA2D-E58C45FD5F5E 23BE3E1C0
Loading driver 9A871B00-1C16-4F61-8D2C-93B6654B5AD6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B13EBC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/FdtClientDxe/FdtClientDxe/DEBUG/FdtClientDxe.dll 0x23BE25000
Loading driver at 0x0023BE24000 EntryPoint=0x0023BE25048 FdtClientDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B13EA98
ProtectUefiImageCommon - 0x3B13EBC0
  - 0x000000023BE24000 - 0x000000000000C000
InitializeFdtClientDxe: DTB @ 0x23FFC0000
InstallProtocolInterface: E11FACA0-4710-4C8E-A7A2-01BAA2591B4C 23BE2E008
Loading driver B8D9777E-D72A-451F-9BDB-BAFB52A68415
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B13E240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/CpuDxe/CpuDxe/DEBUG/ArmCpuDxe.dll 0x23BE15000
Loading driver at 0x0023BE14000 EntryPoint=0x0023BE15048 ArmCpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B12C018
ProtectUefiImageCommon - 0x3B13E240
  - 0x000000023BE14000 - 0x0000000000010000
InstallProtocolInterface: 26BACCB1-6F42-11D4-BCE7-0080C73C8881 23BE22008
MemoryProtectionCpuArchProtocolNotify:
InitializeDxeNxMemoryProtectionPolicy: applying strict permissions to active memory regions
SetUefiImageMemoryAttributes - 0x0000000040000000 - 0x00000001FBE14000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE40000 - 0x0000000003071000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023EEF2000 - 0x00000000010BD000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023FFC0000 - 0x0000000000011000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023FFFB000 - 0x0000000000005000 (0x0000000000004000)
InitializeDxeNxMemoryProtectionPolicy: applying strict permissions to inactive memory regions
ProtectUefiImageCommon - 0x3EEEE400
  - 0x000000023EEB1000 - 0x0000000000041000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
  Section - '.text   '
  VirtualSize          - 0x0003C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0003C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023EEB2000 - 0x000000000003C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023EEB1000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023EEB2000 - 0x000000000003C000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023EEEE000 - 0x0000000000004000 (0x0000000000004000)
ProtectUefiImageCommon - 0x3B13FB40
  - 0x000000023BE30000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE31000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE30000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE31000 - 0x000000000000D000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023BE3E000 - 0x0000000000002000 (0x0000000000004000)
ProtectUefiImageCommon - 0x3B13EBC0
  - 0x000000023BE24000 - 0x000000000000C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/FdtClientDxe/FdtClientDxe/DEBUG/FdtClientDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00009000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00009000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE25000 - 0x0000000000009000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE24000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE25000 - 0x0000000000009000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023BE2E000 - 0x0000000000002000 (0x0000000000004000)
ProtectUefiImageCommon - 0x3B13E240
  - 0x000000023BE14000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/CpuDxe/CpuDxe/DEBUG/ArmCpuDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE15000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE14000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE15000 - 0x000000000000D000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023BE22000 - 0x0000000000002000 (0x0000000000004000)
Loading driver B601F8C4-43B7-4784-95B1-F4226CB40CEE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B139040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll 0x23BE90000
InsertImageRecord - 0x3BFFFD98
InsertImageRecord - 0x000000023BE80000 - 0x0000000000040000
ImageRecordCount - 0x0
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE90000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x0023BE80000 EntryPoint=0x0023BE90048 RuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B12C518
ProtectUefiImageCommon - 0x3B139040
  - 0x000000023BE80000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE90000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE80000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BE90000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BEA0000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: B7DFB4E1-052F-449F-87BE-9818FC91B733 23BEA0008
Loading driver F80697E9-7FD6-4665-8646-88E33EF71DFC
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B139D40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll 0x23BE04000
Loading driver at 0x0023BE03000 EntryPoint=0x0023BE04048 SecurityStubDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B139C98
ProtectUefiImageCommon - 0x3B139D40
  - 0x000000023BE03000 - 0x0000000000011000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE04000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE03000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BE04000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BE12000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 94AB2F58-1438-4EF1-9152-18941A3A0E68 23BE12010
InstallProtocolInterface: A46423E3-4617-49F1-B9FF-D1BFA9115839 23BE12008
InstallProtocolInterface: 15853D7C-3DDF-43E0-A1CB-EBF85B8F872C 23BE12018
Loading driver 93E34C7E-B50E-11DF-9223-2443DFD72085
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B138040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe/DEBUG/ArmVeNorFlashDxe.dll 0x238B20000
InsertImageRecord - 0x3BFFFE18
InsertImageRecord - 0x0000000238B10000 - 0x0000000000040000
ImageRecordCount - 0x1
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe/DEBUG/ArmVeNorFlashDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238B20000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238B10000 EntryPoint=0x00238B20048 ArmVeNorFlashDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B138E98
ProtectUefiImageCommon - 0x3B138040
  - 0x0000000238B10000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe/DEBUG/ArmVeNorFlashDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238B20000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238B10000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238B20000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238B30000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BFFFAA0
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 23BFFF9D8
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23BFFFA38
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BFFF6A0
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 23BFFF5D8
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 23BFFF658
ValidateFvHeader: No Firmware Volume header present
NorFlashFvbInitialize: The FVB Header is not valid.
NorFlashFvbInitialize: Installing a correct one for this volume.
Loading driver CBD2E4D5-7068-4FF5-B462-9822B4AD8D60
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B136CC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll 0x238A70000
InsertImageRecord - 0x3BFFF918
InsertImageRecord - 0x0000000238A60000 - 0x0000000000050000
ImageRecordCount - 0x2
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00020000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00020000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238A70000 - 0x0000000000020000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238A60000 EntryPoint=0x00238A70048 VariableRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B136A18
ProtectUefiImageCommon - 0x3B136CC0
  - 0x0000000238A60000 - 0x0000000000050000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00020000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00020000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238A70000 - 0x0000000000020000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238A60000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238A70000 - 0x0000000000020000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238A90000 - 0x0000000000020000 (0x0000000000004008)
VarCheckLibRegisterSetVariableCheckHandler - 0x38A7DFA0 Success
Variable driver common space: 0x3FF9C 0x3FF9C 0x3FF9C
Variable driver will work with auth variable format!
InstallProtocolInterface: CD3D0A05-9E24-437C-A891-1EE053DB7638 238A90008
InstallProtocolInterface: AF23B340-97B4-4685-8D4F-A3F28169B21D 238A90010
InstallProtocolInterface: 1E5668E2-8481-11D4-BCF1-0080C73C8881 0
Loading driver 4C6E0267-C77D-410D-8100-1495911A989D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B135BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/MetronomeDxe/MetronomeDxe/DEBUG/MetronomeDxe.dll 0x23BDFB000
Loading driver at 0x0023BDFA000 EntryPoint=0x0023BDFB048 MetronomeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B135F18
ProtectUefiImageCommon - 0x3B135BC0
  - 0x000000023BDFA000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/MetronomeDxe/MetronomeDxe/DEBUG/MetronomeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDFB000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDFA000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDFB000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BE01000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 26BACCB2-6F42-11D4-BCE7-0080C73C8881 23BE01008
Loading driver 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1351C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll 0x23BDC9000
Loading driver at 0x0023BDC8000 EntryPoint=0x0023BDC9048 HiiDatabase.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B135498
ProtectUefiImageCommon - 0x3B1351C0
  - 0x000000023BDC8000 - 0x0000000000032000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll
  Section - '.text   '
  VirtualSize          - 0x0002F000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0002F000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDC9000 - 0x000000000002F000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDC8000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDC9000 - 0x000000000002F000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDF8000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: E9CA4775-8657-47FC-97E7-7ED65A084324 23BDF8030
InstallProtocolInterface: 0FD96974-23AA-4CDC-B9CB-98D17750322A 23BDF80A8
InstallProtocolInterface: EF9FC172-A1B2-4693-B327-6D32FC416042 23BDF80D0
InstallProtocolInterface: 587E72D7-CC50-4F79-8209-CA291FC1A10F 23BDF8128
InstallProtocolInterface: 0A8BADD5-03B8-4D19-B128-7B8F0EDAA596 23BDF8158
InstallProtocolInterface: 31A6406A-6BDF-4E46-B2A2-EBAA89C40920 23BDF8050
InstallProtocolInterface: 1A1241E6-8F19-41A9-BC0E-E8EF39E06546 23BDF8078
Loading driver D3987D4B-971A-435F-8CAF-4967EB627241
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1331C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll 0x23BDC0000
Loading driver at 0x0023BDBF000 EntryPoint=0x0023BDC0048 SerialDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B133498
ProtectUefiImageCommon - 0x3B1331C0
  - 0x000000023BDBF000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDC0000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDBF000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDC0000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDC6000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: BB25CF6F-F1D4-11D2-9A0C-0090273FC1FD 23BDC6058
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BDC6008
Loading driver 9B680FCE-AD6B-4F3A-B60B-F59899003443
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B132140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll 0x23BDAA000
Loading driver at 0x0023BDA9000 EntryPoint=0x0023BDAA048 DevicePathDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B132B18
ProtectUefiImageCommon - 0x3B132140
  - 0x000000023BDA9000 - 0x0000000000016000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00013000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00013000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDAA000 - 0x0000000000013000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDA9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDAA000 - 0x0000000000013000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDBD000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 0379BE4E-D706-437D-B037-EDB82FB772A4 23BDB89A8
InstallProtocolInterface: 8B843E20-8132-4852-90CC-551A4E4A7F1C 23BDB89E8
InstallProtocolInterface: 05C99A21-C70F-4AD2-8A5F-35DF3343F51E 23BDB89F8
Loading driver A210F973-229D-4F4D-AA37-9895E6C9EABA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B131040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll 0x23BDA1000
Loading driver at 0x0023BDA0000 EntryPoint=0x0023BDA1048 DpcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B132618
ProtectUefiImageCommon - 0x3B131040
  - 0x000000023BDA0000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDA1000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDA0000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDA1000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDA7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 480F8AE9-0C46-4AA9-BC89-DB9FBA619806 23BDA7008
Loading driver 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1313C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll 0x23BD91000
Loading driver at 0x0023BD90000 EntryPoint=0x0023BD91048 EbcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B131B98
ProtectUefiImageCommon - 0x3B1313C0
  - 0x000000023BD90000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD91000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD90000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD91000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD9E000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 13AC6DD1-73D0-11D4-B06B-00AA00BD6DE7 23B131818
InstallProtocolInterface: 2755590C-6F3C-42FA-9EA4-A3BA543CDA25 23B130F18
InstallProtocolInterface: AAEACCFD-F27B-4C17-B610-75CA1F2DFB52 23B130B98
Loading driver 0049858F-8CA7-4CCD-918B-D952CBF32975
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1300C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe/DEBUG/VirtioFdtDxe.dll 0x23BD86000
Loading driver at 0x0023BD85000 EntryPoint=0x0023BD86048 VirtioFdtDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B130A98
ProtectUefiImageCommon - 0x3B1300C0
  - 0x000000023BD85000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe/DEBUG/VirtioFdtDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD86000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD85000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD86000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD8E000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B130718
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B130520
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F018
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12FB20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12FC18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12FD20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12FA18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12F820
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F998
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12F5A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F198
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12F220
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F398
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12EF20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12EE18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12EC20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12ED98
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12E7A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12E120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E698
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12E520
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E498
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D020
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E418
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12DC20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12DD18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12D898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D9A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12D818
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D2A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12D798
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D420
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B018
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2BB20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2BC18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2BD20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2BA18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2B820
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B998
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2B5A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B198
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2B220
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B398
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2AF20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2AE18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2AC20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2AD98
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2A7A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2A120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A698
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2A520
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A498
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD29020
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A418
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD29C20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD29D18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD29120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD29898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD299A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD29818
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD292A0
Loading driver 63EA1463-FBFA-428A-B97F-E222755852D7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD1D040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/HighMemDxe/HighMemDxe/DEBUG/HighMemDxe.dll 0x23BD7D000
Loading driver at 0x0023BD7C000 EntryPoint=0x0023BD7D048 HighMemDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD29498
ProtectUefiImageCommon - 0x3AD1D040
  - 0x000000023BD7C000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/HighMemDxe/HighMemDxe/DEBUG/HighMemDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD7D000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD7C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD7D000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD83000 - 0x0000000000002000 (0x0000000000004008)
Loading driver FE5CEA76-4F72-49E8-986F-2CD899DFFE5D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD1D2C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll 0x23BD6E000
Loading driver at 0x0023BD6D000 EntryPoint=0x0023BD6E048 FaultTolerantWriteDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD1DC18
ProtectUefiImageCommon - 0x3AD1D2C0
  - 0x000000023BD6D000 - 0x000000000000F000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD6E000 - 0x000000000000C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD6D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD6E000 - 0x000000000000C000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD7A000 - 0x0000000000002000 (0x0000000000004008)
Ftw: FtwWorkSpaceLba - 0x1, WorkBlockSize  - 0x40000, FtwWorkSpaceBase - 0x0
Ftw: FtwSpareLba     - 0x2, SpareBlockSize - 0x40000
Ftw: NumberOfWorkBlock - 0x1, FtwWorkBlockLba - 0x1
Ftw: WorkSpaceLbaInSpare - 0x0, WorkSpaceBaseInSpare - 0x0
Ftw: Remaining work space size - 3FFE0
Ftw: Work block header check mismatch
Ftw: Work block header check mismatch
Ftw: Both working and spare blocks are invalid, init workspace
Ftw: start to reclaim work space
Ftw: reclaim work space successfully
InstallProtocolInterface: 3EBD9E82-2C78-4DE6-9786-8D4BFCB7C881 23ACDC028
NOTICE - AuthVariableLibInitialize() returns Unsupported!
Variable driver will continue to work without auth variable support!
[Variable] Lock: BB983CCF-151D-40E1-A07B-4A17BE168292:MemoryOverwriteRequestControlLock Success
RecordSecureBootPolicyVarData GetVariable SecureBoot Status E
InstallProtocolInterface: 6441F818-6362-4E44-B570-7DBA31DD2453 0
Loading driver 4B28E4C7-FF36-4E10-93CF-A82159E777C5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD27040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll 0x238980000
InsertImageRecord - 0x3BFFDB98
InsertImageRecord - 0x0000000238970000 - 0x0000000000040000
ImageRecordCount - 0x3
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238980000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238970000 EntryPoint=0x00238980048 ResetSystemRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B136318
ProtectUefiImageCommon - 0x3AD27040
  - 0x0000000238970000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238980000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238970000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238980000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238990000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 27CFAC88-46CC-11D4-9A38-0090273FC14D 0
InstallProtocolInterface: 9DA34AE0-EAF9-4BBF-8EC3-FD60226C44BE 238990010
Loading driver B336F62D-4135-4A55-AE4E-4971BBF0885D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD273C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll 0x2388E0000
InsertImageRecord - 0x3BFFDC18
InsertImageRecord - 0x00000002388D0000 - 0x0000000000040000
ImageRecordCount - 0x4
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002388E0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x002388D0000 EntryPoint=0x002388E0048 RealTimeClock.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD27918
ProtectUefiImageCommon - 0x3AD273C0
  - 0x00000002388D0000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002388E0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002388D0000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002388E0000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002388F0000 - 0x0000000000020000 (0x0000000000004008)
Found PL031 RTC @ 0x9010000
InstallProtocolInterface: 27CFAC87-46CC-11D4-9A38-0090273FC14D 0
InstallProtocolInterface: 27CFAC87-46CC-11D4-9A38-0090273FC14D 0
Loading driver DE371F7C-DEC4-4D21-ADF1-593ABCC15882
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD25140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmGic/ArmGicDxe/DEBUG/ArmGicDxe.dll 0x23BD63000
Loading driver at 0x0023BD62000 EntryPoint=0x0023BD63048 ArmGicDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD25C98
ProtectUefiImageCommon - 0x3AD25140
  - 0x000000023BD62000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmGic/ArmGicDxe/DEBUG/ArmGicDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD63000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD62000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD63000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD6B000 - 0x0000000000002000 (0x0000000000004008)
Found GIC v3 (re)distributor @ 0x8000000 (0x80A0000)
InstallProtocolInterface: 2890B3EA-053D-1643-AD0C-D64808DA3FF1 23BD6B030
Loading driver EBF342FE-B1D3-4EF8-957C-8048606FF671
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD24BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll 0x23BD37000
Loading driver at 0x0023BD36000 EntryPoint=0x0023BD37048 SetupBrowser.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD25718
ProtectUefiImageCommon - 0x3AD24BC0
  - 0x000000023BD36000 - 0x000000000002C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll
  Section - '.text   '
  VirtualSize          - 0x00029000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00029000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD37000 - 0x0000000000029000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD36000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD37000 - 0x0000000000029000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD60000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: B9D4C360-BCFB-4F9B-9298-53C136982258 23BD60018
InstallProtocolInterface: A770C357-B693-4E6D-A6CF-D21C728E550B 23BD60048
InstallProtocolInterface: 1F73B18D-4630-43C1-A1DE-6F80855D7DA4 23BD60028
Loading driver 6D33944A-EC75-4855-A54D-809C75241F6C
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD23840
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll 0x23BD03000
Loading driver at 0x0023BD02000 EntryPoint=0x0023BD03048 BdsDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD23698
ProtectUefiImageCommon - 0x3AD23840
  - 0x000000023BD02000 - 0x0000000000034000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00031000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00031000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD03000 - 0x0000000000031000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD02000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD03000 - 0x0000000000031000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD34000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
InstallProtocolInterface: 665E3FF6-46CC-11D4-9A38-0090273FC14D 23BD34008
Loading driver F9D88642-0737-49BC-81B5-6889CD57D9EA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD22BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll 0x23BCF4000
Loading driver at 0x0023BCF3000 EntryPoint=0x0023BCF4048 SmbiosDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD22E98
ProtectUefiImageCommon - 0x3AD22BC0
  - 0x000000023BCF3000 - 0x000000000000F000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCF4000 - 0x000000000000C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCF3000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCF4000 - 0x000000000000C000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD00000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
DetectSmbiosVersion: SMBIOS 3.x DocRev from QEMU: 0x00
DetectSmbiosVersion: SMBIOS version from QEMU: 0x0300
InstallProtocolInterface: 03583FF6-CB36-4940-947E-B9B39F4AFAF7 23BD00068
Loading driver 9D1DD27F-6D7F-427B-AEC4-B62F6279C2F1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD221C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe/DEBUG/PlatformHasAcpiDtDxe.dll 0x23BCEA000
Loading driver at 0x0023BCE9000 EntryPoint=0x0023BCEA048 PlatformHasAcpiDtDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD22498
ProtectUefiImageCommon - 0x3AD221C0
  - 0x000000023BCE9000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe/DEBUG/PlatformHasAcpiDtDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCEA000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCE9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCEA000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCF1000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
InstallProtocolInterface: F0966B41-C23F-41B9-9604-0FF7E111965A 0
Loading driver 168D1A6E-F4A5-448A-9E95-795661BB3067
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD21C40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe/DEBUG/ArmPciCpuIo2Dxe.dll 0x23BCE0000
Loading driver at 0x0023BCDF000 EntryPoint=0x0023BCE0048 ArmPciCpuIo2Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD21A98
ProtectUefiImageCommon - 0x3AD21C40
  - 0x000000023BCDF000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe/DEBUG/ArmPciCpuIo2Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCE0000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCDF000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCE0000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCE7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: AD61F191-AE5F-4C0E-B9FA-E869D288C64F 23BCE7008
Loading driver F74D20EE-37E7-48FC-97F7-9B1047749C69
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD21240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll 0x23BCD4000
Loading driver at 0x0023BCD3000 EntryPoint=0x0023BCD4048 LogoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD21518
InstallProtocolInterface: 6A1EE763-D47A-43B4-AABE-EF1DE2AB56FC 23BCDB070
ProtectUefiImageCommon - 0x3AD21240
  - 0x000000023BCD3000 - 0x000000000000C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCD4000 - 0x0000000000006000
  Section - '.data   '
  Section - '.rsrc   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCD3000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCD4000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCDA000 - 0x0000000000005000 (0x0000000000004008)
InstallProtocolInterface: 53CD299F-2BC1-40C0-8C07-23F64FDB30E0 23BCDA020
Loading driver 42857F0A-13F2-4B21-8A23-53D3F714B840
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD207C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll 0x238840000
InsertImageRecord - 0x3BFFD998
InsertImageRecord - 0x0000000238830000 - 0x0000000000040000
ImageRecordCount - 0x5
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238840000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238830000 EntryPoint=0x00238840048 CapsuleRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD1FF98
ProtectUefiImageCommon - 0x3AD207C0
  - 0x0000000238830000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238840000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238830000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238840000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238850000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 5053697E-2CBC-4819-90D9-0580DEEE5754 0
Loading driver AD608272-D07F-4964-801E-7BD3B7888652
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD1F840
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll 0x2387A0000
InsertImageRecord - 0x3BFFDD98
InsertImageRecord - 0x0000000238790000 - 0x0000000000040000
ImageRecordCount - 0x6
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002387A0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238790000 EntryPoint=0x002387A0048 MonotonicCounterRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD1F718
ProtectUefiImageCommon - 0x3AD1F840
  - 0x0000000238790000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002387A0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238790000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002387A0000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002387B0000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 1DA97072-BDDC-4B30-99F1-72A0B56FFF2A 0
Loading driver 49EA041E-6752-42CA-B0B1-7344FE2546B7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD8CC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/TimerDxe/TimerDxe/DEBUG/ArmTimerDxe.dll 0x23BCCA000
Loading driver at 0x0023BCC9000 EntryPoint=0x0023BCCA048 ArmTimerDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD8A98
ProtectUefiImageCommon - 0x3ACD8CC0
  - 0x000000023BCC9000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/TimerDxe/TimerDxe/DEBUG/ArmTimerDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCCA000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCC9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCCA000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCD1000 - 0x0000000000002000 (0x0000000000004008)
Found Timer interrupts 29, 30, 27, 26
InstallProtocolInterface: 26BACCB3-6F42-11D4-BCE7-0080C73C8881 23BCD1010
Loading driver E660EA85-058E-4B55-A54B-F02F83A24707
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD8240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll 0x23BCA7000
Loading driver at 0x0023BCA6000 EntryPoint=0x0023BCA7048 DisplayEngine.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB3018
ProtectUefiImageCommon - 0x3ACD8240
  - 0x000000023BCA6000 - 0x0000000000023000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll
  Section - '.text   '
  VirtualSize          - 0x0001E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0001E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCA7000 - 0x000000000001E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCA6000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCA7000 - 0x000000000001E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCC5000 - 0x0000000000004000 (0x0000000000004008)
InstallProtocolInterface: 9BBE29E9-FDA1-41EC-AD52-452213742D2E 23BCC6580
Loading driver EBF8ED7C-0DD1-4787-84F1-F48D537DCACF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD4040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll 0x23BC92000
Loading driver at 0x0023BC91000 EntryPoint=0x0023BC92048 DriverHealthManagerDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD4F18
ProtectUefiImageCommon - 0x3ACD4040
  - 0x000000023BC91000 - 0x0000000000015000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00012000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00012000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC92000 - 0x0000000000012000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC91000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC92000 - 0x0000000000012000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCA4000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BCA4368
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23BCA4340
Loading driver 4110465D-5FF3-4F4B-B580-24ED0D06747A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD14C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.dll 0x23BC88000
Loading driver at 0x0023BC87000 EntryPoint=0x0023BC88048 SmbiosPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD4918
ProtectUefiImageCommon - 0x3ACD14C0
  - 0x000000023BC87000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC88000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC87000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC88000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC8F000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
SmbiosAdd: Smbios type 1 with size 0x39 is added to 64-bit table
SmbiosCreateTable: Initialize 64-bit entry point structure
SmbiosCreate64BitTable() re-allocate SMBIOS 64-bit table
SmbiosAdd: Smbios type 3 with size 0x1F is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 16 with size 0x19 is added to 64-bit table
SmbiosAdd: Smbios type 17 with size 0x35 is added to 64-bit table
SmbiosAdd: Smbios type 32 with size 0xD is added to 64-bit table
SmbiosAdd: Smbios type 0 with size 0x4A is added to 64-bit table
Loading driver 9622E42C-8E38-4A08-9E8F-54F784652F6B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCF840
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll 0x23BC76000
Loading driver at 0x0023BC75000 EntryPoint=0x0023BC76048 AcpiTableDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD0398
ProtectUefiImageCommon - 0x3ACCF840
  - 0x000000023BC75000 - 0x0000000000012000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC76000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC75000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC76000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC84000 - 0x0000000000003000 (0x0000000000004008)
InstallProtocolInterface: FFE06BDD-6107-46A6-7BB2-5A9C7EC5275C 23ACCF720
InstallProtocolInterface: EB97088E-CFDF-49C6-BE4B-D906A5B20E86 23ACCF730
Loading driver 128FB770-5E79-4176-9E51-9BB268A17DD1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB2040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll 0x23BC5C000
Loading driver at 0x0023BC5B000 EntryPoint=0x0023BC5C048 PciHostBridgeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCF418
ProtectUefiImageCommon - 0x3ACB2040
  - 0x000000023BC5B000 - 0x000000000001A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00017000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00017000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC5C000 - 0x0000000000017000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC5B000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC5C000 - 0x0000000000017000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC73000 - 0x0000000000002000 (0x0000000000004008)
ProcessPciHost: Config[0x3F000000+0x1000000) Bus[0x0..0xF] Io[0x0+0x10000)@0x3EFF0000 Mem32[0x10000000+0x2EFF0000)@0x0 Mem64[0x8000000000+0x8000000000)@0x0
RootBridge: PciRoot(0x0)
  Support/Attr: 70001 / 70001
    DmaAbove4G: Yes
NoExtConfSpace: No
     AllocAttr: 3 (CombineMemPMem Mem64Decode)
           Bus: 0 - F
            Io: 0 - FFFF
           Mem: 10000000 - 3EFEFFFF
    MemAbove4G: 8000000000 - FFFFFFFFFF
          PMem: FFFFFFFFFFFFFFFF - 0
   PMemAbove4G: FFFFFFFFFFFFFFFF - 0
PciHostBridgeDxe: IntersectIoDescriptor: add [0, 10000): Success
PciHostBridgeDxe: IntersectMemoryDescriptor: add [10000000, 3EFF0000): Success
PciHostBridgeDxe: IntersectMemoryDescriptor: add [8000000000, 10000000000): Success
InstallProtocolInterface: CF8034BE-6768-4D8B-B739-7CCE683A9FBE 23ACB22C0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACB2C98
InstallProtocolInterface: 2F707EBB-4A1A-11D4-9A38-0090273FC14D 23ACB2540
Loading driver D9DCC5DF-4007-435E-9098-8970935504B2
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCE0C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll 0x23BC4E000
Loading driver at 0x0023BC4D000 EntryPoint=0x0023BC4E048 PlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCEA98
ProtectUefiImageCommon - 0x3ACCE0C0
  - 0x000000023BC4D000 - 0x000000000000E000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000B000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000B000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC4E000 - 0x000000000000B000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC4D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC4E000 - 0x000000000000B000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC59000 - 0x0000000000002000 (0x0000000000004008)
ExecutePlatformConfig: failed to load platform config: Not Found
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BC593F0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23BC594E0
Loading driver 28A03FF4-12B3-4305-A417-BB1A4F94081E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCD040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll 0x23BC36000
Loading driver at 0x0023BC35000 EntryPoint=0x0023BC36048 RamDiskDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCD298
ProtectUefiImageCommon - 0x3ACCD040
  - 0x000000023BC35000 - 0x0000000000018000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC36000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC35000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC36000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC4A000 - 0x0000000000003000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACCD498
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23BC4A8A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BC4A598
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23ACCB4B0
InstallProtocolInterface: AB38A0DF-6873-44A9-87E6-D4EB56148449 23BC4A548
InstallProtocolInterface: 28A03FF4-12B3-4305-A417-BB1A4F94081E 23ACCB498
Loading driver F099D67F-71AE-4C36-B2A3-DCEB0EB2B7D8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCA940
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll 0x23BC2D000
Loading driver at 0x0023BC2C000 EntryPoint=0x0023BC2D048 WatchdogTimer.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCCA98
ProtectUefiImageCommon - 0x3ACCA940
  - 0x000000023BC2C000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC2D000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC2C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC2D000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC33000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 665E3FF5-46CC-11D4-9A38-0090273FC14D 23BC33008
Loading driver 17985E6F-E778-4D94-AEFA-C5DD2B77E186
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCC240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.dll 0x23BC1D000
Loading driver at 0x0023BC1C000 EntryPoint=0x0023BC1D048 QemuFwCfgAcpiPlatform.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB8018
ProtectUefiImageCommon - 0x3ACCC240
  - 0x000000023BC1C000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC1D000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC1C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC1D000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC2A000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
AcpiPlatformEntryPoint: waiting for root bridges to be connected, registered callback
Loading driver 51CCF399-4FDF-4E55-A45B-E123F84D456A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB80C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll 0x23BC10000
Loading driver at 0x0023BC0F000 EntryPoint=0x0023BC10048 ConPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB8998
ProtectUefiImageCommon - 0x3ACB80C0
  - 0x000000023BC0F000 - 0x000000000000D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC10000 - 0x000000000000A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC0F000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC10000 - 0x000000000000A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC1A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC1A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC1A068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC1A080
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC1A038
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC1A068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC1A080
Loading driver 408EDCEC-CF6D-477C-A5A8-B4844E3DE281
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC9BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll 0x23BBFD000
Loading driver at 0x0023BBFC000 EntryPoint=0x0023BBFD048 ConSplitterDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC9098
ProtectUefiImageCommon - 0x3ACC9BC0
  - 0x000000023BBFC000 - 0x0000000000013000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBFD000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBFC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBFD000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC0D000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D3D0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D4C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D4D8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D460
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D4F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D508
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D490
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D520
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D538
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D400
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D550
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D568
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D430
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D580
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D598
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 23BC0D020
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 23BC0D050
InstallProtocolInterface: 31878C87-0B75-11D5-9A4F-0090273FC14D 23BC0D0B0
InstallProtocolInterface: 8D59D32B-C655-4AE9-9B15-F25904992A43 23BC0D108
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23BC0D1D0
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23BC0D2D8
Loading driver CCCB0C28-4B24-11D5-9A5A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC54C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll 0x23BBED000
Loading driver at 0x0023BBEC000 EntryPoint=0x0023BBED048 GraphicsConsoleDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC5A18
ProtectUefiImageCommon - 0x3ACC54C0
  - 0x000000023BBEC000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBED000 - 0x000000000000C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBEC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBED000 - 0x000000000000C000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBF9000 - 0x0000000000003000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBF9170
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBF91A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBF91B8
Loading driver 9E863906-A40F-4875-977F-5B93FF237FC6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC4140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll 0x23BBDA000
Loading driver at 0x0023BBD9000 EntryPoint=0x0023BBDA048 TerminalDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC4B18
ProtectUefiImageCommon - 0x3ACC4140
  - 0x000000023BBD9000 - 0x0000000000013000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBDA000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBD9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBDA000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBEA000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBEA008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBEA210
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBEA228
Loading driver 6B38F7B4-AD98-40E9-9093-ACA2B5A253C4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC3040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll 0x23BBCD000
Loading driver at 0x0023BBCC000 EntryPoint=0x0023BBCD048 DiskIoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC4618
ProtectUefiImageCommon - 0x3ACC3040
  - 0x000000023BBCC000 - 0x000000000000D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBCD000 - 0x000000000000A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBCC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBCD000 - 0x000000000000A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBD7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBD7008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBD70C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBD70D8
Loading driver 1FA1F39E-FEFF-4AAE-BD7B-38A070A3B609
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC39C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll 0x23BBBD000
Loading driver at 0x0023BBBC000 EntryPoint=0x0023BBBD048 PartitionDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC3818
ProtectUefiImageCommon - 0x3ACC39C0
  - 0x000000023BBBC000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBBD000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBBC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBBD000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBCA000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBCA008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBCA058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBCA070
Loading driver 961578FE-B6B7-44C3-AF35-6BC705CD2B1F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC2040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll 0x23BBA6000
Loading driver at 0x0023BBA5000 EntryPoint=0x0023BBA6048 Fat.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC2D98
ProtectUefiImageCommon - 0x3ACC2040
  - 0x000000023BBA5000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBA6000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBA5000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBA6000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBBA000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBBA008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBBA038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBBA050
Loading driver CD3BAFB6-50FB-4FE8-8E4E-AB74D2C1A600
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC2340
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll 0x23BB9D000
Loading driver at 0x0023BB9C000 EntryPoint=0x0023BB9D048 EnglishDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC2618
ProtectUefiImageCommon - 0x3ACC2340
  - 0x000000023BB9C000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB9D000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB9C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB9D000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBA3000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 1D85CD7F-F43D-11D2-9A0C-0090273FC14D 23BBA3028
InstallProtocolInterface: A4C751FC-23AE-4C3E-92E9-4964CF63F349 23BBA3060
Loading driver 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC1140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.dll 0x23BB92000
Loading driver at 0x0023BB91000 EntryPoint=0x0023BB92048 VirtioBlkDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC1B18
ProtectUefiImageCommon - 0x3ACC1140
  - 0x000000023BB91000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB92000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB91000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB92000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB9A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB9A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB9A058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB9A070
Loading driver A92CDB4B-82F1-4E0B-A516-8A655D371524
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC14C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.dll 0x23BB84000
Loading driver at 0x0023BB83000 EntryPoint=0x0023BB84048 VirtioNetDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC0018
ProtectUefiImageCommon - 0x3ACC14C0
  - 0x000000023BB83000 - 0x000000000000E000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000B000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000B000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB84000 - 0x000000000000B000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB83000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB84000 - 0x000000000000B000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB8F000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB8F078
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB8F048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB8F060
Loading driver FAB5D4F4-83C0-4AAF-8480-442D11DF6CEA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC0140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.dll 0x23BB78000
Loading driver at 0x0023BB77000 EntryPoint=0x0023BB78048 VirtioScsiDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC0398
ProtectUefiImageCommon - 0x3ACC0140
  - 0x000000023BB77000 - 0x000000000000C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00009000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00009000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB78000 - 0x0000000000009000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB77000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB78000 - 0x0000000000009000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB81000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB81008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB81058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB81070
Loading driver 58E26F0D-CBAC-4BBA-B70F-18221415665A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC0540
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.dll 0x23BB6D000
Loading driver at 0x0023BB6C000 EntryPoint=0x0023BB6D048 VirtioRngDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBDF98
ProtectUefiImageCommon - 0x3ACC0540
  - 0x000000023BB6C000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB6D000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB6C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB6D000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB75000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB75018
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB75068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB75080
Loading driver 529D3F93-E8E9-4E73-B1E1-BDF6A9D50113
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBD7C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll 0x23BB5D000
Loading driver at 0x0023BB5C000 EntryPoint=0x0023BB5D048 ArpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBD698
ProtectUefiImageCommon - 0x3ACBD7C0
  - 0x000000023BB5C000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB5D000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB5C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB5D000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB6A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB6A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB6A038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB6A050
Loading driver 94734718-0BBC-47FB-96A5-EE7A5AE6A2AD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBC040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll 0x23BB46000
Loading driver at 0x0023BB45000 EntryPoint=0x0023BB46048 Dhcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBCE18
ProtectUefiImageCommon - 0x3ACBC040
  - 0x000000023BB45000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB46000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB45000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB46000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB5A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB5A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB5A0A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB5A0B8
Loading driver 9FB1A1F3-3B71-4324-B39A-745CBB015FFF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBC340
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll 0x23BB1F000
Loading driver at 0x0023BB1E000 EntryPoint=0x0023BB1F048 Ip4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBC698
ProtectUefiImageCommon - 0x3ACBC340
  - 0x000000023BB1E000 - 0x0000000000027000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00024000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00024000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB1F000 - 0x0000000000024000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB1E000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB1F000 - 0x0000000000024000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB43000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB43478
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB434F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB43508
Loading driver 025BBFC7-E6A9-4B8B-82AD-6815A1AEAF4A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBBC40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll 0x23BB06000
Loading driver at 0x0023BB05000 EntryPoint=0x0023BB06048 MnpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBB898
ProtectUefiImageCommon - 0x3ACBBC40
  - 0x000000023BB05000 - 0x0000000000019000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00016000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00016000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB06000 - 0x0000000000016000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB05000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB06000 - 0x0000000000016000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB1C000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB1C008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB1C0C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB1C0D8
Loading driver E4F61863-FE2C-4B56-A8F4-08519BC439DF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBB2C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll 0x23BAF5000
Loading driver at 0x0023BAF4000 EntryPoint=0x0023BAF5048 VlanConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBB618
ProtectUefiImageCommon - 0x3ACBB2C0
  - 0x000000023BAF4000 - 0x0000000000011000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BAF5000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BAF4000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BAF5000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB03000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB033F0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB03690
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB036A8
Loading driver DC3641B8-2FA8-4ED3-BC1F-F9962A03454B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBA140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll 0x23BADF000
Loading driver at 0x0023BADE000 EntryPoint=0x0023BADF048 Mtftp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBAB18
ProtectUefiImageCommon - 0x3ACBA140
  - 0x000000023BADE000 - 0x0000000000016000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00013000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00013000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BADF000 - 0x0000000000013000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BADE000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BADF000 - 0x0000000000013000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BAF2000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BAF2008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BAF2048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BAF2060
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF4D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBA540
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe/DEBUG/Tcp4Dxe.dll 0x23BABC000
Loading driver at 0x0023BABB000 EntryPoint=0x0023BABC048 Tcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB9B18
ProtectUefiImageCommon - 0x3ACBA540
  - 0x000000023BABB000 - 0x0000000000023000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe/DEBUG/Tcp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00020000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00020000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BABC000 - 0x0000000000020000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BABB000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BABC000 - 0x0000000000020000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BADC000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BADC0B8
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BADC1B0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BADC1C8
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF2B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB97C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll 0x23BAA6000
Loading driver at 0x0023BAA5000 EntryPoint=0x0023BAA6048 Udp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB9618
ProtectUefiImageCommon - 0x3ACB97C0
  - 0x000000023BAA5000 - 0x0000000000016000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00013000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00013000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BAA6000 - 0x0000000000013000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BAA5000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BAA6000 - 0x0000000000013000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BAB9000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BAB9008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BAB9048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BAB9060
Loading driver 3B1DEAB5-C75D-442E-9238-8E2FFB62B0BB
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB7040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxe4BcDxe.dll 0x23BA8F000
Loading driver at 0x0023BA8E000 EntryPoint=0x0023BA8F048 UefiPxe4BcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB9418
ProtectUefiImageCommon - 0x3ACB7040
  - 0x000000023BA8E000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxe4BcDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BA8F000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BA8E000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BA8F000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BAA3000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BAA3018
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BAA3048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BAA3060
Loading driver 4579B72D-7EC4-4DD4-8486-083C86B182A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB73C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe/DEBUG/IScsi4Dxe.dll 0x23BA6B000
Loading driver at 0x0023BA6A000 EntryPoint=0x0023BA6B048 IScsi4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB7B98
ProtectUefiImageCommon - 0x3ACB73C0
  - 0x000000023BA6A000 - 0x0000000000024000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe/DEBUG/IScsi4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00021000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00021000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BA6B000 - 0x0000000000021000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BA6A000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BA6B000 - 0x0000000000021000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BA8C000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BA8C770
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BA8C7A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BA8C7B8
InstallProtocolInterface: 59324945-EC44-4C0D-B1CD-9DB139DF070C 23BA8C848
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BA8C830
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23ACB6E28
Loading driver 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB4440
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll 0x23BA5E000
Loading driver at 0x0023BA5D000 EntryPoint=0x0023BA5E048 ScsiBus.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB5D98
ProtectUefiImageCommon - 0x3ACB4440
  - 0x000000023BA5D000 - 0x000000000000D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll
  Section - '.text   '
  VirtualSize          - 0x0000A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BA5E000 - 0x000000000000A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BA5D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BA5E000 - 0x000000000000A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BA68000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BA68008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BA68038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BA68050
Loading driver 0A66E322-3740-4CCE-AD62-BD172CECCA35
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB4940
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll 0x2386EA000
Loading driver at 0x002386E9000 EntryPoint=0x002386EA048 ScsiDisk.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB6098
ProtectUefiImageCommon - 0x3ACB4940
  - 0x00000002386E9000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386EA000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386E9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386EA000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386FE000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386FE008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386FE068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386FE080
Loading driver B8E62775-BB0A-43F0-A843-5BE8B14F8CCD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB6240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll 0x2386E0000
Loading driver at 0x002386DF000 EntryPoint=0x002386E0048 BootGraphicsResourceTableDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB6598
ProtectUefiImageCommon - 0x3ACB6240
  - 0x00000002386DF000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386E0000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386DF000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386E0000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386E7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: CDEA2BD3-FC25-4C1C-B97C-B31186064990 2386E7078
Loading driver 93B80004-9FB3-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB18C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll 0x2386B9000
Loading driver at 0x002386B8000 EntryPoint=0x002386B9048 PciBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB1798
ProtectUefiImageCommon - 0x3ACB18C0
  - 0x00000002386B8000 - 0x0000000000027000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00024000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00024000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386B9000 - 0x0000000000024000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386B8000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386B9000 - 0x0000000000024000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386DD000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386DD008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386DD050
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386DD068
InstallProtocolInterface: 19CB87AB-2CB9-4665-8360-DDCF6054F79D 2386DD048
Loading driver 83DD3B39-7CAF-4FAC-A542-E050B767E3A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACA4040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.dll 0x2386AE000
Loading driver at 0x002386AD000 EntryPoint=0x002386AE048 VirtioPciDeviceDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB1598
ProtectUefiImageCommon - 0x3ACA4040
  - 0x00000002386AD000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386AE000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386AD000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386AE000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386B6000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386B6078
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386B60C8
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386B60E0
Loading driver 0170F60C-1D40-4651-956D-F0BD9879D527
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACA4440
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.dll 0x2386A3000
Loading driver at 0x002386A2000 EntryPoint=0x002386A3048 Virtio10.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACA4A18
ProtectUefiImageCommon - 0x3ACA4440
  - 0x00000002386A2000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386A3000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386A2000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386A3000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386AB000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386AB008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386AB058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386AB070
Loading driver E3752948-B9A1-4770-90C4-DF41C38986BE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB0B40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll 0x238692000
Loading driver at 0x00238691000 EntryPoint=0x00238692048 QemuVideoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB0A98
ProtectUefiImageCommon - 0x3ACB0B40
  - 0x0000000238691000 - 0x0000000000011000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238692000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238691000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238692000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386A0000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386A0008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386A03E0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386A03F8
InstallProtocolInterface: 5C198761-16A8-4E69-972C-89D67954F81D 2386A00B8
Loading driver D6099B94-CD97-4CC5-8714-7F6312701A8A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB02C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.dll 0x238682000
Loading driver at 0x00238681000 EntryPoint=0x00238682048 VirtioGpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAFF18
ProtectUefiImageCommon - 0x3ACB02C0
  - 0x0000000238681000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238682000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238681000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238682000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023868F000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23868F008
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23868B728
Loading driver 2FB92EFA-2EE0-4BAE-9EB6-7464125E1EF7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAF1C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll 0x238670000
Loading driver at 0x0023866F000 EntryPoint=0x00238670048 UhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAFA18
ProtectUefiImageCommon - 0x3ACAF1C0
  - 0x000000023866F000 - 0x0000000000012000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000F000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000F000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238670000 - 0x000000000000F000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023866F000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238670000 - 0x000000000000F000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023867F000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23867F008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23867F038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23867F050
Loading driver BDFE430E-8F2A-4DB0-9991-6F856594777E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAF640
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll 0x23865B000
Loading driver at 0x0023865A000 EntryPoint=0x0023865B048 EhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAEF98
ProtectUefiImageCommon - 0x3ACAF640
  - 0x000000023865A000 - 0x0000000000015000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00012000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00012000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023865B000 - 0x0000000000012000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023865A000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023865B000 - 0x0000000000012000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023866D000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23866D038
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23866D068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23866D080
Loading driver B7F50E91-A759-412C-ADE4-DCD03E7F7C28
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAE1C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll 0x23863E000
Loading driver at 0x0023863D000 EntryPoint=0x0023863E048 XhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAE998
ProtectUefiImageCommon - 0x3ACAE1C0
  - 0x000000023863D000 - 0x000000000001D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0001A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0001A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023863E000 - 0x000000000001A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023863D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023863E000 - 0x000000000001A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238658000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386580D0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 238658170
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 238658188
Loading driver 240612B7-A063-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAD040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll 0x238629000
Loading driver at 0x00238628000 EntryPoint=0x00238629048 UsbBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACADF18
ProtectUefiImageCommon - 0x3ACAD040
  - 0x0000000238628000 - 0x0000000000015000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00012000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00012000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238629000 - 0x0000000000012000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238628000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238629000 - 0x0000000000012000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023863B000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23863B070
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23863B160
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23863B178
Loading driver 2D2E62CF-9ECF-43B7-8219-94E7FC713DFE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAD440
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll 0x238619000
Loading driver at 0x00238618000 EntryPoint=0x00238619048 UsbKbDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACADA18
ProtectUefiImageCommon - 0x3ACAD440
  - 0x0000000238618000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238619000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238618000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238619000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238626000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 238626008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386267C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386267D8
[Bds] Entry...
[BdsDxe] Locate Variable Lock protocol - Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:PlatformLangCodes Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:LangCodes Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:BootOptionSupport Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:HwErrRecSupport Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:OsIndicationsSupported Success
Variable Driver Auto Update Lang, Lang:eng, PlatformLang:en Status: Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:PlatformRecovery0000 Success
[Variable]END_OF_DXE is signaled
Initialize variable error flag (FF)
PCI Bus First Scanning
PciBus: Discovered PCI @ [00|00|00]

PciBus: Discovered PPB @ [00|01|00]

PciBus: Discovered PCI @ [01|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|02|00]

PciBus: Discovered PPB @ [02|00|00]
   BAR[0]: Type =  Mem64; Alignment = 0xFFF;	Length = 0x100;	Offset = 0x10

PciBus: Discovered PCI @ [03|01|00]
   BAR[0]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x10

PciBus: Discovered PPB @ [00|03|00]

PciBus: Discovered PCI @ [04|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|04|00]

PciBus: Discovered PCI @ [05|00|00]
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14
   BAR[4]: Type = PMem64; Alignment = 0x7FFFFF;	Length = 0x800000;	Offset = 0x20

PciBus: Discovered PPB @ [00|05|00]

PciBus: Discovered PCI @ [00|00|00]

PciBus: Discovered PPB @ [00|01|00]

PciBus: Discovered PCI @ [01|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|02|00]

PciBus: Discovered PPB @ [02|00|00]
   BAR[0]: Type =  Mem64; Alignment = 0xFFF;	Length = 0x100;	Offset = 0x10

PciBus: Discovered PCI @ [03|01|00]
   BAR[0]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x10

PciBus: Discovered PPB @ [00|03|00]

PciBus: Discovered PCI @ [04|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|04|00]

PciBus: Discovered PCI @ [05|00|00]
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14
   BAR[4]: Type = PMem64; Alignment = 0x7FFFFF;	Length = 0x800000;	Offset = 0x20

PciBus: Discovered PPB @ [00|05|00]

PciHostBridge: SubmitResources for PciRoot(0x0)
 I/O: Granularity/SpecificFlag = 0 / 01
      Length/Alignment = 0x2000 / 0xFFF
 Mem: Granularity/SpecificFlag = 32 / 00
      Length/Alignment = 0x500000 / 0xFFFFF
 Mem: Granularity/SpecificFlag = 64 / 00
      Length/Alignment = 0x800000 / 0x7FFFFF
PciBus: HostBridge->SubmitResources() - Success
PciHostBridge: NotifyPhase (AllocateResources)
 RootBridge: PciRoot(0x0)
  Mem64: Base/Length/Alignment = 8000000000/800000/7FFFFF - Success
  Mem: Base/Length/Alignment = 10000000/500000/FFFFF - Success
  I/O: Base/Length/Alignment = 0/2000/FFF - Success
PciBus: HostBridge->NotifyPhase(AllocateResources) - Success
PciBus: Resource Map for Root Bridge PciRoot(0x0)
Type =   Io16; Base = 0x0;	Length = 0x2000;	Alignment = 0xFFF
   Base = 0x0;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PPB [00|03|00:**]
   Base = 0x1000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PPB [00|01|00:**]
Type =  Mem32; Base = 0x10000000;	Length = 0x500000;	Alignment = 0xFFFFF
   Base = 0x10000000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [00|04|00:**]
   Base = 0x10100000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [00|03|00:**]
   Base = 0x10200000;	Length = 0x200000;	Alignment = 0xFFFFF;	Owner = PPB [00|02|00:**]
   Base = 0x10400000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [00|01|00:**]
Type =  Mem64; Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF
   Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF;	Owner = PPB [00|04|00:**]; Type = PMem64

PciBus: Resource Map for Bridge [00|01|00]
Type =   Io16; Base = 0x1000;	Length = 0x1000;	Alignment = 0xFFF
   Base = 0x1000;	Length = 0x20;	Alignment = 0x1F;	Owner = PCI [01|00|00:10]
Type =  Mem32; Base = 0x10400000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10400000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [01|00|00:14]

PciBus: Resource Map for Bridge [00|02|00]
Type =  Mem32; Base = 0x10200000;	Length = 0x200000;	Alignment = 0xFFFFF
   Base = 0x10200000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [02|00|00:**]
   Base = 0x10300000;	Length = 0x100;	Alignment = 0xFFF;	Owner = PPB [02|00|00:10]

PciBus: Resource Map for Bridge [02|00|00]
Type =  Mem32; Base = 0x10200000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10200000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [03|01|00:10]
Type =  Mem32; Base = 0x10300000;	Length = 0x100;	Alignment = 0xFFF

PciBus: Resource Map for Bridge [00|03|00]
Type =   Io16; Base = 0x0;	Length = 0x1000;	Alignment = 0xFFF
   Base = 0x0;	Length = 0x40;	Alignment = 0x3F;	Owner = PCI [04|00|00:10]
Type =  Mem32; Base = 0x10100000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10100000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [04|00|00:14]

PciBus: Resource Map for Bridge [00|04|00]
Type =  Mem32; Base = 0x10000000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10000000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [05|00|00:14]
Type = PMem64; Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF
   Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF;	Owner = PCI [05|00|00:20]

PciBus: Resource Map for Bridge [00|05|00]

InstallProtocolInterface: 30CFE3E7-3DE1-4586-BE20-DEABA1B3B793 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B135098
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAB028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACACA18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAB428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAC098
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAB828
InstallProtocolInterface: 4006C0C1-FCB3-403E-996D-4A6C8724E06D 23ACAB8F0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAC998
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAA028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAC798
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAA428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAAE98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAA828
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAAF18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA9028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAAF98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA9428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACA9E98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA9828
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACA9F18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA8028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACA9F98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA8428
Connect: PciRoot(0x0): Success
OnRootBridgesConnected: root bridges have been connected, installing ACPI tables
CollectAllocationsRestrictedTo32Bit: restricting blob "etc/acpi/tables" from 64-bit allocation
ProcessCmdAllocate: File="etc/acpi/rsdp" Alignment=0x10 Zone=2 Size=0x24 Address=0x238600000
ProcessCmdAllocate: File="etc/acpi/tables" Alignment=0x40 Zone=1 Size=0x17E3 Address=0xFFFF0000
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x9 Start=0x0 Length=0x126B
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x1293 PointerSize=4
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1274 Start=0x126B Length=0x10C
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1380 Start=0x1377 Length=0x2C8
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1648 Start=0x163F Length=0x60
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x16A8 Start=0x169F Length=0x3C
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x16E4 Start=0x16DB Length=0x50
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1734 Start=0x172B Length=0x7C
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17CB PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17CF PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17D3 PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17D7 PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17DB PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17DF PointerSize=4
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x17B0 Start=0x17A7 Length=0x3C
ProcessCmdAddPointer: PointerFile="etc/acpi/rsdp" PointeeFile="etc/acpi/tables" PointerOffset=0x10 PointerSize=4
ProcessCmdAddChecksum: File="etc/acpi/rsdp" ResultOffset=0x8 Start=0x0 Length=0x24
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF0000 (remaining: 0x17E3): found "DSDT" size 0x126B
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF126B (remaining: 0x578): found "FACP" size 0x10C
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF1377 (remaining: 0x46C): found "APIC" size 0x2C8
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF163F (remaining: 0x1A4): found "GTDT" size 0x60
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF169F (remaining: 0x144): found "MCFG" size 0x3C
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF16DB (remaining: 0x108): found "SPCR" size 0x50
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF172B (remaining: 0xB8): found "IORT" size 0x7C
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF17A7 (remaining: 0x3C): found "RSDT" size 0x3C
InstallQemuFwCfgTables: installed 7 tables
InstallQemuFwCfgTables: freeing "etc/acpi/rsdp"
InstallQemuFwCfgTables: freeing "etc/acpi/tables"
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AC2E620
InstallProtocolInterface: D6099B94-CD97-4CC5-8714-7F6312701A8A 23ACB8C98
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC2DC98
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A 23AC2E0C0
VirtioGpuDriverBindingStart: produced GOP while binding VirtIo=23AC2E620
Connect: PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0): Success
AddOutput: PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)/AcpiAdr(0x80010300): added to ConOut and ErrOut
[Bds]RegisterKeyNotify: 000C/0000 80000000/00 Success
[Bds]RegisterKeyNotify: 0017/0000 80000000/00 Success
[Bds]RegisterKeyNotify: 0000/000D 80000000/00 Success
GraphicsConsole video resolution 800 x 600
Graphics - Mode 0, Column = 80, Row = 25
Graphics - Mode 1, Column = 0, Row = 0
Graphics - Mode 2, Column = 100, Row = 31
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23AAFDBB0
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2D-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A 23BC0D260
Terminal - Mode 0, Column = 80, Row = 25
Terminal - Mode 1, Column = 80, Row = 50
Terminal - Mode 2, Column = 100, Row = 31
^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HInstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 23AC1CAC0
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 23AC1CBA8
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23AC1CAD8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACCD698
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2D-D551-11D4-9A46-0090273FC14D 0
^[[2J^[[01;01H^[[=3h^[[2J^[[01;01H^[[2J^[[01;01H^[[=3h^[[2J^[[01;01H^[[0m^[[35m^[[40mEhcCreateUsb2Hc: capability length 32
InstallProtocolInterface: 3E745226-9818-45B6-A2AC-D7CD0E8BA2BC 23AC19520
EhcClearLegacySupport: called to clear legacy support
EhcDriverBindingStart: EHCI started for controller @ 23ACA7498
InstallProtocolInterface: 240612B7-A063-11D4-9A3A-0090273FC14D 23AC140A0
EhcGetCapability: 6 ports, 64 bit 0
UsbRootHubInit: root hub 23AC14C98 - max speed 2, 6 ports
UsbEnumeratePort: port 0 state - 101, change - 01 on 23AC14C98
UsbEnumeratePort: Device Connect/Disconnect Normally
UsbEnumeratePort: new device connected at port 0
EhcSetRootHubPortFeature: exit status Success
EhcClearRootHubPortFeature: exit status Success
UsbEnumerateNewDev: hub port 0 is reset
UsbEnumerateNewDev: device is of 2 speed
UsbEnumerateNewDev: device uses translator (0, 0)
UsbEnumerateNewDev: device is now ADDRESSED at 1
UsbEnumerateNewDev: max packet size for EP 0 is 64
UsbBuildDescTable: device has 1 configures
UsbGetOneConfig: total length is 34
UsbParseConfigDesc: config 1 has 1 interfaces
UsbParseInterfaceDesc: interface 0(setting 0) has 1 endpoints
UsbEnumerateNewDev: device 1 is now in CONFIGED state
UsbSelectConfig: config 1 selected for device 1
UsbSelectSetting: setting 0 selected for interface 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC13A98
InstallProtocolInterface: 2B2F68D6-0CD2-44CF-8E8B-BBA20B1B5B75 23AC12F40
UsbEnumeratePort: port 1 state - 101, change - 01 on 23AC14C98
UsbEnumeratePort: Device Connect/Disconnect Normally
UsbEnumeratePort: new device connected at port 1
EhcSetRootHubPortFeature: exit status Success
EhcClearRootHubPortFeature: exit status Success
UsbEnumerateNewDev: hub port 1 is reset
UsbEnumerateNewDev: device is of 2 speed
UsbEnumerateNewDev: device uses translator (0, 0)
UsbEnumerateNewDev: device is now ADDRESSED at 2
UsbEnumerateNewDev: max packet size for EP 0 is 64
UsbBuildDescTable: device has 1 configures
UsbGetOneConfig: total length is 34
UsbParseConfigDesc: config 1 has 1 interfaces
UsbParseInterfaceDesc: interface 0(setting 0) has 1 endpoints
UsbEnumerateNewDev: device 2 is now in CONFIGED state
UsbSelectConfig: config 1 selected for device 2
UsbSelectSetting: setting 0 selected for interface 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC13718
InstallProtocolInterface: 2B2F68D6-0CD2-44CF-8E8B-BBA20B1B5B75 23AC11F40
UsbConnectDriver: TPL before connect is 8, 23AC13798
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 23AC10038
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 23AC10050
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
UsbConnectDriver: TPL after connect is 8
UsbBusStart: usb bus started on 23ACA7498, root hub 23AC14C98
 BlockSize : 262144 
 LastBlock : FF 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23AC0CEA0
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23AC0C6A0
 BlockSize : 262144 
 LastBlock : FF 
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AC09F20
InstallProtocolInterface: A19832B9-AC25-11D3-9A2D-0090273FC14D 23AC091A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC09A18
InstallProtocolInterface: 9E23D768-D2F3-4366-9FC3-3A7ABA864374 23AC09DB0
InstallProtocolInterface: F36FF770-A7E1-42CF-9ED2-56F0F271F44C 239927BC0
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 239926EC0
InstallProtocolInterface: F44C00EE-1F2C-4A00-AA09-1C9F3E0800A3 239926020
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 239904D40
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239906498
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 239905830
InstallProtocolInterface: C51711E7-B4BF-404A-BFB8-0A048EF1FFE4 239905020
InstallProtocolInterface: 5B446ED1-E30B-4FAA-871A-3654ECA36080 239905578
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239901718
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 239901120
InstallProtocolInterface: E4F61863-FE2C-4B56-A8F4-08519BC439DF 239901118
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2399001A0
InstallProtocolInterface: 00720665-67EB-4A99-BAF7-D3C33A1C7CC9 239900630
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398FD420
InstallProtocolInterface: 83F01464-99BD-45E5-B383-AF6305D8E9E6 2398FD720
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398F9420
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 2398FA438
InstallProtocolInterface: 9D9A39D8-BD42-4A73-A4D5-8EE94BE11380 2398FA1A0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398F3BA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 2398F4638
InstallProtocolInterface: 2FE800BE-8F01-4AA6-946B-D71388E1833F 2398F47A0
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C 2398F3630
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 2398F3320
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398E7BA0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398E6020
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 2398E7538
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B 2398E77B0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398E63A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 2398E6238
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398E50A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 2398E5BB8
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D 2398E8068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B 2398E80D8
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE 2398E4048
InstallProtocolInterface: 65530BC7-A359-410F-B010-5AADC7EC2B62 2398E1C38
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2398E1620
InstallProtocolInterface: 4579B72D-7EC4-4DD4-8486-083C86B182A7 2398E4030
UsbBusRecursivelyConnectWantedUsbIo: TPL before connect is 4
UsbBusRecursivelyConnectWantedUsbIo: TPL after connect is 4
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 2398E0120
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE 2398E0420
InstallProtocolInterface: 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B 2398E08A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DFE98
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DFAA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DF218
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DF2A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DF998
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DF728
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DCF98
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DCDA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DC098
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DCA28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DC718
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DC428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DC218
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DC2A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DBD18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2398DBBA8
ScsiDisk: ScsiDiskIsResetBefore!
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 2398DB7A8
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 2398DB7D8
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 2398DB8D0
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 2398DACA0
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 2398DACB8
 BlockSize : 512 
 LastBlock : C7FFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 647FF
 Partition size: 64000
 Start : 100000 End : C8FFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398DA698
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 2398CCD30
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 2398CCD60
InstallProtocolInterface: 8CF2F62C-BC9B-4821-808D-EC9EC421A1A0 2398CCDE8
InstallProtocolInterface: C12A7328-F81F-11D2-BA4B-00A0C93EC93B 0
 Index : 1
 Start LBA : 64800
 End LBA : 2647FF
 Partition size: 200000
 Start : C900000 End : 4C8FFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398CC418
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 2398CC530
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 2398CC560
InstallProtocolInterface: 8CF2F62C-BC9B-4821-808D-EC9EC421A1A0 2398CC5E8
 Index : 2
 Start LBA : 264800
 End LBA : C7FF7FF
 Partition size: C59B000
 Start : 4C900000 End : 18FFEFFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 2398CC898
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 2398CB030
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 2398CB060
InstallProtocolInterface: 8CF2F62C-BC9B-4821-808D-EC9EC421A1A0 2398CB0E8
Prepare to Free Pool
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 2398DB520
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 2398DB538
 BlockSize : 512 
 LastBlock : 63FFF 
InstallProtocolInterface: 964E5B22-6459-11D2-8E39-00A0C969723B 2398D1030
Installed Fat filesystem on 2398DA518
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 2398CBB20
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 2398CBB38
 BlockSize : 512 
 LastBlock : 1FFFFF 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 2398CBA20
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 2398CBA38
 BlockSize : 512 
 LastBlock : C59AFFF 
UsbBusRecursivelyConnectWantedUsbIo: TPL before connect is 4
UsbBusRecursivelyConnectWantedUsbIo: TPL after connect is 4
 BlockSize : 512 
 LastBlock : C7FFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 647FF
 Partition size: 64000
 Start : 100000 End : C8FFE00
 Index : 1
 Start LBA : 64800
 End LBA : 2647FF
 Partition size: 200000
 Start : C900000 End : 4C8FFE00
 Index : 2
 Start LBA : 264800
 End LBA : C7FF7FF
 Partition size: C59B000
 Start : 4C900000 End : 18FFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 1FFFFF 
 BlockSize : 512 
 LastBlock : C59AFFF 
UsbBusRecursivelyConnectWantedUsbIo: TPL before connect is 4
UsbBusRecursivelyConnectWantedUsbIo: TPL after connect is 4
SetBootOrderFromQemu: FwCfg:
/pci@ffffffffffffffff/pci-bridge@3/scsi@0/channel@0/disk@0,0
HALT
SetBootOrderFromQemu: FwCfg: <end>
ParseOfwNode: DriverName="pci" UnitAddress="ffffffffffffffff" DeviceArguments=""
ParseOfwNode: DriverName="pci-bridge" UnitAddress="3" DeviceArguments=""
ParseOfwNode: DriverName="scsi" UnitAddress="0" DeviceArguments=""
ParseOfwNode: DriverName="channel" UnitAddress="0" DeviceArguments=""
ParseOfwNode: DriverName="disk" UnitAddress="0,0" DeviceArguments=""
TranslateOfwPath: success: "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)"
Match: against "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(462CAA21-7614-4503-836E-8AB6F4662331)": no match
Match: against "VenHw(F9B94AE2-8BA6-409B-9D56-B9B417F53CB3)": no match
Match: against "VenHw(8047DB4B-7E9C-4C0C-8EBC-DFBBAACACE8F)": no match
Match: against "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)": match
TranslateOfwPath: no more nodes
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(462CAA21-7614-4503-836E-8AB6F4662331)"
BootOrderComplete: keeping "VenHw(F9B94AE2-8BA6-409B-9D56-B9B417F53CB3)"
BootOrderComplete: keeping "VenHw(8047DB4B-7E9C-4C0C-8EBC-DFBBAACACE8F)"
BootOrderComplete: dropping "PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/MAC(5254000C81CB,0x1)"
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)"
SetBootOrderFromQemu: setting BootOrder: success
[Bds]OsIndication: 0000000000000000
[Bds]=============Begin Load Options Dumping ...=============
  Driver Options:
  SysPrep Options:
  Boot Options:
    Boot0003: UEFI QEMU QEMU HARDDISK  		 0x0001
    Boot0000: UiApp 		 0x0109
    Boot0001: UEFI Misc Device 		 0x0001
    Boot0002: UEFI Misc Device 2 		 0x0001
    Boot0005: EFI Internal Shell 		 0x0001
  PlatformRecovery Options:
    PlatformRecovery0000: Default PlatformRecovery 		 0x0001
[Bds]=============End Load Options Dumping=============
[Bds]BdsWait ...Zzzzzzzzzzzz...
[Bds]BdsWait(3)..Zzzz...
[Bds]BdsWait(2)..Zzzz...
[Bds]BdsWait(1)..Zzzz...
[Bds]Exit the waiting!
[Bds]Stop Hotkey Service!
[Bds]UnregisterKeyNotify: 000C/0000 Success
[Bds]UnregisterKeyNotify: 0017/0000 Success
[Bds]UnregisterKeyNotify: 0000/000D Success
MemoryAttributesTable:
  Version              - 0x00000001
  NumberOfEntries      - 0x0000001C
  DescriptorSize       - 0x00000030
Entry (0x3AC00028)
  Type              - 0x6
  PhysicalStart     - 0x0000000238720000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000070
  Attribute         - 0x8000000000004000
Entry (0x3AC00058)
  Type              - 0x5
  PhysicalStart     - 0x0000000238790000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC00088)
  Type              - 0x5
  PhysicalStart     - 0x00000002387A0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC000B8)
  Type              - 0x5
  PhysicalStart     - 0x00000002387B0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC000E8)
  Type              - 0x6
  PhysicalStart     - 0x00000002387E0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC00118)
  Type              - 0x5
  PhysicalStart     - 0x0000000238830000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC00148)
  Type              - 0x5
  PhysicalStart     - 0x0000000238840000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC00178)
  Type              - 0x5
  PhysicalStart     - 0x0000000238850000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC001A8)
  Type              - 0x6
  PhysicalStart     - 0x0000000238880000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC001D8)
  Type              - 0x5
  PhysicalStart     - 0x00000002388D0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC00208)
  Type              - 0x5
  PhysicalStart     - 0x00000002388E0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC00238)
  Type              - 0x5
  PhysicalStart     - 0x00000002388F0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC00268)
  Type              - 0x6
  PhysicalStart     - 0x0000000238920000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC00298)
  Type              - 0x5
  PhysicalStart     - 0x0000000238970000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC002C8)
  Type              - 0x5
  PhysicalStart     - 0x0000000238980000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC002F8)
  Type              - 0x5
  PhysicalStart     - 0x0000000238990000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC00328)
  Type              - 0x6
  PhysicalStart     - 0x00000002389C0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x00000000000000A0
  Attribute         - 0x8000000000004000
Entry (0x3AC00358)
  Type              - 0x5
  PhysicalStart     - 0x0000000238A60000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC00388)
  Type              - 0x5
  PhysicalStart     - 0x0000000238A70000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000020
  Attribute         - 0x8000000000020000
Entry (0x3AC003B8)
  Type              - 0x5
  PhysicalStart     - 0x0000000238A90000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC003E8)
  Type              - 0x6
  PhysicalStart     - 0x0000000238AC0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC00418)
  Type              - 0x5
  PhysicalStart     - 0x0000000238B10000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC00448)
  Type              - 0x5
  PhysicalStart     - 0x0000000238B20000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC00478)
  Type              - 0x5
  PhysicalStart     - 0x0000000238B30000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC004A8)
  Type              - 0x5
  PhysicalStart     - 0x000000023BE40000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC004D8)
  Type              - 0x5
  PhysicalStart     - 0x000000023BE90000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC00508)
  Type              - 0x5
  PhysicalStart     - 0x000000023BEA0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC00538)
  Type              - 0x6
  PhysicalStart     - 0x000000023BEE0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000120
  Attribute         - 0x8000000000004000
Memory  Previous  Current    Next   
 Type    Pages     Pages     Pages  
======  ========  ========  ========
  09    00000000  000000A0  000000C8
  0A    00000000  00000020  00000028
  00    00000000  00000000  00000000
  06    0000012C  00000370  0000044C
  05    00000096  00000240  000002D0
  03    000003E8  000004CB  000005FD
  04    00002EE0  00002763  00002EE0
  01    00000014  00000000  00000014
  02    00000000  00000000  00000000
Memory Type Information settings change.
[Bds]Booting UEFI QEMU QEMU HARDDISK 
 BlockSize : 512 
 LastBlock : C7FFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 647FF
 Partition size: 64000
 Start : 100000 End : C8FFE00
 Index : 1
 Start LBA : 64800
 End LBA : 2647FF
 Partition size: 200000
 Start : C900000 End : 4C8FFE00
 Index : 2
 Start LBA : 264800
 End LBA : C7FF7FF
 Partition size: C59B000
 Start : 4C900000 End : 18FFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 1FFFFF 
 BlockSize : 512 
 LastBlock : C59AFFF 
FSOpen: Open '\EFI\BOOT\BOOTAA64.EFI' Success
[Bds] Expand PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) -> PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\BOOT\BOOTAA64.EFI
[Security] 3rd party image[0] can be loaded after EndOfDxe: PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\BOOT\BOOTAA64.EFI.
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AC006C0
Loading driver at 0x002384C6000 EntryPoint=0x002384C6148
Loading driver at 0x002384C6000 EntryPoint=0x002384C6148 
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AC00A98
ProtectUefiImageCommon - 0x3AC006C0
  - 0x00000002384C6000 - 0x00000000000C99C0
!!!!!!!!  ProtectUefiImageCommon - Section Alignment(0x20) is incorrect  !!!!!!!!
FSOpen: Open '\EFI\BOOT\fallback.efi' Success
FSOpen: Open '\EFI\BOOT\fallback.efi' Success


Synchronous Exception at 0x00000002384B1104
PC 0x0002384B1104
PC 0x0002384A916C
PC 0x0002384CA2D0
PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
[ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
[ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
[ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll

  X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
  X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
  X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
 X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
 X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
 X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
 X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
 X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C  

  V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
  V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
  V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
  V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
  V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
 V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
 V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
 V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
 V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
 V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
 V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
 V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
 V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
 V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
 V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
 V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000

  SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
 ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE

 ESR : EC 0x00  IL 0x1  ISS 0x00000000

Stack dump:
  000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
  000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
  000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
  000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
  000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
  000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
  000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
  000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
  000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
  000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
  000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
  000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
  000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
  000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
  000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: start-console-success.log --]
[-- Type: text/plain; charset="gb18030"; name="start-console-success.log", Size: 233214 bytes --]

Domain centos started
Connected to domain centos
Escape character is ^]
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/PrePeiCore/PrePeiCoreUniCore/DEBUG/ArmPlatformPrePeiCore.dll 0x1800
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll 0xD180
Register PPI Notify: DCD0BE23-9586-40F4-B643-06522CED4EDE
Install PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Install PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
The 0th FV start address is 0x00000001000, size is 0x001FF000, handle is 0x1000
Register PPI Notify: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Register PPI Notify: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38
Install PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: DBE23AA9-A345-4B97-85B6-B226F1617389
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.dll 0x40180
Loading PEIM at 0x000000400A0 EntryPoint=0x00000040180 PcdPeim.efi
Install PPI: 06E81C58-4AD7-44BC-8390-F10265F72480
Install PPI: 01F34D25-4DE2-23AD-3FF3-36353FF323F1
Install PPI: 4D8B155B-C059-4C8F-8926-06FD4331DB8A
Install PPI: A60C6B59-E459-425D-9C69-0BCC9CB27D81
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/MemoryInitPei/MemoryInitPeim/DEBUG/MemoryInit.dll 0x2F600
Loading PEIM at 0x0000002F520 EntryPoint=0x0000002F600 MemoryInit.efi
Memory Init PEIM Loaded
ArmPlatformInitializeSystemMemory: System RAM @ 0x40000000 - 0x23FFFFFFF
PeiInstallPeiMemory MemoryBegin 0x23C000000, MemoryLength 0x4000000
ArmPlatformGetVirtualMemoryMap: Dumping System DRAM Memory Map:
	PhysicalBase: 0x40000000
	VirtualBase: 0x40000000
	Length: 0x200000000
Temp Stack : BaseAddress=0x4007E010 Length=0x1FF0
Temp Heap  : BaseAddress=0x4007C020 Length=0x1FF0
Total temporary memory:    16352 bytes.
  temporary memory stack ever used: 8176 bytes.
  temporary memory heap used:       4672 bytes.
Old Stack size 8176, New stack size 131072
Stack Hob: BaseAddress=0x23C000000 Length=0x20000
Heap Offset = 0x1FBFA3FE0 Stack Offset = 0x1FBFA0000
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.dll 0x23FFE0240
Loading PEIM at 0x0023FFE0160 EntryPoint=0x0023FFE0240 PeiCore.efi
Reinstall PPI: 8C8CE578-8A3D-4F1C-9935-896185C32DD3
Reinstall PPI: 5473C07A-3DCB-4DCA-BD6F-1E9689E7349A
Reinstall PPI: B9E0ABFE-5979-4914-977F-6DEE78C278A6
Install PPI: F894643D-C449-42D1-8EA8-85BDD8C65BDE
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/CpuPei/CpuPei/DEBUG/CpuPei.dll 0x23FFD9240
Loading PEIM at 0x0023FFD9160 EntryPoint=0x0023FFD9240 CpuPei.efi
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/PlatformPei/PlatformPeim/DEBUG/PlatformPei.dll 0x23FFD1240
Loading PEIM at 0x0023FFD1160 EntryPoint=0x0023FFD1240 PlatformPei.efi
Platform PEIM Loaded
PlatformPeim: PL011 UART @ 0x9000000
Install PPI: 7408D748-FC8C-4EE6-9288-C4BEC092A410
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.dll 0x23FFAF240
Loading PEIM at 0x0023FFAF160 EntryPoint=0x0023FFAF240 DxeIpl.efi
Install PPI: EE4E5898-3914-4259-9D6E-DC7BD79403CF
Install PPI: 1A36E4E7-FAB6-476A-8E75-695A0576FDD7
Install PPI: 0AE8CE5D-E448-4437-A8D7-EBF5F194F731
Customized Guided section Memory Size required is 0x855E90 and address is 0x23F748000
Allocated Memory unaligned: Address = 0x23EEF2000, Pages = 0x856, Type = 4 
After aligning to 0x10 bytes: Address = 0x23EEF2000, Pages = 0x856 
Updated aligned-mem HOB with BaseAddress = 23EEF2000, Length = 856000, MemoryType = 4 
Install PPI: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38
Notify: PPI Guid: EA7CA24B-DED5-4DAD-A389-BF827E8F9B38, Peim notify entry point: 1113C
The 1th FV start address is 0x0023EEF2000, size is 0x00855E80, handle is 0x23EEF2000
Install PPI: 49EDB1C1-BF21-4761-BB12-EB0031AABB39
Notify: PPI Guid: 49EDB1C1-BF21-4761-BB12-EB0031AABB39, Peim notify entry point: 1113C
The Fv 23EEF2000 has already been processed!
DXE IPL Entry
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll 0x23EEB2000
Loading PEIM at 0x0023EEB1000 EntryPoint=0x0023EEB2000 DxeCore.efi
Loading DXE CORE at 0x0023EEB1000 EntryPoint=0x0023EEB2000
Install PPI: 605EA650-C65C-42E1-BA80-91A52AB618C6
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll 0x23EEB2000
HOBLIST address in DXE = 0x23BA55018
Memory Allocation 0x00000004 0x23FFFF000 - 0x23FFFFFFF
Memory Allocation 0x00000004 0x23FFFE000 - 0x23FFFEFFF
Memory Allocation 0x00000004 0x23FFFD000 - 0x23FFFDFFF
Memory Allocation 0x00000004 0x23FFFC000 - 0x23FFFCFFF
Memory Allocation 0x00000004 0x23FFFB000 - 0x23FFFBFFF
Memory Allocation 0x00000004 0x23EE91000 - 0x23EEB0FFF
Memory Allocation 0x00000003 0x23FFE0000 - 0x23FFFAFFF
Memory Allocation 0x00000003 0x23FFD9000 - 0x23FFDFFFF
Memory Allocation 0x00000003 0x23FFD1000 - 0x23FFD8FFF
Memory Allocation 0x00000004 0x23FFC0000 - 0x23FFD0FFF
Memory Allocation 0x00000003 0x23FFAF000 - 0x23FFBFFFF
Memory Allocation 0x00000004 0x23FF9F000 - 0x23FFAEFFF
Memory Allocation 0x00000004 0x23F748000 - 0x23FF9EFFF
Memory Allocation 0x00000004 0x23EEF2000 - 0x23F747FFF
Memory Allocation 0x00000003 0x23EEB1000 - 0x23EEF1FFF
Memory Allocation 0x00000003 0x23EEB1000 - 0x23EEF1FFF
Memory Allocation 0x00000004 0x23EE91000 - 0x23EEB0FFF
Memory Allocation 0x00000004 0x23EE90000 - 0x23EE90FFF
Memory Allocation 0x00000004 0x23EE8F000 - 0x23EE8FFFF
Memory Allocation 0x00000004 0x23C000000 - 0x23C01FFFF
FV Hob            0x1000 - 0x1FFFFF
FV Hob            0x23EEF2000 - 0x23F747E7F
FV2 Hob           0x23EEF2000 - 0x23F747E7F
InstallProtocolInterface: D8117CFE-94A6-11D4-9A3A-0090273FC14D 23EEEE390
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 23BA51330
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BA51618
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 23BA4DB30
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BA4DE98
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A 23BA4D7B0
InstallProtocolInterface: 220E73B6-6BDB-4413-8405-B974B108619A 23B836E30
InstallProtocolInterface: FC1BCDB0-7D31-49AA-936A-A4600D9DD083 23EEEE3B0
Loading driver 80CF7257-87AB-47F9-A3FE-D50B76D89541
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B13FB40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll 0x23BE31000
Loading driver at 0x0023BE30000 EntryPoint=0x0023BE31048 PcdDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B13FE18
ProtectUefiImageCommon - 0x3B13FB40
  - 0x000000023BE30000 - 0x0000000000010000
InstallProtocolInterface: 11B34006-D85B-4D0A-A290-D5A571310EF7 23BE3E020
InstallProtocolInterface: 13A3F0F6-264A-3EF0-F2E0-DEC512342F34 23BE3E118
InstallProtocolInterface: 5BE40F57-FA68-4610-BBBF-E9C5FCDAD365 23BE3E1A8
InstallProtocolInterface: FD0F4478-0EFD-461D-BA2D-E58C45FD5F5E 23BE3E1C0
Loading driver 9A871B00-1C16-4F61-8D2C-93B6654B5AD6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B13EBC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/FdtClientDxe/FdtClientDxe/DEBUG/FdtClientDxe.dll 0x23BE25000
Loading driver at 0x0023BE24000 EntryPoint=0x0023BE25048 FdtClientDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B13EA98
ProtectUefiImageCommon - 0x3B13EBC0
  - 0x000000023BE24000 - 0x000000000000C000
InitializeFdtClientDxe: DTB @ 0x23FFC0000
InstallProtocolInterface: E11FACA0-4710-4C8E-A7A2-01BAA2591B4C 23BE2E008
Loading driver B8D9777E-D72A-451F-9BDB-BAFB52A68415
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B13E240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/CpuDxe/CpuDxe/DEBUG/ArmCpuDxe.dll 0x23BE15000
Loading driver at 0x0023BE14000 EntryPoint=0x0023BE15048 ArmCpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B12C018
ProtectUefiImageCommon - 0x3B13E240
  - 0x000000023BE14000 - 0x0000000000010000
InstallProtocolInterface: 26BACCB1-6F42-11D4-BCE7-0080C73C8881 23BE22008
MemoryProtectionCpuArchProtocolNotify:
InitializeDxeNxMemoryProtectionPolicy: applying strict permissions to active memory regions
SetUefiImageMemoryAttributes - 0x0000000040000000 - 0x00000001FBE14000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE40000 - 0x0000000003071000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023EEF2000 - 0x00000000010BD000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023FFC0000 - 0x0000000000011000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023FFFB000 - 0x0000000000005000 (0x0000000000004000)
InitializeDxeNxMemoryProtectionPolicy: applying strict permissions to inactive memory regions
ProtectUefiImageCommon - 0x3EEEE400
  - 0x000000023EEB1000 - 0x0000000000041000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
  Section - '.text   '
  VirtualSize          - 0x0003C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0003C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023EEB2000 - 0x000000000003C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023EEB1000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023EEB2000 - 0x000000000003C000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023EEEE000 - 0x0000000000004000 (0x0000000000004000)
ProtectUefiImageCommon - 0x3B13FB40
  - 0x000000023BE30000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE31000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE30000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE31000 - 0x000000000000D000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023BE3E000 - 0x0000000000002000 (0x0000000000004000)
ProtectUefiImageCommon - 0x3B13EBC0
  - 0x000000023BE24000 - 0x000000000000C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/FdtClientDxe/FdtClientDxe/DEBUG/FdtClientDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00009000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00009000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE25000 - 0x0000000000009000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE24000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE25000 - 0x0000000000009000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023BE2E000 - 0x0000000000002000 (0x0000000000004000)
ProtectUefiImageCommon - 0x3B13E240
  - 0x000000023BE14000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/CpuDxe/CpuDxe/DEBUG/ArmCpuDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE15000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE14000 - 0x0000000000001000 (0x0000000000004000)
SetUefiImageMemoryAttributes - 0x000000023BE15000 - 0x000000000000D000 (0x0000000000020000)
SetUefiImageMemoryAttributes - 0x000000023BE22000 - 0x0000000000002000 (0x0000000000004000)
Loading driver B601F8C4-43B7-4784-95B1-F4226CB40CEE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B139040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll 0x23BE90000
InsertImageRecord - 0x3BFFFD98
InsertImageRecord - 0x000000023BE80000 - 0x0000000000040000
ImageRecordCount - 0x0
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE90000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x0023BE80000 EntryPoint=0x0023BE90048 RuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B12C518
ProtectUefiImageCommon - 0x3B139040
  - 0x000000023BE80000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE90000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE80000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BE90000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BEA0000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: B7DFB4E1-052F-449F-87BE-9818FC91B733 23BEA0008
Loading driver F80697E9-7FD6-4665-8646-88E33EF71DFC
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B139D40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll 0x23BE04000
Loading driver at 0x0023BE03000 EntryPoint=0x0023BE04048 SecurityStubDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B139C98
ProtectUefiImageCommon - 0x3B139D40
  - 0x000000023BE03000 - 0x0000000000011000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BE04000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BE03000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BE04000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BE12000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 94AB2F58-1438-4EF1-9152-18941A3A0E68 23BE12010
InstallProtocolInterface: A46423E3-4617-49F1-B9FF-D1BFA9115839 23BE12008
InstallProtocolInterface: 15853D7C-3DDF-43E0-A1CB-EBF85B8F872C 23BE12018
Loading driver 93E34C7E-B50E-11DF-9223-2443DFD72085
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B138040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe/DEBUG/ArmVeNorFlashDxe.dll 0x238B20000
InsertImageRecord - 0x3BFFFE18
InsertImageRecord - 0x0000000238B10000 - 0x0000000000040000
ImageRecordCount - 0x1
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe/DEBUG/ArmVeNorFlashDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238B20000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238B10000 EntryPoint=0x00238B20048 ArmVeNorFlashDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B138E98
ProtectUefiImageCommon - 0x3B138040
  - 0x0000000238B10000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe/DEBUG/ArmVeNorFlashDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238B20000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238B10000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238B20000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238B30000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BFFFAA0
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 23BFFF9D8
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23BFFFA38
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BFFF6A0
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 23BFFF5D8
InstallProtocolInterface: 8F644FA9-E850-4DB1-9CE2-0B44698E8DA4 23BFFF658
Loading driver CBD2E4D5-7068-4FF5-B462-9822B4AD8D60
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B136CC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll 0x238A70000
InsertImageRecord - 0x3BFFF918
InsertImageRecord - 0x0000000238A60000 - 0x0000000000050000
ImageRecordCount - 0x2
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00020000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00020000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238A70000 - 0x0000000000020000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238A60000 EntryPoint=0x00238A70048 VariableRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B136A18
ProtectUefiImageCommon - 0x3B136CC0
  - 0x0000000238A60000 - 0x0000000000050000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00020000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00020000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238A70000 - 0x0000000000020000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238A60000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238A70000 - 0x0000000000020000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238A90000 - 0x0000000000020000 (0x0000000000004008)
VarCheckLibRegisterSetVariableCheckHandler - 0x38A7DFA0 Success
Variable driver common space: 0x3FF9C 0x3FF9C 0x3FF9C
Variable driver will work with auth variable format!
InstallProtocolInterface: CD3D0A05-9E24-437C-A891-1EE053DB7638 238A90008
InstallProtocolInterface: AF23B340-97B4-4685-8D4F-A3F28169B21D 238A90010
InstallProtocolInterface: 1E5668E2-8481-11D4-BCF1-0080C73C8881 0
Loading driver 4C6E0267-C77D-410D-8100-1495911A989D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B135BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/MetronomeDxe/MetronomeDxe/DEBUG/MetronomeDxe.dll 0x23BDFB000
Loading driver at 0x0023BDFA000 EntryPoint=0x0023BDFB048 MetronomeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B135F18
ProtectUefiImageCommon - 0x3B135BC0
  - 0x000000023BDFA000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/MetronomeDxe/MetronomeDxe/DEBUG/MetronomeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDFB000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDFA000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDFB000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BE01000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 26BACCB2-6F42-11D4-BCE7-0080C73C8881 23BE01008
Loading driver 348C4D62-BFBD-4882-9ECE-C80BB1C4783B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1351C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll 0x23BDC9000
Loading driver at 0x0023BDC8000 EntryPoint=0x0023BDC9048 HiiDatabase.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B135498
ProtectUefiImageCommon - 0x3B1351C0
  - 0x000000023BDC8000 - 0x0000000000032000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.dll
  Section - '.text   '
  VirtualSize          - 0x0002F000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0002F000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDC9000 - 0x000000000002F000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDC8000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDC9000 - 0x000000000002F000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDF8000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: E9CA4775-8657-47FC-97E7-7ED65A084324 23BDF8030
InstallProtocolInterface: 0FD96974-23AA-4CDC-B9CB-98D17750322A 23BDF80A8
InstallProtocolInterface: EF9FC172-A1B2-4693-B327-6D32FC416042 23BDF80D0
InstallProtocolInterface: 587E72D7-CC50-4F79-8209-CA291FC1A10F 23BDF8128
InstallProtocolInterface: 0A8BADD5-03B8-4D19-B128-7B8F0EDAA596 23BDF8158
InstallProtocolInterface: 31A6406A-6BDF-4E46-B2A2-EBAA89C40920 23BDF8050
InstallProtocolInterface: 1A1241E6-8F19-41A9-BC0E-E8EF39E06546 23BDF8078
Loading driver D3987D4B-971A-435F-8CAF-4967EB627241
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1331C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll 0x23BDC0000
Loading driver at 0x0023BDBF000 EntryPoint=0x0023BDC0048 SerialDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B133498
ProtectUefiImageCommon - 0x3B1331C0
  - 0x000000023BDBF000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SerialDxe/SerialDxe/DEBUG/SerialDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDC0000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDBF000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDC0000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDC6000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: BB25CF6F-F1D4-11D2-9A0C-0090273FC1FD 23BDC6058
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BDC6008
Loading driver 9B680FCE-AD6B-4F3A-B60B-F59899003443
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B132140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll 0x23BDAA000
Loading driver at 0x0023BDA9000 EntryPoint=0x0023BDAA048 DevicePathDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B132B18
ProtectUefiImageCommon - 0x3B132140
  - 0x000000023BDA9000 - 0x0000000000016000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00013000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00013000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDAA000 - 0x0000000000013000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDA9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDAA000 - 0x0000000000013000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDBD000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 0379BE4E-D706-437D-B037-EDB82FB772A4 23BDB89A8
InstallProtocolInterface: 8B843E20-8132-4852-90CC-551A4E4A7F1C 23BDB89E8
InstallProtocolInterface: 05C99A21-C70F-4AD2-8A5F-35DF3343F51E 23BDB89F8
Loading driver A210F973-229D-4F4D-AA37-9895E6C9EABA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B131040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll 0x23BDA1000
Loading driver at 0x0023BDA0000 EntryPoint=0x0023BDA1048 DpcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B132618
ProtectUefiImageCommon - 0x3B131040
  - 0x000000023BDA0000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BDA1000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BDA0000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BDA1000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BDA7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 480F8AE9-0C46-4AA9-BC89-DB9FBA619806 23BDA7008
Loading driver 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1313C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll 0x23BD91000
Loading driver at 0x0023BD90000 EntryPoint=0x0023BD91048 EbcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B131B98
ProtectUefiImageCommon - 0x3B1313C0
  - 0x000000023BD90000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD91000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD90000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD91000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD9E000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 13AC6DD1-73D0-11D4-B06B-00AA00BD6DE7 23B131818
InstallProtocolInterface: 2755590C-6F3C-42FA-9EA4-A3BA543CDA25 23B130F18
InstallProtocolInterface: AAEACCFD-F27B-4C17-B610-75CA1F2DFB52 23B130B98
Loading driver 0049858F-8CA7-4CCD-918B-D952CBF32975
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23B1300C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe/DEBUG/VirtioFdtDxe.dll 0x23BD86000
Loading driver at 0x0023BD85000 EntryPoint=0x0023BD86048 VirtioFdtDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B130A98
ProtectUefiImageCommon - 0x3B1300C0
  - 0x000000023BD85000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe/DEBUG/VirtioFdtDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD86000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD85000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD86000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD8E000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B130718
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B130520
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F018
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12FB20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12FC18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12FD20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12FA18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12F820
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F998
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12F5A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F198
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12F220
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12F398
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12EF20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12EE18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12EC20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12ED98
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12E7A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12E120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E698
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12E520
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E498
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D020
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12E418
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12DC20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12DD18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12D898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D9A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12D818
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D2A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B12D798
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23B12D420
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B018
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2BB20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2BC18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2BD20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2BA18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2B820
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B998
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2B5A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B198
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2B220
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2B398
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2AF20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2AE18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2AC20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2AD98
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2A7A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2A120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A698
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD2A520
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A498
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD29020
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD2A418
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD29C20
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD29D18
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD29120
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD29898
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD299A0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AD29818
VirtioMmioInit: Warning: The VendorId (0x554D4551) does not match the VirtIo VendorId (0x1AF4).
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AD292A0
Loading driver 63EA1463-FBFA-428A-B97F-E222755852D7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD1D040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/HighMemDxe/HighMemDxe/DEBUG/HighMemDxe.dll 0x23BD7D000
Loading driver at 0x0023BD7C000 EntryPoint=0x0023BD7D048 HighMemDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD29498
ProtectUefiImageCommon - 0x3AD1D040
  - 0x000000023BD7C000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/HighMemDxe/HighMemDxe/DEBUG/HighMemDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD7D000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD7C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD7D000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD83000 - 0x0000000000002000 (0x0000000000004008)
Loading driver FE5CEA76-4F72-49E8-986F-2CD899DFFE5D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD1D2C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll 0x23BD6E000
Loading driver at 0x0023BD6D000 EntryPoint=0x0023BD6E048 FaultTolerantWriteDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD1DC18
ProtectUefiImageCommon - 0x3AD1D2C0
  - 0x000000023BD6D000 - 0x000000000000F000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD6E000 - 0x000000000000C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD6D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD6E000 - 0x000000000000C000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD7A000 - 0x0000000000002000 (0x0000000000004008)
Ftw: FtwWorkSpaceLba - 0x1, WorkBlockSize  - 0x40000, FtwWorkSpaceBase - 0x0
Ftw: FtwSpareLba     - 0x2, SpareBlockSize - 0x40000
Ftw: NumberOfWorkBlock - 0x1, FtwWorkBlockLba - 0x1
Ftw: WorkSpaceLbaInSpare - 0x0, WorkSpaceBaseInSpare - 0x0
Ftw: Remaining work space size - 3FFE0
InstallProtocolInterface: 3EBD9E82-2C78-4DE6-9786-8D4BFCB7C881 23ACDC028
NOTICE - AuthVariableLibInitialize() returns Unsupported!
Variable driver will continue to work without auth variable support!
[Variable] Lock: BB983CCF-151D-40E1-A07B-4A17BE168292:MemoryOverwriteRequestControlLock Success
RecordSecureBootPolicyVarData GetVariable SecureBoot Status E
InstallProtocolInterface: 6441F818-6362-4E44-B570-7DBA31DD2453 0
Loading driver 4B28E4C7-FF36-4E10-93CF-A82159E777C5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD27040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll 0x238980000
InsertImageRecord - 0x3BFFDB98
InsertImageRecord - 0x0000000238970000 - 0x0000000000040000
ImageRecordCount - 0x3
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238980000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238970000 EntryPoint=0x00238980048 ResetSystemRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23B136318
ProtectUefiImageCommon - 0x3AD27040
  - 0x0000000238970000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238980000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238970000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238980000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238990000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 27CFAC88-46CC-11D4-9A38-0090273FC14D 0
InstallProtocolInterface: 9DA34AE0-EAF9-4BBF-8EC3-FD60226C44BE 238990010
Loading driver B336F62D-4135-4A55-AE4E-4971BBF0885D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD273C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll 0x2388E0000
InsertImageRecord - 0x3BFFDC18
InsertImageRecord - 0x00000002388D0000 - 0x0000000000040000
ImageRecordCount - 0x4
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002388E0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x002388D0000 EntryPoint=0x002388E0048 RealTimeClock.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD27918
ProtectUefiImageCommon - 0x3AD273C0
  - 0x00000002388D0000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClockRuntimeDxe/DEBUG/RealTimeClock.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002388E0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002388D0000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002388E0000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002388F0000 - 0x0000000000020000 (0x0000000000004008)
Found PL031 RTC @ 0x9010000
InstallProtocolInterface: 27CFAC87-46CC-11D4-9A38-0090273FC14D 0
InstallProtocolInterface: 27CFAC87-46CC-11D4-9A38-0090273FC14D 0
Loading driver DE371F7C-DEC4-4D21-ADF1-593ABCC15882
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD25140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmGic/ArmGicDxe/DEBUG/ArmGicDxe.dll 0x23BD63000
Loading driver at 0x0023BD62000 EntryPoint=0x0023BD63048 ArmGicDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD25C98
ProtectUefiImageCommon - 0x3AD25140
  - 0x000000023BD62000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmGic/ArmGicDxe/DEBUG/ArmGicDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD63000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD62000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD63000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD6B000 - 0x0000000000002000 (0x0000000000004008)
Found GIC v3 (re)distributor @ 0x8000000 (0x80A0000)
InstallProtocolInterface: 2890B3EA-053D-1643-AD0C-D64808DA3FF1 23BD6B030
Loading driver EBF342FE-B1D3-4EF8-957C-8048606FF671
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD24BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll 0x23BD37000
Loading driver at 0x0023BD36000 EntryPoint=0x0023BD37048 SetupBrowser.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD25718
ProtectUefiImageCommon - 0x3AD24BC0
  - 0x000000023BD36000 - 0x000000000002C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.dll
  Section - '.text   '
  VirtualSize          - 0x00029000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00029000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD37000 - 0x0000000000029000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD36000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD37000 - 0x0000000000029000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD60000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: B9D4C360-BCFB-4F9B-9298-53C136982258 23BD60018
InstallProtocolInterface: A770C357-B693-4E6D-A6CF-D21C728E550B 23BD60048
InstallProtocolInterface: 1F73B18D-4630-43C1-A1DE-6F80855D7DA4 23BD60028
Loading driver 6D33944A-EC75-4855-A54D-809C75241F6C
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD23840
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll 0x23BD03000
Loading driver at 0x0023BD02000 EntryPoint=0x0023BD03048 BdsDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD23698
ProtectUefiImageCommon - 0x3AD23840
  - 0x000000023BD02000 - 0x0000000000034000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00031000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00031000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BD03000 - 0x0000000000031000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BD02000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BD03000 - 0x0000000000031000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD34000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
InstallProtocolInterface: 665E3FF6-46CC-11D4-9A38-0090273FC14D 23BD34008
Loading driver F9D88642-0737-49BC-81B5-6889CD57D9EA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD22BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll 0x23BCF4000
Loading driver at 0x0023BCF3000 EntryPoint=0x0023BCF4048 SmbiosDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD22E98
ProtectUefiImageCommon - 0x3AD22BC0
  - 0x000000023BCF3000 - 0x000000000000F000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCF4000 - 0x000000000000C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCF3000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCF4000 - 0x000000000000C000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BD00000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
DetectSmbiosVersion: SMBIOS 3.x DocRev from QEMU: 0x00
DetectSmbiosVersion: SMBIOS version from QEMU: 0x0300
InstallProtocolInterface: 03583FF6-CB36-4940-947E-B9B39F4AFAF7 23BD00068
Loading driver 9D1DD27F-6D7F-427B-AEC4-B62F6279C2F1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD221C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe/DEBUG/PlatformHasAcpiDtDxe.dll 0x23BCEA000
Loading driver at 0x0023BCE9000 EntryPoint=0x0023BCEA048 PlatformHasAcpiDtDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD22498
ProtectUefiImageCommon - 0x3AD221C0
  - 0x000000023BCE9000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe/DEBUG/PlatformHasAcpiDtDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCEA000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCE9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCEA000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCF1000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
InstallProtocolInterface: F0966B41-C23F-41B9-9604-0FF7E111965A 0
Loading driver 168D1A6E-F4A5-448A-9E95-795661BB3067
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD21C40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe/DEBUG/ArmPciCpuIo2Dxe.dll 0x23BCE0000
Loading driver at 0x0023BCDF000 EntryPoint=0x0023BCE0048 ArmPciCpuIo2Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD21A98
ProtectUefiImageCommon - 0x3AD21C40
  - 0x000000023BCDF000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe/DEBUG/ArmPciCpuIo2Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCE0000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCDF000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCE0000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCE7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: AD61F191-AE5F-4C0E-B9FA-E869D288C64F 23BCE7008
Loading driver F74D20EE-37E7-48FC-97F7-9B1047749C69
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD21240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll 0x23BCD4000
Loading driver at 0x0023BCD3000 EntryPoint=0x0023BCD4048 LogoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD21518
InstallProtocolInterface: 6A1EE763-D47A-43B4-AABE-EF1DE2AB56FC 23BCDB070
ProtectUefiImageCommon - 0x3AD21240
  - 0x000000023BCD3000 - 0x000000000000C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCD4000 - 0x0000000000006000
  Section - '.data   '
  Section - '.rsrc   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCD3000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCD4000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCDA000 - 0x0000000000005000 (0x0000000000004008)
InstallProtocolInterface: 53CD299F-2BC1-40C0-8C07-23F64FDB30E0 23BCDA020
Loading driver 42857F0A-13F2-4B21-8A23-53D3F714B840
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD207C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll 0x238840000
InsertImageRecord - 0x3BFFD998
InsertImageRecord - 0x0000000238830000 - 0x0000000000040000
ImageRecordCount - 0x5
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238840000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238830000 EntryPoint=0x00238840048 CapsuleRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD1FF98
ProtectUefiImageCommon - 0x3AD207C0
  - 0x0000000238830000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238840000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238830000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238840000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238850000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 5053697E-2CBC-4819-90D9-0580DEEE5754 0
Loading driver AD608272-D07F-4964-801E-7BD3B7888652
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AD1F840
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll 0x2387A0000
InsertImageRecord - 0x3BFFDD98
InsertImageRecord - 0x0000000238790000 - 0x0000000000040000
ImageRecordCount - 0x6
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002387A0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
Loading driver at 0x00238790000 EntryPoint=0x002387A0048 MonotonicCounterRuntimeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AD1F718
ProtectUefiImageCommon - 0x3AD1F840
  - 0x0000000238790000 - 0x0000000000040000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00010000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00010000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002387A0000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238790000 - 0x0000000000010000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002387A0000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002387B0000 - 0x0000000000020000 (0x0000000000004008)
InstallProtocolInterface: 1DA97072-BDDC-4B30-99F1-72A0B56FFF2A 0
Loading driver 49EA041E-6752-42CA-B0B1-7344FE2546B7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD8CC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/TimerDxe/TimerDxe/DEBUG/ArmTimerDxe.dll 0x23BCCA000
Loading driver at 0x0023BCC9000 EntryPoint=0x0023BCCA048 ArmTimerDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD8A98
ProtectUefiImageCommon - 0x3ACD8CC0
  - 0x000000023BCC9000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/ArmPkg/Drivers/TimerDxe/TimerDxe/DEBUG/ArmTimerDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCCA000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCC9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCCA000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCD1000 - 0x0000000000002000 (0x0000000000004008)
Found Timer interrupts 29, 30, 27, 26
InstallProtocolInterface: 26BACCB3-6F42-11D4-BCE7-0080C73C8881 23BCD1010
Loading driver E660EA85-058E-4B55-A54B-F02F83A24707
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD8240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll 0x23BCA7000
Loading driver at 0x0023BCA6000 EntryPoint=0x0023BCA7048 DisplayEngine.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB3018
ProtectUefiImageCommon - 0x3ACD8240
  - 0x000000023BCA6000 - 0x0000000000023000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.dll
  Section - '.text   '
  VirtualSize          - 0x0001E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0001E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BCA7000 - 0x000000000001E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BCA6000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BCA7000 - 0x000000000001E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCC5000 - 0x0000000000004000 (0x0000000000004008)
InstallProtocolInterface: 9BBE29E9-FDA1-41EC-AD52-452213742D2E 23BCC6580
Loading driver EBF8ED7C-0DD1-4787-84F1-F48D537DCACF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD4040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll 0x23BC92000
Loading driver at 0x0023BC91000 EntryPoint=0x0023BC92048 DriverHealthManagerDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD4F18
ProtectUefiImageCommon - 0x3ACD4040
  - 0x000000023BC91000 - 0x0000000000015000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00012000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00012000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC92000 - 0x0000000000012000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC91000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC92000 - 0x0000000000012000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BCA4000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BCA4368
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23BCA4340
Loading driver 4110465D-5FF3-4F4B-B580-24ED0D06747A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACD14C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.dll 0x23BC88000
Loading driver at 0x0023BC87000 EntryPoint=0x0023BC88048 SmbiosPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD4918
ProtectUefiImageCommon - 0x3ACD14C0
  - 0x000000023BC87000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC88000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC87000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC88000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC8F000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
SmbiosAdd: Smbios type 1 with size 0x39 is added to 64-bit table
SmbiosCreateTable: Initialize 64-bit entry point structure
SmbiosCreate64BitTable() re-allocate SMBIOS 64-bit table
SmbiosAdd: Smbios type 3 with size 0x1F is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 4 with size 0x3A is added to 64-bit table
SmbiosAdd: Smbios type 16 with size 0x19 is added to 64-bit table
SmbiosAdd: Smbios type 17 with size 0x35 is added to 64-bit table
SmbiosAdd: Smbios type 32 with size 0xD is added to 64-bit table
SmbiosAdd: Smbios type 0 with size 0x4A is added to 64-bit table
Loading driver 9622E42C-8E38-4A08-9E8F-54F784652F6B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCF840
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll 0x23BC76000
Loading driver at 0x0023BC75000 EntryPoint=0x0023BC76048 AcpiTableDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACD0398
ProtectUefiImageCommon - 0x3ACCF840
  - 0x000000023BC75000 - 0x0000000000012000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC76000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC75000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC76000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC84000 - 0x0000000000003000 (0x0000000000004008)
InstallProtocolInterface: FFE06BDD-6107-46A6-7BB2-5A9C7EC5275C 23ACCF720
InstallProtocolInterface: EB97088E-CFDF-49C6-BE4B-D906A5B20E86 23ACCF730
Loading driver 128FB770-5E79-4176-9E51-9BB268A17DD1
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB2040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll 0x23BC5C000
Loading driver at 0x0023BC5B000 EntryPoint=0x0023BC5C048 PciHostBridgeDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCF418
ProtectUefiImageCommon - 0x3ACB2040
  - 0x000000023BC5B000 - 0x000000000001A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00017000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00017000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC5C000 - 0x0000000000017000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC5B000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC5C000 - 0x0000000000017000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC73000 - 0x0000000000002000 (0x0000000000004008)
ProcessPciHost: Config[0x3F000000+0x1000000) Bus[0x0..0xF] Io[0x0+0x10000)@0x3EFF0000 Mem32[0x10000000+0x2EFF0000)@0x0 Mem64[0x8000000000+0x8000000000)@0x0
RootBridge: PciRoot(0x0)
  Support/Attr: 70001 / 70001
    DmaAbove4G: Yes
NoExtConfSpace: No
     AllocAttr: 3 (CombineMemPMem Mem64Decode)
           Bus: 0 - F
            Io: 0 - FFFF
           Mem: 10000000 - 3EFEFFFF
    MemAbove4G: 8000000000 - FFFFFFFFFF
          PMem: FFFFFFFFFFFFFFFF - 0
   PMemAbove4G: FFFFFFFFFFFFFFFF - 0
PciHostBridgeDxe: IntersectIoDescriptor: add [0, 10000): Success
PciHostBridgeDxe: IntersectMemoryDescriptor: add [10000000, 3EFF0000): Success
PciHostBridgeDxe: IntersectMemoryDescriptor: add [8000000000, 10000000000): Success
InstallProtocolInterface: CF8034BE-6768-4D8B-B739-7CCE683A9FBE 23ACB22C0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACB2C98
InstallProtocolInterface: 2F707EBB-4A1A-11D4-9A38-0090273FC14D 23ACB2540
Loading driver D9DCC5DF-4007-435E-9098-8970935504B2
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCE0C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll 0x23BC4E000
Loading driver at 0x0023BC4D000 EntryPoint=0x0023BC4E048 PlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCEA98
ProtectUefiImageCommon - 0x3ACCE0C0
  - 0x000000023BC4D000 - 0x000000000000E000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000B000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000B000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC4E000 - 0x000000000000B000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC4D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC4E000 - 0x000000000000B000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC59000 - 0x0000000000002000 (0x0000000000004008)
ExecutePlatformConfig: failed to load platform config: Not Found
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BC593F0
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23BC594E0
Loading driver 28A03FF4-12B3-4305-A417-BB1A4F94081E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCD040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll 0x23BC36000
Loading driver at 0x0023BC35000 EntryPoint=0x0023BC36048 RamDiskDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCD298
ProtectUefiImageCommon - 0x3ACCD040
  - 0x000000023BC35000 - 0x0000000000018000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC36000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC35000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC36000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC4A000 - 0x0000000000003000 (0x0000000000004008)
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACCD498
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23BC4A8A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BC4A598
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23ACCB4B0
InstallProtocolInterface: AB38A0DF-6873-44A9-87E6-D4EB56148449 23BC4A548
InstallProtocolInterface: 28A03FF4-12B3-4305-A417-BB1A4F94081E 23ACCB498
Loading driver F099D67F-71AE-4C36-B2A3-DCEB0EB2B7D8
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCA940
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll 0x23BC2D000
Loading driver at 0x0023BC2C000 EntryPoint=0x0023BC2D048 WatchdogTimer.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACCCA98
ProtectUefiImageCommon - 0x3ACCA940
  - 0x000000023BC2C000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC2D000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC2C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC2D000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC33000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 665E3FF5-46CC-11D4-9A38-0090273FC14D 23BC33008
Loading driver 17985E6F-E778-4D94-AEFA-C5DD2B77E186
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACCC240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.dll 0x23BC1D000
Loading driver at 0x0023BC1C000 EntryPoint=0x0023BC1D048 QemuFwCfgAcpiPlatform.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB8018
ProtectUefiImageCommon - 0x3ACCC240
  - 0x000000023BC1C000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC1D000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC1C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC1D000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC2A000 - 0x0000000000002000 (0x0000000000004008)
Found FwCfg @ 0x9020008/0x9020000
Found FwCfg DMA @ 0x9020010
AcpiPlatformEntryPoint: waiting for root bridges to be connected, registered callback
Loading driver 51CCF399-4FDF-4E55-A45B-E123F84D456A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB80C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll 0x23BC10000
Loading driver at 0x0023BC0F000 EntryPoint=0x0023BC10048 ConPlatformDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB8998
ProtectUefiImageCommon - 0x3ACB80C0
  - 0x000000023BC0F000 - 0x000000000000D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BC10000 - 0x000000000000A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BC0F000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BC10000 - 0x000000000000A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC1A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC1A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC1A068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC1A080
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC1A038
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC1A068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC1A080
Loading driver 408EDCEC-CF6D-477C-A5A8-B4844E3DE281
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC9BC0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll 0x23BBFD000
Loading driver at 0x0023BBFC000 EntryPoint=0x0023BBFD048 ConSplitterDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC9098
ProtectUefiImageCommon - 0x3ACC9BC0
  - 0x000000023BBFC000 - 0x0000000000013000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBFD000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBFC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBFD000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BC0D000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D3D0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D4C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D4D8
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D460
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D4F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D508
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D490
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D520
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D538
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D400
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D550
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D568
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BC0D430
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BC0D580
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BC0D598
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 23BC0D020
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 23BC0D050
InstallProtocolInterface: 31878C87-0B75-11D5-9A4F-0090273FC14D 23BC0D0B0
InstallProtocolInterface: 8D59D32B-C655-4AE9-9B15-F25904992A43 23BC0D108
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23BC0D1D0
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23BC0D2D8
Loading driver CCCB0C28-4B24-11D5-9A5A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC54C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll 0x23BBED000
Loading driver at 0x0023BBEC000 EntryPoint=0x0023BBED048 GraphicsConsoleDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC5A18
ProtectUefiImageCommon - 0x3ACC54C0
  - 0x000000023BBEC000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000C000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000C000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBED000 - 0x000000000000C000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBEC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBED000 - 0x000000000000C000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBF9000 - 0x0000000000003000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBF9170
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBF91A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBF91B8
Loading driver 9E863906-A40F-4875-977F-5B93FF237FC6
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC4140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll 0x23BBDA000
Loading driver at 0x0023BBD9000 EntryPoint=0x0023BBDA048 TerminalDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC4B18
ProtectUefiImageCommon - 0x3ACC4140
  - 0x000000023BBD9000 - 0x0000000000013000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00010000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00010000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBDA000 - 0x0000000000010000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBD9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBDA000 - 0x0000000000010000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBEA000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBEA008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBEA210
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBEA228
Loading driver 6B38F7B4-AD98-40E9-9093-ACA2B5A253C4
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC3040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll 0x23BBCD000
Loading driver at 0x0023BBCC000 EntryPoint=0x0023BBCD048 DiskIoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC4618
ProtectUefiImageCommon - 0x3ACC3040
  - 0x000000023BBCC000 - 0x000000000000D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBCD000 - 0x000000000000A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBCC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBCD000 - 0x000000000000A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBD7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBD7008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBD70C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBD70D8
Loading driver 1FA1F39E-FEFF-4AAE-BD7B-38A070A3B609
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC39C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll 0x23BBBD000
Loading driver at 0x0023BBBC000 EntryPoint=0x0023BBBD048 PartitionDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC3818
ProtectUefiImageCommon - 0x3ACC39C0
  - 0x000000023BBBC000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBBD000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBBC000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBBD000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBCA000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBCA008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBCA058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBCA070
Loading driver 961578FE-B6B7-44C3-AF35-6BC705CD2B1F
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC2040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll 0x23BBA6000
Loading driver at 0x0023BBA5000 EntryPoint=0x0023BBA6048 Fat.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC2D98
ProtectUefiImageCommon - 0x3ACC2040
  - 0x000000023BBA5000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BBA6000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BBA5000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BBA6000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBBA000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BBBA008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BBBA038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BBBA050
Loading driver CD3BAFB6-50FB-4FE8-8E4E-AB74D2C1A600
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC2340
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll 0x23BB9D000
Loading driver at 0x0023BB9C000 EntryPoint=0x0023BB9D048 EnglishDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC2618
ProtectUefiImageCommon - 0x3ACC2340
  - 0x000000023BB9C000 - 0x0000000000009000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00006000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00006000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB9D000 - 0x0000000000006000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB9C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB9D000 - 0x0000000000006000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BBA3000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 1D85CD7F-F43D-11D2-9A0C-0090273FC14D 23BBA3028
InstallProtocolInterface: A4C751FC-23AE-4C3E-92E9-4964CF63F349 23BBA3060
Loading driver 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC1140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.dll 0x23BB92000
Loading driver at 0x0023BB91000 EntryPoint=0x0023BB92048 VirtioBlkDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC1B18
ProtectUefiImageCommon - 0x3ACC1140
  - 0x000000023BB91000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB92000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB91000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB92000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB9A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB9A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB9A058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB9A070
Loading driver A92CDB4B-82F1-4E0B-A516-8A655D371524
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC14C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.dll 0x23BB84000
Loading driver at 0x0023BB83000 EntryPoint=0x0023BB84048 VirtioNetDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC0018
ProtectUefiImageCommon - 0x3ACC14C0
  - 0x000000023BB83000 - 0x000000000000E000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000B000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000B000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB84000 - 0x000000000000B000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB83000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB84000 - 0x000000000000B000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB8F000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB8F078
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB8F048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB8F060
Loading driver FAB5D4F4-83C0-4AAF-8480-442D11DF6CEA
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC0140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.dll 0x23BB78000
Loading driver at 0x0023BB77000 EntryPoint=0x0023BB78048 VirtioScsiDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACC0398
ProtectUefiImageCommon - 0x3ACC0140
  - 0x000000023BB77000 - 0x000000000000C000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00009000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00009000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB78000 - 0x0000000000009000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB77000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB78000 - 0x0000000000009000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB81000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB81008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB81058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB81070
Loading driver 58E26F0D-CBAC-4BBA-B70F-18221415665A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACC0540
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.dll 0x23BB6D000
Loading driver at 0x0023BB6C000 EntryPoint=0x0023BB6D048 VirtioRngDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBDF98
ProtectUefiImageCommon - 0x3ACC0540
  - 0x000000023BB6C000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB6D000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB6C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB6D000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB75000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB75018
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB75068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB75080
Loading driver 529D3F93-E8E9-4E73-B1E1-BDF6A9D50113
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBD7C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll 0x23BB5D000
Loading driver at 0x0023BB5C000 EntryPoint=0x0023BB5D048 ArpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBD698
ProtectUefiImageCommon - 0x3ACBD7C0
  - 0x000000023BB5C000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/ArpDxe/ArpDxe/DEBUG/ArpDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB5D000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB5C000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB5D000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB6A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB6A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB6A038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB6A050
Loading driver 94734718-0BBC-47FB-96A5-EE7A5AE6A2AD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBC040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll 0x23BB46000
Loading driver at 0x0023BB45000 EntryPoint=0x0023BB46048 Dhcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBCE18
ProtectUefiImageCommon - 0x3ACBC040
  - 0x000000023BB45000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB46000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB45000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB46000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB5A000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB5A008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB5A0A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB5A0B8
Loading driver 9FB1A1F3-3B71-4324-B39A-745CBB015FFF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBC340
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll 0x23BB1F000
Loading driver at 0x0023BB1E000 EntryPoint=0x0023BB1F048 Ip4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBC698
ProtectUefiImageCommon - 0x3ACBC340
  - 0x000000023BB1E000 - 0x0000000000027000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00024000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00024000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB1F000 - 0x0000000000024000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB1E000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB1F000 - 0x0000000000024000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB43000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB43478
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB434F0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB43508
Loading driver 025BBFC7-E6A9-4B8B-82AD-6815A1AEAF4A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBBC40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll 0x23BB06000
Loading driver at 0x0023BB05000 EntryPoint=0x0023BB06048 MnpDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBB898
ProtectUefiImageCommon - 0x3ACBBC40
  - 0x000000023BB05000 - 0x0000000000019000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe/DEBUG/MnpDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00016000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00016000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BB06000 - 0x0000000000016000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BB05000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BB06000 - 0x0000000000016000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB1C000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB1C008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB1C0C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB1C0D8
Loading driver E4F61863-FE2C-4B56-A8F4-08519BC439DF
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBB2C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll 0x23BAF5000
Loading driver at 0x0023BAF4000 EntryPoint=0x0023BAF5048 VlanConfigDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBB618
ProtectUefiImageCommon - 0x3ACBB2C0
  - 0x000000023BAF4000 - 0x0000000000011000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BAF5000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BAF4000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BAF5000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BB03000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BB033F0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BB03690
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BB036A8
Loading driver DC3641B8-2FA8-4ED3-BC1F-F9962A03454B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBA140
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll 0x23BADF000
Loading driver at 0x0023BADE000 EntryPoint=0x0023BADF048 Mtftp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACBAB18
ProtectUefiImageCommon - 0x3ACBA140
  - 0x000000023BADE000 - 0x0000000000016000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00013000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00013000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BADF000 - 0x0000000000013000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BADE000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BADF000 - 0x0000000000013000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BAF2000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BAF2008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BAF2048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BAF2060
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF4D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACBA540
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe/DEBUG/Tcp4Dxe.dll 0x23BABC000
Loading driver at 0x0023BABB000 EntryPoint=0x0023BABC048 Tcp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB9B18
ProtectUefiImageCommon - 0x3ACBA540
  - 0x000000023BABB000 - 0x0000000000023000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dxe/DEBUG/Tcp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00020000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00020000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BABC000 - 0x0000000000020000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BABB000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BABC000 - 0x0000000000020000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BADC000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BADC0B8
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BADC1B0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BADC1C8
Loading driver 6D6963AB-906D-4A65-A7CA-BD40E5D6AF2B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB97C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll 0x23BAA6000
Loading driver at 0x0023BAA5000 EntryPoint=0x0023BAA6048 Udp4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB9618
ProtectUefiImageCommon - 0x3ACB97C0
  - 0x000000023BAA5000 - 0x0000000000016000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00013000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00013000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BAA6000 - 0x0000000000013000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BAA5000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BAA6000 - 0x0000000000013000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BAB9000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BAB9008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BAB9048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BAB9060
Loading driver 3B1DEAB5-C75D-442E-9238-8E2FFB62B0BB
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB7040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxe4BcDxe.dll 0x23BA8F000
Loading driver at 0x0023BA8E000 EntryPoint=0x0023BA8F048 UefiPxe4BcDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB9418
ProtectUefiImageCommon - 0x3ACB7040
  - 0x000000023BA8E000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxe4BcDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BA8F000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BA8E000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BA8F000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BAA3000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BAA3018
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BAA3048
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BAA3060
Loading driver 4579B72D-7EC4-4DD4-8486-083C86B182A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB73C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe/DEBUG/IScsi4Dxe.dll 0x23BA6B000
Loading driver at 0x0023BA6A000 EntryPoint=0x0023BA6B048 IScsi4Dxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB7B98
ProtectUefiImageCommon - 0x3ACB73C0
  - 0x000000023BA6A000 - 0x0000000000024000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe/DEBUG/IScsi4Dxe.dll
  Section - '.text   '
  VirtualSize          - 0x00021000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00021000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BA6B000 - 0x0000000000021000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BA6A000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BA6B000 - 0x0000000000021000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BA8C000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BA8C770
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BA8C7A0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BA8C7B8
InstallProtocolInterface: 59324945-EC44-4C0D-B1CD-9DB139DF070C 23BA8C848
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23BA8C830
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23ACB6E28
Loading driver 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB4440
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll 0x23BA5E000
Loading driver at 0x0023BA5D000 EntryPoint=0x0023BA5E048 ScsiBus.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB5D98
ProtectUefiImageCommon - 0x3ACB4440
  - 0x000000023BA5D000 - 0x000000000000D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.dll
  Section - '.text   '
  VirtualSize          - 0x0000A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023BA5E000 - 0x000000000000A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023BA5D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023BA5E000 - 0x000000000000A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023BA68000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23BA68008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23BA68038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23BA68050
Loading driver 0A66E322-3740-4CCE-AD62-BD172CECCA35
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB4940
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll 0x2386EA000
Loading driver at 0x002386E9000 EntryPoint=0x002386EA048 ScsiDisk.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB6098
ProtectUefiImageCommon - 0x3ACB4940
  - 0x00000002386E9000 - 0x0000000000017000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.dll
  Section - '.text   '
  VirtualSize          - 0x00014000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00014000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386EA000 - 0x0000000000014000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386E9000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386EA000 - 0x0000000000014000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386FE000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386FE008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386FE068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386FE080
Loading driver B8E62775-BB0A-43F0-A843-5BE8B14F8CCD
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB6240
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll 0x2386E0000
Loading driver at 0x002386DF000 EntryPoint=0x002386E0048 BootGraphicsResourceTableDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB6598
ProtectUefiImageCommon - 0x3ACB6240
  - 0x00000002386DF000 - 0x000000000000A000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00007000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00007000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386E0000 - 0x0000000000007000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386DF000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386E0000 - 0x0000000000007000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386E7000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: CDEA2BD3-FC25-4C1C-B97C-B31186064990 2386E7078
Loading driver 93B80004-9FB3-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB18C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll 0x2386B9000
Loading driver at 0x002386B8000 EntryPoint=0x002386B9048 PciBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB1798
ProtectUefiImageCommon - 0x3ACB18C0
  - 0x00000002386B8000 - 0x0000000000027000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00024000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00024000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386B9000 - 0x0000000000024000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386B8000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386B9000 - 0x0000000000024000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386DD000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386DD008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386DD050
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386DD068
InstallProtocolInterface: 19CB87AB-2CB9-4665-8360-DDCF6054F79D 2386DD048
Loading driver 83DD3B39-7CAF-4FAC-A542-E050B767E3A7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACA4040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.dll 0x2386AE000
Loading driver at 0x002386AD000 EntryPoint=0x002386AE048 VirtioPciDeviceDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB1598
ProtectUefiImageCommon - 0x3ACA4040
  - 0x00000002386AD000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386AE000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386AD000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386AE000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386B6000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386B6078
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386B60C8
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386B60E0
Loading driver 0170F60C-1D40-4651-956D-F0BD9879D527
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACA4440
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.dll 0x2386A3000
Loading driver at 0x002386A2000 EntryPoint=0x002386A3048 Virtio10.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACA4A18
ProtectUefiImageCommon - 0x3ACA4440
  - 0x00000002386A2000 - 0x000000000000B000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.dll
  Section - '.text   '
  VirtualSize          - 0x00008000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00008000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x00000002386A3000 - 0x0000000000008000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x00000002386A2000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x00000002386A3000 - 0x0000000000008000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386AB000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386AB008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386AB058
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386AB070
Loading driver E3752948-B9A1-4770-90C4-DF41C38986BE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB0B40
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll 0x238692000
Loading driver at 0x00238691000 EntryPoint=0x00238692048 QemuVideoDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACB0A98
ProtectUefiImageCommon - 0x3ACB0B40
  - 0x0000000238691000 - 0x0000000000011000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000E000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000E000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238692000 - 0x000000000000E000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238691000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238692000 - 0x000000000000E000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x00000002386A0000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386A0008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386A03E0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386A03F8
InstallProtocolInterface: 5C198761-16A8-4E69-972C-89D67954F81D 2386A00B8
Loading driver D6099B94-CD97-4CC5-8714-7F6312701A8A
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACB02C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.dll 0x238682000
Loading driver at 0x00238681000 EntryPoint=0x00238682048 VirtioGpuDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAFF18
ProtectUefiImageCommon - 0x3ACB02C0
  - 0x0000000238681000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238682000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238681000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238682000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023868F000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23868F008
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23868B728
Loading driver 2FB92EFA-2EE0-4BAE-9EB6-7464125E1EF7
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAF1C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll 0x238670000
Loading driver at 0x0023866F000 EntryPoint=0x00238670048 UhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAFA18
ProtectUefiImageCommon - 0x3ACAF1C0
  - 0x000000023866F000 - 0x0000000000012000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000F000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000F000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238670000 - 0x000000000000F000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023866F000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238670000 - 0x000000000000F000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023867F000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23867F008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23867F038
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23867F050
Loading driver BDFE430E-8F2A-4DB0-9991-6F856594777E
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAF640
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll 0x23865B000
Loading driver at 0x0023865A000 EntryPoint=0x0023865B048 EhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAEF98
ProtectUefiImageCommon - 0x3ACAF640
  - 0x000000023865A000 - 0x0000000000015000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00012000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00012000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023865B000 - 0x0000000000012000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023865A000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023865B000 - 0x0000000000012000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023866D000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23866D038
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23866D068
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23866D080
Loading driver B7F50E91-A759-412C-ADE4-DCD03E7F7C28
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAE1C0
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll 0x23863E000
Loading driver at 0x0023863D000 EntryPoint=0x0023863E048 XhciDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACAE998
ProtectUefiImageCommon - 0x3ACAE1C0
  - 0x000000023863D000 - 0x000000000001D000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0001A000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0001A000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x000000023863E000 - 0x000000000001A000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x000000023863D000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x000000023863E000 - 0x000000000001A000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238658000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 2386580D0
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 238658170
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 238658188
Loading driver 240612B7-A063-11D4-9A3A-0090273FC14D
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAD040
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll 0x238629000
Loading driver at 0x00238628000 EntryPoint=0x00238629048 UsbBusDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACADF18
ProtectUefiImageCommon - 0x3ACAD040
  - 0x0000000238628000 - 0x0000000000015000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.dll
  Section - '.text   '
  VirtualSize          - 0x00012000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x00012000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238629000 - 0x0000000000012000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238628000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238629000 - 0x0000000000012000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x000000023863B000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 23863B070
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 23863B160
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 23863B178
Loading driver 2D2E62CF-9ECF-43B7-8219-94E7FC713DFE
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23ACAD440
add-symbol-file /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll 0x238619000
Loading driver at 0x00238618000 EntryPoint=0x00238619048 UsbKbDxe.efi
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23ACADA18
ProtectUefiImageCommon - 0x3ACAD440
  - 0x0000000238618000 - 0x0000000000010000
  Image - /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.dll
  Section - '.text   '
  VirtualSize          - 0x0000D000
  VirtualAddress       - 0x00001000
  SizeOfRawData        - 0x0000D000
  PointerToRawData     - 0x00001000
  PointerToRelocations - 0x00000000
  PointerToLinenumbers - 0x00000000
  NumberOfRelocations  - 0x00000000
  NumberOfLinenumbers  - 0x00000000
  Characteristics      - 0x60000020
ImageCode: 0x0000000238619000 - 0x000000000000D000
  Section - '.data   '
  Section - '.reloc  '
ImageCode SegmentCount - 0x1
SetUefiImageMemoryAttributes - 0x0000000238618000 - 0x0000000000001000 (0x0000000000004008)
SetUefiImageMemoryAttributes - 0x0000000238619000 - 0x000000000000D000 (0x0000000000020008)
SetUefiImageMemoryAttributes - 0x0000000238626000 - 0x0000000000002000 (0x0000000000004008)
InstallProtocolInterface: 18A031AB-B443-4D1A-A5C0-0C09261E9F71 238626008
InstallProtocolInterface: 107A772C-D5E1-11D4-9A46-0090273FC14D 2386267C0
InstallProtocolInterface: 6A7A5CFF-E8D9-4F70-BADA-75AB3025CE14 2386267D8
[Bds] Entry...
[BdsDxe] Locate Variable Lock protocol - Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:PlatformLangCodes Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:LangCodes Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:BootOptionSupport Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:HwErrRecSupport Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:OsIndicationsSupported Success
Variable Driver Auto Update PlatformLang, PlatformLang:en, Lang:eng Status: Success
[Variable] Lock: 8BE4DF61-93CA-11D2-AA0D-00E098032B8C:PlatformRecovery0000 Success
[Variable]END_OF_DXE is signaled
Initialize variable error flag (FF)
PCI Bus First Scanning
PciBus: Discovered PCI @ [00|00|00]

PciBus: Discovered PPB @ [00|01|00]

PciBus: Discovered PCI @ [01|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|02|00]

PciBus: Discovered PPB @ [02|00|00]
   BAR[0]: Type =  Mem64; Alignment = 0xFFF;	Length = 0x100;	Offset = 0x10

PciBus: Discovered PCI @ [03|01|00]
   BAR[0]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x10

PciBus: Discovered PPB @ [00|03|00]

PciBus: Discovered PCI @ [04|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|04|00]

PciBus: Discovered PCI @ [05|00|00]
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14
   BAR[4]: Type = PMem64; Alignment = 0x7FFFFF;	Length = 0x800000;	Offset = 0x20

PciBus: Discovered PPB @ [00|05|00]

PciBus: Discovered PCI @ [00|00|00]

PciBus: Discovered PPB @ [00|01|00]

PciBus: Discovered PCI @ [01|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x1F;	Length = 0x20;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|02|00]

PciBus: Discovered PPB @ [02|00|00]
   BAR[0]: Type =  Mem64; Alignment = 0xFFF;	Length = 0x100;	Offset = 0x10

PciBus: Discovered PCI @ [03|01|00]
   BAR[0]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x10

PciBus: Discovered PPB @ [00|03|00]

PciBus: Discovered PCI @ [04|00|00]
   BAR[0]: Type =   Io32; Alignment = 0x3F;	Length = 0x40;	Offset = 0x10
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14

PciBus: Discovered PPB @ [00|04|00]

PciBus: Discovered PCI @ [05|00|00]
   BAR[1]: Type =  Mem32; Alignment = 0xFFF;	Length = 0x1000;	Offset = 0x14
   BAR[4]: Type = PMem64; Alignment = 0x7FFFFF;	Length = 0x800000;	Offset = 0x20

PciBus: Discovered PPB @ [00|05|00]

PciHostBridge: SubmitResources for PciRoot(0x0)
 I/O: Granularity/SpecificFlag = 0 / 01
      Length/Alignment = 0x2000 / 0xFFF
 Mem: Granularity/SpecificFlag = 32 / 00
      Length/Alignment = 0x500000 / 0xFFFFF
 Mem: Granularity/SpecificFlag = 64 / 00
      Length/Alignment = 0x800000 / 0x7FFFFF
PciBus: HostBridge->SubmitResources() - Success
PciHostBridge: NotifyPhase (AllocateResources)
 RootBridge: PciRoot(0x0)
  Mem64: Base/Length/Alignment = 8000000000/800000/7FFFFF - Success
  Mem: Base/Length/Alignment = 10000000/500000/FFFFF - Success
  I/O: Base/Length/Alignment = 0/2000/FFF - Success
PciBus: HostBridge->NotifyPhase(AllocateResources) - Success
PciBus: Resource Map for Root Bridge PciRoot(0x0)
Type =   Io16; Base = 0x0;	Length = 0x2000;	Alignment = 0xFFF
   Base = 0x0;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PPB [00|03|00:**]
   Base = 0x1000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PPB [00|01|00:**]
Type =  Mem32; Base = 0x10000000;	Length = 0x500000;	Alignment = 0xFFFFF
   Base = 0x10000000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [00|04|00:**]
   Base = 0x10100000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [00|03|00:**]
   Base = 0x10200000;	Length = 0x200000;	Alignment = 0xFFFFF;	Owner = PPB [00|02|00:**]
   Base = 0x10400000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [00|01|00:**]
Type =  Mem64; Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF
   Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF;	Owner = PPB [00|04|00:**]; Type = PMem64

PciBus: Resource Map for Bridge [00|01|00]
Type =   Io16; Base = 0x1000;	Length = 0x1000;	Alignment = 0xFFF
   Base = 0x1000;	Length = 0x20;	Alignment = 0x1F;	Owner = PCI [01|00|00:10]
Type =  Mem32; Base = 0x10400000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10400000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [01|00|00:14]

PciBus: Resource Map for Bridge [00|02|00]
Type =  Mem32; Base = 0x10200000;	Length = 0x200000;	Alignment = 0xFFFFF
   Base = 0x10200000;	Length = 0x100000;	Alignment = 0xFFFFF;	Owner = PPB [02|00|00:**]
   Base = 0x10300000;	Length = 0x100;	Alignment = 0xFFF;	Owner = PPB [02|00|00:10]

PciBus: Resource Map for Bridge [02|00|00]
Type =  Mem32; Base = 0x10200000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10200000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [03|01|00:10]
Type =  Mem32; Base = 0x10300000;	Length = 0x100;	Alignment = 0xFFF

PciBus: Resource Map for Bridge [00|03|00]
Type =   Io16; Base = 0x0;	Length = 0x1000;	Alignment = 0xFFF
   Base = 0x0;	Length = 0x40;	Alignment = 0x3F;	Owner = PCI [04|00|00:10]
Type =  Mem32; Base = 0x10100000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10100000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [04|00|00:14]

PciBus: Resource Map for Bridge [00|04|00]
Type =  Mem32; Base = 0x10000000;	Length = 0x100000;	Alignment = 0xFFFFF
   Base = 0x10000000;	Length = 0x1000;	Alignment = 0xFFF;	Owner = PCI [05|00|00:14]
Type = PMem64; Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF
   Base = 0x8000000000;	Length = 0x800000;	Alignment = 0x7FFFFF;	Owner = PCI [05|00|00:20]

PciBus: Resource Map for Bridge [00|05|00]

InstallProtocolInterface: 30CFE3E7-3DE1-4586-BE20-DEABA1B3B793 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B135018
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAB028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACACD18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAB428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAC898
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAB828
InstallProtocolInterface: 4006C0C1-FCB3-403E-996D-4A6C8724E06D 23ACAB8F0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAC698
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAA028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAC718
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAA428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACACC98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACAA828
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23B18F318
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA9028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACAD718
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA9428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACACD98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA9828
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACACE18
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA8028
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23ACA8E98
InstallProtocolInterface: 4CF5B200-68B8-4CA5-9EEC-B23E3F50029A 23ACA8428
Connect: PciRoot(0x0): Success
OnRootBridgesConnected: root bridges have been connected, installing ACPI tables
CollectAllocationsRestrictedTo32Bit: restricting blob "etc/acpi/tables" from 64-bit allocation
ProcessCmdAllocate: File="etc/acpi/rsdp" Alignment=0x10 Zone=2 Size=0x24 Address=0x238600000
ProcessCmdAllocate: File="etc/acpi/tables" Alignment=0x40 Zone=1 Size=0x17E3 Address=0xFFFF0000
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x9 Start=0x0 Length=0x126B
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x1293 PointerSize=4
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1274 Start=0x126B Length=0x10C
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1380 Start=0x1377 Length=0x2C8
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1648 Start=0x163F Length=0x60
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x16A8 Start=0x169F Length=0x3C
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x16E4 Start=0x16DB Length=0x50
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x1734 Start=0x172B Length=0x7C
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17CB PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17CF PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17D3 PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17D7 PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17DB PointerSize=4
ProcessCmdAddPointer: PointerFile="etc/acpi/tables" PointeeFile="etc/acpi/tables" PointerOffset=0x17DF PointerSize=4
ProcessCmdAddChecksum: File="etc/acpi/tables" ResultOffset=0x17B0 Start=0x17A7 Length=0x3C
ProcessCmdAddPointer: PointerFile="etc/acpi/rsdp" PointeeFile="etc/acpi/tables" PointerOffset=0x10 PointerSize=4
ProcessCmdAddChecksum: File="etc/acpi/rsdp" ResultOffset=0x8 Start=0x0 Length=0x24
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF0000 (remaining: 0x17E3): found "DSDT" size 0x126B
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF126B (remaining: 0x578): found "FACP" size 0x10C
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF1377 (remaining: 0x46C): found "APIC" size 0x2C8
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF163F (remaining: 0x1A4): found "GTDT" size 0x60
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF169F (remaining: 0x144): found "MCFG" size 0x3C
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF16DB (remaining: 0x108): found "SPCR" size 0x50
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF172B (remaining: 0xB8): found "IORT" size 0x7C
Process2ndPassCmdAddPointer: checking for ACPI header in "etc/acpi/tables" at 0xFFFF17A7 (remaining: 0x3C): found "RSDT" size 0x3C
InstallQemuFwCfgTables: installed 7 tables
InstallQemuFwCfgTables: freeing "etc/acpi/rsdp"
InstallQemuFwCfgTables: freeing "etc/acpi/tables"
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AC73620
InstallProtocolInterface: D6099B94-CD97-4CC5-8714-7F6312701A8A 23AC72D18
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC72B98
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A 23AC72E40
VirtioGpuDriverBindingStart: produced GOP while binding VirtIo=23AC73620
Connect: PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0): Success
AddOutput: PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)/AcpiAdr(0x80010300): added to ConOut and ErrOut
[Bds]RegisterKeyNotify: 000C/0000 80000000/00 Success
[Bds]RegisterKeyNotify: 0017/0000 80000000/00 Success
[Bds]RegisterKeyNotify: 0000/000D 80000000/00 Success
GraphicsConsole video resolution 800 x 600
Graphics - Mode 0, Column = 80, Row = 25
Graphics - Mode 1, Column = 0, Row = 0
Graphics - Mode 2, Column = 100, Row = 31
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23ACA5330
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2D-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: 9042A9DE-23DC-4A38-96FB-7ADED080516A 23BC0D260
Terminal - Mode 0, Column = 80, Row = 25
Terminal - Mode 1, Column = 80, Row = 50
Terminal - Mode 2, Column = 100, Row = 31
^[[2J^[[01;01H^[[=3h^[[2J^[[01;01HInstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 23AB406C0
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 23AB407A8
InstallProtocolInterface: 387477C2-69C7-11D2-8E39-00A0C969723B 23AB406D8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC72818
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2C-D551-11D4-9A46-0090273FC14D 0
InstallProtocolInterface: D3B36F2D-D551-11D4-9A46-0090273FC14D 0
^[[2J^[[01;01H^[[=3h^[[2J^[[01;01H^[[2J^[[01;01H^[[=3h^[[2J^[[01;01H^[[0m^[[35m^[[40mEhcCreateUsb2Hc: capability length 32
InstallProtocolInterface: 3E745226-9818-45B6-A2AC-D7CD0E8BA2BC 23AC5F2A0
EhcClearLegacySupport: called to clear legacy support
EhcDriverBindingStart: EHCI started for controller @ 23ACA7798
InstallProtocolInterface: 240612B7-A063-11D4-9A3A-0090273FC14D 23AC5A020
EhcGetCapability: 6 ports, 64 bit 0
UsbRootHubInit: root hub 23AC5AC98 - max speed 2, 6 ports
UsbEnumeratePort: port 0 state - 101, change - 01 on 23AC5AC98
UsbEnumeratePort: Device Connect/Disconnect Normally
UsbEnumeratePort: new device connected at port 0
EhcSetRootHubPortFeature: exit status Success
EhcClearRootHubPortFeature: exit status Success
UsbEnumerateNewDev: hub port 0 is reset
UsbEnumerateNewDev: device is of 2 speed
UsbEnumerateNewDev: device uses translator (0, 0)
UsbEnumerateNewDev: device is now ADDRESSED at 1
UsbEnumerateNewDev: max packet size for EP 0 is 64
UsbBuildDescTable: device has 1 configures
UsbGetOneConfig: total length is 34
UsbParseConfigDesc: config 1 has 1 interfaces
UsbParseInterfaceDesc: interface 0(setting 0) has 1 endpoints
UsbEnumerateNewDev: device 1 is now in CONFIGED state
UsbSelectConfig: config 1 selected for device 1
UsbSelectSetting: setting 0 selected for interface 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC59F18
InstallProtocolInterface: 2B2F68D6-0CD2-44CF-8E8B-BBA20B1B5B75 23AC58040
UsbEnumeratePort: port 1 state - 101, change - 01 on 23AC5AC98
UsbEnumeratePort: Device Connect/Disconnect Normally
UsbEnumeratePort: new device connected at port 1
EhcSetRootHubPortFeature: exit status Success
EhcClearRootHubPortFeature: exit status Success
UsbEnumerateNewDev: hub port 1 is reset
UsbEnumerateNewDev: device is of 2 speed
UsbEnumerateNewDev: device uses translator (0, 0)
UsbEnumerateNewDev: device is now ADDRESSED at 2
UsbEnumerateNewDev: max packet size for EP 0 is 64
UsbBuildDescTable: device has 1 configures
UsbGetOneConfig: total length is 34
UsbParseConfigDesc: config 1 has 1 interfaces
UsbParseInterfaceDesc: interface 0(setting 0) has 1 endpoints
UsbEnumerateNewDev: device 2 is now in CONFIGED state
UsbSelectConfig: config 1 selected for device 2
UsbSelectSetting: setting 0 selected for interface 0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC58998
InstallProtocolInterface: 2B2F68D6-0CD2-44CF-8E8B-BBA20B1B5B75 23AC57F40
UsbConnectDriver: TPL before connect is 8, 23AC58A18
InstallProtocolInterface: 387477C1-69C7-11D2-8E39-00A0C969723B 23AC56038
InstallProtocolInterface: DD9E7534-7762-4698-8C14-F58517A625AA 23AC56050
InstallProtocolInterface: D3B36F2B-D551-11D4-9A46-0090273FC14D 0
UsbConnectDriver: TPL after connect is 8
UsbBusStart: usb bus started on 23ACA7798, root hub 23AC5AC98
 BlockSize : 262144 
 LastBlock : FF 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23AC52EA0
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23AC52D20
 BlockSize : 262144 
 LastBlock : FF 
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 23AC506A0
InstallProtocolInterface: A19832B9-AC25-11D3-9A2D-0090273FC14D 23AC4F1A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23AC4F818
InstallProtocolInterface: 9E23D768-D2F3-4366-9FC3-3A7ABA864374 23AC4E030
InstallProtocolInterface: F36FF770-A7E1-42CF-9ED2-56F0F271F44C 23AC4EA40
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 23AB43B40
InstallProtocolInterface: F44C00EE-1F2C-4A00-AA09-1C9F3E0800A3 23AB43720
InstallProtocolInterface: 7AB33A91-ACE5-4326-B572-E7EE33D39F16 23994AAC0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239949E98
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 23994A830
InstallProtocolInterface: C51711E7-B4BF-404A-BFB8-0A048EF1FFE4 23994A020
InstallProtocolInterface: 5B446ED1-E30B-4FAA-871A-3654ECA36080 23994A578
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239946998
InstallProtocolInterface: 330D4706-F2A0-4E4F-A369-B66FA8D54385 2399467A0
InstallProtocolInterface: E4F61863-FE2C-4B56-A8F4-08519BC439DF 239946798
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 239945520
InstallProtocolInterface: 00720665-67EB-4A99-BAF7-D3C33A1C7CC9 239945BB0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 239942220
InstallProtocolInterface: 83F01464-99BD-45E5-B383-AF6305D8E9E6 2399429A0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 23993ECA0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 23993EB38
InstallProtocolInterface: 9D9A39D8-BD42-4A73-A4D5-8EE94BE11380 23993F120
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 2399376A0
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 239937938
InstallProtocolInterface: 2FE800BE-8F01-4AA6-946B-D71388E1833F 239937CA0
InstallProtocolInterface: F4B427BB-BA21-4F16-BC4E-43E416AB619C 239936830
InstallProtocolInterface: 8A219718-4EF5-4761-91C8-C0F04BDA9E56 2399361A0
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 23992A020
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 23992A720
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 23992A5B8
InstallProtocolInterface: 78247C57-63DB-4708-99C2-A8B4A9A61F6B 23992AD30
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 239929120
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 2399297B8
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 239928D20
InstallProtocolInterface: 3AD9DF29-4501-478D-B1F8-7F7FE70E50F3 239928038
InstallProtocolInterface: 03C4E603-AC28-11D3-9A2D-0090273FC14D 23992B068
InstallProtocolInterface: 56EC3091-954C-11D2-8E3F-00A0C969723B 23992B0D8
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE 239927048
InstallProtocolInterface: 65530BC7-A359-410F-B010-5AADC7EC2B62 239926138
InstallProtocolInterface: 41D94CD2-35B6-455A-8258-D4E51334AADD 239926BA0
InstallProtocolInterface: 4579B72D-7EC4-4DD4-8486-083C86B182A7 239927030
UsbBusRecursivelyConnectWantedUsbIo: TPL before connect is 4
UsbBusRecursivelyConnectWantedUsbIo: TPL after connect is 4
InstallProtocolInterface: FA920010-6785-4941-B6EC-498C579F160A 2399256A0
InstallProtocolInterface: 143B7632-B81B-4CB7-ABD3-B625A5B9BFFE 239926620
InstallProtocolInterface: 0167CCC4-D0F7-4F21-A3EF-9E64B7CDCE8B 239925AA0
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239922F98
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239922DA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239922098
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239922A28
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239922718
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239922428
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239922218
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 2399222A8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239921D18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239921BA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239921498
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239921328
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239921798
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239921AA8
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239920F18
InstallProtocolInterface: 932F47E6-2362-4002-803E-3CD54B138F85 239920DA8
ScsiDisk: ScsiDiskIsResetBefore!
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 239920328
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 239920358
InstallProtocolInterface: D432A67F-14DC-484B-B3BB-3F0291849327 239920450
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 23991FE20
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 23991FE38
 BlockSize : 512 
 LastBlock : C7FFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 647FF
 Partition size: 64000
 Start : 100000 End : C8FFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23991F718
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 239911D30
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 239911D60
InstallProtocolInterface: 8CF2F62C-BC9B-4821-808D-EC9EC421A1A0 239911DE8
InstallProtocolInterface: C12A7328-F81F-11D2-BA4B-00A0C93EC93B 0
 Index : 1
 Start LBA : 64800
 End LBA : 2647FF
 Partition size: 200000
 Start : C900000 End : 4C8FFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 23991F698
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 2399112B0
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 2399112E0
InstallProtocolInterface: 8CF2F62C-BC9B-4821-808D-EC9EC421A1A0 239911368
 Index : 2
 Start LBA : 264800
 End LBA : C7FF7FF
 Partition size: C59B000
 Start : 4C900000 End : 18FFEFFE00
InstallProtocolInterface: 09576E91-6D3F-11D2-8E39-00A0C969723B 239911B18
InstallProtocolInterface: 964E5B21-6459-11D2-8E39-00A0C969723B 239911830
InstallProtocolInterface: A77B2472-E282-4E9F-A245-C2C0E27BBCC1 239911860
InstallProtocolInterface: 8CF2F62C-BC9B-4821-808D-EC9EC421A1A0 2399118E8
Prepare to Free Pool
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 2399200A0
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 2399200B8
 BlockSize : 512 
 LastBlock : 63FFF 
InstallProtocolInterface: 964E5B22-6459-11D2-8E39-00A0C969723B 239916030
Installed Fat filesystem on 23991F918
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 239910420
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 239910438
 BlockSize : 512 
 LastBlock : 1FFFFF 
InstallProtocolInterface: CE345171-BA0B-11D2-8E4F-00A0C969723B 2399102A0
InstallProtocolInterface: 151C8EAE-7F2C-472C-9E54-9828194F6A88 2399102B8
 BlockSize : 512 
 LastBlock : C59AFFF 
UsbBusRecursivelyConnectWantedUsbIo: TPL before connect is 4
UsbBusRecursivelyConnectWantedUsbIo: TPL after connect is 4
 BlockSize : 512 
 LastBlock : C7FFFFF 
 Valid efi partition table header
 Valid efi partition table header
 Valid primary and Valid backup partition table
 Partition entries read block success
 Number of partition entries: 128
 start check partition entries
 End check partition entries
 Index : 0
 Start LBA : 800
 End LBA : 647FF
 Partition size: 64000
 Start : 100000 End : C8FFE00
 Index : 1
 Start LBA : 64800
 End LBA : 2647FF
 Partition size: 200000
 Start : C900000 End : 4C8FFE00
 Index : 2
 Start LBA : 264800
 End LBA : C7FF7FF
 Partition size: C59B000
 Start : 4C900000 End : 18FFEFFE00
Prepare to Free Pool
 BlockSize : 512 
 LastBlock : 1FFFFF 
 BlockSize : 512 
 LastBlock : C59AFFF 
UsbBusRecursivelyConnectWantedUsbIo: TPL before connect is 4
UsbBusRecursivelyConnectWantedUsbIo: TPL after connect is 4
SetBootOrderFromQemu: FwCfg:
/pci@ffffffffffffffff/pci-bridge@3/scsi@0/channel@0/disk@0,0
HALT
SetBootOrderFromQemu: FwCfg: <end>
ParseOfwNode: DriverName="pci" UnitAddress="ffffffffffffffff" DeviceArguments=""
ParseOfwNode: DriverName="pci-bridge" UnitAddress="3" DeviceArguments=""
ParseOfwNode: DriverName="scsi" UnitAddress="0" DeviceArguments=""
ParseOfwNode: DriverName="channel" UnitAddress="0" DeviceArguments=""
ParseOfwNode: DriverName="disk" UnitAddress="0,0" DeviceArguments=""
TranslateOfwPath: success: "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)"
FSOpen: Open '\EFI\centos\shim.efi' Success
[Bds] Expand HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi -> PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi
Match: expanded relative device path "HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi" for prefix matching
Match: against "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi": match
TranslateOfwPath: no more nodes
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(462CAA21-7614-4503-836E-8AB6F4662331)"
BootOrderComplete: keeping "VenHw(F9B94AE2-8BA6-409B-9D56-B9B417F53CB3)"
BootOrderComplete: keeping "VenHw(8047DB4B-7E9C-4C0C-8EBC-DFBBAACACE8F)"
BootOrderComplete: keeping "Fv(64074AFE-340A-4BE6-94BA-91B5B4D0F71E)/FvFile(7C04A583-9E3E-4F1C-AD65-E05268D0B4D1)"
BootOrderComplete: dropping "PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)"
BootOrderComplete: dropping "PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/MAC(525400CFC658,0x1)"
SetBootOrderFromQemu: setting BootOrder: success
[Bds]OsIndication: 0000000000000000
[Bds]=============Begin Load Options Dumping ...=============
  Driver Options:
  SysPrep Options:
  Boot Options:
    Boot0004: CentOS Linux 		 0x0001
    Boot0000: UiApp 		 0x0109
    Boot0001: UEFI Misc Device 		 0x0001
    Boot0002: UEFI Misc Device 2 		 0x0001
    Boot0005: EFI Internal Shell 		 0x0001
  PlatformRecovery Options:
    PlatformRecovery0000: Default PlatformRecovery 		 0x0001
[Bds]=============End Load Options Dumping=============
[Bds]BdsWait ...Zzzzzzzzzzzz...
[Bds]BdsWait(3)..Zzzz...
[Bds]BdsWait(2)..Zzzz...
[Bds]BdsWait(1)..Zzzz...
[Bds]Exit the waiting!
[Bds]Stop Hotkey Service!
[Bds]UnregisterKeyNotify: 000C/0000 Success
[Bds]UnregisterKeyNotify: 0017/0000 Success
[Bds]UnregisterKeyNotify: 0000/000D Success
MemoryAttributesTable:
  Version              - 0x00000001
  NumberOfEntries      - 0x0000001C
  DescriptorSize       - 0x00000030
Entry (0x3AC46028)
  Type              - 0x6
  PhysicalStart     - 0x0000000238720000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000070
  Attribute         - 0x8000000000004000
Entry (0x3AC46058)
  Type              - 0x5
  PhysicalStart     - 0x0000000238790000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC46088)
  Type              - 0x5
  PhysicalStart     - 0x00000002387A0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC460B8)
  Type              - 0x5
  PhysicalStart     - 0x00000002387B0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC460E8)
  Type              - 0x6
  PhysicalStart     - 0x00000002387E0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC46118)
  Type              - 0x5
  PhysicalStart     - 0x0000000238830000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC46148)
  Type              - 0x5
  PhysicalStart     - 0x0000000238840000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC46178)
  Type              - 0x5
  PhysicalStart     - 0x0000000238850000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC461A8)
  Type              - 0x6
  PhysicalStart     - 0x0000000238880000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC461D8)
  Type              - 0x5
  PhysicalStart     - 0x00000002388D0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC46208)
  Type              - 0x5
  PhysicalStart     - 0x00000002388E0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC46238)
  Type              - 0x5
  PhysicalStart     - 0x00000002388F0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC46268)
  Type              - 0x6
  PhysicalStart     - 0x0000000238920000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC46298)
  Type              - 0x5
  PhysicalStart     - 0x0000000238970000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC462C8)
  Type              - 0x5
  PhysicalStart     - 0x0000000238980000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC462F8)
  Type              - 0x5
  PhysicalStart     - 0x0000000238990000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC46328)
  Type              - 0x6
  PhysicalStart     - 0x00000002389C0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x00000000000000A0
  Attribute         - 0x8000000000004000
Entry (0x3AC46358)
  Type              - 0x5
  PhysicalStart     - 0x0000000238A60000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC46388)
  Type              - 0x5
  PhysicalStart     - 0x0000000238A70000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000020
  Attribute         - 0x8000000000020000
Entry (0x3AC463B8)
  Type              - 0x5
  PhysicalStart     - 0x0000000238A90000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC463E8)
  Type              - 0x6
  PhysicalStart     - 0x0000000238AC0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC46418)
  Type              - 0x5
  PhysicalStart     - 0x0000000238B10000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000004000
Entry (0x3AC46448)
  Type              - 0x5
  PhysicalStart     - 0x0000000238B20000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC46478)
  Type              - 0x5
  PhysicalStart     - 0x0000000238B30000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC464A8)
  Type              - 0x5
  PhysicalStart     - 0x000000023BE40000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000050
  Attribute         - 0x8000000000004000
Entry (0x3AC464D8)
  Type              - 0x5
  PhysicalStart     - 0x000000023BE90000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000010
  Attribute         - 0x8000000000020000
Entry (0x3AC46508)
  Type              - 0x5
  PhysicalStart     - 0x000000023BEA0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000030
  Attribute         - 0x8000000000004000
Entry (0x3AC46538)
  Type              - 0x6
  PhysicalStart     - 0x000000023BEE0000
  VirtualStart      - 0x0000000000000000
  NumberOfPages     - 0x0000000000000120
  Attribute         - 0x8000000000004000
Memory  Previous  Current    Next   
 Type    Pages     Pages     Pages  
======  ========  ========  ========
  09    00000000  000000A0  000000C8
  0A    00000000  00000020  00000028
  00    00000000  00000000  00000000
  06    0000012C  00000370  0000044C
  05    00000096  00000240  000002D0
  03    000003E8  000004CB  000005FD
  04    00002EE0  00002845  00002EE0
  01    00000014  00000000  00000014
  02    00000000  00000000  00000000
Memory Type Information settings change.
[Bds]Booting CentOS Linux
FSOpen: Open '\EFI\centos\shim.efi' Success
[Bds] Expand HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi -> PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi
[Security] 3rd party image[0] can be loaded after EndOfDxe: PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)/HD(1,GPT,AA71821A-7EAA-4C83-87A8-77E4A17BCD91,0x800,0x64000)/\EFI\centos\shim.efi.
InstallProtocolInterface: 5B1B31A1-9562-11D2-8E3F-00A0C969723B 23AC46D40
Loading driver at 0x002384C6000 EntryPoint=0x002384C6148
Loading driver at 0x002384C6000 EntryPoint=0x002384C6148 
InstallProtocolInterface: BC62157E-3E33-4FEC-9920-2D3B36D750DF 23AC52198
ProtectUefiImageCommon - 0x3AC46D40
  - 0x00000002384C6000 - 0x00000000000C99C0
!!!!!!!!  ProtectUefiImageCommon - Section Alignment(0x20) is incorrect  !!!!!!!!
FSOpen: Open '\EFI\centos\grubaa64.efi' Success
^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[21;07HUse the ^ and v keys to change the selection.                       
\r      Press 'e' to edit the selected item, or 'c' for a command prompt.   ^[[04;80H ^[[0m^[[30m^[[47m^[[04;01H      CentOS Linux (4.5.0-19.el7.aarch64) 7 (AltArch)                          ^[[0m^[[37m^[[40m^[[04;79H^[[05;01H      CentOS Linux (0-rescue-b204d1dac72f45b6ad84128637424d53) 7 (AltArch)     ^[[05;79H^[[06;01H                                                                               ^[[06;79H^[[07;01H                                                                               ^[[07;79H^[[08;01H                                                                               ^[[08;79H^[[09;01H                                                                               ^[[09;79H^[[10;01H                                                                               ^[[10;79H^[[11;01H                                                                               ^[[11;79H^[[12;01H                                                                               ^[[12;79H^[[13;01H                                                                               ^[[13;79H^[[14;01H                                                                               ^[[14;79H^[[15;01H                                                                               ^[[15;79H^[[16;01H                                                                               ^[[16;79H^[[17;01H                                                                               ^[[17;79H^[[18;01H                                                                               ^[[18;79H^[[19;01H                                                                               ^[[19;79H^[[19;80H ^[[04;79H^[[23;01H   The selected entry will be started automatically in 5s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 4s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 3s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 2s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 1s.                     ^[[04;79H^[[23;01H   The selected entry will be started automatically in 0s.                     ^[[04;79H^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40m^[[0m^[[30m^[[40m^[[2J^[[01;01H^[[0m^[[37m^[[40mEFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
SetUefiImageMemoryAttributes - 0x000000023BE80000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x0000000238B10000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x0000000238A60000 - 0x0000000000050000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x0000000238970000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x00000002388D0000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x0000000238830000 - 0x0000000000040000 (0x0000000000000008)
SetUefiImageMemoryAttributes - 0x0000000238790000 - 0x0000000000040000 (0x0000000000000008)
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.5.0-19.el7.aarch64 (mockbuild@apmb0.centos.lab) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Thu Dec 15 19:25:46 CST 2016
[    0.000000] Boot CPU: AArch64 Processor [411fd071]
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] EFI v2.60 by EDK II
[    0.000000] efi:  SMBIOS 3.0=0x238730000  ACPI 2.0=0x238710000 
[    0.000000] Reserving 2048MB of memory at 5410MB for crashkernel
[    0.000000] cma: Reserved 512 MiB at 0x00000000e0000000
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000238710000 000024 (v02 BOCHS )
[    0.000000] ACPI: XSDT 0x0000000238700000 00005C (v01 BOCHS  BXPCFACP 00000001      01000013)
[    0.000000] ACPI: FACP 0x00000002385E0000 00010C (v05 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[    0.000000] ACPI: DSDT 0x00000002385F0000 00126B (v02 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x00000002385D0000 0002C8 (v03 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
[    0.000000] ACPI: GTDT 0x00000002385C0000 000060 (v02 BOCHS  BXPCGTDT 00000001 BXPC 00000001)
[    0.000000] ACPI: MCFG 0x00000002385B0000 00003C (v01 BOCHS  BXPCMCFG 00000001 BXPC 00000001)
[    0.000000] ACPI: SPCR 0x00000002385A0000 000050 (v02 BOCHS  BXPCSPCR 00000001 BXPC 00000001)
[    0.000000] ACPI: IORT 0x0000000238590000 00007C (v00 BOCHS  BXPCIORT 00000001 BXPC 00000001)
[    0.000000] ACPI: BGRT 0x0000000238600000 000038 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] No NUMA configuration found
[    0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000023fffffff]
[    0.000000] NUMA: Adding memblock [0x40000000 - 0x23858ffff] on node 0
[    0.000000] NUMA: Adding memblock [0x238590000 - 0x23861ffff] on node 0
[    0.000000] NUMA: Adding memblock [0x238620000 - 0x2386fffff] on node 0
[    0.000000] NUMA: Adding memblock [0x238700000 - 0x238b5ffff] on node 0
[    0.000000] NUMA: Adding memblock [0x238b60000 - 0x23be3ffff] on node 0
[    0.000000] NUMA: Adding memblock [0x23be40000 - 0x23becffff] on node 0
[    0.000000] NUMA: Adding memblock [0x23bed0000 - 0x23bedffff] on node 0
[    0.000000] NUMA: Adding memblock [0x23bee0000 - 0x23bffffff] on node 0
[    0.000000] NUMA: Adding memblock [0x23c000000 - 0x23fffffff] on node 0
[    0.000000] NUMA: Initmem setup node 0 [mem 0x40000000-0x23fffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x23ffee400-0x23ffeffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000023fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000023858ffff]
[    0.000000]   node   0: [mem 0x0000000238590000-0x000000023861ffff]
[    0.000000]   node   0: [mem 0x0000000238620000-0x00000002386fffff]
[    0.000000]   node   0: [mem 0x0000000238700000-0x0000000238b5ffff]
[    0.000000]   node   0: [mem 0x0000000238b60000-0x000000023be3ffff]
[    0.000000]   node   0: [mem 0x000000023be40000-0x000000023becffff]
[    0.000000]   node   0: [mem 0x000000023bed0000-0x000000023bedffff]
[    0.000000]   node   0: [mem 0x000000023bee0000-0x000000023bffffff]
[    0.000000]   node   0: [mem 0x000000023c000000-0x000000023fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000023fffffff]
[    0.000000] psci: probing for conduit method from ACPI.
[    0.000000] psci: PSCIv0.2 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: Trusted OS migration not required
[    0.000000] ACPI-PMU: Assign CPU 0 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 1 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 2 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 3 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 4 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 5 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 6 girq 23 level 0
[    0.000000] ACPI-PMU: Assign CPU 7 girq 23 level 0
[    0.000000] PERCPU: Embedded 3 pages/cpu @fffffe01ffe30000 s107648 r8192 d80768 u196608
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 832075
[    0.000000] CPU features: enabling workaround for ARM erratum 834220
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 130944
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.5.0-19.el7.aarch64 root=/dev/mapper/cla-root ro crashkernel=2048M@0M rd.lvm.lv=cla/root rd.lvm.lv=cla/swap LANG=en_US.UTF-8
[    0.000000] PID hash table entries: 4096 (order: -1, 32768 bytes)
[    0.000000] software IO TLB [mem 0xdbff0000-0xdfff0000] (64MB) mapped at [fffffe009bff0000-fffffe009ffeffff]
[    0.000000] Memory: 5644416K/8388608K available (7232K kernel code, 1406K rwdata, 3456K rodata, 1152K init, 6589K bss, 2219904K reserved, 524288K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vmalloc : 0xfffffc0000000000 - 0xfffffdfedfff0000   (  2043 GB)
[    0.000000]     vmemmap : 0xfffffdfee0000000 - 0xfffffdffe0000000   (     4 GB maximum)
[    0.000000]               0xfffffdfee0000000 - 0xfffffdfee0800000   (     8 MB actual)
[    0.000000]     fixed   : 0xfffffdfffa7d0000 - 0xfffffdfffac00000   (  4288 KB)
[    0.000000]     PCI I/O : 0xfffffdfffae00000 - 0xfffffdfffbe00000   (    16 MB)
[    0.000000]     modules : 0xfffffdfffc000000 - 0xfffffe0000000000   (    64 MB)
[    0.000000]     memory  : 0xfffffe0000000000 - 0xfffffe0200000000   (  8192 MB)
[    0.000000]       .init : 0xfffffe0000b00000 - 0xfffffe0000c20000   (  1152 KB)
[    0.000000]       .text : 0xfffffe0000080000 - 0xfffffe0000b00000   ( 10752 KB)
[    0.000000]       .data : 0xfffffe0000c20000 - 0xfffffe0000d7f800   (  1406 KB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4096 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] ITS@0x8080000
[    0.000000] ITS: allocated 65536 Devices @23f500000 (psz 64K, shr 1)
[    0.000000] ITS: allocated 8192 Interrupt Collections @238640000 (psz 64K, shr 1)
[    0.000000] GIC: using LPI property table @0x0000000238650000
[    0.000000] ITS: Allocated 1792 chunks for LPIs
[    0.000000] CPU0: found redistributor 0 region 0:0x00000000080a0000
[    0.000000] CPU0: using LPI pending table @0x0000000238660000
[    0.000000] Architected cp15 timer(s) running at 66.00MHz (virt).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xf38bc32cd, max_idle_ns: 440795204298 ns
[    0.000001] sched_clock: 56 bits at 66MHz, resolution 15ns, wraps every 2199023255548ns
[    0.006018] Console: colour dummy device 80x25
[    0.006440] console [tty0] enabled
[    0.006478] Calibrating delay loop (skipped), value calculated using timer frequency.. 132.00 BogoMIPS (lpj=66000)
[    0.006490] pid_max: default: 32768 minimum: 301
[    0.006512] ACPI: Core revision 20160108
[    0.007523] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.007532] 
[    0.007562] Security Framework initialized
[    0.007571] SELinux:  Initializing.
[    0.007736] Dentry cache hash table entries: 1048576 (order: 7, 8388608 bytes)
[    0.009396] Inode-cache hash table entries: 524288 (order: 6, 4194304 bytes)
[    0.016197] Mount-cache hash table entries: 16384 (order: 1, 131072 bytes)
[    0.016208] Mountpoint-cache hash table entries: 16384 (order: 1, 131072 bytes)
[    0.047017] ftrace: allocating 27145 entries in 7 pages
[    0.113641] ASID allocator initialised with 65536 entries
[    0.114270] PCI/MSI: ITS@0x8080000 domain created
[    0.114321] Remapping and enabling EFI services.
[    0.114516]   EFI remap 0x0000000004000000 => 0000000020000000
[    0.114522]   EFI remap 0x0000000009010000 => 0000000024000000
[    0.114529]   EFI remap 0x0000000238720000 => 0000000024010000
[    0.114535]   EFI remap 0x0000000238790000 => 0000000024080000
[    0.114541]   EFI remap 0x00000002387e0000 => 00000000240d0000
[    0.114547]   EFI remap 0x0000000238830000 => 0000000024120000
[    0.114552]   EFI remap 0x0000000238880000 => 0000000024170000
[    0.114558]   EFI remap 0x00000002388d0000 => 00000000241c0000
[    0.114563]   EFI remap 0x0000000238920000 => 0000000024210000
[    0.114569]   EFI remap 0x0000000238970000 => 0000000024260000
[    0.114575]   EFI remap 0x00000002389c0000 => 00000000242b0000
[    0.114581]   EFI remap 0x0000000238a60000 => 0000000024350000
[    0.114587]   EFI remap 0x0000000238ac0000 => 00000000243b0000
[    0.114592]   EFI remap 0x0000000238b10000 => 0000000024400000
[    0.114599]   EFI remap 0x000000023be40000 => 0000000024450000
[    0.114606]   EFI remap 0x000000023bee0000 => 00000000244e0000
[    0.147942] Detected PIPT I-cache on CPU1
[    0.147968] CPU1: found redistributor 1 region 0:0x00000000080c0000
[    0.148035] CPU1: using LPI pending table @0x000000021c290000
[    0.148102] CPU1: Booted secondary processor [411fd071]
[    0.173728] Detected PIPT I-cache on CPU2
[    0.173754] CPU2: found redistributor 2 region 0:0x00000000080e0000
[    0.173818] CPU2: using LPI pending table @0x000000021c330000
[    0.173884] CPU2: Booted secondary processor [411fd071]
[    0.205663] Detected PIPT I-cache on CPU3
[    0.205691] CPU3: found redistributor 3 region 0:0x0000000008100000
[    0.205756] CPU3: using LPI pending table @0x000000021c470000
[    0.205820] CPU3: Booted secondary processor [411fd071]
[    0.231551] Detected PIPT I-cache on CPU4
[    0.231582] CPU4: found redistributor 4 region 0:0x0000000008120000
[    0.231648] CPU4: using LPI pending table @0x000000021c530000
[    0.231714] CPU4: Booted secondary processor [411fd071]
[    0.257468] Detected PIPT I-cache on CPU5
[    0.257501] CPU5: found redistributor 5 region 0:0x0000000008140000
[    0.257565] CPU5: using LPI pending table @0x000000021c5d0000
[    0.257628] CPU5: Booted secondary processor [411fd071]
[    0.289428] Detected PIPT I-cache on CPU6
[    0.289464] CPU6: found redistributor 6 region 0:0x0000000008160000
[    0.289528] CPU6: using LPI pending table @0x000000021c680000
[    0.289593] CPU6: Booted secondary processor [411fd071]
[    0.316586] Detected PIPT I-cache on CPU7
[    0.316623] CPU7: found redistributor 7 region 0:0x0000000008180000
[    0.316688] CPU7: using LPI pending table @0x000000021c720000
[    0.316753] CPU7: Booted secondary processor [411fd071]
[    0.316844] Brought up 8 CPUs
[    0.316966] SMP: Total of 8 processors activated.
[    0.316975] CPU features: detected feature: GIC system register CPU interface
[    0.316981] CPU: All CPU(s) started at EL1
[    0.317056] alternatives: patching kernel code
[    0.324620] devtmpfs: initialized
[    0.330922] SMBIOS 3.0.0 present.
[    0.331102] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.331691] atomic64_test: passed
[    0.331723] pinctrl core: initialized pinctrl subsystem
[    0.331951] NET: Registered protocol family 16
[    0.332253] PCCT header not found.
[    0.332291] vdso: 2 pages (1 code @ fffffe0000c40000, 1 data @ fffffe0000c30000)
[    0.332348] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.338649] DMA: preallocated 256 KiB pool for atomic allocations
[    0.338675] ACPI: bus type PCI registered
[    0.338682] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.338735] Serial: AMBA PL011 UART driver
[    0.338799] ACPI-PMU: Setting up 8 PMUs for CPU type D07
[    0.344914] HugeTLB registered 512 MB page size, pre-allocated 0 pages
[    0.363255] ACPI: Added _OSI(Module Device)
[    0.363263] ACPI: Added _OSI(Processor Device)
[    0.363269] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.363274] ACPI: Added _OSI(Processor Aggregator Device)
[    0.365309] ACPI: Interpreter enabled
[    0.365316] ACPI: Using GIC for interrupt routing
[    0.365340] ACPI: MCFG entry for domain 0000 [bus 00-0f] (base 0x000000003f000000)
[    0.365348] ACPI: MCFG table loaded, 1 entries
[    0.377223] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[    0.377244] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.377467] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.377555] Remapped I/O 0x000000003eff0000 to [io  0x0000-0xffff window]
[    0.377721] acpi PNP0A08:00: PCI host bridge to bus 0000:00
[    0.377729] pci_bus 0000:00: root bus resource [mem 0x10000000-0x3efeffff window]
[    0.377739] pci_bus 0000:00: root bus resource [io  0x0000-0xffff window]
[    0.377745] pci_bus 0000:00: root bus resource [mem 0x8000000000-0xffffffffff window]
[    0.377754] pci_bus 0000:00: root bus resource [bus 00-0f]
[    1.025298] pci 0000:00:04.0: BAR 15: assigned [mem 0x8000000000-0x80007fffff 64bit pref]
[    1.025313] pci 0000:00:01.0: BAR 14: assigned [mem 0x10000000-0x101fffff]
[    1.025322] pci 0000:00:01.0: BAR 15: assigned [mem 0x8000800000-0x80009fffff 64bit pref]
[    1.025332] pci 0000:00:02.0: BAR 14: assigned [mem 0x10200000-0x103fffff]
[    1.025339] pci 0000:00:03.0: BAR 14: assigned [mem 0x10400000-0x105fffff]
[    1.025348] pci 0000:00:03.0: BAR 15: assigned [mem 0x8000a00000-0x8000bfffff 64bit pref]
[    1.025357] pci 0000:00:04.0: BAR 14: assigned [mem 0x10600000-0x107fffff]
[    1.025364] pci 0000:00:05.0: BAR 14: assigned [mem 0x10800000-0x109fffff]
[    1.025371] pci 0000:00:05.0: BAR 15: assigned [mem 0x8000c00000-0x8000dfffff 64bit pref]
[    1.025380] pci 0000:00:01.0: BAR 13: assigned [io  0x1000-0x1fff]
[    1.025386] pci 0000:00:03.0: BAR 13: assigned [io  0x2000-0x2fff]
[    1.025393] pci 0000:00:04.0: BAR 13: assigned [io  0x3000-0x3fff]
[    1.025399] pci 0000:00:05.0: BAR 13: assigned [io  0x4000-0x4fff]
[    1.025408] pci 0000:01:00.0: BAR 6: assigned [mem 0x10000000-0x1003ffff pref]
[    1.025417] pci 0000:01:00.0: BAR 1: assigned [mem 0x10040000-0x10040fff]
[    1.025447] pci 0000:01:00.0: BAR 0: assigned [io  0x1000-0x101f]
[    1.025469] pci 0000:00:01.0: PCI bridge to [bus 01]
[    1.025482] pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
[    1.039536] pci 0000:00:01.0:   bridge window [mem 0x10000000-0x101fffff]
[    1.049849] pci 0000:00:01.0:   bridge window [mem 0x8000800000-0x80009fffff 64bit pref]
[    1.067469] pci 0000:02:00.0: BAR 14: assigned [mem 0x10200000-0x102fffff]
[    1.067479] pci 0000:02:00.0: BAR 0: assigned [mem 0x10300000-0x103000ff 64bit]
[    1.086402] pci 0000:03:01.0: BAR 0: assigned [mem 0x10200000-0x10200fff]
[    1.086434] pci 0000:02:00.0: PCI bridge to [bus 03]
[    1.099268] pci 0000:02:00.0:   bridge window [mem 0x10200000-0x102fffff]
[    1.127214] pci 0000:00:02.0: PCI bridge to [bus 02-03]
[    1.141223] pci 0000:00:02.0:   bridge window [mem 0x10200000-0x103fffff]
[    1.169139] pci 0000:04:00.0: BAR 1: assigned [mem 0x10400000-0x10400fff]
[    1.169170] pci 0000:04:00.0: BAR 0: assigned [io  0x2000-0x203f]
[    1.178942] pci 0000:00:03.0: PCI bridge to [bus 04]
[    1.180995] pci 0000:00:03.0:   bridge window [io  0x2000-0x2fff]
[    1.191846] pci 0000:00:03.0:   bridge window [mem 0x10400000-0x105fffff]
[    1.201200] pci 0000:00:03.0:   bridge window [mem 0x8000a00000-0x8000bfffff 64bit pref]
[    1.218822] pci 0000:05:00.0: BAR 4: assigned [mem 0x8000000000-0x80007fffff 64bit pref]
[    1.235221] pci 0000:05:00.0: BAR 1: assigned [mem 0x10600000-0x10600fff]
[    1.246735] pci 0000:00:04.0: PCI bridge to [bus 05]
[    1.248764] pci 0000:00:04.0:   bridge window [io  0x3000-0x3fff]
[    1.259150] pci 0000:00:04.0:   bridge window [mem 0x10600000-0x107fffff]
[    1.268406] pci 0000:00:04.0:   bridge window [mem 0x8000000000-0x80007fffff 64bit pref]
[    1.285599] pci 0000:00:05.0: PCI bridge to [bus 06]
[    1.288728] pci 0000:00:05.0:   bridge window [io  0x4000-0x4fff]
[    1.299804] pci 0000:00:05.0:   bridge window [mem 0x10800000-0x109fffff]
[    1.310177] pci 0000:00:05.0:   bridge window [mem 0x8000c00000-0x8000dfffff 64bit pref]
[    1.327981] ACPI: PCI Interrupt Link [GSI0] (IRQs *35)
[    1.328006] ACPI: PCI Interrupt Link [GSI1] (IRQs *36)
[    1.328028] ACPI: PCI Interrupt Link [GSI2] (IRQs *37)
[    1.328048] ACPI: PCI Interrupt Link [GSI3] (IRQs *38)
[    1.331260] vgaarb: loaded
[    1.331416] SCSI subsystem initialized
[    1.331724] ACPI: bus type USB registered
[    1.331768] usbcore: registered new interface driver usbfs
[    1.331790] usbcore: registered new interface driver hub
[    1.331918] usbcore: registered new device driver usb
[    1.332440] NetLabel: Initializing
[    1.332446] NetLabel:  domain hash size = 128
[    1.332451] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.332475] NetLabel:  unlabeled traffic allowed by default
[    1.332614] clocksource: Switched to clocksource arch_sys_counter
[    1.353977] VFS: Disk quotas dquot_6.6.0
[    1.354018] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
[    1.354273] pnp: PnP ACPI init
[    1.354503] system 00:00: [mem 0x3f000000-0x3fffffff] could not be reserved
[    1.354525] pnp: PnP ACPI: found 1 devices
[    1.358000] NET: Registered protocol family 2
[    1.358269] TCP established hash table entries: 65536 (order: 3, 524288 bytes)
[    1.358409] TCP bind hash table entries: 65536 (order: 4, 1048576 bytes)
[    1.364589] TCP: Hash tables configured (established 65536 bind 65536)
[    1.364639] UDP hash table entries: 4096 (order: 1, 131072 bytes)
[    1.364673] UDP-Lite hash table entries: 4096 (order: 1, 131072 bytes)
[    1.364780] NET: Registered protocol family 1
[    1.364996] RPC: Registered named UNIX socket transport module.
[    1.365003] RPC: Registered udp transport module.
[    1.365008] RPC: Registered tcp transport module.
[    1.365013] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.368749] Unpacking initramfs...
[    2.171145] Freeing initrd memory: 19456K (fffffe0192300000 - fffffe0193600000)
[    2.171217] ACPI: SPCR serial device: 0x9000000 (options: 9600)
[    2.171278] ACPI: SPCR serial console: \_SB_.COM0 (0x9000000)
[    2.171901] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 counters available
[    2.171967] kvm [1]: HYP mode not available
[    2.172358] futex hash table entries: 2048 (order: 2, 262144 bytes)
[    2.178332] audit: initializing netlink subsys (disabled)
[    2.178357] audit: type=2000 audit(2.002:1): initialized
[    2.178626] Initialise system trusted keyring
[    2.182226] zbud: loaded
[    2.182745] NFS: Registering the id_resolver key type
[    2.182759] Key type id_resolver registered
[    2.182764] Key type id_legacy registered
[    2.182776] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    2.182993] Key type big_key registered
[    2.213631] NET: Registered protocol family 38
[    2.213651] Key type asymmetric registered
[    2.213659] Asymmetric key parser 'x509' registered
[    2.213767] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.213894] io scheduler noop registered
[    2.213903] io scheduler deadline registered (default)
[    2.213974] io scheduler cfq registered
[    2.214571] pl061_gpio ARMH0061:00: PL061 GPIO chip @0x0000000009030000 registered
[    2.232826] ACPI: PCI Interrupt Link [GSI2] enabled at IRQ 37
[    2.233625] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    2.233633] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    2.233693] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[    2.233700] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    2.233754] pcieport 0000:00:04.0: Signaling PME through PCIe PME interrupt
[    2.233761] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    2.233816] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
[    2.233848] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.233886] pciehp 0000:00:01.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-
[    2.234093] pciehp 0000:00:03.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-
[    2.234267] pciehp 0000:00:04.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-
[    2.234437] pciehp 0000:00:05.0:pcie04: Slot #0 AttnBtn+ PwrCtrl+ MRL- AttnInd+ PwrInd+ HotPlug+ Surprise+ Interlock+ NoCompl- LLActRep-
[    2.234571] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.234868] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    2.234880] ACPI: Power Button [PWRB]
[    2.235260] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.235824] ACPI: adding preferred console [ttyAMA]
[    2.235834] ARMH0011:00: ttyAMA0 at MMIO 0x9000000 (irq = 6, base_baud = 0) is a SBSA
[    2.496576] console [ttyAMA0] enabled
[    2.497564] Failed to find cpu0 device node
[    2.498176] Unable to detect cache hierarchy from DT for CPU 0
[    2.499001] rdac: device handler registered
[    2.499671] hp_sw: device handler registered
[    2.500269] emc: device handler registered
[    2.500853] alua: device handler registered
[    2.501603] libphy: Fixed MDIO Bus: probed
[    2.502301] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.503229] ehci-pci: EHCI PCI platform driver
[    2.507810] ehci-pci 0000:03:01.0: EHCI Host Controller
[    2.508656] ehci-pci 0000:03:01.0: new USB bus registered, assigned bus number 1
[    2.510059] ehci-pci 0000:03:01.0: irq 42, io mem 0x10200000
[    2.516660] ehci-pci 0000:03:01.0: USB 2.0 started, EHCI 1.00
[    2.517528] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.518496] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.519521] usb usb1: Product: EHCI Host Controller
[    2.520255] usb usb1: Manufacturer: Linux 4.5.0-19.el7.aarch64 ehci_hcd
[    2.521175] usb usb1: SerialNumber: 0000:03:01.0
[    2.522035] hub 1-0:1.0: USB hub found
[    2.522561] hub 1-0:1.0: 6 ports detected
[    2.523424] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.524361] ohci-pci: OHCI PCI platform driver
[    2.525018] uhci_hcd: USB Universal Host Controller Interface driver
[    2.526019] usbcore: registered new interface driver usbserial
[    2.526843] usbcore: registered new interface driver usbserial_generic
[    2.527758] usbserial: USB Serial support registered for generic
[    2.528747] mousedev: PS/2 mouse device common for all mice
[    2.529793] rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc0
[    2.530933] EFI Variables Facility v0.08 2004-May-17
[    2.532124] hidraw: raw HID events driver (C) Jiri Kosina
[    2.532969] usbcore: registered new interface driver usbhid
[    2.533752] usbhid: USB HID core driver
[    2.534419] drop_monitor: Initializing network drop monitor service
[    2.535424] Initializing XFRM netlink socket
[    2.536343] NET: Registered protocol family 10
[    2.537404] NET: Registered protocol family 17
[    2.538122] Key type dns_resolver registered
[    2.545240] registered taskstats version 1
[    2.545867] Loading compiled-in X.509 certificates
[    2.547477] Loaded X.509 cert 'Red Hat Enterprise Linux Server for ARM kernel signing key: ac62a0e086e0ae0ab210c7e0b19b25440a834403'
[    2.555310] zswap: loaded using pool lzo/zbud
[    2.556547] rtc-efi rtc-efi: setting system clock to 2017-07-28 04:08:25 UTC (1501214905)
[    2.570345] Freeing unused kernel memory: 1152K (fffffe0000b00000 - fffffe0000c20000)
[    2.595018] random: systemd urandom read with 1 bits of entropy available
[    2.599249] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.601950] systemd[1]: Detected virtualization kvm.
[    2.602663] systemd[1]: Detected architecture arm64.
[    2.603350] systemd[1]: Running in initial RAM disk.

Welcome to ^[[0;34mCentOS Linux 7 (AltArch) dracut-033-463.el7 (Initramfs)^[[0m!

[    2.605594] systemd[1]: Set hostname to <centos7>.
[^[[32m  OK  ^[[0m] Reached target Swap.
[    2.696354] systemd[1]: Reached target Swap.
[    2.697001] systemd[1]: Starting Swap.
[^[[32m  OK  ^[[0m] Reached target Local File Systems.
[    2.698634] systemd[1]: Reached target Local File Systems.
[    2.699391] systemd[1]: Starting Local File Systems.
[^[[32m  OK  ^[[0m] Reached target Timers.
[    2.701057] systemd[1]: Reached target Timers.
[    2.701687] systemd[1]: Starting Timers.
[^[[32m  OK  ^[[0m] Created slice Root Slice.
[    2.703667] systemd[1]: Created slice Root Slice.
[    2.704361] systemd[1]: Starting Root Slice.
[^[[32m  OK  ^[[0m] Listening on udev Kernel Socket.
[    2.706097] systemd[1]: Listening on udev Kernel Socket.
[    2.706870] systemd[1]: Starting udev Kernel Socket.
[^[[32m  OK  ^[[0m] Listening on Journal Socket.
[    2.708670] systemd[1]: Listening on Journal Socket.
[    2.709364] systemd[1]: Starting Journal Socket.
[^[[32m  OK  ^[[0m] Created slice System Slice.
[    2.711166] systemd[1]: Created slice System Slice.
[    2.711869] systemd[1]: Starting System Slice.
[    2.719799] systemd[1]: Starting Setup Virtual Console...
         Starting Setup Virtual Console...
[    2.722393] systemd[1]: Starting Apply Kernel Variables...
         Starting Apply Kernel Variables...
[    2.751797] systemd[1]: Starting Journal Service...
         Starting Journal Service...
[    2.754274] systemd[1]: Starting Create list of required static device nodes for the current kernel...
         Starting Create list of required st... nodes for the current kernel...
[^[[32m  OK  ^[[0m] Reached target Slices.
[    2.757902] systemd[1]: Reached target Slices.
[    2.758532] systemd[1]: Starting Slices.
[^[[32m  OK  ^[[0m] Listening on udev Control Socket.
[    2.760374] systemd[1]: Listening on udev Control Socket.
[    2.761225] systemd[1]: Starting udev Control Socket.
[^[[32m  OK  ^[[0m] Reached target Sockets.
[    2.762974] systemd[1]: Reached target Sockets.
[    2.763644] systemd[1]: Starting Sockets.
[    2.765265] systemd[1]: Starting dracut cmdline hook...
         Starting dracut cmdline hook...
[^[[32m  OK  ^[[0m] Started Apply Kernel Variables.
[    2.768595] systemd[1]: Started Apply Kernel Variables.
[^[[32m  OK  ^[[0m] Started Create list of required sta...ce nodes for the current kernel.
[    2.784030] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.786814] systemd[1]: Starting Create Static Device Nodes in /dev...
         Starting Create Static Device Nodes in /dev...
[^[[32m  OK  ^[[0m] Started Create Static Device Nodes in /dev.
[    2.792964] systemd[1]: Started Create Static Device Nodes in /dev.
[^[[32m  OK  ^[[0m] Started Journal Service.
[    2.804968] systemd[1]: Started Journal Service.
[^[[32m  OK  ^[[0m] Started Setup Virtual Console.
[    2.832665] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.951749] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
[    2.952804] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
[    2.953859] usb 1-1: Product: QEMU USB Tablet
[    2.954545] usb 1-1: Manufacturer: QEMU
[    2.955122] usb 1-1: SerialNumber: 42
[    2.960580] input: QEMU QEMU USB Tablet as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.0/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input1
[    2.963382] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:03:01.0-1/input0
[^[[32m  OK  ^[[0m] Started dracut cmdline hook.
         Starting dracut pre-udev hook...
[    3.014378] device-mapper: uevent: version 1.0.3
[    3.015287] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[[    3.066656] usb 1-2: new high-speed USB device number 3 using ehci-pci
^[[32m  OK  ^[[0m] Started dracut pre-udev hook.
         Starting udev Kernel Device Manager...
[^[[32m  OK  ^[[0m] Started udev Kernel Device Manager.
         Starting udev Coldplug all Devices...
[^[[32m  OK  ^[[0m] Started udev Coldplug all Devices.
         Starting Show Plymouth Boot Screen...
         Starting dracut initqueue hook...
[^[[32m  OK  ^[[0m] Reached target System Initialization.
         Mounting Configuration File System...
[^[[32m  OK  ^[[0m] Mounted Configuration File System.
[^[[32m  OK  ^[[0m] Started Show Plymouth Boot Screen.
[^[[32m  OK  ^[[0m] Reached target Paths.
[^[[32m  OK  ^[[0m] Reached target Basic System.
[    3.344481] usb 1-2: New USB device found, idVendor=0627, idProduct=0001
[    3.345580] usb 1-2: New USB device strings: Mfr=1, Product=4, SerialNumber=5
[    3.346732] usb 1-2: Product: QEMU USB Keyboard
[    3.347374] usb 1-2: Manufacturer: QEMU
[    3.347949] usb 1-2: SerialNumber: 42
[    3.357095] input: QEMU QEMU USB Keyboard as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/pci0000:00/0000:00:02.0/0000:02:00.0/0000:03:01.0/usb1/1-2/1-2:1.0/0003:0627:0001.0002/input/input2
[    3.399036] hid-generic 0003:0627:0001.0002: input,hidraw1: USB HID v1.11 Keyboard [QEMU QEMU USB Keyboard] on usb-0000:03:01.0-2/input0
[    3.566790] ACPI: PCI Interrupt Link [GSI1] enabled at IRQ 36
[    3.567687] virtio-pci 0000:01:00.0: enabling device (0005 -> 0007)
[    3.572855] virtio-pci 0000:01:00.0: virtio_pci: leaving for legacy driver
[    3.575134] ACPI: PCI Interrupt Link [GSI3] enabled at IRQ 38
[    3.576037] virtio-pci 0000:04:00.0: enabling device (0005 -> 0007)
^[%G[    3.583059] virtio-pci 0000:04:00.0: virtio_pci: leaving for legacy driver
[    3.585310] ACPI: PCI Interrupt Link [GSI0] enabled at IRQ 35
[    3.598211] scsi host0: Virtio SCSI HBA
[    3.605545] scsi 0:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    3.610637] [drm] Initialized drm 1.1.0 20060810
[    3.638317] [drm] pci: virtio-gpu-pci detected
[    3.639383] [drm] virgl 3d acceleration not available
[    3.640896] [drm] virtio vbuffers: 80 bufs, 192B each, 15kB total.
[    3.641882] [TTM] Zone  kernel: Available graphics memory: 3094656 kiB
[    3.642820] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    3.643825] [TTM] Initializing pool allocator
[    3.644563] [TTM] Initializing DMA pool allocator
[    3.645388] [drm] number of scanouts: 1
[    3.646033] [drm] number of cap sets: 0
^[%G[    3.654978] Console: switching to colour frame buffer device 128x48
[    3.659062] virtio_gpu virtio2: fb0: virtiodrmfb frame buffer device
[    3.673656] [drm] Initialized virtio_gpu 0.0.1 0 on minor 0
[    3.744759] sd 0:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB)
[    3.746267] sd 0:0:0:0: [sda] Write Protect is off
[    3.747125] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.750193]  sda: sda1 sda2 sda3
[    3.751798] sd 0:0:0:0: [sda] Attached SCSI disk
[^[[32m  OK  ^[[0m] Found device /dev/mapper/cla-root.
         Starting File System Check on /dev/mapper/cla-root...
[^[[32m  OK  ^[[0m] Started File System Check on /dev/mapper/cla-root.
[^[[32m  OK  ^[[0m] Started dracut initqueue hook.
         Mounting /sysroot...
[^[[32m  OK  ^[[0m] Reached target Remote File Systems (Pre).
[^[[32m  OK  ^[[0m] Reached target Remote File Systems.
[    4.135327] SGI XFS with ACLs, security attributes, no debug enabled
[    4.139330] XFS (dm-0): Mounting V5 Filesystem
[    4.235405] XFS (dm-0): Ending clean mount
[^[[32m  OK  ^[[0m] Mounted /sysroot.
[^[[32m  OK  ^[[0m] Reached target Initrd Root File System.
         Starting Reload Configuration from the Real Root...
[^[[32m  OK  ^[[0m] Started Reload Configuration from the Real Root.
[^[[32m  OK  ^[[0m] Reached target Initrd File Systems.
[^[[32m  OK  ^[[0m] Reached target Initrd Default Target.
         Starting dracut pre-pivot and cleanup hook...
[^[[32m  OK  ^[[0m] Started dracut pre-pivot and cleanup hook.
         Starting Cleaning Up and Shutting Down Daemons...
         Starting Plymouth switch root service...
[^[[32m  OK  ^[[0m] Stopped target Timers.
[^[[32m  OK  ^[[0m] Stopped Cleaning Up and Shutting Down Daemons.
[^[[32m  OK  ^[[0m] Stopped dracut pre-pivot and cleanup hook.
         Stopping dracut pre-pivot and cleanup hook...
[^[[32m  OK  ^[[0m] Stopped target Remote File Systems.
[^[[32m  OK  ^[[0m] Stopped target Remote File Systems (Pre).
[^[[32m  OK  ^[[0m] Stopped dracut initqueue hook.
         Stopping dracut initqueue hook...
[^[[32m  OK  ^[[0m] Stopped target Initrd Default Target.
[^[[32m  OK  ^[[0m] Stopped target Basic System.
[^[[32m  OK  ^[[0m] Stopped target System Initialization.
[^[[32m  OK  ^[[0m] Stopped Apply Kernel Variables.
         Stopping Apply Kernel Variables...
[^[[32m  OK  ^[[0m] Stopped udev Coldplug all Devices.
         Stopping udev Coldplug all Devices...
[^[[32m  OK  ^[[0m] Stopped target Local File Systems.
[^[[32m  OK  ^[[0m] Stopped target Swap.
         Stopping udev Kernel Device Manager...
[^[[32m  OK  ^[[0m] Stopped target Paths.
[^[[32m  OK  ^[[0m] Stopped target Sockets.
[^[[32m  OK  ^[[0m] Stopped target Slices.
[^[[32m  OK  ^[[0m] Stopped udev Kernel Device Manager.
[^[[32m  OK  ^[[0m] Stopped dracut pre-udev hook.
         Stopping dracut pre-udev hook...
[^[[32m  OK  ^[[0m] Stopped dracut cmdline hook.
         Stopping dracut cmdline hook...
[^[[32m  OK  ^[[0m] Stopped Create Static Device Nodes in /dev.
         Stopping Create Static Device Nodes in /dev...
[^[[32m  OK  ^[[0m] Stopped Create list of required sta...ce nodes for the current kernel.
         Stopping Create list of required st... nodes for the current kernel...
[^[[32m  OK  ^[[0m] Closed udev Kernel Socket.
[^[[32m  OK  ^[[0m] Closed udev Control Socket.
         Starting Cleanup udevd DB...
[^[[32m  OK  ^[[0m] Started Cleanup udevd DB.
[^[[32m  OK  ^[[0m] Reached target Switch Root.
[^[[32m  OK  ^[[0m] Started Plymouth switch root service.\r[    4.614967] systemd-journald[142]: Received SIGTERM from PID 1 (systemd).

         Starting Switch Root...
[    4.665249] random: nonblocking pool is initialized
[    4.885845] audit: type=1404 audit(1501214907.828:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    5.097290] SELinux:  Permission validate_trans in class security not defined in policy.
[    5.100020] SELinux:  Class binder not defined in policy.
[    5.101877] SELinux: the above unknown classes and permissions will be allowed
[    5.130135] audit: type=1403 audit(1501214908.072:3): policy loaded auid=4294967295 ses=4294967295
[    5.137613] systemd[1]: Successfully loaded SELinux policy in 252.931ms.
[    5.338568] ip_tables: (C) 2000-2006 Netfilter Core Team
[    5.340557] systemd[1]: Inserted module 'ip_tables'
[    5.370177] systemd[1]: Relabelled /dev and /run in 25.758ms.

Welcome to ^[[0;31mCentOS Linux 7 (AltArch)^[[0m!

[^[[32m  OK  ^[[0m] Stopped Switch Root.
[^[[32m  OK  ^[[0m] Listening on LVM2 metadata daemon socket.
[^[[32m  OK  ^[[0m] Listening on /dev/initctl Compatibility Named Pipe.
[^[[32m  OK  ^[[0m] Created slice User and Session Slice.
         Starting Create list of required st... nodes for the current kernel...
[^[[32m  OK  ^[[0m] Reached target Remote File Systems.
[^[[32m  OK  ^[[0m] Set up automount Arbitrary Executab...ats File System Automount Point.
         Mounting POSIX Message Queue File System...
[^[[32m  OK  ^[[0m] Created slice system-getty.slice.
[^[[32m  OK  ^[[0m] Created slice system-serial\x2dgetty.slice.
[^[[32m  OK  ^[[0m] Listening on udev Control Socket.
[^[[32m  OK  ^[[0m] Listening on LVM2 poll daemon socket.
[^[[32m  OK  ^[[0m] Listening on Device-mapper event daemon FIFOs.
         Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
         Mounting Huge Pages File System...
[^[[32m  OK  ^[[0m] Listening on udev Kernel Socket.
         Mounting Debug File System...
[^[[32m  OK  ^[[0m] Stopped Journal Service.
         Starting Journal Service...
[^[[32m  OK  ^[[0m] Listening on Delayed Shutdown Socket.
[^[[32m  OK  ^[[0m] Reached target Slices.
[^[[32m  OK  ^[[0m] Stopped File System Check on Root Device.
         Stopping File System Check on Root Device...
         Starting Remount Root and Kernel File Systems...
         Starting Apply Kernel Variables...
[^[[32m  OK  ^[[0m] Stopped target Switch Root.
[^[[32m  OK  ^[[0m] Stopped target Initrd File Systems.
[^[[32m  OK  ^[[0m] Stopped target Initrd Root File System.
[^[[32m  OK  ^[[0m] Started Create list of required sta...ce nodes for the current kernel.
         Starting Create Static Device Nodes in /dev...
[^[[32m  OK  ^[[0m] Mounted Debug File System.
[^[[32m  OK  ^[[0m] Mounted POSIX Message Queue File System.
[^[[32m  OK  ^[[0m] Mounted Huge Pages File System.
[^[[32m  OK  ^[[0m] Started Remount Root and Kernel File Systems.
         Starting udev Coldplug all Devices...
         Starting Load/Save Random Seed...
         Starting Configure read-only root support...
[^[[32m  OK  ^[[0m] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[^[[32m  OK  ^[[0m] Started Apply Kernel Variables.
[^[[32m  OK  ^[[0m] Started LVM2 metadata daemon.
         Starting LVM2 metadata daemon...
[^[[32m  OK  ^[[0m] Started Load/Save Random Seed.
[^[[32m  OK  ^[[0m] Started udev Coldplug all Devices.
         Starting udev Wait for Complete Device Initialization...
[    6.635032] systemd-journald[795]: Received request to flush runtime journal from PID 1
[^[[32m  OK  ^[[0m] Started Flush Journal to Persistent Storage.
[^[[32m  OK  ^[[0m] Started Configure read-only root support.
[^[[32m  OK  ^[[0m] Started Create Static Device Nodes in /dev.
         Starting udev Kernel Device Manager...
[^[[32m  OK  ^[[0m] Started udev Kernel Device Manager.
[^[[32m  OK  ^[[0m] Found device /dev/ttyAMA0.
[^[[32m  OK  ^[[0m] Found device /dev/mapper/cla-swap.
         Activating swap /dev/mapper/cla-swap...
[    7.997573] alg: No test for __ecb-aes-ce (__driver-ecb-aes-ce)
[    8.005881] alg: No test for __ecb-aes-ce (cryptd(__driver-ecb-aes-ce))
[    8.016583] sd 0:0:0:0: Attached scsi generic sg0 type 0
^[%G^[%G[    8.040382] Adding 4194240k swap on /dev/mapper/cla-swap.  Priority:-1 extents:1 across:4194240k FS
[^[[32m  OK  ^[[0m] Activated swap /dev/mapper/cla-swap.
[^[[32m  OK  ^[[0m] Reached target Swap.
[^[[32m  OK  ^[[0m] Created slice system-lvm2\x2dpvscan.slice.
         Starting LVM2 PV scan on device 8:3...
[^[[32m  OK  ^[[0m] Found device QEMU_HARDDISK EFI\x20System\x20Partition.
[^[[32m  OK  ^[[0m] Found device QEMU_HARDDISK 2.
[^[[32m  OK  ^[[0m] Started udev Wait for Complete Device Initialization.
         Starting Activation of DM RAID sets...
[^[[32m  OK  ^[[0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[^[[32m  OK  ^[[0m] Reached target Local File Systems (Pre).
         Mounting /boot...
[    8.384835] XFS (sda2): Mounting V5 Filesystem
[^[[32m  OK  ^[[0m] Started Activation of DM RAID sets.
[^[[32m  OK  ^[[0m] Reached target Encrypted Volumes.
[    8.458011] XFS (sda2): Ending clean mount
[^[[32m  OK  ^[[0m] Mounted /boot.
         Mounting /boot/efi...
[^[[32m  OK  ^[[0m] Mounted /boot/efi.
[^[[32m  OK  ^[[0m] Found device /dev/mapper/cla-home.
         Mounting /home...
[^[[32m  OK  ^[[0m] Started LVM2 PV scan on device 8:3.
[    9.945146] XFS (dm-2): Mounting V5 Filesystem
[   10.001465] XFS (dm-2): Ending clean mount
[^[[32m  OK  ^[[0m] Mounted /home.
[^[[32m  OK  ^[[0m] Reached target Local File Systems.
         Starting Tell Plymouth To Write Out Runtime Data...
         Starting Import network configuration from initramfs...
[^[[32m  OK  ^[[0m] Started Tell Plymouth To Write Out Runtime Data.
[^[[32m  OK  ^[[0m] Started Import network configuration from initramfs.
         Starting Create Volatile Files and Directories...
[^[[32m  OK  ^[[0m] Started Create Volatile Files and Directories.
         Starting Security Auditing Service...
[^[[32m  OK  ^[[0m] Started Security Auditing Service.
         Starting Update UTMP about System Boot/Shutdown...
[^[[32m  OK  ^[[0m] Started Update UTMP about System Boot/Shutdown.
[^[[32m  OK  ^[[0m] Reached target System Initialization.
[^[[32m  OK  ^[[0m] Listening on RPCbind Server Activation Socket.
[   10.382505] audit: type=1305 audit(1501214913.324:4): audit_pid=947 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[^[[32m  OK  ^[[0m] Reached target Paths.
[^[[32m  OK  ^[[0m] Reached target Timers.
[^[[32m  OK  ^[[0m] Listening on D-Bus System Message Bus Socket.
[^[[32m  OK  ^[[0m] Reached target Sockets.
[^[[32m  OK  ^[[0m] Reached target Basic System.
         Starting Authorization Manager...
[^[[32m  OK  ^[[0m] Started libstoragemgmt plug-in server daemon.
         Starting libstoragemgmt plug-in server daemon...
         Starting Permit User Sessions...
[^[[32m  OK  ^[[0m] Started irqbalance daemon.
         Starting irqbalance daemon...
         Starting Resets System Activity Logs...
[^[[32m  OK  ^[[0m] Started Hardware RNG Entropy Gatherer Daemon.
         Starting Hardware RNG Entropy Gatherer Daemon...
[^[[32m  OK  ^[[0m] Started Self Monitoring and Reporting Technology (SMART) Daemon.
         Starting Self Monitoring and Reporting Technology (SMART) Daemon...
[^[[32m  OK  ^[[0m] Started ABRT Automated Bug Reporting Tool.
         Starting ABRT Automated Bug Reporting Tool...
         Starting Install ABRT coredump hook...
         Starting Dump dmesg to /var/log/dmesg...
         Starting NTP client/server...
         Starting Login Service...
[^[[32m  OK  ^[[0m] Started D-Bus System Message Bus.
         Starting D-Bus System Message Bus...
[^[[32m  OK  ^[[0m] Started Permit User Sessions.
[^[[32m  OK  ^[[0m] Started Resets System Activity Logs.
[^[[32m  OK  ^[[0m] Started Dump dmesg to /var/log/dmesg.
[^[[32m  OK  ^[[0m] Started Command Scheduler.
         Starting Command Scheduler...
         Starting Wait for Plymouth Boot Screen to Quit...
         Starting Terminate Plymouth Boot Screen...
[^[[32m  OK  ^[[0m] Started Job spooling tools.
         Starting Job spooling tools...
[^[[32m  OK  ^[[0m] Started NTP client/server.
[^[[32m  OK  ^[[0m] Started Login Service.
[   13.192116] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   13.447006] Ebtables v2.0 registered
[   13.551281] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   13.759407] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[   13.788752] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.882014] Netfilter messages via NETLINK v0.30.
[   13.895301] ip_set: protocol 6

CentOS Linux 7 (AltArch)
Kernel 4.5.0-19.el7.aarch64 on an aarch64

centos7 login: root
Euler12#$
Password: 
Last login: Fri Jul 28 12:07:12 on ttyAMA0
p[root@centos7 ~]# poweroff 
[^[[32m  OK  ^[[0m] Started Show Plymouth Power Off Screen.
[^[[32m  OK  ^[[0m] Stopped Dynamic System Tuning Daemon.
[^[[32m  OK  ^[[0m] Stopped target Network.
         Stopping LSB: Bring up/down networking...
[^[[32m  OK  ^[[0m] Started Restore /run/initramfs.
[^[[32m  OK  ^[[0m] Stopped LSB: Bring up/down networking.
[^[[32m  OK  ^[[0m] Stopped Network Manager Wait Online.
         Stopping Network Manager Wait Online...
         Stopping Network Manager...
[^[[32m  OK  ^[[0m] Stopped Network Manager.
         Stopping firewalld - dynamic firewall daemon...
[   26.676024] Ebtables v2.0 unregistered
[^[[32m  OK  ^[[0m] Stopped firewalld - dynamic firewall daemon.
         Stopping Authorization Manager...
         Stopping D-Bus System Message Bus...
[^[[32m  OK  ^[[0m] Stopped Authorization Manager.
[^[[32m  OK  ^[[0m] Stopped D-Bus System Message Bus.
[^[[32m  OK  ^[[0m] Stopped target Basic System.
[^[[32m  OK  ^[[0m] Stopped target Paths.
[^[[32m  OK  ^[[0m] Stopped target Slices.
[^[[32m  OK  ^[[0m] Removed slice User and Session Slice.
[^[[32m  OK  ^[[0m] Stopped target Sockets.
[^[[32m  OK  ^[[0m] Closed RPCbind Server Activation Socket.
[^[[32m  OK  ^[[0m] Closed D-Bus System Message Bus Socket.
[^[[32m  OK  ^[[0m] Stopped target System Initialization.
[^[[32m  OK  ^[[0m] Stopped Setup Virtual Console.
         Stopping Setup Virtual Console...
         Stopping Update UTMP about System Boot/Shutdown...
[^[[32m  OK  ^[[0m] Stopped Apply Kernel Variables.
         Stopping Apply Kernel Variables...
[^[[32m  OK  ^[[0m] Stopped target Swap.
         Stopping Load/Save Random Seed...
[^[[32m  OK  ^[[0m] Stopped target Encrypted Volumes.
[^[[32m  OK  ^[[0m] Stopped Update UTMP about System Boot/Shutdown.
[^[[32m  OK  ^[[0m] Stopped Load/Save Random Seed.
         Stopping Security Auditing Service...
[   26.844810] audit: type=1305 audit(1501214929.787:171): audit_pid=0 old=947 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[^[[32m  OK  ^[[0m] Stopped Security Auditing Service.\r[   26.846938] audit: type=1131 audit(1501214929.789:172): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=auditd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[^[[32m  OK  ^[[0m] Stopped Create Volatile Files and Directories.\r[   26.852061] audit: type=1131 audit(1501214929.794:173): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

         Stopping Create Volatile Files and Directories...
[   26.857336] audit: type=1131 audit(1501214929.799:174): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[^[[32m  OK  ^[[0m] Stopped Import network configuration from initramfs.
         Stopping Import network configuration from initramfs...
[^[[32m  OK  ^[[0m] Stopped target Local File Systems.
         Unmounting /boot/efi...
         Unmounting Configuration File System...
[^[[32m  OK  ^[[0m] Stopped Configure read-only root support.
[   26.875257] audit: type=1131 audit(1501214929.817:175): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=rhel-readonly comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
         Stopping Configure read-only root support...
         Unmounting /home...
         Unmounting /run/user/0...
[   26.900662] XFS (dm-2): Unmounting Filesystem
[^[[32m  OK  ^[[0m] Unmounted /boot/efi.
[^[[32m  OK  ^[[0m] Unmounted Configuration File System.
[^[[32m  OK  ^[[0m] Unmounted /run/user/0.
         Unmounting /boot...
[^[[32m  OK  ^[[0m] Unmounted /home.
[   26.931336] XFS (sda2): Unmounting Filesystem
[^[[32m  OK  ^[[0m] Unmounted /boot.
[^[[32m  OK  ^[[0m] Reached target Unmount All Filesystems.\r[   26.954325] audit: type=1131 audit(1501214929.896:176): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

[^[[32m  OK  ^[[0m] Stopped target Local File Systems (Pre).
[^[[32m  OK  ^[[0m] Stopped Create Static Device Nodes in /dev.
         Stopping Create Static Device Nodes in /dev...
         Stopping Monitoring of LVM2 mirrors... dmeventd or progress polling...
[^[[32m  OK  ^[[0m] Stopped Remount Root and Kernel File Systems.\r[   26.980049] audit: type=1131 audit(1501214929.922:177): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'

         Stopping Remount Root and Kernel File Systems...
[^[[32m  OK  ^[[0m] Reached target Shutdown.
[   27.023659] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[   27.040052] systemd-journald[795]: Received SIGTERM from PID 1 (systemd-shutdow).
[   27.052956] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[   27.068869] systemd-shutdown[1]: Unmounting file systems.
[   27.221018] systemd-shutdown[1]: All filesystems unmounted.
[   27.223716] systemd-shutdown[1]: Deactivating swaps.
[   27.226341] systemd-shutdown[1]: All swaps deactivated.
[   27.228883] systemd-shutdown[1]: Detaching loop devices.
[   27.243428] systemd-shutdown[1]: All loop devices detached.
[   27.245990] systemd-shutdown[1]: Detaching DM devices.
[   27.248987] systemd-shutdown[1]: Detaching DM 253:2.
[   27.264667] systemd-shutdown[1]: Detaching DM 253:1.
[   27.279663] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   27.282240] systemd-shutdown[1]: Detaching DM devices.
[   27.284703] systemd-shutdown[1]: Not all DM devices detached, 1 left.
[   27.287030] systemd-shutdown[1]: Cannot finalize remaining DM devices, continuing.
[   27.409666] systemd-shutdown[1]: Successfully changed into root pivot.
[   27.412004] systemd-shutdown[1]: Returning to initrd...
[   27.480918] dracut Warning: Killing all remaining processes
dracut Warning: Killing all remaining processes
[   27.545559] XFS (dm-0): Unmounting Filesystem
[   27.553128] dracut Warning: Unmounted /oldroot.
[   27.583822] dracut: Disassembling device-mapper devices
Powering off.
[   27.616327] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[   27.646060] reboot: Power down


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-07-31  0:27 issue about booting centos fail with edk2 Zhu Yijun
@ 2017-07-31 19:02 ` Laszlo Ersek
  2017-08-01  8:34   ` Zhu Yijun
  0 siblings, 1 reply; 9+ messages in thread
From: Laszlo Ersek @ 2017-07-31 19:02 UTC (permalink / raw)
  To: Zhu Yijun, edk2-devel; +Cc: Richard W.M. Jones, Gerd Hoffmann

On 07/31/17 02:27, Zhu Yijun wrote:
> Hi all,
>  
>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>     
>     Basic info:
>     libvirt 1.3.5
>     QEMU 2.6.2
>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>     
>     Config pflash and two disks in xml:
>     
>     ...
>     <os>
>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>     <boot dev='hd'/>
>   </os>
>   ...
>   <disk type='file' device='disk'>
>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>       <backingStore/>
>       <target dev='sda' bus='scsi'/>
>     </disk>
>     <disk type='file' device='cdrom'>
>       <driver name='qemu' type='raw' cache='none' io='native'/>
>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>       <backingStore/>
>       <target dev='sdb' bus='scsi'/>
>     </disk>
>     ...
>     
>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:

No, that's not where the problem is. See below:

> start-console-fail.log

> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
> 
> 
> Synchronous Exception at 0x00000002384B1104
> PC 0x0002384B1104
> PC 0x0002384A916C
> PC 0x0002384CA2D0
> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
> 
>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C  
> 
>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
> 
>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
> 
>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
> 
> Stack dump:
>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))

This is a guest that you didn't install from installer media. I think
you may have gotten the preinstalled disk image from some image provider
service. The UEFI boot variable(s) are not set up to boot the CentOS
installation, in your nvram / pflash file.

In such cases, the "fallback.efi" utility is invoked (called
"\EFI\BOOT\BOOTAA64.EFI). Please refer to:

https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/

Unfortunately, "fallback.efi" (from the shim package) used to have a few
bugs over time and sometimes it would crash. See for example:

  https://bugzilla.redhat.com/show_bug.cgi?id=1196114

I'm unsure what version of shim / fallback.efi is in the installed
CentOS image, but it looks like the same (or another similar)
fallback.efi issue to me.

In your other log:

> start-console-success.log

> [Bds]Booting CentOS Linux
> FSOpen: Open '\EFI\centos\shim.efi' Success
> ...
> FSOpen: Open '\EFI\centos\grubaa64.efi' Success

fallback.efi is not involved; you have a dedicated UEFI boot option (in
pflash) for booting CentOS off the disk image.

My take is that you're seeing RHBZ#1196114 (with a CentOS guest).

Thanks
Laszlo


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-07-31 19:02 ` Laszlo Ersek
@ 2017-08-01  8:34   ` Zhu Yijun
  2017-08-01 15:42     ` Laszlo Ersek
  0 siblings, 1 reply; 9+ messages in thread
From: Zhu Yijun @ 2017-08-01  8:34 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: edk2-devel, Richard W.M. Jones, Gerd Hoffmann

Thanks for your reply!

On 2017/8/1 3:02, Laszlo Ersek wrote:
> On 07/31/17 02:27, Zhu Yijun wrote:
>> Hi all,
>>  
>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>     
>>     Basic info:
>>     libvirt 1.3.5
>>     QEMU 2.6.2
>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>     
>>     Config pflash and two disks in xml:
>>     
>>     ...
>>     <os>
>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>     <boot dev='hd'/>
>>   </os>
>>   ...
>>   <disk type='file' device='disk'>
>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>       <backingStore/>
>>       <target dev='sda' bus='scsi'/>
>>     </disk>
>>     <disk type='file' device='cdrom'>
>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>       <backingStore/>
>>       <target dev='sdb' bus='scsi'/>
>>     </disk>
>>     ...
>>     
>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
> No, that's not where the problem is. See below:
>
>> start-console-fail.log
>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>
>>
>> Synchronous Exception at 0x00000002384B1104
>> PC 0x0002384B1104
>> PC 0x0002384A916C
>> PC 0x0002384CA2D0
>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>
>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C  
>>
>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>
>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>
>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>
>> Stack dump:
>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
> This is a guest that you didn't install from installer media. I think
> you may have gotten the preinstalled disk image from some image provider
> service. The UEFI boot variable(s) are not set up to boot the CentOS
> installation, in your nvram / pflash file.
Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".

such like:
Boot Manager Menu
   CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi          
   UEFI Misc Device                                     
   UEFI Misc Device 2
   EFI Internal Shell
   UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
   UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
   UEFI PXEv4 (MAC:5254002D2EB6)

But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
menu is:
Boot Manager Menu
   UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)                          
   UEFI Misc Device                                     
   UEFI Misc Device 2
   EFI Internal Shell
   UEFI PXEv4 (MAC:5254002D2EB6)

I am confused about two points:
1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.

2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?
>
> In such cases, the "fallback.efi" utility is invoked (called
> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>
> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>
> Unfortunately, "fallback.efi" (from the shim package) used to have a few
> bugs over time and sometimes it would crash. See for example:
>
>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>
> I'm unsure what version of shim / fallback.efi is in the installed
> CentOS image, but it looks like the same (or another similar)
> fallback.efi issue to me.

shim version in my side is shim-0.9-2.el7.aarch64.

> In your other log:
>
>> start-console-success.log
>> [Bds]Booting CentOS Linux
>> FSOpen: Open '\EFI\centos\shim.efi' Success
>> ...
>> FSOpen: Open '\EFI\centos\grubaa64.efi' Success
> fallback.efi is not involved; you have a dedicated UEFI boot option (in
> pflash) for booting CentOS off the disk image.
>
> My take is that you're seeing RHBZ#1196114 (with a CentOS guest).
>
> Thanks
> Laszlo
>
> .
>




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-08-01  8:34   ` Zhu Yijun
@ 2017-08-01 15:42     ` Laszlo Ersek
  2017-08-01 17:23       ` Ard Biesheuvel
  0 siblings, 1 reply; 9+ messages in thread
From: Laszlo Ersek @ 2017-08-01 15:42 UTC (permalink / raw)
  To: Zhu Yijun; +Cc: edk2-devel, Richard W.M. Jones, Gerd Hoffmann

On 08/01/17 10:34, Zhu Yijun wrote:
> Thanks for your reply!
> 
> On 2017/8/1 3:02, Laszlo Ersek wrote:
>> On 07/31/17 02:27, Zhu Yijun wrote:
>>> Hi all,
>>>  
>>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>>     
>>>     Basic info:
>>>     libvirt 1.3.5
>>>     QEMU 2.6.2
>>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>>     
>>>     Config pflash and two disks in xml:
>>>     
>>>     ...
>>>     <os>
>>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>>     <boot dev='hd'/>
>>>   </os>
>>>   ...
>>>   <disk type='file' device='disk'>
>>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>>       <backingStore/>
>>>       <target dev='sda' bus='scsi'/>
>>>     </disk>
>>>     <disk type='file' device='cdrom'>
>>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>>       <backingStore/>
>>>       <target dev='sdb' bus='scsi'/>
>>>     </disk>
>>>     ...
>>>     
>>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
>> No, that's not where the problem is. See below:
>>
>>> start-console-fail.log
>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>
>>>
>>> Synchronous Exception at 0x00000002384B1104
>>> PC 0x0002384B1104
>>> PC 0x0002384A916C
>>> PC 0x0002384CA2D0
>>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>
>>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C  
>>>
>>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>>
>>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>>
>>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>>
>>> Stack dump:
>>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
>> This is a guest that you didn't install from installer media. I think
>> you may have gotten the preinstalled disk image from some image provider
>> service. The UEFI boot variable(s) are not set up to boot the CentOS
>> installation, in your nvram / pflash file.
> Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
> called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".
> 
> such like:
> Boot Manager Menu
>    CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi          
>    UEFI Misc Device                                     
>    UEFI Misc Device 2
>    EFI Internal Shell
>    UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
>    UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>    UEFI PXEv4 (MAC:5254002D2EB6)
> 
> But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
> menu is:
> Boot Manager Menu
>    UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)                          
>    UEFI Misc Device                                     
>    UEFI Misc Device 2
>    EFI Internal Shell
>    UEFI PXEv4 (MAC:5254002D2EB6)

Right. In this case you have lost your original nvram contents, and you
only have the boot options that are auto-generated by the
EfiBootManagerRefreshAllBootOption() function. This function lives in
UefiBootManagerLib, and is called from OVMF's PlatformBootManagerLib
instance.

The filtering and reordering still occurs in OVMF, but now the first
boot option that matches QEMU's fw_cfg bootorder specification is not
the "CentOS Linux AltArch" boot option that you originally had. Instead,
now QemuBootOrderLib encounters the "UEFI QEMU QEMU HARDDISK"
auto-generated boot option first as a match.

This boot option in turn means "fallback.efi", according to the blog
post I linked earlier.

When "fallback.efi" executes successfully, your original "CentOS Linux
AltArch" boot option is restored / recreated (at the top of the boot
option list). But, when "fallback.efi" crashes, you get a crash instead.

> I am confused about two points:
> 1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
> the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.

"EFI\centos\shim.efi" is never automatically loaded. It needs a
dedicated UEFI boot option. Thus, it can be loaded in your "new" domain
*only* if "fallback.efi" runs first, successfully.

So what you are seeing is that "fallback.efi" sometimes works, and
sometimes crashes. That's the nature of memory corruption bugs.

> 
> 2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?

There isn't. If you lose your nvram, you lose the non-auto-generated
boot options with it.

Remedying such situations is what "fallback.efi" exists for.

>>
>> In such cases, the "fallback.efi" utility is invoked (called
>> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>>
>> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>>
>> Unfortunately, "fallback.efi" (from the shim package) used to have a few
>> bugs over time and sometimes it would crash. See for example:
>>
>>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>>
>> I'm unsure what version of shim / fallback.efi is in the installed
>> CentOS image, but it looks like the same (or another similar)
>> fallback.efi issue to me.
> 
> shim version in my side is shim-0.9-2.el7.aarch64.

This confirms that you are not seeing the exact bug described in
RHBZ#1196114, because that bug was fixed in shim-0.9 (see
<https://bugzilla.redhat.com/show_bug.cgi?id=1196114#c16>).

It remains a fact that your original log contains a crash register dump
after fallback.efi is launched. The V0 register contains
0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF; the pattern 0xAF is used to fill
released (freed) pages in debug builds. So this seems to be an
use-after-free issue. I suggest adding debug instrumentation to
fallback.efi, and seeing where exactly it blows up.

Laszlo


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-08-01 15:42     ` Laszlo Ersek
@ 2017-08-01 17:23       ` Ard Biesheuvel
  2017-08-01 22:29         ` Laszlo Ersek
  0 siblings, 1 reply; 9+ messages in thread
From: Ard Biesheuvel @ 2017-08-01 17:23 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: Zhu Yijun, edk2-devel@lists.01.org, Richard W.M. Jones

On 1 August 2017 at 16:42, Laszlo Ersek <lersek@redhat.com> wrote:
> On 08/01/17 10:34, Zhu Yijun wrote:
>> Thanks for your reply!
>>
>> On 2017/8/1 3:02, Laszlo Ersek wrote:
>>> On 07/31/17 02:27, Zhu Yijun wrote:
>>>> Hi all,
>>>>
>>>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>>>
>>>>     Basic info:
>>>>     libvirt 1.3.5
>>>>     QEMU 2.6.2
>>>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>>>
>>>>     Config pflash and two disks in xml:
>>>>
>>>>     ...
>>>>     <os>
>>>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>>>     <boot dev='hd'/>
>>>>   </os>
>>>>   ...
>>>>   <disk type='file' device='disk'>
>>>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>>>       <backingStore/>
>>>>       <target dev='sda' bus='scsi'/>
>>>>     </disk>
>>>>     <disk type='file' device='cdrom'>
>>>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>>>       <backingStore/>
>>>>       <target dev='sdb' bus='scsi'/>
>>>>     </disk>
>>>>     ...
>>>>
>>>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
>>> No, that's not where the problem is. See below:
>>>
>>>> start-console-fail.log
>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>
>>>>
>>>> Synchronous Exception at 0x00000002384B1104
>>>> PC 0x0002384B1104
>>>> PC 0x0002384A916C
>>>> PC 0x0002384CA2D0
>>>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>>>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>>>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>>>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>>>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>>>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>>>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>>>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>>>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>
>>>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C
>>>>
>>>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>>>
>>>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>>>
>>>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>>>
>>>> Stack dump:
>>>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>>>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
>>> This is a guest that you didn't install from installer media. I think
>>> you may have gotten the preinstalled disk image from some image provider
>>> service. The UEFI boot variable(s) are not set up to boot the CentOS
>>> installation, in your nvram / pflash file.
>> Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
>> called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".
>>
>> such like:
>> Boot Manager Menu
>>    CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi
>>    UEFI Misc Device
>>    UEFI Misc Device 2
>>    EFI Internal Shell
>>    UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
>>    UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>
>> But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
>> menu is:
>> Boot Manager Menu
>>    UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>    UEFI Misc Device
>>    UEFI Misc Device 2
>>    EFI Internal Shell
>>    UEFI PXEv4 (MAC:5254002D2EB6)
>
> Right. In this case you have lost your original nvram contents, and you
> only have the boot options that are auto-generated by the
> EfiBootManagerRefreshAllBootOption() function. This function lives in
> UefiBootManagerLib, and is called from OVMF's PlatformBootManagerLib
> instance.
>
> The filtering and reordering still occurs in OVMF, but now the first
> boot option that matches QEMU's fw_cfg bootorder specification is not
> the "CentOS Linux AltArch" boot option that you originally had. Instead,
> now QemuBootOrderLib encounters the "UEFI QEMU QEMU HARDDISK"
> auto-generated boot option first as a match.
>
> This boot option in turn means "fallback.efi", according to the blog
> post I linked earlier.
>
> When "fallback.efi" executes successfully, your original "CentOS Linux
> AltArch" boot option is restored / recreated (at the top of the boot
> option list). But, when "fallback.efi" crashes, you get a crash instead.
>
>> I am confused about two points:
>> 1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
>> the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.
>
> "EFI\centos\shim.efi" is never automatically loaded. It needs a
> dedicated UEFI boot option. Thus, it can be loaded in your "new" domain
> *only* if "fallback.efi" runs first, successfully.
>
> So what you are seeing is that "fallback.efi" sometimes works, and
> sometimes crashes. That's the nature of memory corruption bugs.
>
>>
>> 2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?
>
> There isn't. If you lose your nvram, you lose the non-auto-generated
> boot options with it.
>
> Remedying such situations is what "fallback.efi" exists for.
>
>>>
>>> In such cases, the "fallback.efi" utility is invoked (called
>>> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>>>
>>> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>>>
>>> Unfortunately, "fallback.efi" (from the shim package) used to have a few
>>> bugs over time and sometimes it would crash. See for example:
>>>
>>>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>>>
>>> I'm unsure what version of shim / fallback.efi is in the installed
>>> CentOS image, but it looks like the same (or another similar)
>>> fallback.efi issue to me.
>>
>> shim version in my side is shim-0.9-2.el7.aarch64.
>
> This confirms that you are not seeing the exact bug described in
> RHBZ#1196114, because that bug was fixed in shim-0.9 (see
> <https://bugzilla.redhat.com/show_bug.cgi?id=1196114#c16>).
>
> It remains a fact that your original log contains a crash register dump
> after fallback.efi is launched. The V0 register contains
> 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF; the pattern 0xAF is used to fill
> released (freed) pages in debug builds. So this seems to be an
> use-after-free issue. I suggest adding debug instrumentation to
> fallback.efi, and seeing where exactly it blows up.
>

The presence of the 0xAF pattern in register v0 by itself does not
suggest anything at all: V0 is a SIMD register, which is used by the
SetMem() routine to poison the memory. There is very little other code
(if any) that actually uses the SIMD registers otherwise.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-08-01 17:23       ` Ard Biesheuvel
@ 2017-08-01 22:29         ` Laszlo Ersek
  2017-08-01 22:57           ` Ard Biesheuvel
  0 siblings, 1 reply; 9+ messages in thread
From: Laszlo Ersek @ 2017-08-01 22:29 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: edk2-devel@lists.01.org, Richard W.M. Jones

On 08/01/17 19:23, Ard Biesheuvel wrote:
> On 1 August 2017 at 16:42, Laszlo Ersek <lersek@redhat.com> wrote:
>> On 08/01/17 10:34, Zhu Yijun wrote:
>>> Thanks for your reply!
>>>
>>> On 2017/8/1 3:02, Laszlo Ersek wrote:
>>>> On 07/31/17 02:27, Zhu Yijun wrote:
>>>>> Hi all,
>>>>>
>>>>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>>>>
>>>>>     Basic info:
>>>>>     libvirt 1.3.5
>>>>>     QEMU 2.6.2
>>>>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>>>>
>>>>>     Config pflash and two disks in xml:
>>>>>
>>>>>     ...
>>>>>     <os>
>>>>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>>>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>>>>     <boot dev='hd'/>
>>>>>   </os>
>>>>>   ...
>>>>>   <disk type='file' device='disk'>
>>>>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>>>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>>>>       <backingStore/>
>>>>>       <target dev='sda' bus='scsi'/>
>>>>>     </disk>
>>>>>     <disk type='file' device='cdrom'>
>>>>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>>>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>>>>       <backingStore/>
>>>>>       <target dev='sdb' bus='scsi'/>
>>>>>     </disk>
>>>>>     ...
>>>>>
>>>>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
>>>> No, that's not where the problem is. See below:
>>>>
>>>>> start-console-fail.log
>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>
>>>>>
>>>>> Synchronous Exception at 0x00000002384B1104
>>>>> PC 0x0002384B1104
>>>>> PC 0x0002384A916C
>>>>> PC 0x0002384CA2D0
>>>>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>>>>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>>>>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>>>>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>>>>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>>>>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>>>>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>>>>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>>>>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>
>>>>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>>>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>>>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>>>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>>>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>>>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>>>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>>>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C
>>>>>
>>>>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>>>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>>>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>>>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>>>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>>>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>>>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>>>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>>>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>>>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>>>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>>>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>>>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>>>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>>>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>>>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>>>>
>>>>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>>>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>>>>
>>>>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>>>>
>>>>> Stack dump:
>>>>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>>>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>>>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>>>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>>>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>>>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>>>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>>>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>>>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>>>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>>>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>>>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>>>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>>>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>>>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>>>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>>>>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
>>>> This is a guest that you didn't install from installer media. I think
>>>> you may have gotten the preinstalled disk image from some image provider
>>>> service. The UEFI boot variable(s) are not set up to boot the CentOS
>>>> installation, in your nvram / pflash file.
>>> Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
>>> called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".
>>>
>>> such like:
>>> Boot Manager Menu
>>>    CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi
>>>    UEFI Misc Device
>>>    UEFI Misc Device 2
>>>    EFI Internal Shell
>>>    UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
>>>    UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>
>>> But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
>>> menu is:
>>> Boot Manager Menu
>>>    UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>    UEFI Misc Device
>>>    UEFI Misc Device 2
>>>    EFI Internal Shell
>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>
>> Right. In this case you have lost your original nvram contents, and you
>> only have the boot options that are auto-generated by the
>> EfiBootManagerRefreshAllBootOption() function. This function lives in
>> UefiBootManagerLib, and is called from OVMF's PlatformBootManagerLib
>> instance.
>>
>> The filtering and reordering still occurs in OVMF, but now the first
>> boot option that matches QEMU's fw_cfg bootorder specification is not
>> the "CentOS Linux AltArch" boot option that you originally had. Instead,
>> now QemuBootOrderLib encounters the "UEFI QEMU QEMU HARDDISK"
>> auto-generated boot option first as a match.
>>
>> This boot option in turn means "fallback.efi", according to the blog
>> post I linked earlier.
>>
>> When "fallback.efi" executes successfully, your original "CentOS Linux
>> AltArch" boot option is restored / recreated (at the top of the boot
>> option list). But, when "fallback.efi" crashes, you get a crash instead.
>>
>>> I am confused about two points:
>>> 1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
>>> the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.
>>
>> "EFI\centos\shim.efi" is never automatically loaded. It needs a
>> dedicated UEFI boot option. Thus, it can be loaded in your "new" domain
>> *only* if "fallback.efi" runs first, successfully.
>>
>> So what you are seeing is that "fallback.efi" sometimes works, and
>> sometimes crashes. That's the nature of memory corruption bugs.
>>
>>>
>>> 2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?
>>
>> There isn't. If you lose your nvram, you lose the non-auto-generated
>> boot options with it.
>>
>> Remedying such situations is what "fallback.efi" exists for.
>>
>>>>
>>>> In such cases, the "fallback.efi" utility is invoked (called
>>>> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>>>>
>>>> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>>>>
>>>> Unfortunately, "fallback.efi" (from the shim package) used to have a few
>>>> bugs over time and sometimes it would crash. See for example:
>>>>
>>>>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>>>>
>>>> I'm unsure what version of shim / fallback.efi is in the installed
>>>> CentOS image, but it looks like the same (or another similar)
>>>> fallback.efi issue to me.
>>>
>>> shim version in my side is shim-0.9-2.el7.aarch64.
>>
>> This confirms that you are not seeing the exact bug described in
>> RHBZ#1196114, because that bug was fixed in shim-0.9 (see
>> <https://bugzilla.redhat.com/show_bug.cgi?id=1196114#c16>).
>>
>> It remains a fact that your original log contains a crash register dump
>> after fallback.efi is launched. The V0 register contains
>> 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF; the pattern 0xAF is used to fill
>> released (freed) pages in debug builds. So this seems to be an
>> use-after-free issue. I suggest adding debug instrumentation to
>> fallback.efi, and seeing where exactly it blows up.
>>
> 
> The presence of the 0xAF pattern in register v0 by itself does not
> suggest anything at all: V0 is a SIMD register, which is used by the
> SetMem() routine to poison the memory. There is very little other code
> (if any) that actually uses the SIMD registers otherwise.

Thanks for pointing this out.

Can you perhaps deduce more info from the stack / register dump? The
topmost three stack frames don't have edk2 module names associated with
them -- does that confirm that the synchronous exception is raised in a
non-edk2 module?

(I still think the only way forward is to instrument fallback.efi, and I
won't be doing that.)

Thanks
Laszlo


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-08-01 22:29         ` Laszlo Ersek
@ 2017-08-01 22:57           ` Ard Biesheuvel
  2017-08-02  8:29             ` Laszlo Ersek
  0 siblings, 1 reply; 9+ messages in thread
From: Ard Biesheuvel @ 2017-08-01 22:57 UTC (permalink / raw)
  To: Laszlo Ersek; +Cc: edk2-devel@lists.01.org, Richard W.M. Jones

On 1 August 2017 at 23:29, Laszlo Ersek <lersek@redhat.com> wrote:
> On 08/01/17 19:23, Ard Biesheuvel wrote:
>> On 1 August 2017 at 16:42, Laszlo Ersek <lersek@redhat.com> wrote:
>>> On 08/01/17 10:34, Zhu Yijun wrote:
>>>> Thanks for your reply!
>>>>
>>>> On 2017/8/1 3:02, Laszlo Ersek wrote:
>>>>> On 07/31/17 02:27, Zhu Yijun wrote:
>>>>>> Hi all,
>>>>>>
>>>>>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>>>>>
>>>>>>     Basic info:
>>>>>>     libvirt 1.3.5
>>>>>>     QEMU 2.6.2
>>>>>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>>>>>
>>>>>>     Config pflash and two disks in xml:
>>>>>>
>>>>>>     ...
>>>>>>     <os>
>>>>>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>>>>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>>>>>     <boot dev='hd'/>
>>>>>>   </os>
>>>>>>   ...
>>>>>>   <disk type='file' device='disk'>
>>>>>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>>>>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>>>>>       <backingStore/>
>>>>>>       <target dev='sda' bus='scsi'/>
>>>>>>     </disk>
>>>>>>     <disk type='file' device='cdrom'>
>>>>>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>>>>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>>>>>       <backingStore/>
>>>>>>       <target dev='sdb' bus='scsi'/>
>>>>>>     </disk>
>>>>>>     ...
>>>>>>
>>>>>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
>>>>> No, that's not where the problem is. See below:
>>>>>
>>>>>> start-console-fail.log
>>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>>
>>>>>>
>>>>>> Synchronous Exception at 0x00000002384B1104
>>>>>> PC 0x0002384B1104
>>>>>> PC 0x0002384A916C
>>>>>> PC 0x0002384CA2D0
>>>>>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>>>>>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>>>>>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>>>>>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>>>>>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>>>>>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>>>>>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>>>>>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>>>>>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>>
>>>>>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>>>>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>>>>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>>>>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>>>>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>>>>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>>>>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>>>>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C
>>>>>>
>>>>>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>>>>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>>>>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>>>>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>>>>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>>>>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>>>>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>>>>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>>>>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>>>>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>>>>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>>>>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>>>>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>>>>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>>>>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>>>>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>>>>>
>>>>>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>>>>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>>>>>
>>>>>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>>>>>
>>>>>> Stack dump:
>>>>>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>>>>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>>>>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>>>>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>>>>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>>>>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>>>>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>>>>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>>>>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>>>>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>>>>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>>>>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>>>>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>>>>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>>>>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>>>>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>>>>>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
>>>>> This is a guest that you didn't install from installer media. I think
>>>>> you may have gotten the preinstalled disk image from some image provider
>>>>> service. The UEFI boot variable(s) are not set up to boot the CentOS
>>>>> installation, in your nvram / pflash file.
>>>> Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
>>>> called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".
>>>>
>>>> such like:
>>>> Boot Manager Menu
>>>>    CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi
>>>>    UEFI Misc Device
>>>>    UEFI Misc Device 2
>>>>    EFI Internal Shell
>>>>    UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
>>>>    UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>>
>>>> But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
>>>> menu is:
>>>> Boot Manager Menu
>>>>    UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>>    UEFI Misc Device
>>>>    UEFI Misc Device 2
>>>>    EFI Internal Shell
>>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>
>>> Right. In this case you have lost your original nvram contents, and you
>>> only have the boot options that are auto-generated by the
>>> EfiBootManagerRefreshAllBootOption() function. This function lives in
>>> UefiBootManagerLib, and is called from OVMF's PlatformBootManagerLib
>>> instance.
>>>
>>> The filtering and reordering still occurs in OVMF, but now the first
>>> boot option that matches QEMU's fw_cfg bootorder specification is not
>>> the "CentOS Linux AltArch" boot option that you originally had. Instead,
>>> now QemuBootOrderLib encounters the "UEFI QEMU QEMU HARDDISK"
>>> auto-generated boot option first as a match.
>>>
>>> This boot option in turn means "fallback.efi", according to the blog
>>> post I linked earlier.
>>>
>>> When "fallback.efi" executes successfully, your original "CentOS Linux
>>> AltArch" boot option is restored / recreated (at the top of the boot
>>> option list). But, when "fallback.efi" crashes, you get a crash instead.
>>>
>>>> I am confused about two points:
>>>> 1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
>>>> the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.
>>>
>>> "EFI\centos\shim.efi" is never automatically loaded. It needs a
>>> dedicated UEFI boot option. Thus, it can be loaded in your "new" domain
>>> *only* if "fallback.efi" runs first, successfully.
>>>
>>> So what you are seeing is that "fallback.efi" sometimes works, and
>>> sometimes crashes. That's the nature of memory corruption bugs.
>>>
>>>>
>>>> 2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?
>>>
>>> There isn't. If you lose your nvram, you lose the non-auto-generated
>>> boot options with it.
>>>
>>> Remedying such situations is what "fallback.efi" exists for.
>>>
>>>>>
>>>>> In such cases, the "fallback.efi" utility is invoked (called
>>>>> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>>>>>
>>>>> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>>>>>
>>>>> Unfortunately, "fallback.efi" (from the shim package) used to have a few
>>>>> bugs over time and sometimes it would crash. See for example:
>>>>>
>>>>>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>>>>>
>>>>> I'm unsure what version of shim / fallback.efi is in the installed
>>>>> CentOS image, but it looks like the same (or another similar)
>>>>> fallback.efi issue to me.
>>>>
>>>> shim version in my side is shim-0.9-2.el7.aarch64.
>>>
>>> This confirms that you are not seeing the exact bug described in
>>> RHBZ#1196114, because that bug was fixed in shim-0.9 (see
>>> <https://bugzilla.redhat.com/show_bug.cgi?id=1196114#c16>).
>>>
>>> It remains a fact that your original log contains a crash register dump
>>> after fallback.efi is launched. The V0 register contains
>>> 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF; the pattern 0xAF is used to fill
>>> released (freed) pages in debug builds. So this seems to be an
>>> use-after-free issue. I suggest adding debug instrumentation to
>>> fallback.efi, and seeing where exactly it blows up.
>>>
>>
>> The presence of the 0xAF pattern in register v0 by itself does not
>> suggest anything at all: V0 is a SIMD register, which is used by the
>> SetMem() routine to poison the memory. There is very little other code
>> (if any) that actually uses the SIMD registers otherwise.
>
> Thanks for pointing this out.
>
> Can you perhaps deduce more info from the stack / register dump? The
> topmost three stack frames don't have edk2 module names associated with
> them -- does that confirm that the synchronous exception is raised in a
> non-edk2 module?
>

The stack trace is consistent with BDS calling LoadImage() to launch
fallback.efi (which is GNU-EFI based so it does not set the NB10
Codeview debug entry containing the path on the build host)

The FAR (faulting address) register contains the well known bogus
value KVM puts in there by default. Also, the exception class field in
the ESR (bits 31:26) is 0x0 as well, which translates as an unknown
exception.

Are there any kvm related messages in the host kernel log? This looks
like the result of kvm_inject_undefined(), which prints some kind of
diagnostic in many cases.

> (I still think the only way forward is to instrument fallback.efi, and I
> won't be doing that.)
>

Well, if you have access to the ELF file that fallback.efi was built
from, you can correlate the stack trace address with locations in the
code. Lacking that, it would at least be *very* helpful to know which
opcode is being executed when the exception is taken.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-08-01 22:57           ` Ard Biesheuvel
@ 2017-08-02  8:29             ` Laszlo Ersek
  2017-08-03  0:40               ` Zhu Yijun
  0 siblings, 1 reply; 9+ messages in thread
From: Laszlo Ersek @ 2017-08-02  8:29 UTC (permalink / raw)
  To: Zhu Yijun; +Cc: Ard Biesheuvel, edk2-devel@lists.01.org, Richard W.M. Jones

On 08/02/17 00:57, Ard Biesheuvel wrote:
> On 1 August 2017 at 23:29, Laszlo Ersek <lersek@redhat.com> wrote:
>> On 08/01/17 19:23, Ard Biesheuvel wrote:
>>> On 1 August 2017 at 16:42, Laszlo Ersek <lersek@redhat.com> wrote:
>>>> On 08/01/17 10:34, Zhu Yijun wrote:
>>>>> Thanks for your reply!
>>>>>
>>>>> On 2017/8/1 3:02, Laszlo Ersek wrote:
>>>>>> On 07/31/17 02:27, Zhu Yijun wrote:
>>>>>>> Hi all,
>>>>>>>
>>>>>>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>>>>>>
>>>>>>>     Basic info:
>>>>>>>     libvirt 1.3.5
>>>>>>>     QEMU 2.6.2
>>>>>>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>>>>>>
>>>>>>>     Config pflash and two disks in xml:
>>>>>>>
>>>>>>>     ...
>>>>>>>     <os>
>>>>>>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>>>>>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>>>>>>     <boot dev='hd'/>
>>>>>>>   </os>
>>>>>>>   ...
>>>>>>>   <disk type='file' device='disk'>
>>>>>>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>>>>>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>>>>>>       <backingStore/>
>>>>>>>       <target dev='sda' bus='scsi'/>
>>>>>>>     </disk>
>>>>>>>     <disk type='file' device='cdrom'>
>>>>>>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>>>>>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>>>>>>       <backingStore/>
>>>>>>>       <target dev='sdb' bus='scsi'/>
>>>>>>>     </disk>
>>>>>>>     ...
>>>>>>>
>>>>>>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
>>>>>> No, that's not where the problem is. See below:
>>>>>>
>>>>>>> start-console-fail.log
>>>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>>>
>>>>>>>
>>>>>>> Synchronous Exception at 0x00000002384B1104
>>>>>>> PC 0x0002384B1104
>>>>>>> PC 0x0002384A916C
>>>>>>> PC 0x0002384CA2D0
>>>>>>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>>>>>>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>>>>>>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>>>>>>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>>>>>>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>>>>>>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>>>>>>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>>>>>>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>>>>>>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>>>
>>>>>>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>>>>>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>>>>>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>>>>>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>>>>>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>>>>>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>>>>>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>>>>>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C
>>>>>>>
>>>>>>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>>>>>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>>>>>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>>>>>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>>>>>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>>>>>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>>>>>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>>>>>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>>>>>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>>>>>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>>>>>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>>>>>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>>>>>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>>>>>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>>>>>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>>>>>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>>>>>>
>>>>>>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>>>>>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>>>>>>
>>>>>>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>>>>>>
>>>>>>> Stack dump:
>>>>>>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>>>>>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>>>>>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>>>>>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>>>>>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>>>>>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>>>>>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>>>>>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>>>>>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>>>>>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>>>>>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>>>>>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>>>>>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>>>>>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>>>>>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>>>>>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>>>>>>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
>>>>>> This is a guest that you didn't install from installer media. I think
>>>>>> you may have gotten the preinstalled disk image from some image provider
>>>>>> service. The UEFI boot variable(s) are not set up to boot the CentOS
>>>>>> installation, in your nvram / pflash file.
>>>>> Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
>>>>> called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".
>>>>>
>>>>> such like:
>>>>> Boot Manager Menu
>>>>>    CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi
>>>>>    UEFI Misc Device
>>>>>    UEFI Misc Device 2
>>>>>    EFI Internal Shell
>>>>>    UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
>>>>>    UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>>>
>>>>> But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
>>>>> menu is:
>>>>> Boot Manager Menu
>>>>>    UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>>>    UEFI Misc Device
>>>>>    UEFI Misc Device 2
>>>>>    EFI Internal Shell
>>>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>>
>>>> Right. In this case you have lost your original nvram contents, and you
>>>> only have the boot options that are auto-generated by the
>>>> EfiBootManagerRefreshAllBootOption() function. This function lives in
>>>> UefiBootManagerLib, and is called from OVMF's PlatformBootManagerLib
>>>> instance.
>>>>
>>>> The filtering and reordering still occurs in OVMF, but now the first
>>>> boot option that matches QEMU's fw_cfg bootorder specification is not
>>>> the "CentOS Linux AltArch" boot option that you originally had. Instead,
>>>> now QemuBootOrderLib encounters the "UEFI QEMU QEMU HARDDISK"
>>>> auto-generated boot option first as a match.
>>>>
>>>> This boot option in turn means "fallback.efi", according to the blog
>>>> post I linked earlier.
>>>>
>>>> When "fallback.efi" executes successfully, your original "CentOS Linux
>>>> AltArch" boot option is restored / recreated (at the top of the boot
>>>> option list). But, when "fallback.efi" crashes, you get a crash instead.
>>>>
>>>>> I am confused about two points:
>>>>> 1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
>>>>> the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.
>>>>
>>>> "EFI\centos\shim.efi" is never automatically loaded. It needs a
>>>> dedicated UEFI boot option. Thus, it can be loaded in your "new" domain
>>>> *only* if "fallback.efi" runs first, successfully.
>>>>
>>>> So what you are seeing is that "fallback.efi" sometimes works, and
>>>> sometimes crashes. That's the nature of memory corruption bugs.
>>>>
>>>>>
>>>>> 2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?
>>>>
>>>> There isn't. If you lose your nvram, you lose the non-auto-generated
>>>> boot options with it.
>>>>
>>>> Remedying such situations is what "fallback.efi" exists for.
>>>>
>>>>>>
>>>>>> In such cases, the "fallback.efi" utility is invoked (called
>>>>>> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>>>>>>
>>>>>> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>>>>>>
>>>>>> Unfortunately, "fallback.efi" (from the shim package) used to have a few
>>>>>> bugs over time and sometimes it would crash. See for example:
>>>>>>
>>>>>>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>>>>>>
>>>>>> I'm unsure what version of shim / fallback.efi is in the installed
>>>>>> CentOS image, but it looks like the same (or another similar)
>>>>>> fallback.efi issue to me.
>>>>>
>>>>> shim version in my side is shim-0.9-2.el7.aarch64.
>>>>
>>>> This confirms that you are not seeing the exact bug described in
>>>> RHBZ#1196114, because that bug was fixed in shim-0.9 (see
>>>> <https://bugzilla.redhat.com/show_bug.cgi?id=1196114#c16>).
>>>>
>>>> It remains a fact that your original log contains a crash register dump
>>>> after fallback.efi is launched. The V0 register contains
>>>> 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF; the pattern 0xAF is used to fill
>>>> released (freed) pages in debug builds. So this seems to be an
>>>> use-after-free issue. I suggest adding debug instrumentation to
>>>> fallback.efi, and seeing where exactly it blows up.
>>>>
>>>
>>> The presence of the 0xAF pattern in register v0 by itself does not
>>> suggest anything at all: V0 is a SIMD register, which is used by the
>>> SetMem() routine to poison the memory. There is very little other code
>>> (if any) that actually uses the SIMD registers otherwise.
>>
>> Thanks for pointing this out.
>>
>> Can you perhaps deduce more info from the stack / register dump? The
>> topmost three stack frames don't have edk2 module names associated with
>> them -- does that confirm that the synchronous exception is raised in a
>> non-edk2 module?
>>
> 
> The stack trace is consistent with BDS calling LoadImage() to launch
> fallback.efi (which is GNU-EFI based so it does not set the NB10
> Codeview debug entry containing the path on the build host)
> 
> The FAR (faulting address) register contains the well known bogus
> value KVM puts in there by default. Also, the exception class field in
> the ESR (bits 31:26) is 0x0 as well, which translates as an unknown
> exception.
> 
> Are there any kvm related messages in the host kernel log? This looks
> like the result of kvm_inject_undefined(), which prints some kind of
> diagnostic in many cases.

Thanks, Ard!

Zhu Yijun -- can you check this?

Thanks
Laszlo

> 
>> (I still think the only way forward is to instrument fallback.efi, and I
>> won't be doing that.)
>>
> 
> Well, if you have access to the ELF file that fallback.efi was built
> from, you can correlate the stack trace address with locations in the
> code. Lacking that, it would at least be *very* helpful to know which
> opcode is being executed when the exception is taken.
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel
> 



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: issue about booting centos fail with edk2
  2017-08-02  8:29             ` Laszlo Ersek
@ 2017-08-03  0:40               ` Zhu Yijun
  0 siblings, 0 replies; 9+ messages in thread
From: Zhu Yijun @ 2017-08-03  0:40 UTC (permalink / raw)
  To: Laszlo Ersek, Ard Biesheuvel; +Cc: edk2-devel@lists.01.org, Richard W.M. Jones

On 2017/8/2 16:29, Laszlo Ersek wrote:
> On 08/02/17 00:57, Ard Biesheuvel wrote:
>> On 1 August 2017 at 23:29, Laszlo Ersek <lersek@redhat.com> wrote:
>>> On 08/01/17 19:23, Ard Biesheuvel wrote:
>>>> On 1 August 2017 at 16:42, Laszlo Ersek <lersek@redhat.com> wrote:
>>>>> On 08/01/17 10:34, Zhu Yijun wrote:
>>>>>> Thanks for your reply!
>>>>>>
>>>>>> On 2017/8/1 3:02, Laszlo Ersek wrote:
>>>>>>> On 07/31/17 02:27, Zhu Yijun wrote:
>>>>>>>> Hi all,
>>>>>>>>
>>>>>>>>     I install a CentOS-7-aarch64 guest img by qemu cdrom, but it hung at UEFI probability.
>>>>>>>>
>>>>>>>>     Basic info:
>>>>>>>>     libvirt 1.3.5
>>>>>>>>     QEMU 2.6.2
>>>>>>>>     UEFI: master branch with commit "688c7d2 BaseTools: Fix the bug that warn() function with only 1 argument"
>>>>>>>>
>>>>>>>>     Config pflash and two disks in xml:
>>>>>>>>
>>>>>>>>     ...
>>>>>>>>     <os>
>>>>>>>>     <type arch='aarch64' machine='virt-2.6'>hvm</type>
>>>>>>>>     <loader readonly='yes' type='pflash'>/usr/share/edk2/aarch64/QEMU_EFI-pflash.raw</loader>
>>>>>>>>     <boot dev='hd'/>
>>>>>>>>   </os>
>>>>>>>>   ...
>>>>>>>>   <disk type='file' device='disk'>
>>>>>>>>       <driver name='qemu' type='qcow2' cache='none' io='native'/>
>>>>>>>>       <source file='/CentOS-7-aarch64/centos.qcow2'/>
>>>>>>>>       <backingStore/>
>>>>>>>>       <target dev='sda' bus='scsi'/>
>>>>>>>>     </disk>
>>>>>>>>     <disk type='file' device='cdrom'>
>>>>>>>>       <driver name='qemu' type='raw' cache='none' io='native'/>
>>>>>>>>       <source file='/CentOS-7-aarch64/CentOS-7-aarch64-Everything.iso'/>
>>>>>>>>       <backingStore/>
>>>>>>>>       <target dev='sdb' bus='scsi'/>
>>>>>>>>     </disk>
>>>>>>>>     ...
>>>>>>>>
>>>>>>>>     I found it failed at "Match (Translated, TranslatedSize, ActiveOption[Idx].BootOption->FilePath)" function in "SetBootOrderFromQemu", the UEFI debug info as follow:
>>>>>>> No, that's not where the problem is. See below:
>>>>>>>
>>>>>>>> start-console-fail.log
>>>>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>>>> FSOpen: Open '\EFI\BOOT\fallback.efi' Success
>>>>>>>>
>>>>>>>>
>>>>>>>> Synchronous Exception at 0x00000002384B1104
>>>>>>>> PC 0x0002384B1104
>>>>>>>> PC 0x0002384A916C
>>>>>>>> PC 0x0002384CA2D0
>>>>>>>> PC 0x00023EEB7DF8 (0x00023EEB1000+0x00006DF8) [ 1] DxeCore.dll
>>>>>>>> PC 0x00023BD1568C (0x00023BD02000+0x0001368C) [ 2] BdsDxe.dll
>>>>>>>> PC 0x00023BD03F98 (0x00023BD02000+0x00001F98) [ 2] BdsDxe.dll
>>>>>>>> PC 0x00023BD05640 (0x00023BD02000+0x00003640) [ 2] BdsDxe.dll
>>>>>>>> PC 0x00023EEB3704 (0x00023EEB1000+0x00002704) [ 3] DxeCore.dll
>>>>>>>> PC 0x00023EEB27C8 (0x00023EEB1000+0x000017C8) [ 3] DxeCore.dll
>>>>>>>> PC 0x00023EEB2024 (0x00023EEB1000+0x00001024) [ 3] DxeCore.dll
>>>>>>>> [ 1] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>>>> [ 2] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.dll
>>>>>>>> [ 3] /root/rpmbuild/BUILD/edk2-2.6.0/Build/ArmVirtQemu-AARCH64/DEBUG_GCC49/AARCH64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.dll
>>>>>>>>
>>>>>>>>   X0 0x00000002384A9000   X1 0x00000002384B2990   X2 0x000000023AAFDF98   X3 0x000000023BFF0018
>>>>>>>>   X4 0x0000000000000000   X5 0x0000000000000007   X6 0x0000000238533300   X7 0x0000000000000000
>>>>>>>>   X8 0x000000023C01F548   X9 0x0000000200000000  X10 0x00000002384A8000  X11 0x00000002384C5FFF
>>>>>>>>  X12 0x0000000000000000  X13 0x0000000000000008  X14 0x259511BDAEB1F36C  X15 0x1378CC1DF3F5DDBB
>>>>>>>>  X16 0x000000023EEB0BE0  X17 0x0000000000000000  X18 0x0000000000000000  X19 0x0000000000000013
>>>>>>>>  X20 0x0000000000000000  X21 0x0000000000000000  X22 0x0000000000000000  X23 0x0000000000000000
>>>>>>>>  X24 0x0000000000000000  X25 0x0000000000000000  X26 0x0000000000000000  X27 0x0000000000000000
>>>>>>>>  X28 0x0000000000000000   FP 0x000000023EEB0A40   LR 0x00000002384A916C
>>>>>>>>
>>>>>>>>   V0 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF   V1 0x63702F6666666666 6666666666666666
>>>>>>>>   V2 0x40697363732F3340 6567646972622D69   V3 0x0000000000000000 0000000000000000
>>>>>>>>   V4 0x0000000000000000 0000000000000000   V5 0x4010040140100401 4010040140100401
>>>>>>>>   V6 0x0000000000000000 0000000000000000   V7 0x0000000000000000 0000000000000000
>>>>>>>>   V8 0x0000000000000000 0000000000000000   V9 0x0000000000000000 0000000000000000
>>>>>>>>  V10 0x0000000000000000 0000000000000000  V11 0x0000000000000000 0000000000000000
>>>>>>>>  V12 0x0000000000000000 0000000000000000  V13 0x0000000000000000 0000000000000000
>>>>>>>>  V14 0x0000000000000000 0000000000000000  V15 0x0000000000000000 0000000000000000
>>>>>>>>  V16 0x0000000000000000 0000000000000000  V17 0x0000000000000000 0000000000000000
>>>>>>>>  V18 0x0000000000000000 0000000000000000  V19 0x0000000000000000 0000000000000000
>>>>>>>>  V20 0x0000000000000000 0000000000000000  V21 0x0000000000000000 0000000000000000
>>>>>>>>  V22 0x0000000000000000 0000000000000000  V23 0x0000000000000000 0000000000000000
>>>>>>>>  V24 0x0000000000000000 0000000000000000  V25 0x0000000000000000 0000000000000000
>>>>>>>>  V26 0x0000000000000000 0000000000000000  V27 0x0000000000000000 0000000000000000
>>>>>>>>  V28 0x0000000000000000 0000000000000000  V29 0x0000000000000000 0000000000000000
>>>>>>>>  V30 0x0000000000000000 0000000000000000  V31 0x0000000000000000 0000000000000000
>>>>>>>>
>>>>>>>>   SP 0x000000023EEB0A40  ELR 0x00000002384B1104  SPSR 0x60000205  FPSR 0x00000000
>>>>>>>>  ESR 0x02000000          FAR 0x1DE7EC7EDBADC0DE
>>>>>>>>
>>>>>>>>  ESR : EC 0x00  IL 0x1  ISS 0x00000000
>>>>>>>>
>>>>>>>> Stack dump:
>>>>>>>>   000023EEB0940: 0000C0E000000148 00000002384A9000 00000002384CA254 0000000000000000
>>>>>>>>   000023EEB0960: 000000023EEB0BC0 000000023AC006C0 0000F2503EEB0BC0 00000002384B6018
>>>>>>>>   000023EEB0980: 000000023EEB0BC0 0000000000000000 000000000000C0E0 0000000000000148
>>>>>>>>   000023EEB09A0: 0000000000000148 0000100000020A8C 00000002384B6110 00000002384B6108
>>>>>>>>   000023EEB09C0: 00000002384B6100 0000000000000006 00000002384B6058 00000002384B50DF
>>>>>>>>   000023EEB09E0: 00000002384A9148 0000000000000000 00000002384A9000 00000002384A9000
>>>>>>>>   000023EEB0A00: 0000000000000000 00000002398DA518 00000002385375B2 00000002385629A0
>>>>>>>>   000023EEB0A20: 000000023854C1C0 00000002398DA518 000000023EEB0BC0 0000000000000000
>>>>>>>>> 000023EEB0A40: 000000023EEB0BC0 00000002384CA2D0 000000023AAFDF98 000000023BFF0018
>>>>>>>>   000023EEB0A60: 00000002384CA360 000000023EEC8348 00000002385375B0 000000023AAFDF98
>>>>>>>>   000023EEB0A80: 000000023EEB0AC0 0000F25038533338 00000002384B6018 0000000000000000
>>>>>>>>   000023EEB0AA0: 0000000000000000 0000000238B63D18 0000000000001000 0000000000000000
>>>>>>>>   000023EEB0AC0: 000000023BFF0018 00000002398DA518 00000002398CE598 0000000000000000
>>>>>>>>   000023EEB0AE0: 0000000000000000 0000000000000000 00000002384C6000 00000000000C99C0
>>>>>>>>   000023EEB0B00: 0000000200000001 0000000000000000 000000023AC006C0 11D295625B1B31A1
>>>>>>>>   000023EEB0B20: 3B7269C9A0003F8E 0000000000000000 0000000238B63F98 000000163EEB0B68
>>>>>>>> ASSERT [ArmCpuDxe] /root/rpmbuild/BUILD/edk2-2.6.0/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c(271): ((BOOLEAN)(0==1))
>>>>>>> This is a guest that you didn't install from installer media. I think
>>>>>>> you may have gotten the preinstalled disk image from some image provider
>>>>>>> service. The UEFI boot variable(s) are not set up to boot the CentOS
>>>>>>> installation, in your nvram / pflash file.
>>>>>> Yes, the boot variable must store in domain's nvram file("/var/lib/libvirt/qemu/nvram/centos_VARS.fd").  After installed, it generates an new boot menu
>>>>>> called "CentOS Linux AltArch "  which device path is "HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi".
>>>>>>
>>>>>> such like:
>>>>>> Boot Manager Menu
>>>>>>    CentOS Linux AltArch                          -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0) /HD(1,GPT,D562CAA6-F61B-4F93-87FB-22DDADF6CAE2,0x800,0x64000)/\EFI\centos\shim.efi
>>>>>>    UEFI Misc Device
>>>>>>    UEFI Misc Device 2
>>>>>>    EFI Internal Shell
>>>>>>    UEFI QEMU QEMU CD-ROM               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x1)
>>>>>>    UEFI QEMU QEMU HARDDISK            -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>>>>
>>>>>> But when I shutdown &undefine this domain, and virsh create an new domain with the disk centos.qcow2 which installed just before, the UEFI boot manager
>>>>>> menu is:
>>>>>> Boot Manager Menu
>>>>>>    UEFI QEMU QEMU HARDDISK               -> device path:  PciRoot(0x0)/Pci(0x3,0x0)/Pci(0x0,0x0)/Scsi(0x0,0x0)
>>>>>>    UEFI Misc Device
>>>>>>    UEFI Misc Device 2
>>>>>>    EFI Internal Shell
>>>>>>    UEFI PXEv4 (MAC:5254002D2EB6)
>>>>> Right. In this case you have lost your original nvram contents, and you
>>>>> only have the boot options that are auto-generated by the
>>>>> EfiBootManagerRefreshAllBootOption() function. This function lives in
>>>>> UefiBootManagerLib, and is called from OVMF's PlatformBootManagerLib
>>>>> instance.
>>>>>
>>>>> The filtering and reordering still occurs in OVMF, but now the first
>>>>> boot option that matches QEMU's fw_cfg bootorder specification is not
>>>>> the "CentOS Linux AltArch" boot option that you originally had. Instead,
>>>>> now QemuBootOrderLib encounters the "UEFI QEMU QEMU HARDDISK"
>>>>> auto-generated boot option first as a match.
>>>>>
>>>>> This boot option in turn means "fallback.efi", according to the blog
>>>>> post I linked earlier.
>>>>>
>>>>> When "fallback.efi" executes successfully, your original "CentOS Linux
>>>>> AltArch" boot option is restored / recreated (at the top of the boot
>>>>> option list). But, when "fallback.efi" crashes, you get a crash instead.
>>>>>
>>>>>> I am confused about two points:
>>>>>> 1) The new domain still have chance to load the "EFI\centos\shim.efi" and boot kernel successful, it means that sometimes the system firmware launches
>>>>>> the BOOTAA64.EFI, sometimes lauches shim.efi.  It is probabilistic.
>>>>> "EFI\centos\shim.efi" is never automatically loaded. It needs a
>>>>> dedicated UEFI boot option. Thus, it can be loaded in your "new" domain
>>>>> *only* if "fallback.efi" runs first, successfully.
>>>>>
>>>>> So what you are seeing is that "fallback.efi" sometimes works, and
>>>>> sometimes crashes. That's the nature of memory corruption bugs.
>>>>>
>>>>>> 2) Is there a way to make the "CentOS Linux AltArch " boot menu persistent?
>>>>> There isn't. If you lose your nvram, you lose the non-auto-generated
>>>>> boot options with it.
>>>>>
>>>>> Remedying such situations is what "fallback.efi" exists for.
>>>>>
>>>>>>> In such cases, the "fallback.efi" utility is invoked (called
>>>>>>> "\EFI\BOOT\BOOTAA64.EFI). Please refer to:
>>>>>>>
>>>>>>> https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/
>>>>>>>
>>>>>>> Unfortunately, "fallback.efi" (from the shim package) used to have a few
>>>>>>> bugs over time and sometimes it would crash. See for example:
>>>>>>>
>>>>>>>   https://bugzilla.redhat.com/show_bug.cgi?id=1196114
>>>>>>>
>>>>>>> I'm unsure what version of shim / fallback.efi is in the installed
>>>>>>> CentOS image, but it looks like the same (or another similar)
>>>>>>> fallback.efi issue to me.
>>>>>> shim version in my side is shim-0.9-2.el7.aarch64.
>>>>> This confirms that you are not seeing the exact bug described in
>>>>> RHBZ#1196114, because that bug was fixed in shim-0.9 (see
>>>>> <https://bugzilla.redhat.com/show_bug.cgi?id=1196114#c16>).
>>>>>
>>>>> It remains a fact that your original log contains a crash register dump
>>>>> after fallback.efi is launched. The V0 register contains
>>>>> 0xAFAFAFAFAFAFAFAF AFAFAFAFAFAFAFAF; the pattern 0xAF is used to fill
>>>>> released (freed) pages in debug builds. So this seems to be an
>>>>> use-after-free issue. I suggest adding debug instrumentation to
>>>>> fallback.efi, and seeing where exactly it blows up.
>>>>>
>>>> The presence of the 0xAF pattern in register v0 by itself does not
>>>> suggest anything at all: V0 is a SIMD register, which is used by the
>>>> SetMem() routine to poison the memory. There is very little other code
>>>> (if any) that actually uses the SIMD registers otherwise.
>>> Thanks for pointing this out.
>>>
>>> Can you perhaps deduce more info from the stack / register dump? The
>>> topmost three stack frames don't have edk2 module names associated with
>>> them -- does that confirm that the synchronous exception is raised in a
>>> non-edk2 module?
>>>
>> The stack trace is consistent with BDS calling LoadImage() to launch
>> fallback.efi (which is GNU-EFI based so it does not set the NB10
>> Codeview debug entry containing the path on the build host)
>>
>> The FAR (faulting address) register contains the well known bogus
>> value KVM puts in there by default. Also, the exception class field in
>> the ESR (bits 31:26) is 0x0 as well, which translates as an unknown
>> exception.
>>
>> Are there any kvm related messages in the host kernel log? This looks
>> like the result of kvm_inject_undefined(), which prints some kind of
>> diagnostic in many cases.
> Thanks, Ard!
>
> Zhu Yijun -- can you check this?

Yes, have checked. No related kvm messages by dmesg or /val/log/message.
> Thanks
> Laszlo
>
>>> (I still think the only way forward is to instrument fallback.efi, and I
>>> won't be doing that.)
>>>
>> Well, if you have access to the ELF file that fallback.efi was built
>> from, you can correlate the stack trace address with locations in the
>> code. Lacking that, it would at least be *very* helpful to know which
>> opcode is being executed when the exception is taken.

Get the shim source code from https://github.com/rhboot/shim.git, the master branch version have reach to 12. I'm trying this new version to reproduce the crash issue.
>> _______________________________________________
>> edk2-devel mailing list
>> edk2-devel@lists.01.org
>> https://lists.01.org/mailman/listinfo/edk2-devel
>>
>
> .
>




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-08-03  0:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31  0:27 issue about booting centos fail with edk2 Zhu Yijun
2017-07-31 19:02 ` Laszlo Ersek
2017-08-01  8:34   ` Zhu Yijun
2017-08-01 15:42     ` Laszlo Ersek
2017-08-01 17:23       ` Ard Biesheuvel
2017-08-01 22:29         ` Laszlo Ersek
2017-08-01 22:57           ` Ard Biesheuvel
2017-08-02  8:29             ` Laszlo Ersek
2017-08-03  0:40               ` Zhu Yijun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox