Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

qemu-ovmf-x86_64-debug-202308-6.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: qemu-ovmf-x86_64-debug Distribution: openSUSE Tumbleweed
Version: 202308 Vendor: openSUSE
Release: 6.1 Build date: Thu Mar 7 16:50:51 2024
Group: Development/Sources Build host: reproducible
Size: 267185408 Source RPM: ovmf-202308-6.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/tianocore/edk2
Summary: Open Virtual Machine Firmware - debug symbols (x86_64)
The Open Virtual Machine Firmware (OVMF) project aims to support
firmware for Virtual Machines using the edk2 code base.

This package contains the debug symbols for UEFI rom images (x86_64)

Provides

Requires

License

BSD-2-Clause-Patent

Changelog

* Thu Mar 07 2024 Callum Farmer <gmbr3@opensuse.org>
  - Use built QEMU_VARS.fd as base for AARCH64/AARCH32 vars file
  - Ensure riscv64 code/vars is 32M otherwise it won't load
  - Use truncate instead of 2 dd commands
* Thu Mar 07 2024 Joey Lee <jlee@suse.com>
  - Updated descriptors.tar.xz tarball, adding secure-boot feature tag
    to the following firmware descriptor of qemu. For libvirt, the
    enrolled-keys feature relies on secure-boot (bsc#1217422):
      /usr/share/qemu/firmware/60-ovmf-x86_64-2m-ms.json
      /usr/share/qemu/firmware/60-ovmf-x86_64-2m-opensuse.json
      /usr/share/qemu/firmware/60-ovmf-x86_64-2m-suse.json
      /usr/share/qemu/firmware/60-ovmf-x86_64-ms.json
      /usr/share/qemu/firmware/60-ovmf-x86_64-opensuse.json
      /usr/share/qemu/firmware/60-ovmf-x86_64-suse.json
    User should awares that the secure-boot feature of ovmf is NOT real
    secure without SMM. Adding secure-boot is just for enabling
    enrolled-keys. Otherwise preloaded keys ovmf can not be auto-selected
    by libvirt.
* Mon Mar 04 2024 Joey Lee <jlee@suse.com>
  - Add ovmf-OvmfPkg-SmbiosPlatformDxe-tweak-fallback-release-dat.patch
    tweak fallback release date again (bsc#1219024)
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autopatch macro. Allows to eliminate the usage of deprecated
    PatchN.
* Tue Nov 21 2023 Joey Lee <jlee@suse.com>
  - Sync change log to prepare for sending edk2-stable202308 ovmf to SLE15-SP6
    (jsc#PED-6233, jsc#PED-5523)
    - Removed the following backported patches because they are merged
      to edk2 mainline:
    - ovmf-SecurityPkg-DxeImageVerificationLib-Check-result-of-.patch
    494127613b SecurityPkg/DxeImageVerificationLib: Check result of GetEfiGlobalVariable2
    (CVE-2019-14560, bsc#1174246)
* Wed Nov 15 2023 Joey Lee <jlee@suse.com>
  - Add ovmf-UefiCpuPkg-BaseXApicX2ApicLib-fix-CPUID_V2_EXTENDED_.patch
    fix CPUID_V2_EXTENDED_TOPOLOGY detection (bsc#1216472)
* Wed Nov 15 2023 Joey Lee <jlee@suse.com>
  - Sync change log to prepare for sending edk2-stable202308 ovmf to SLE15-SP6
    (jsc#PED-6233, jsc#PED-5523)
    - Removed the following backported patches because they are merged
      to edk2 mainline:
    - ovmf-MdeModulePkg-PiSmmCore-SmmEntryPoint-underflow-CVE-2.patch
    cab1f02565 MdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE-2021-38578)
    (bsc#1196741)
* Sat Sep 23 2023 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202308
    - Features (https://github.com/tianocore/edk2/releases):
      CryptoPkg: consume OpenSSL 3.0
      Replace the OVMF-specific SataControllerDxe with the generic one in MdeModulePkg
      Remove the duplicated definitions from BaseTools
      Arm GIC Library and Driver improvements
      Use restricted memory mappings in PEI
      Add SmmCpuFeaturesLib implementation for AMD Processor family
      Add USB Network RNDIS Drivers
      Support Standalone MM based variable services in PEI on ARM systems
      Add RISC-V MMU support
      Add RISC-V support to CLANGDWARF toolchain
    - Patches (git log --oneline --date-order edk2-stable202305..edk2-stable202308):
      819cfc6b42 OvmfPkg/RiscVVirt: Fix issues in VarStore Blockmap config
      00b51e0d78 MdeModulePkg: HeapGuard: Don't Assume Pool Head Allocated In First Page
      48089f3a7c OvmfPkg/Bhyve: build platform info HOB
      eaffa1d7ff UefiCpuPkg:Wake up APs after power-up or RESET through SIPI.
      1d76560146 OvmfPkg: Disable PcdFirstTimeWakeUpAPsBySipi.
      98e9d29e06 UefiCpuPkg: Add PcdFirstTimeWakeUpAPsBySipi
      055c7bd1a7 UefiCpuPkg: Add SendStartupIpiAllExcludingSelf
      991515a058 CryptoPkg: remove BN and EC accel for size optimization
      e91bfffd4f CryptoPkg/openssl: update CI config for openssl 3.0
      46226fb5d3 CryptoPkg: remove strcmp to syscall
      c0aeb92663 CryptoPkg: run configure.py to update all generated files
      dfa6147a79 CryptoPkg: add more dummy implement of openssl for size optimization
      2bead79cfc CryptoPkg: add implemention of _ftol2_sse() to avoid build error
      b2ff8e45db CryptoPkg: add define of maximum unsigned size_t
      4b5faa5775 CryptoPkg: add missing gcc instructions
      43e0ede26b CryptoPkg: Enable memcpy sys call in RISCV64 build
      f0d3e59754 CryptoPkg: Align with 4096 when build with OpensslFullAccel
      bdf3142eb7 CryptoPkg/TlsLib: use unsigned long for ErrorCode
      20193b20b5 CryptoPkg: disable C4133 warning in openssl libraries
      bf1ff73c8c CryptoPkg: Add instrinsics to support building openssl3 on IA32 windows
      cea8e3b513 CryptoPkg: adapt 3.0 change in SslNull.c
      ea7a37d352 CryptoPkg: use UEFI provider as default
      9b9b331e0f CryptoPkg: Move all UEFI implement of openssl to OpensslStub
      5e1900f266 CryptoPkg/openssl: adapt EcSm2Null.c for openssl 3.0
      174a306ccd CryptoPkg/openssl: store dummy update for openssl 3.0
      3af00aec7f CryptoPkg/openssl: move compiler_flags to buildinf.c
      c638d1f672 CryptoPkg/openssl: adapt rand_pool.c to openssl 3.0 changes
      eac38f74c4 CryptoPkg/TlsLib: ERR_GET_FUNC is gone
      2a6dc1211f CryptoPkg/BaseCryptLib: drop BIO_* dummy functions
      63c8d160ae CryptoPkg/BaseCryptLib: adapt CryptSm3.c to openssl 3.0 changes.
      84158d0ebe CryptoPkg/BaseCryptLib: no openssl deprecation warnings please
      ac492c3ead CryptoPkg/openssl: UefiAsm.conf update for openssl 3.0
      81f5aa0700 CryptoPkg/openssl: add openssl3 configure scripts
      7cede6d5f4 CryptoPkg/openssl: update Openssl*.inf files for openssl 3.0
      49a113a7a4 CryptoPkg/openssl: cleanup all openssl1.1.1 generated files and code
      9d6d237c3c CryptoPkg/openssl: update submodule to openssl-3.0.9
      136931c4db MedPkg/Include: Add PCI_EXPRESS_EXTENDED_CAPABILITY_DVSEC_ID
      3c274c0d83 MdePkg: Add new status codes to PrintLib
      107ddf1de9 MdePkg: Add missing status codes
      2d8c17a9b6 OvmfPkg/PlatformCI: Boot OVMF in SMP mode.
      bae848ee25 OvmfPkg/PlatformCI VS2019: Disable workaround for cpuhp bugfix
      744c42bfd8 OvmfPkg/PlatformCI: Use recent Qemu on Windows
      01ad4134c3 MdeModulePkg: Solve boot hang Xhci driver when use USB DVD with empty disk
      ef05145136 ArmPkg: DefaultExceptionHandlerLib: Do Not Allocate Memory
      7672d1cca5 MdeModulePkg/SetupBrowser: Load storage via GetVariable for EfiVarStore
      fa789cc68a BaseTools: scan Edk2ToolsBuild.py make output
      5cadb8ce21 BaseTools: BinToPcd: Resolve xdrlib deprecation
      d11968fcc5 MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix UNUSED_VALUE Coverity issue
      c7c1170a45 MdeModulePkg/Bus/Ata/AtaAtapiPassThru: Fix SIGN_EXTENSION Coverity issue
      677f2c6f15 OvmfPkg/RiscVVirt: Update README for CLANGDWARF support
      3f49462558 BaseTools/tools_def: Add CLANGDWARF support for RISC-V
      0f9fd06919 OvmfPkg/RiscVVirt: SecEntry: Remove unnecessary assembly directives
      8543840cfd OvmfPkg/RiscVVirt: use 'auto' alignment and FIXED for XIP modules
      70f3e62dc7 OvmfPkg/BhyvePkg: enable bus enumeration
      f284981506 Revert "OvmfPkg/Bhyve: remove IncompatiblePciDeviceSupport DXE driver"
      1c923b9f25 Revert "OvmfPkg/Bhyve: consume PciHostBridgeLibScan"
      c7a7f09c1d UefiCpuPkg: Decouple the SEV-ES functionality.
      25a6745fe8 RedfishPkg/RedfishDiscoverDxe: fix netmask check issue
      dcf05f958e MdePkg/Include/IndustryStandard: Remove VS20xx workaround
      5309ddc83b EmulatorPkg/Win/Host: Fix RUNTIME_FUNCTION redefinition error
      925c445fd3 OvmfPkg/RiscVVirt: Avoid printing hard coded timeout value
      7427dd3fc0 OvmfPkg/RiscVVirt: Check "no-map" and mark EfiReservedMemoryType
      c6b512962e UnitTestFrameworkPkg: UnitTestPersistenceLib: Save Unit Test Cache Option
      b2de9ec5a7 CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1u
      6510dcf6f7 NetworkPkg/HttpDxe: fix driver binding start issue.
      a52044a9e6 OvmfPkg/IoMmuDxe: add locking to IoMmuAllocateBounceBuffer
      08aacbf056 OvmfPkg/CloudHv: update Maintainers.txt entry
      4d1014093f UefiCpuPkg: Uses gMmst in MmSaveStateLib
      39ded59c09 OvmfPkg/PeilessStartupLib: Updated with PcdSecureBootSupported
      3399f64588 RedfishPkg/RedfishRestExDxe: reset session when TCP timeout happens
      dd49d448b0 MdeModulePkg/Bus/Pci/EhciDxe: Fix FORWARD_NULL Coverity issues
      f220dcbba8 UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 mode
      cc13dcc576 OvmfPkg: RiscVVirt: Remove satp bare mode setting
      33d0a3cc92 OvmfPkg/RiscVVirt: Add VirtNorFlashDxe to APRIORI list
      a8a72fc1ff OvmfPkg/RiscVVirt: SEC: Add IO memory resource hob for platform devices
      a9fc9bb466 OvmfPkg/RiscVVirt: VirtNorFlashPlatformLib: Fix wrong flash size
      fbec9aec00 MdePkg/Register: RISC-V: Add satp mode bits shift definition
      7178047402 MdePkg/BaseLib: RISC-V: Support getting satp register value
      e674096acc OvmfPkg/ResetVector: Fix assembler bit test flag check
      ff3382a51c MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm: Add USB Cdc NCM devices support
      5e400d22a0 MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm: Add USB Cdc ECM devices support
      fc0d5922f1 MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis: Add USB RNDIS devices support
      8dab4eebe4 UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFv
      964a4f032d UefiCpuPkg: Eliminate the second INIT-SIPI-SIPI sequence.
      629c1dacc9 UefiCpuPkg: ApWakeupFunction directly use CpuMpData.
      8bb018afaf UefiCpuPkg: Create MpHandOff.
      243212b0d0 UefiCpuPkg: Refactor the logic for placing APs in Mwait/Runloop.
      88f436883b UefiCpuPkg: Refactor the logic for placing APs in HltLoop.
      63923a5642 MdeModulePkg/Variable: TcgMorLockSmm Key Mismatch changes lock state
      96d691166f RedfishPkg/RedfishDebugLib: add new interfaces
      60475162a6 RedfishPkg/JsonLib: add object clear interface
      b164b6d149 RedfishPkg/RedfishPlatformConfigDxe: hide debug message
      98ab6e8718 RedfishPkg/RedfishRestExDxe: fix CPU exception in RedfishRestExDxe
      af8859bce2 OvmfPkg/PlatformCI: Skip GCC5_OVMF_IA32X64_FULL_NOOPT build
      1fadd18d0c UefiCpuPkg: Get processor extended information for SmmCpuServiceProtocol
      6c744465b6 ArmPkg: Add Function Headers to MMU Logic
      3b74b0394d ArmPkg: Fix Unsafe ASSERTs in MMU Logic
      1b25a7049c ArmPkg: Update GetMemoryRegion() to Handle No mapping
      cdbdd12460 ArmPkg: Apply Uncrustify to Non-Compliant Files
      f2188fe5d1 OvmfPkg: Uses MmSaveStateLib library
      fbb6f18e1c UefiCpuPkg: Removes SmmCpuFeaturesReadSaveStateRegister
      065fa2dcc2 UefiCpuPkg: Implements MmSaveStateLib for Intel
      867851dc30 UefiCpuPkg: Implements SmmCpuFeaturesLib for AMD Family
      11dae72d3f UefiCpuPkg/SmmCpuFeaturesLib: Restructure arch-dependent code
      775b337c78 UefiCpuPkg: Implements MmSaveStateLib library instance
      4f3ddc6e15 UefiCpuPkg: Adds MmSaveStateLib library class
      8d34c7afb3 MdePkg: Adds AMD SMRAM save state map
      ad7d3ace1a UefiCpuPkg: CpuTimerDxeRiscV64: Fix timer event not working correctly
      5a13f5c2fa RedfishPkg: Fix SortLib library class name typo.
      f5c987fcac UefiCpuPkg/PiSmmCpuDxeSmm: Remove unnecessary function
      4ceefd6dd1 UefiCpuPkg: Refinement to smm runtime InitPaging() code
      b4394cca2d UefiCpuPkg: Sort mProtectionMemRange when ReadyToLock
      7132df94ac UefiCpuPkg: Sort mSmmCpuSmramRanges in FindSmramInfo
      b4dde1ae6a UefiCpuPkg: Use GenSmmPageTable() to create Smm S3 page table
      701b5797b2 UefiCpuPkg: Add GenSmmPageTable() to create smm page table
      d706d9c64a UefiCpuPkg: Extern mSmmShadowStackSize in PiSmmCpuDxeSmm.h
      ef64ae06f8 UefiCpuPkg/PiSmmCpuDxeSmm: Clear CR0.WP before modify page table
      7b6e7d0098 UefiCpuPkg/PiSmmCpuDxeSmm: Add 2 function to disable/enable CR0.WP
      f51967280b UefiCpuPkg/PiSmmCpuDxeSmm: Avoid setting non-present range to RO/NX
      6585ced558 UefiCpuPkg: Add DEBUG_CODE for special case when clear RP
      2d212083d0 UefiCpuPkg: Use CpuPageTableLib to convert SMM paging attribute.
      8c99839776 MdeModulePkg: Remove other attribute protection in UnsetGuardPage
      a78938f274 OvmfPkg:Remove code that apply AddressEncMask to non-leaf entry
      6607062e91 MdeModulePkg: Variable: Introduce MM based variable read service in PEI
      01ac3d8b69 ArmPkg: MmCommunicationPei: Introduce MM communicate in PEI
      4416bf3383 NetworkPkg: Correct the length of EAP Identity when in ASCII format
      44a3d93af3 Maintainers.txt: Update NetworkPkg maintainers and reviewers
      1a39bdf2c5 BaseTools/tools_def: Add "-fno-unwind-tables" to GCC5_RISCV64_CC_FLAGS
      ea7a3015a2 OvmfPkg/VirtioSerialDxe: Remove noisy debug print on supported() call
      2f8b51d6af ArmPkg/OpteeLib: Map shared communication buffer non-executable
      8a1f540596 ArmPkg: Drop individual memory permission helpers
      7054f1a54e StandaloneMmPkg: Include correct MmuLib header
      28eb51dd54 UefiCpuPkg/ResetVector: Remove pre-built binaries
      8ef7e222ae UefiCpuPkg/ResetVector: Add guidance of FDF ffs rule
      ab85db3260 UefiCpuPkg: Include ResetVector in DSC
      81cb0371f9 CI: Use latest image for Linux jobs (Qemu 8, gcc 12)
      638dfb4135 OvmfPkg/PciHotPlugInitDxe: fix io window size
      5542e528cd ArmPkg/CpuDxe: Simplify memory attributes protocol implementation
      a21a994f55 MdeModulePkg/DxeIpl ARM AARCH64: Switch to generic handoff code
      4249829cf2 ArmPkg/CpuPei: Implement the memory attributes PPI
      8f5ad634ad ArmPkg/ArmMmuLib: Extend API to manage memory permissions better
      9df2c0a555 MdeModulePkg/DxeIpl: Use memory attribute PPI to remap the stack NX
      dfacaab57e MdeModulePkg/DxeIpl: Merge EBC, RISCV64 and LOONGARCH code
      9eb8f2c99f MdeModulePkg: Define memory attribute PPI
      ac33eee8b8 IntelFsp2WrapperPkg: Get HobListPtr before calling the Multiphase FSPS
      5779671137 OvmfPkg/Bhyve: include TPM driver
      c301291dc3 OvmfPkg/Bhyve: install Acpi tables provided by FwCfg
      5a118a61d1 OvmfPkg: move QemuFwCfgAcpi into AcpiPlatformLib
      0f612c1443 OvmfPkg: move BootScript into AcpiPlatformLib
      ea88df6b26 OvmfPkg: move PciEncoding into AcpiPlatformLib
      f5d851673d OvmfPkg: avoid including AcpiPlatformLib twice
      8f63f4143d OvmfPkg/Library: fix definition of GetAcpiRsdpFromMemory
      6ee981c858 SecurityPkg: SubClassTpm: Updated default value
      7c703f0a8a MdePkg: PiStatusCode: Add TPM subclass definition to MdePkg
      e7667b7b9a MdePkg: PiStatusCode: Add new Host Software class Error Code to MdePkg
      49f06b6640 OvmfPkg/RiscVVirt: Add a readme for build and test
      37423fa344 OvmfPkg/RiscVVirt: Add support for separate code and variable store
      420cd54993 OvmfPkg/RiscVVirt: Add VirtNorFlashDeviceTreeLib library
      f6c4b0a78e OvmfPkg/RiscVVirt: Fix couple of issues in VarStore
      fcd71642df MdePkg: Code optimization to SMM InternalAllocateAlignedPages
      56f65e4bad MdeModulePkg/SmmCore: Perf-log PlatformHookBefore/AfterSmmDispatch
      a87f5fdb3d UefiCpuPkg/SmmCpu: Add PcdSmmApPerfLogEnable control AP perf-logging
      2d3974a351 MdeModulePkg/SmmCorePerformanceLib: Disable perf-logging at runtime
      92759eeb0c MdeModulePkg/SmmPerformanceLib: Disable perf-logging after ExitBS
      0c136bbba0 MdeModulePkg/SmmCore: Add perf-logging for SmmDriverDispatchHandler
      e4ff852136 MdeModulePkg/SmmCore: Add perf-logging for time-consuming procedures
      ad6c8540cc UefiCpuPkg/CpuSmm: Add perf-logging for MP procedures
      0da3df78ff UefiCpuPkg/CpuSmm: Add perf-logging for time-consuming BSP procedures
      4a0642ad27 Maintainers.txt: update maintainer for CryptoPkg
      ea55bd8f66 UefiCpuPkg: RISC-V: TimerLib: Fix delay function to use 64-bit
      4dba2a9d08 UefiCpuPkg: CpuTimerDxeRiscV64: Fix incorrect value sent to SbiSetTimer
      aad98d915a UefiPayloadPkg: Fix incorrect code on AddSectionHeader
      51bb8eb76c UefiPayloadPkg: Add CAPSULE_SUPPORT in UPL and set it as FALSE in default
      6250124de8 Maintainers.txt: Remove me from maintainers of UefiPayloadPkg,ShellPkg
      e5b515f832 Maintainers.txt: Remove UEFI Shell Binaries section
      530f5b0912 UnitTestFrameworkPkg: Add UnitTestPeiServicesTablePointerLib
      8314a85893 ShellPkg/SmbiosView: type 45 and type 46 support.
      69abcf1e78 UefiPayloadPkg: Enhance build script for BuildEntryOnly
      8d238f1433 Maintainers.txt: Update maintainers for StandaloneMmPkg
      aa3ea84407 Maintainers.txt: Remove reviewer for StandaloneMmPkg
      c082da89cf RedfishPkg: update Readme.md
      67fc78d026 MdeModulePkg/Bus: Fix port multiplier port in AhciPei PEIM
      ded0b489af MdePkg/BaseLib: Add SpeculationBarrier implementation for RiscV64
      d189de3b0a MdePkg ACPI65: Update MADT Revision pre ACPI Spec 6.5
      cdd20638bc CharEncodingCheckPlugin: Remove Noisy Print
      4bd0849d81 OvmfPkg/Bhyve: install ACPI tables from memory
      1288c5415c OvmfPkg/Xen: export AcpiTable installation into AcpiPlatformLib
      f211292711 OvmfPkg/Xen: export search of RSDP into a library function
      c1dd400a13 OvmfPkg: Create additional PML1 entries for large SEV-SNP VMs
      8fbf857a0b OvmfPkg/RiscVVirt: Remove unimplemented NxForStack configuration
      4354c22f38 ArmPkg: add SMC defines for SiP service calls
      0364ccfead ArmPkg: Enable AuditMode for Uncrustify CI checks
      a8acc12dfd ShellPkgDisconnect: zero-initialize handles
      78262899d2 ShellPkg: Add a condition to print accurate type0 Bios Size in smbiosview.
      41abf00bf9 OvmfPkg: Remove SataControllerDxe
      77fee3a9d8 OvmfPkg/Xen: Replace the OVMF-specific SataControllerDxe
      07c7e68360 OvmfPkg/AmdSev: Replace the OVMF-specific SataControllerDxe
      069d403587 OvmfPkg/IntelTdx: Replace the OVMF-specific SataControllerDxe
      b26359c176 OvmfPkg/CloudHv: Replace the OVMF-specific SataControllerDxe
      d85b84e201 OvmfPkg/Bhyve: Replace the OVMF-specific SataControllerDxe
      bc59ede170 OvmfPkg/Microvm: Replace the OVMF-specific SataControllerDxe
      f5137e1a54 OvmfPkg: Replace the OVMF-specific SataControllerDxe
      2bc46e67b6 MdeModulePkg/SataControllerDxe: Fix up ASSERTS (Private != NULL)
      82b81c6464 MdeModulePkg/SataControllerDxe: Remove useless null check
      897a2b447e MdeModulePkg/SataControllerDxe: Log expected errors at DEBUG_INFO level
      5e8958472c MdeModulePkg/SataControllerDxe: Clean up error handling in Start()
      ded1d5414b ArmPkg: Fix ArmGicAcknowledgeInterrupt () for GICv3
      8bcddbcce2 ArmPkg: Adjust variable type and cast for RegShift & RegOffset
      8da2b97392 ArmPkg: Prevent SgiId from setting RES0 bits of GICD_SGIR
      cfb4a10d76 ArmPkg: Remove unused function declarations
      08a08129ae ArmPkg: Typecast IntID to UINT32 in ArmGicV2EndOfInterrupt
      7f198321ee ArmPkg: Make variables used for GicInterrupt UINTN
      937fbe4878 ArmPkg: Fix return type for ArmGicGetInterfaceIdentification
      ed132ef8ae ArmPkg: Fix Non-Boolean comparison in ArmGicEnableDistributor
      ea522a12b3 ArmPkg: Fix ArmGicSendSgiTo() parameters
      a44fef7de3 ArmPkg: Fix data type used for GicInterruptInterfaceBase
      4ec9a6f6cd ArmPkg: Fix data type used for GicDistributorBase
      b38068f9f6 ArmPkg: Fix GicV2 BaseAddress types
      15f83fa364 ArmVirt/PlatformBootManagerLib: set up virtio serial as console
      aaf546879a ArmVirt/PlatformBootManagerLib: factor out IsVirtioPci()
      a196b04926 ArmVirt/PlatformBootManagerLib: factor out IsVirtio()
      6925150feb ArmVirt: add VirtioSerialDxe to ArmVirtQemu builds
      1df6658bcb BaseTools: remove duplicate includes: IndustryStandard/*.h
      6101bd125a BaseTools: remove duplicate includes: IndustryStandard/PeImage.h
      c15941a643 BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*
      fdc6288f81 BaseTools: drop IMAGE_FILE_MACHINE_ARM hacks
      ff52068d92 MdePkg/PeImage.h: add bits from BaseTools version
      26d6ef38e7 BaseTools: remove duplicate includes: IndustryStandard/Acpi*.h
      69ac88cabd BaseTools: remove duplicate includes: <arch>/ProcessorBind.h
      6a07d9cacf BaseTools: remove WinNtInclude.h
      140e4422b1 MdePkg: don't set visibility to hidden
      bd035a066f BaseTools: add -fdirect-access-external-data to clang pie builds
      7ffc433c2e BaseTools: make sure the got is empty
      c1e8537690 OvmfPkg/PlatformInitLib: limit phys-bits to 46.
      578a715cfc OvmfPkg/QemuFlashFvbServicesRuntimeDxe: refine flash detection
      4e5a804222 OvmfPkg/VirtioSerialDxe: use TPL_NOTIFY
      9f12d6b6ec UefiCpuPkg/PiSmmCpuDxeSmm:add Ap Rendezvous check in PerformRemainingTasks.
      5bb7bfbe81 UefiCpuPkg/CpuService.c:check cpu sync mode in SmmCpuRendezvous()
      d15d2667d5 RedfishPkg: Use DEBUG_MANAGEABILITY
      d8e5d35ede UefiPayloadPkg: Add CpuPageTableLib required by SecCore & CpuMpPei
      55bee4a9de OvmfPkg: Add CpuPageTableLib required by SecCore & CpuMpPei
      0d382976c2 MdeModulePkg/DxeIpl: Align Page table Level setting with previous level.
      56ad09ba75 UefiCpuPkg/CpuMpPei: Conditionally enable PAE paging in 32bit mode
      b4d3b77973 UefiCpuPkg/SecCore: Migrate page table to permanent memory
      0f9283429d UefiCpuPkg/ResetVector: Support 5 level page table in ResetVector
      d064a6f790 UefiCpuPkg/ResetVector: Modify Page Table in ResetVector
      0fba57da65 UefiCpuPkg/ResetVector: Combine PageTables1G.asm and PageTables2M.asm
      c19e3f578f UefiCpuPkg/ResetVector: Simplify page table creation in ResetVector
      cc62b85a4a UefiCpuPkg/ResetVector: Rename macros about page table.
      48c53994e6 IntelFsp2Pkg/Library/BaseFspCommonLib: Fix OVERRUN Coverity issue
      69e10f0211 IntelFsp2WrapperPkg: Fix ASSERT when FSP-S/M use FFS3.
      9d9761af50 RedfishPkg/RedfishPlatformConfigDxe: fix value type issue.
      1034d223f8 ArmPkg/CpuDxe: Perform preliminary NX remap of free memory
      03663c4319 ArmVirtPkg/ArmVirtQemu: Use read-only memory region type for code flash
      8e934ab956 ArmVirtPkg: Dispatch variable service if variable emulation is enabled
      84d0b21d18 ArmVirtPkg: Fallback to variable emulation if no CFI is found
      0e5aecfed1 ArmVirtPkg: Define variables for emulating runtime variables
      86cc274941 ArmPkg: Configure PcdEmuVariableNvModeEnable as a dynamic PCD
      0b4263a2c2 ArmVirtPkg/PrePi: Allocate separate stack for Dxe phase
      647cd40cf6 ArmPkg/CpuDxe AARCH64: Report Memory Protection Attributes To GCD
      04c5b3023e OvmfPkg/MicrovmX64: enable 1G pages
      b63e17d746 OvmfPkg/OvmfPkgIa32X64: enable 1G pages
      d4d24001f7 OvmfPkg/PlatformInitLib: check PcdUse1GPageTable
      27727338b2 OvmfPkg/PciHotPlugInitDxe: Do not reserve IO ports by default.
      9181782c30 OvmfPkg/Bhyve/PlatformPei: drop S3Verification()
      098c557023 OvmfPkg/PlatformPei: drop S3Verification()
      c0bce66068 OvmfPkg/VirtIoSerialDxe: Update for VS2015x86 compatibility
      e1f5c6249a MdeModulePkg SdMmcPciHcDxe: SD/MMC capability debug print is incorrect
      5258c4186f RedfishPkg/RedfishPlatformConfigDxe: Fix string assert issue
      ba2300f97b PcAtChipsetPkg: RTC Runtime unable to get correct IO port by PCD
      0f8323b44b BaseTools: toolsetup.bat always execute PYTHON_HOME
    - Removed patches which are merged to edk2-stable202308:
    - ovmf-riscv64-missing-memcpy.patch
      CryptoPkg: Enable memcpy sys call in RISCV64 build
    - 43e0ede26b    edk2-stable202308~15
    - Upgrade OpenSSL to 3.0.9
    - Add openssl-3.0.9.tar.gz      openssl-3.0.9.tar.gz.asc  openssl.keyring
    - Update openssl.keyring, openssl.keyring.README
    - Update ovmf.spec:
      Source1:        https://www.openssl.org/source/old/3.0/openssl-%{openssl_version}.tar.gz
      Source111:      https://www.openssl.org/source/old/3.0/openssl-%{openssl_version}.tar.gz.asc
    - Removed EFI shell from ia32 ovmf because the flash space is not enough.
    - Update ovmf.spec: Add IA32 BUILD_SHELL=FALSE to BUILD_OPTIONS_X86
    - After 37423fa344 OvmfPkg/RiscVVirt: Add support for separate code and variable store
      be merged to edk2-stable202308. RISC-V supported (and only supported)
      separate code/vars stores. So changed ovmf.spec.
      Add:
      cp Build/RiscVVirtQemu/DEBUG_GCC*/FV/RISCV_VIRT_CODE.fd ovmf-riscv64-code.bin
      cp Build/RiscVVirtQemu/DEBUG_GCC*/FV/RISCV_VIRT_VARS.fd ovmf-riscv64-vars.bin
      Remove statements relates to:
      qemu-uefi-riscv64.bin
* Thu Jul 20 2023 Joey Lee <jlee@suse.com>
  - Removed the following patches because they are not necessary and
    they blocked for submit to openSUSE:Factory. (bsc#1205978)
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformAddHobCB.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformGetLowMem.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformReservati.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformScanE820-.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-reorder-PlatformQemuU.patch
* Thu Jul 20 2023 Joey Lee <jlee@suse.com>
  - Add openssl.keyring.README to shim.spec as Source113 to avoid
    erroe when submit to openSUSE:Factory
* Wed Jul 19 2023 Andreas Schwab <schwab@suse.de>
  - Enable support for riscv64
* Tue Jul 18 2023 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202305 (bsc#1205588)
    - Features (https://github.com/tianocore/edk2/releases):
      Expose IBT/BTI compatible runtime DXE drivers via memory attributes table
      Update toolchain support
      MdePkg: Support FDT library
      Add google mocks support to UnitTestFrameworkPkg GoogleTestLib
      Platform Redfish Host Interface library for USBNIC
      [OpenSSL] Update OpenSSL version to version 1.1.1t to include CVE fix
      Replace pre-standard FUNCTION with C99 func throughout edk2
      Implement EFI memory attributes protocol for ARM platforms
      Add TraceHubLib Support
    - Patches (git log --oneline --date-order edk2-stable202302..edk2-stable202305):
      ba91d0292e MdeModulePkg/Core/Pei: set AprioriCount=0 before walking through next FV
      5ce29ae84d ArmPkg/ArmMmuLib AARCH64: Add missing ISB after page table update
      c5cf7f69c9 pip-requirements.txt: Update edk2 pip modules
      0abfb0be6c OvmfPkg: RiscVVirt: Add missing SerialPortInitialize to Sec
      45da4e3135 MdePkg: add SBI-based SerialPortLib for RISC-V
      2900e75511 MdePkg: BaseRiscVSbiLib: make more useful to consumers
      cafb4f3f36 UefiPayloadPkg: Fix boot shell issue for universal UEFI payload
      80bc13db83 Maintainers.txt: Update reviewers and maintainers for FdtLib.
      d322557712 BaseTools/tools_def: Disable overzealous unused variable warning on Clang
      e2607d3a78 BaseTools/tools_def: Drop ref to undefined CLANGDWARF_ARM_PREFIX
      0b37723186 ShellPkg/UefiShellDebug1CommandsLib: Replace hardcoded SMBIOS strings.
      2d4c76f783 MdePkg/IndustryStandard: Add SMBIOS anchor string & length defines.
      c08a3a96fd MdePkg/IndustryStandard: Add IPMI Interface Capabilities definitions
      083b029538 MdePkg: Add new PCDs for IPMI SSIF
      dea6c7dc2a MdePkg/IndustryStandard: Add definitions for IPMI SSIF
      0a0e60caf2 Maintainers.txt: Update reviewers and maintainers for TraceHubDebugLib.
      0f0422cedc MdeModulePkg: Add TraceHubDebugSysTLib library
      3d50fdc5c6 MdePkg: Add NULL library of TraceHubDebugSysTLib
      c6bb7d54be MdePkg: Add MipiSysTLib library
      782948c1a7 MdePkg: Add mipisyst submodule
      6dd64168ed BaseTools/Plugin: Too many execute files cause "cmd too long" failure
      c6382ba0f2 SecurityPkg: Add missing break in Tpm2TestParms
      77f75c7fb8 BaseTools: Update Tests/TestTools.py to allow it to work on Windows
      b9bbb4ae93 BaseTools: only print the environment once in toolsetup.bat
      dd246227d6 BaseTools: Update toolsetup.bat to not use BASETOOLS_PYTHON_SOURCE
      f47415e031 BaseTools: Revert Set the CLANGDWARF OBJCOPY path in tools_def.template
      6fb2760dc8 OvmfPkg: drop PlatformBootManagerLibGrub
      81dc0d8b4c OvmfPkg/AmdSev: stop using PlatformBootManagerLibGrub
      63887e272d OvmfPkg/NvVarsFileLib: disable in case PcdBootRestrictToFirmware is set
      41d7832db0 OvmfPkg/PlatformBootManagerLib: add PcdBootRestrictToFirmware
      e6447d2a08 Remove bashisms from edksetup.sh and BaseTools/BuildEnv
      373a95532a BaseTools: Remove the CLANGCC build rule for Hii-Binary-Package.UEFI_HII
      ecbc394365 BaseTools: Set CLANGDWARF RC path to llvm-objcopy in tools_def.template
      11f62f4cc0 BaseTools: Set the CLANGDWARF OBJCOPY path in tools_def.template
      c6f47e678f BaseTools: Remove BUILDRULEFAMILY from CLANGDWARF in tools_def.template
      9165a7e95e CryptoPkg: Delete CLANG35 and CLANG38 build flags; add CLANGDWARF flags
      e97b9b4e5a MdePkg: Add more HobLib/PeiServicesLib gmock support
      25c9d44315 MdeModulePkg: Add more PciHostBridgeLib gmock support
      bee67e0c14 OvmfPkg: Relax assertion that interrupts do not occur at TPL_HIGH_LEVEL
      ae0be176a8 OvmfPkg: Clarify invariants for NestedInterruptTplLib
      5215cd5baf BaseTools: Update toolsetup.bat and Tests/PythonTest.py to check ver
      e6de6052a0 edksetup.bat: if toolsetup.bat fails, just exit
      11ec5161fa BaseTools: use threading.current_thread in NmakeSubdirs.py
      db7e6291c0 BaseTools: Remove Python2/Python3 detection from toolset.bat
      6eeb58ece3 RedfishPkg: Fix compile issue on Linux
      665fca9ee7 RedfishPkg: Add missing newline character
      a1f6485a9b RedfishPkg: Create RestEx child on selected interface
      05762bd2e0 RedfishPkg: Fix condition checking of error status
      c580e27efc RedfishPkg: Correct variable type to prevent memory corruption
      d89492456f Securitypkg/hddpassword: Update HddPasswordDxeInit to use Variable Policy
      8dbf868e02 Add volatile keyword to NvmExpressPei's Passthru CQ
      293b97d0c4 Add the volatile keyword to NvmExpressDxe's Passthru CQ
      4dea9e4a0e BaseTools/Conf: Add quotes to ADDDEBUGFLAG in tools_def.txt
      8e985ac3fd BaseTools/Conf: Align CLANGDWARF and CLANGPDB warning overrides
      66494e5324 MdeModulePkg/CapsuleApp: Add EFIAPI to CompareFileNameInAlphabet()
      eabaeb0613 OvmfPkg: move OvmfTpmDxe.fdf.inc to Include/Fdf
      8bca1bb977 OvmfPkg: move OvmfTpmPei.fdf.inc to Include/Fdf
      b65c0eed6b BaseSynchronizationLib: Fix LoongArch64 synchronization functions
      757f502a3b BaseTools/Conf/tools_def.template: Bump VERSION to 3.00
      050d6e9434 BaseTools: Delete CLANG38 from tools_def.template
      128547b081 BaseTools: Remove CLANG35 toolchain from tools_def.template
      4ef4b81c9b BaseTools: As with CLANGDWARF IA32 and X64, use lld for ARM and AARCH64
      98edce75fa BaseTools: Add ARM and AARCH64 CLANGDWARF support in tools_def.template
      0fc07b1c6a BaseTools/Conf/tools_def.template: Add section for deprecated toolchains
      01225075db Add GCC and GCCNOLTO toolchains to tools_def.txt and update packages
      66803cafcf BaseTools: Update VS toolchain descriptions in tools_def.txt.template
      d7c6030a47 BaseTools: Remove EBC (EFI Byte Code) compiler definitions
      8b441847e3 BaseTools: Remove unused IPHONE_TOOLS and SOURCERY_CYGWIN_TOOLS defs
      ba634ce82b edksetup.bat: Remove VS2008-VS2013 remnants
      c844d86bee MdePkg: Remove VS2008-VS2013 remnants
      c3ac3301e9 BaseTools: Remove VS2008-VS2013 remnants
      0363584ac9 BaseTools: Remove VS2008, 2010, 2012 and 2013 toolchain definitions
      94c802e108 MdePkg/BasePeCoffLib: Deal with broken debug directories
      ff7cb2d7c9 .pytool: Support FDT library.
      5d586606c7 MdePkg: Support FDT library.
      10416bf46e Tianocore: Support FDT library.
      d992a05ade Maintainers.txt: Update for IntelFsp2Pkg and IntelFsp2WrapperPkg.
      4b02045f86 OvmfPkg/PlatformBootManagerLib: setup virtio serial console
      c6c4362051 OvmfPkg/VirtioSerialDxe: wire up in OvmfPkg*
      4d1452c599 OvmfPkg/VirtioSerialDxe: add driver
      1694b00511 OvmfPkg: add IndustryStandard/VirtioSerial.h
      92da8a154f OvmfPkg: replace SECURE_BOOT_FEATURE_ENABLED with PcdSecureBootSupported
      a818a873e5 ArmVirtPkg: allow setting Firmware Version from build command line
      8d59bbf47e OvmfPkg: allow setting Firmware Version from build command line
      5de2a54b2c ArmPkg/PlatformBootManagerLib: Add path to boot UEFI Shell over UiApp
      d6b42ed7ed SecurityPkg: add TIS sanity check (tpm12)
      832fbc6e32 SecurityPkg: add TIS sanity check (tpm2)
      23c71536ef UefiPayloadPkg: Fix issues when MULTIPLE_DEBUG_PORT_SUPPORT is true
      56e9828380 RedfishPkg: Add Redfish Platform Config Protocol to RedfishPkg
      83d77fa311 RedfishPkg: Helper library of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL
      01b31b585e RedfishPkg: Implementation of EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL
      02990e2558 RedfishPkg: introduce HII utility helper library
      78f088b5a7 RedfishPkg: introduce EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL
      ecbcff0f49 MdeModulePkg/RegularExpressionDxe: Fix Arm build error
      d226811a66 SecurityPkg/DxeImageVerificationLib: Add AUTH_SIG_NOT_FOUND Action
      95ef765839 UefiPayloadPkg: Clang dependency removal
      e5e1cd1a83 .azurepipelines: Switch linux image default to Fedora-37
      04f8371cdd .azurepipelines: Choose container that have installed lcov
      9688e231d7 BaseTools/Plugin: Report error if code coverage failure
      edacc551e6 OvmfPkg/CcExitLib: Use documented XSave area base size for SEV-SNP
      ce781cf8bb OvmfPkg/CcExitLib: Fix SEV-SNP XSave area size calculation
      e5c7d0b017 OvmfPkg/AmdSevDxe: Update ConfidentialComputing blob struct definition
      f384303dc5 OvmfPkg/AmdSevDxe: Allocate SEV-SNP CC blob as EfiACPIReclaimMemory
      ede0bd1496 UefiCpuPkg: Update PT code to support enable collect performance
      61e2c83424 UefiCpuPkg: Update code to support enable ProcTrace only on BSP
      5a349b96b1 RedfishPkg: Remove the Discover Token global variables
      18f463edba DynamicTablesPkg/SsdtCpuTopology: Allow multi-packages topologies
      6127bf1f30 BaseTools: Add quotes around OBJCOPY cmd in build_rule.template
      2c2cb23528 ArmPkg: add ArmCpuInfo EFI application
      a7c8969d03 ArmLib: add functions to read system registers
      ed2ff315db MdePkg: Add DEBUG_MANAGEABILITY print error level
      3163f34a42 BaseTools/Plugin: Clarify code coverage failure message
      697e594fad MdePkg/Include: Add DMTF PLDM SMBIOS definitions
      9bf79303ae ArmPkg: older assemblers may lack ID_AA64ISAR2_EL1
      67b5dba791 UefiPayloadPkg: Move Network modules from Dxe FV to Network FV in elf
      45f5341f6d MdePkg/Include: Add DMTF PLDM Base definitions
      8f4ec0cc43 ArmPkg/ArmMmuLib: Fix ArmReplaceLiveTranslationEntry() alignment
      f433fa59d2 ArmPkg/AsmMacroIoLibV8: Introduce ASM_FUNC_ALIGN()
      e3d2c08322 CryptoPkg: Enable DXE_CORE support in DxeCryptLib.inf
      b16284e2a0 IntelFsp2Pkg/Tools: Enhance PathFv.py to patch Fd file directly
      6ded9f50c3 edk2: Add .git-blame-ignore-revs file
      797f526ae2 BaseTools: Update SetupGit.py to add new 'fp' alias for patch formatting
      c9fb11f92f BaseTools: Update PatchCheck.py to check for __FUNCTION__
      55b67b6950 MdeModulePkg/RegularExpressionDxe: Fix GCC build error
      d795fb571b Maintainer.txt: add myself as reviewer for bhyve's OvmfPkg
      42b0443599 ShellPkg: UefiShellDebug1CommandsLib: Uefi Config Tables in Dmem.c
      5430f7f60d MdePkg: Add new JedecJep106Lib to fetch JEDEC JEP106 manufacturer
      f9278458b6 OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAlignment.
      89520115b8 UefiPayloadPkg: Update default memory type information for S4
      dc5f2905eb UefiPayloadPkg: Always build MemoryTypeInformation HOB for DXE GCD
      b991aec050 UefiCpuLib: Remove UefiCpuLib.
      51734dfc48 ShellPkg: Update smbiosview type 0/4/17/41 with SMBIOS 3.5 fields
      61652efd04 FmpDevicePkg: Update code to be more C11 compliant by using __func__
      33f30cfec2 UefiPayloadPkg: Update code to be more C11 compliant by using __func__
      66f6a64dd9 EmulatorPkg: Update code to be more C11 compliant by using __func__
      457b4e42f7 SourceLevelDebugPkg: Update code to be more C11 compliant by using __func__
      84f553cb63 NetworkPkg: Update code to be more C11 compliant by using __func__
      74ce342f18 CryptoPkg: Update code to be more C11 compliant by using __func__
      f1d31a6ec7 StandaloneMmPkg: Update code to be more C11 compliant by using __func__
      9e7b042ecb PrmPkg: Update code to be more C11 compliant by using __func__
      1295e37d4b UnitTestFrameworkPkg: Update to be more C11 compliant by using __func__
      f20e35982b ArmPlatformPkg: Update code to be more C11 compliant by using __func__
      997419d16f RedfishPkg: Update code to be more C11 compliant by using __func__
      ccbbb4b1c5 EmbeddedPkg: Update code to be more C11 compliant by using __func__
      dd0b33e3e5 SecurityPkg: Update code to be more C11 compliant by using __func__
      7b82da70ed MdeModulePkg: Update code to be more C11 compliant by using __func__
      8ba392687b OvmfPkg: Update code to be more C11 compliant by using __func__
      089013a697 UefiCpuPkg: Update code to be more C11 compliant by using __func__
      1639b6bf07 ArmVirtPkg: Update code to be more C11 compliant by using __func__
      f2cc962cd2 ArmPkg: Update code to be more C11 compliant by using __func__
      cf4af503fb PrmPkg/Library: HOST_APPLICATION IA32/X64 only
      b27b897369 MdeModulePkg: HOST_APPLICATION IA32/X64 only
      eb20c21fcc MdePkg/Library/BaseLib: HOST_APPLICATION IA32/X64 only
      358e23c1be SecurityPkg/Library/SecureBootVariableLib: HOST_APPLICATION IA32/X64 only
      0657e74116 SecurityPkg/Library/SecureBootVariableLib: Fix VS20xx 4122 errors
      c28c16e7c4 SecurityPkg: Add gmock example
      1a24843ecb MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib example
      09458c2b0b MdePkg: Add gmock examples
      e4af282e9f UnitTestFrameworkPkg/ReadMe.md: Add gmock documentation
      d0252b8fc1 UnitTestFrameworkPkg:  Add gmock support to GoogleTestLib
      caa389625f .pytool/CISettings.py: Add subhook submodule
      0c6d851d25 UnitTestFrameworkPkg: Add subhook submodule required for gmock
      6405cd0304 MdeModulePkg: Enable forward edge CFI in mem attributes table
      d6457b3090 MdePkg/PeCoffLib: Capture DLL characteristics fields in image context
      b62d7ac97b BaseTools/GenFw: Add DllCharacteristicsEx field to debug data
      6c299acf48 BaseTools/GenFw: Parse IBT/BTI support status from ELF note
      cdf6ff1719 UefiPayloadPkg:Add new build commands for UniversalPayload
      3e3be2cbc2 UefiCpuPkg/CpuExceptionHandlerLib: Drop special XCODE5 version
      68c89b987f OvmfPkg: Drop special Xcode5 version of exception handler library
      e5fcaeb133 UefiCpuPkg/CpuExceptionHandlerLib: Make runtime fixups XCODE-only
      4764aa50ef UefiCpuPkg/PeiCpuExceptionHandlerLib: Use SEC/PEI specific asm component
      95f0330953 UefiCpuPkg/CpuExceptionHandlerLib: Use single SEC/PEI version
      a257988f59 BaseTools/tools_def CLANGDWARF: Permit text relocations
      8d185dfb66 BaseTools: Update antlr makefile to use cc by default
      2bb6938949 BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32
      a56ee36c49 BaseTools: Build against C++14 when building with clang
      728ff1da33 BaseTools: Allow users to build with clang using CC=clang CXX=clang++
      206168e83f BaseTools: Allow users to specify compiler to use with make CC= CXX=
      cdd79996c2 pip-requirements.txt: bump edk2-basetools to 0.1.43
      7df447930c IntelFsp2Pkg: LoadMicrocodeDefault() causing unnecessary delay.
      af98f1fb03 IntelFsp2Pkg: TempRamInit API should preserve EBX/RBX register.
      fb89f62d27 .azurepilelines/templates: Split CryptoPkg builds
      56e70968e9 .github.workflows: Split MdeModulePkg and CryptoPkg analysis
      26997800c9 .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries
      0734975824 .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries
      e03657dca8 UefiCpuPkg: Fix conditionally uninitialized variables
      11dd44dfbe ShellPkg: Fix conditionally uninitialized variables
      7dc182ed1e PcAtChipsetPkg: Fix conditionally uninitialized variables
      3fab32d41d NetworkPkg: Fix conditionally uninitialized variables
      321240b135 MdePkg: Fix conditionally uninitialized variables
      07251f3c6a MdeModulePkg: Fix conditionally uninitialized variables
      84d77d9bf5 CryptoPkg: Fix conditionally uninitialized variable
      dbe820d5fa BaseTools/VfrCompile: Fix potential buffer overwrites
      4693b325e8 BaseTools/PatchCheck.py: Add PCCTS to tab exemption list
      33f517445b MdeModulePkg/SmbiosDxe: Fix pointer and buffer overflow CodeQL alerts
      fc00ff286a .github/dependabot.yml: Disable automatic rebasing
      b4af23aaab .github/workflows/codeql-analysis.yml: Add PIP caching
      4ca4d2b9df UefiCpuPkg/MtrrLib: use new IS_POW2() macro.
      12d3d60f51 OvmfPkg: Consume new alignment-related macros
      495809a614 MdeModulePkg: Consume new alignment-related macros
      836042ffd8 MdePkg/Base.h: Introduce various alignment-related macros
      24e6daa2bc OvmfPkg: Rename IS_ALIGNED macros to avoid name collisions
      583f1aba8b MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions
      67a6f414aa UefiCpuPkg/MpInitLib: Ensure SEV-SNP VMSA allocations are not 2MB aligned
      3323359a81 UefiCpuPkg/MpInitLib: Reuse VMSA allocation to avoid unreserved allocation
      54051768cd UefiCpuPkg/PiSmmCpuDxeSmm: fix format string
      71210053fa UefiCpuPkg/MtrrTest: Add test cases for TME-MK enable case
      bb40c3836f UefiCpuPkg/CpuDxe: Substract TME-MK KEY_ID_BITS from CPU max PA
      f2f526e074 UefiCpuPkg/CpuDxe: Refactor to use CPUID definitions
      263782f667 UefiCpuPkg/MtrrLib: Substract TME-MK KEY_ID_BITS from CPU max PA
      bb5c115fa6 UefiCpuPkg/MtrrTest: Only claim CPUID max leaf as 1
      24f57f9648 MdePkg: Add TME-MK related CPUID and MSR definitions
      2f499c36db UefiCpuPkg/Test: Disable random test cases
      4dca07ff0f Maintainers.txt: BaseTools Bob Feng -> reviewer, Rebecca Cran -> maintainer
      eb6a748272 MdeModulePkg/Ahci: Skip retry for non-transient errors
      66f4b1b0d2 OvmfPkg/CI: Revert SMP mode
      b08a19eae2 .azurepipelines/templates: Increase run to shell timeout
      e9e6167123 PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe:  PcdRtcDefaultYear bounds
      6f0c65cdb0 RedfishPkg/RedfishPlatformCredentialIpmiLib: IPMI implementation
      53eb26b238 MdePkg: Update MemoryAttributesTable to v2.10
      3b4d1b38ea ArmVirtPkg/ArmPlatformLibQemu: Make IdMap.S BTI compatible
      e701a4d51e ArmPlatformPkg/PrePeiCore: Make vector table object BTI compatible
      f484427d10 ArmPkg, BaseTools AARCH64: Add BTI ELF note to .hii objects
      77ea6b547e ArmPkg/GccLto AARCH64: Add BTI note to LTO helper library
      48d642a310 ArmPkg: Emit BTI opcodes when BTI codegen is enabled
      f8b1854b92 MdePkg/BaseRngLib AARCH64: Make asm files BTI compatible
      35318c2eb9 MdePkg/BaseSynchronizationLib AARCH64: Make asm files BTI compatible
      0ee255f50a MdePkg/BaseMemoryLibOptDxe AARCH64: Make asm files BTI compatible
      c4c7fb2174 MdePkg/BaseLib AARCH64: Make asm files BTI compatible
      e504b3917e MdePkg/BaseLib AARCH64: Make LongJump() BTI compatible
      ea1312a5b4 MdePkg/BaseIoLibIntrinsic AARCH64: Make asm files BTI compatible
      c5cd360277 MdePkg/BaseCpuLib AARCH64: Make asm files BTI compatible
      6521e4d202 MdePkg/ProcessorBind AARCH64: Add asm macro to emit GNU BTI note
      e3e88d90e8 UefiPayloadPkg: Support more input parameter
      f92a9dce10 OvmfPkg/CI: Boot OVMF in SMP mode.
      6f415f8af4 ArmVirtPkg: Fix depex in kvmtool guest Rtc library
      47b1d61169 ArmVirtPkg: Fix parsing of serial port node
      cc6a0cff99 DynamicTablesPkg: Fix parsing of serial port node
      31f0af7964 DynamicTablesPkg: Reduce log output from TableHelperLib
      b697a31a8d OvmfPkg: Use Xcode5 version of CpuExceptionHandlerLib for CLANGDWARF
      8f8e4fa3f3 OvmfPkg: Replace static struct initialization with ZeroMem call
      e3aba976f6 RedfishPkg: fix config handler driver issues
      0cd7542a69 RedfishPkg: Redfish discover driver improvement
      c2abf77116 RedfishPkg/JsonLib: address coverity issue
      5eb3d1bcc1 ArmVirtPkg: can't find gUefiOvmfPkgTokenSpaceGuid
      07e17188df ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version
      e4b3fd905a OvmfPkg/PlatformInitLib: simplify mtrr setup
      82c1aa87f9 OvmfPkg/PlatformInitLib: move mmconfig to 0xe0000000
      5eab38ad03 OvmfPkg/PlatformInitLib: update address space layout comment
      71fd87e98a OvmfPkg/RiscVVirt: Support multiple reserved memory ranges
      144028626e SecurityPkg/FvReportPei: Use FirmwareVolumeShadowPpi
      c8e631588b MdeModulePkg/Include/Ppi: Add FirmwareVolumeShadowPpi
      2bc8545883 UefiCpuPkg/CpuPageTableLib: Reduce the number of random tests
      aea5930c40 UefiCpuPkg/CpuPageTableLib: Add RandomTest for PAE paging
      aad9a30144 UefiCpuPkg/CpuPageTableLib: Enable PAE paging
      878cbd871d UefiCpuPkg: Combine branch for non-present and leaf ParentEntry
      f7686f2727 UefiCpuPkg/CpuPageTableLib: Add check for page table creation
      aa3153b872 UefiCpuPkg: Modify UnitTest code since tested API is changed
      2e01a5c128 UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf
      8727cc9a8e UefiCpuPkg/CpuPageTableLib: Modify RandomTest to check IsModified
      c8c6cf149d UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter.
      3b2661d247 UefiCpuPkg/CpuPageTableLib: Enable non-1:1 mapping in random test
      cecf279c32 UefiCpuPkg/CpuPageTableLib:Modify RandomTest to check Mask/Attr
      ecfe6382c1 UefiCpuPkg/CpuPageTableLib: Add LastMapEntry pointer
      661a669c81 UefiCpuPkg/CpuPageTableLib:Modify RandomBoolean() in RandomTest
      14ef21e559 UefiCpuPkg/CpuPageTableLib: Add manual test to check Mask and Attr
      a926c6c49e UefiCpuPkg/CpuPageTableLib:Add check for Mask and Attr
      96e8676577 UefiCpuPkg/MpInitLib: Add code to initialize MapMask
      c90cb726f8 UefiCpuPkg/CpuPageTableLib: Fix issue when splitting leaf entry
      b6b54367c3 UefiCpuPkg/CpuPageTableLib:Clear PageSize bit(Bit7) for non-leaf
      4904a2b1ec UefiCpuPkg/CpuPageTableLib: Fix the non-1:1 mapping issue
      563a2d2695 UefiCpuPkg/CpuPageTableLib:Initialize some LocalVariable at beginning
      c18fbd2c31 UefiCpuPkg/CpuPageTableLib: Add check for input Length
      da3dad181e UefiCpuPkg/CpuPageTableLib: Remove unneeded 'if' condition
      d55d73152e PcAtChipsetPkg: Add PCD for RTC default year
      b1db096575 UefiCpuPkg: Solve that stack top address is not mapped in pagetable
      1bfc89414d UefiPayloadPkg: Add gUefiAcpiBoardInfoGuid support
      69e59545b1 MdePkg/Include: Add IPMI KCS definitions
      2c93253c95 MdePkg/Include: Add DMTF MCTP definitions
      07fa6d1841 MdePkg/Include/Ppi: Remove Itanium leftover data structure
      f6bd3286ed IntelFsp2Pkg: Fix NASM X64 build warnings.
      1f26a9e62e BaseTools: Replace duplicate __PcdSet prototype with __PcdGet
      b4e2cf092a BaseTools: Source/C/Common: Fix doc block locations and convert to Doxygen
      cf6a0a52b0 OvmfPkg/PlatformBootManagerLib: use utf8 for the serial console.
      4f441d024b UefiCpuPkg/PiSmmCpuDxeSmm: fix error handling
      2e71876081 UefiCpuPkg/PiSmmCpuDxeSmm: drop support for obsolete processors
      494127613b SecurityPkg/DxeImageVerificationLib: Check result of GetEfiGlobalVariable2
      b7a8264ae4 RedfishPkg: Update Readme.md
      f077bff840 RedfishPkg: Update Redfish DSC
      f8fb208a3e RedfishPkg/Library: Redfish BMC USBNIC Host Interface
      b17a3a133b MdePkg: Update code to be more C11 compliant by using __func__
      d6107c593b MdePkg: Update Base.h to be compliant with C11
      410ca0ff94 CryptoPkg/Library: add -Wno-unused-but-set-variable for openssl
      0e57170097 MdeModulePkg/BmBoot: Skip removable media if it is not present
      16e0969ef7 ArmVirtPkg/ArmVirtQemu: Use PEI flavor of ArmMmuLib for all PEIMs
      b05523a4e9 ArmPkg/ArmMmuLib: Introduce region types for RO/XP WB cached memory
      852227a9d5 ArmPkg/Mmu: Remove handling of NONSECURE memory regions
      1c4dfadb46 ArmPkg/CpuDxe: Implement EFI memory attributes protocol
      b977956a6c MdePkg: Add Memory Attribute Protocol definition
      f4a6f63999 ArmPkg/CpuDxe: Expose unified region-to-EFI attribute conversion
      ae2c904c3d ArmPkg/ArmMmuLib: Avoid splitting block entries if possible
      f07a9df9af ArmVirtPkg: Enable stack guard
      6b821be140 ArmPkg/ArmMmuLib: Implement EFI_MEMORY_RP using access flag
      041c7a31c2 ArmPkg/ArmMmuLib ARM: Clear individual permission bits
      28dce5b130 ArmPkg/ArmMmuLib ARM: Isolate the access flag from AP mask
      699372d388 ArmPkg/CpuDxe ARM: Fix page-to-section attribute conversion
      3b76284883 ArmPkg/ArmMmuLib ARM: Split off XN page descriptor bit from type field
      82ccaaf8e7 ArmPkg/ArmMmuLib ARM: Remove half baked large page support
      997c6967b0 MdePkg/BaseCacheMaintenanceLib: RISC-V: Fix InvalidateInstructionCacheRange
      7cfe9048e3 OvmfPkg/PlatformCI: Add CI coverage for RiscVVirtQemu
      961792c9d6 UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS value
      a1386bb252 UefiCpuPkg/PiSmmCpuDxeSmm: Fix S3 failure in SmmRestoreCpu
      e4c1d8d231 ShellPkg/Library: Fix 32-bit truncation of pointer values
      d2bfe28966 BaseTools: Extend fields for module_report.json
      4ad7ea9c84 BaseTools: Generate compile information in build report
      9b94ebb0c8 DynamicTablesPkg: Add SMBIOS String table helper library
      a4c9c2b0f0 UefiPayloadPkg: Remove UefiCpuLib from module INFs.
      c20408163f UefiCpuPkg: Remove UefiCpuLib from module INFs.
      16bd7aa076 SourceLevelDebugPkg: Remove UefiCpuLib from module INFs.
      866d3b9fd5 PcAtChipsetPkg: Remove UefiCpuLib from module INFs.
      cd81e8e030 OvmfPkg: Remove UefiCpuLib from module INFs.
      fa78edc57e IntelFsp2Pkg: Remove UefiCpuLib from module INFs.
      b294633c68 MdePkg: Move API and implementation from UefiCpuLib to CpuLib
      bf0c14a562 OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
      fd1820b7ea UefiCpuPkg/MicrocodeMeasurementDxe: Fix exception
      4ca4041b0d CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1t
      8820767fb3 IntelFsp2Pkg: Fix GCC Compiler warning.
      a0f9628705 OvmfPkg/SmbiosPlatformDxe: tweak fallback release date
      2fccd1f153 ArmPkg/SemihostFs: replace SetMem with ZeroMem
      69da506c92 UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean up
      5ad2592ab3 UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accounting
      db0a3087a5 MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfo
      6ceaef4804 MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name.
      5bd2e5dfe6 MdePkg: BaseLib: don't log in RISCV InternalSwitchStack
      dc5880d02f MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupported
      7fa4692636 OvmfPkg: RiscVVirt: add SATA support
      75fb0cfc82 SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOL
      bfb574db11 SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCount
      aa1cd447b3 UefiCpuPkg: Calculate DisplayFamily correctly
      f335d91a3b CryptoPkg/BaseCryptLib: avoid using SHA512()
      5a6455e04c CryptoPkg/BaseCryptLib: avoid using SHA384()
      7fc183df71 CryptoPkg/BaseCryptLib: avoid using SHA256()
      437ed29f27 CryptoPkg/BaseCryptLib: avoid using SHA1()
      c7c2599759 UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
      0d1ad06c27 UefiCpuPkg: Rename AsmRelocateApLoopStart.
      facf52aeb8 UefiCpuPkg: Put APs in 64 bit mode before handoff to OS.
      6bc74286e7 UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib.
      c6e655743f OvmfPkg: Add CpuPageTableLib required by MpInitLib.
      e9782e6907 UefiCpuPkg: Allocate contiguous memory for stacks and APs loop.
      a6f799e7fd UefiCpuPkg: Split the path in RelocateApLoop into two.
      0c3f8766b0 UefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time.
      46f51898ff MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxe
      a1d595fc9c OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or not
      f6b86eec5a UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration
      ec07fd0e35 UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info
      7b8c5a8eb4 UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data
      85c6c14c4c UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId check
      cb4820b6c1 UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call
      5a0932b7d4 RedfishPkg/RedfishDebugLib: provide Redfish debug
      fc14c809cb ShellPkg: Improve "ping" output by adding equals sign after time
    - Respin the following patches:
    ovmf-pie.patch
    ovmf-disable-brotli.patch
    ovmf-Revert-ArmVirtPkg-make-EFI_LOADER_DATA-non-executabl.patch
      ovmf-Revert-OvmfPkg-PlatformPei-Update-ReserveEmuVariable.patch
    - Add public-mipi-sys-t-1.1-edk2.tar.gz
    - public-mipi-sys-t: https://github.com/MIPI-Alliance/public-mipi-sys-ti
    - https://github.com/MIPI-Alliance/public-mipi-sys-t/releases/tag/v1.1%2Bedk2
    - Unpackage to MdePkg/Library/MipiSysTLib/mipisyst in source code
    - Upgrade OpenSSL to 1.1.1t
    - Add openssl-1.1.1t.tar.gz, openssl-1.1.1t.tar.gz.asc
    - Update openssl.keyring
    - Add openssl.keyring.README
    - Update ovmf.spec:
      Source1:        https://www.openssl.org/source/old/1.1.1/openssl-%{openssl_version}.tar.gz
      Source111:      https://www.openssl.org/source/old/1.1.1/openssl-%{openssl_version}.tar.gz.asc
    - Removed the following workaround patches (bsc#1205978)
    - Removed
      ovmf-Revert-OvmfPkg-PlatformInitLib-reorder-PlatformQemuU.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformReservati.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformAddHobCB.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformGetLowMem.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformScanE820-.patch
    - Respin
      ovmf-Revert-OvmfPkg-PlatformInitLib-dynamic-mmio-window-s.patch
      to simplify workaround code.
    - Because edk2 upstream expert confirmed that the bsc#1205978 is
      a SUSE specific issue. So we removed some workaround revert patches.
      And we only keep one respined simple workaround patch until qemu
      issue be fixed.
* Fri Jun 30 2023 Callum Farmer <gmbr3@opensuse.org>
  - Initial riscv64 support
    * Update descriptors.tar.xz
    * Enable on TW/16 (riscv64 toolchain not available on 15)
  - Add ovmf-riscv64-missing-memcpy.patch: fixes undefined memcpy
* Mon Mar 20 2023 Joey Lee <jlee@suse.com>
  - Add ovmf-Revert-OvmfPkg-PlatformPei-Update-ReserveEmuVariable.patch
    to revert 58eb8517ad7b56574f8f04b770a59a9cbed796c4 patch to prevent
    booting hangs when SEV + secure boot. (bsc#1209266)
* Thu Mar 16 2023 Joey Lee <jlee@suse.com>
  - Removed patches which are merged to edk2-stable202302 (bsc#1209266):
    - ovmf-tools_def-add-fno-omit-frame-pointer-to-GCC48_-IA32-.patch
      tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
      (bsc#1199597)
    - 129404f6e4        edk2-stable202302~200
    - ovmf-OvmfPkg-PlatformInitLib-Fix-integrity-checking-faile.patch
      OvmfPkg/PlatformInitLib: Fix integrity checking failed of NvVarStore
      (bsc#1206078)
    - ceb52713b0        edk2-stable202302~226
* Wed Mar 15 2023 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202302 (bsc#1209266)
    - Features (https://github.com/tianocore/edk2/releases):
      Add support for RISC-V qemu virt machine
      Add RPMB related commands and DCB definition for NVMe
      SecurityBoot - remove self-signed PK requirement in SetupMode
      SecurityBoot - support Authenticated SetVariable with ContentInfo
      TDVF Optimization - Enable Separate-Fv in OvmfPkg/IntelTdx
      TDVF Optimization - Pre-alloc shared memory for TDVF DMA
      TDVF Optimization - Enable Multi-core based lazy-accept
      TDVF - Fix Instruction Pointer Incrementation by TD #VE MMIO Handler
      TDVF - Incorrect implementation in the TDX RTMR implementation
      TDVF - Incorrect protocol and structure version in the TDX CC measurement
      TDVF - TdTcg2Dxe lives in the Ovmfpkg instead of the SecurityPkg
      TDVF - need measurement VMM input ACPI table before register
      TDVF - need integrate feature in config-B to config-A
    - Patches (git log --oneline --date-order edk2-stable202211..edk2-stable202302):
      f80f052277 OvmfPkg/RiscVVirt: Add Stack HOB
      1eeca0750a UefiPayloadPkg: remove the change that get platform specific logic
      bc82574de4 OvmfPkg/RiscVVirt: Fix SCT memory allocation test case failure
      2c5961cccf BaseTools/tools_def.template: Update -march parameter for RISC-V
      02fcfdce1e BaseTools: Update WindowsVsToolChain plugin
      5c551d6d91 Maintainers.txt: Add entry for OvmfPkg/RiscVVirt
      92b27c2e6a OvmfPkg/RiscVVirt: Add build files for Qemu Virt platform
      e1aaef001f OvmfPkg/RiscVVirt: Add SEC module
      a43a62f9b0 OvmfPkg/RiscVVirt: Add PciCpuIo2Dxe module
      6d5ae344cd OvmfPkg/RiscVVirt: Add VirtNorFlashPlatformLib library
      c126e3588d OvmfPkg/RiscVVirt: Add ResetSystemLib library
      6720b8e46f OvmfPkg/RiscVVirt: Add PrePiHobListPointerLib library
      d78df93863 OvmfPkg/RiscVVirt: Add PlatformBootManagerLib library
      f13264b340 ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxe
      09cd17b0de ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkg
      a7dec790dc UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V file
      c27cdc941d UefiCpuPkg: Add CpuDxeRiscV64 module
      98fa877efd UefiCpuPkg: Add CpuTimerDxeRiscV64 module
      705c3469b5 UefiCpuPkg: Add BaseRiscV64CpuTimerLib library
      cbac2c74e8 UefiCpuPkg: Add BaseRiscV64CpuExceptionHandlerLib
      d6017bca19 UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitions
      76e956547e MdePkg: Add BaseRiscVSbiLib Library for RISC-V
      550f196e82 MdePkg/BaseLib: RISC-V: Add few more helper functions
      8aeb405466 MdePkg/Register: Add register definition header files for RISC-V
      38da9606f7 MdePkg: Added Call for AfterReadyToBoot Event
      419c0aafa6 MdePkg: Add After Ready To Boot Event Definition from UEFI 2.9
      77d6772708 MdeModulePkg/Library: PcdAcpiS3Enable set FALSE cause Assert
      68c1bedbf2 MdeModulePkg/Variable: Attribute combination should return EFI_UNSUPPORTED
      090642db7a MdeModulePkg/EsrtFmpDxe: Support multiple devices with 0 HardwareInstance
      f9c6b5134e MdeModulePkg/Pci: Display more information of PCIe devices
      1b5420e807 OvmfPkg/AmdSevDxe: Close mAcceptAllMemoryEvent
      f67ec87704 OvmfPkg: Fix SevMemoryAcceptance memory attributes
      540522fec0 .devcontainer/devcontainer.json: Add devcontainer file
      b3f321f2d7 .mergify/config.yml: Remove rebase_fallback attribute (deprecated)
      93a21b465b MdePkg: Add NVMe boot partition header definition
      069703228c MdePkg: Add RPMB related commands and DCB definition for NVMe
      39254d922e RedfishPkg/RedfishRestExDxe: Two PCDs for controlling the requests
      289d93b79c StandaloneMmPkg/StandaloneMmMemLib: Change max address computation
      173a7a7daa OvmfPkg: Update build.sh to allow building OVMF then running QEMU
      f6ce1a5cd8 EmulatorPkg/PeiTimerLib: Bug fix in NanoSecondDelay
      b59e6fdae2 .pytool/Plugin/EccCheck: Add PACKAGES_PATH support
      5db84c85c3 MdePkg:IORT header update for IORT Rev E.e spec
      96192ba5bd MdeModulePkg: EfiUnacceptedMemoryType is not allowed in AllocatePool
      8a763b533b MdeModulePkg: Disambiguate the meaning of PcdDxeIplSwitchToLongMode
      aef0061ac2 BaseTools: remove useless dependency on libuuid
      aea8a9c954 RedfishPkg: fix multiple SMBIOS type 42 version issue
      b98e2113b5 ArmPkg/ArmScmiDxe: Fix the calculation of RequiredArraySize
      9d669016d9 OvmfPkg/IntelTdx: Update README
      ff8485179c SecurityPkg/TdTcg2Dxe: td-guest shall halt when CcMeasurement install fail
      cc18c503e0 SecurityPkg: don't require PK to be self-signed by default
      f6e4824533 OvmfPkg: require self-signed PK when secure boot is enabled
      566cdfc675 SecurityPkg: limit verification of enrolled PK in setup mode
      7c138e4008 EmbeddedPkg/PrePiLib: Drop unused PCD PcdPrePiCpuIoSize
      4d37059d8e OvmfPkg: Support Tdx measurement in OvmfPkgX64
      1f9bd937b3 OvmfPkg/PlatformPei: Build GuidHob for Tdx measurement
      6ea50514c1 OvmfPkg/OvmfPkgX64: Measure TdHob and Configuration FV in SecMain
      d92db8a086 OvmfPkg/IntelTdx: Add PeiTdxHelperLib
      019621d078 OvmfPkg/IntelTdx: Measure TdHob and Configuration FV in SecMain
      c0984d1ff2 OvmfPkg: Refactor ProcessHobList
      852ae4cd80 OvmfPkg: Refactor MeaureFvImage
      f41acc651f OvmfPkg: Refactor MeasureHobList
      d59279f8ce OvmfPkg/PeilessStartupLib: Update the define of FV_HANDOFF_TABLE_POINTERS2
      d09c1d4b88 OvmfPkg/IntelTdx: Add SecTdxHelperLib
      d3109e5f18 OvmfPkg/IntelTdx: Add TdxHelperLibNull
      6ba931bebf OvmfPkg: Add Tdx measurement data structure in WorkArea
      935343cf16 OvmfPkg/AcpiPlatformDxe: Measure ACPI table from QEMU in TDVF
      7623b4bf6a MdeModulePkg: ScsiDiskDxe: clean up comment in ScsiDisk.c
      13b97736c8 UefiCpuPkg: Fix SMM code hangs when InitPaging
      11f0014c0e MdePkg: Label CreateEvent NotifyFunction and NotifyContext optional
      ae6e470252 MdeModulePkg/Bus/Ata/AhciPei: Fix DEADCODE Coverity issue
      558b37b49b ShellPkg/AcpiView: ERST Parser
      d375273c89 MdeModulePkg: ScsiBusDxe: Refactor DiscoverScsiDevice()
      bda715bf6d MdePkg: Fix UINT64 and INT64 word length for LoongArch64
      2f2fd79fc4 UefiPayloadPkg: Set RTC dynamic PCD to PeiPCDdatabase
      3509103132 MdePkg: Added serveral tables to MATD used by LoongArch64
      c5ef1f01a1 MdePkg: Add ACPI 6.5 header
      620cddb1e0 MdePkg: Add Acpi65.h to IgnoreFiles area
      c59230bce1 ArmVirtPkg: Remove RealView Debugger lines from ArmVirtPkg.dsc.inc
      8c170ad491 ArmPkg: Remove RealView Debugger support
      15f98047d2 BaseTools: Remove CYGWIN_NT-5.1-i686 ref from Scripts/PatchCheck.py
      cdcee3d17b BaseTools: Delete Bin/{CYGWIN_NT-5.1-i686,Darwin-i386} directories
      4b384c21ad MdeModulePkg: Correct memory type in PrePiDxeCis.h
      bb13762548 tools_def: Remove duplicated -Os
      e7aac7fc13 ArmPkg: implement EFI_MP_SERVICES_PROTOCOL based on PSCI calls
      d1855afc6e ArmPkg: Add GET_MPIDR_AFFINITY_BITS and MPIDR_MT_BIT to ArmLib.h
      0d129ef7c3 OvmfPkg/PlatformPei: SEV-SNP make >=4GB unaccepted
      466d8f65e3 OvmfPkg: Implement AcceptAllUnacceptedMemory in AmdSevDxe
      26847fb6be OvmfPkg: Introduce the OvmfSevMemoryAcceptance protocol
      a00e2e5513 OvmfPkg: Add memory acceptance event in AmdSevDxe
      ca573b8615 ArmVirtPkg/PlatformCI: Perform build test of ArmVirtKvmTool
      0eda253317 ArmVirtPkg/PlatformCI: Add CI coverage for ArmVirtQemuKernel
      ed1806b2c0 ArmVirtPkg/PlatformCI: Enable optional features on Qemu AARCH64 builds
      01a06884a1 ArmVirtPkg/PlatformCI: factor out reusable PlatformBuildLib.py
      619f077252 ArmVirtPkg/ArmVirtQemu: enlarge initial flash mapping
      6c8a08bd8a ArmVirtPkg/PrePi: Ensure timely execution of library constructors
      d0ff1cae3a CryptoPkg/Library: Reinstate ARM/AARCH64 sections in SmmCryptLib.inf
      f25ee54763 OvmfPkg: fix BuildResourceDescriptorHob call in PlatformAddHobCB()
      37d3eb026a SecurityPkg/AuthVariableLib: Check SHA-256 OID with ContentInfo present
      7afef31b2b MdeModulePkg: remove garbage pixels in LaffStd glyphs
      e96a5734f6 ShellPkg: Export default shell delay as PCD
      bf5678b580 OvmfPkg/PlatformInitLib: catch QEMU's CPU hotplug reg block regression
      c3e128a4cd OvmfPkg/PlatformInitLib: factor out PlatformCpuCountBugCheck()
      3beb8c9654 OvmfPkg/PlatformCI VS2019: Enable temporary workaround for cpuhp bugfix
      51411435d5 EmbeddedPkg: Add back FfsFindSectionData
      0826808d4f EmbeddedPkg: Rename FfsFindSectionData as FfsFindSectionDataWithHook
      18df11da8c MdeModulePkg: Add IpmiCommandLib
      ae55e9fca6 MdeModulePkg/IpmiCommandLib: Add NULL instance library
      bde407db51 MdeModulePkg/Include: Add IpmiCommandLib header file
      426efcc374 RedfishPkg/Include: Redfish USB Interface V2 update
      663e70851c RedfishPkg/Include: Add Redfish IPMI definitions
      cabcc6851b MdePkg/IndustryStandard: Update IPMI definitions
      998ebe5ca0 OvmfPkg/CcExitLib: Initialize Status in IoExit
      5c7a611353 OvmfPkg/BaseMemEncryptTdxLib: Refactor error handle of SetOrClearSharedBit
      e0dcfb31fb SecurityPkg/TdTcg2Dxe: Extend EFI boot variable to PCR[1]
      e05132aaa0 OvmfPkg/CcExitLib: Refactor TDX MmioExit
      c01622057c OvmfPkg/CcExitLib: Move common X86 instruction code to separate file
      70d1481b55 OvmfPkg/PeilessStartupLib: Find NCCFV in non-td guest
      c3f4f5a949 OvmfPkg/IntelTdx: Enable separate-fv in IntelTdx/IntelTdxX64.fdf
      066d3c8004 OvmfPkg: Add PCDs/GUID for NCCFV
      c673216f53 EmbeddedPkg/PrePiLib: Add FFS_CHECK_SECTION_HOOK when finding section
      6c1988af76 ShellPkg: Display SMBIOS Type38 fields in smbiosview in formatted view
      ea382b3b21 CI: use ubuntu-22.04 image (Linux only)
      7edf120150 OvmfPkg: CI: use ubuntu-22.04 vm_image (Linux only)
      5f8b749c73 EmulatorPkg: CI: use ubuntu-22.04 vm_image (Linux only)
      7e88204fe1 ArmVirtPkg: CI: use ubuntu-22.04 vm_image (Linux only)
      84cb35232d BaseTools: remove ext_dep files for gcc
      5d25638e1b .pytool: CISettings.py: don't add scopes for GCC
      7fab007f33 OvmfPkg: CI: Use Fedora 35 container (Linux only)
      32c76a8cd4 EmulatorPkg: CI: Use Fedora 35 container (Linux only)
      7cddfae1e8 ArmVirtPkg: CI: Use Fedora 35 container (Linux only)
      ef09160098 CI: Use Fedora 35 container (Linux only)
      36d7626a37 CI: Allow running in a container.
      becff4f473 CI: add ~/.local/bin to PATH (Linux only)
      65cc189414 OvmfPkg: CI: use Python version from defaults template
      7d62df623f EmulatorPkg: CI: use Python version from defaults template
      89ed7e4795 ArmVirtPkg: CI: use Python version from defaults template
      3579551734 CI: make Python version configurable
      015a001b03 OvmfPkg/PlatformInitLib: reorder PlatformQemuUc32BaseInitialization
      c0a0b9bc35 OvmfPkg/PlatformInitLib: Add PlatformReservationConflictCB
      328076cfdf OvmfPkg/PlatformInitLib: Add PlatformAddHobCB
      124b765051 OvmfPkg/PlatformInitLib: Add PlatformGetLowMemoryCB
      e037530468 OvmfPkg/PlatformInitLib: Add PlatformScanE820 and GetFirstNonAddressCB
      a107ad0f62 BaseTools/tools_def CLANG38: Suppress unaligned access warning
      021930d7c2 BaseTools/tools_def ARM: Make choice for soft float ABI explicit
      e974064303 BaseTools/tools_def ARM AARCH64: Get rid of ARCHCC and ARCHASM flags
      096cd41ce7 BaseTools/tools_def RISCV: Make OpenSBI references RISCV-only
      d05739a3ff Fix cyclic dependency error on OptionROM build
      987cc09c7c ArmVirt: don't use unaligned CopyMem () on NOR flash
      47ab397011 MdeModulePkg/XhciPei: Unlinked XhciPei memory block
      be8d6ef385 MdeModulePkg/Usb: Read a large number of blocks
      8147fe090f MdeModulePkg/Xhci: Initial XHCI DCI slot's Context value
      7cd55f3009 OvmfPkg/AcpiPlatformDxe: Return error if installing NotifyProtocol failed
      66f18fde49 OvmfPkg/AcpiPlatformDxe: Refactor QemuAcpiTableNotifyProtocol
      2ef0ff39e5 OvmfPkg/AcpiPlatformDxe: Add log to show the installed tables
      165f1e4936 OvmfPkg/AcpiPlatformDxe: Use local variable in QemuFwCfgAcpi.c
      f81273f7fb OvmfPkg/AcpiPlatformDxe: Use local variable in CloudHvAcpi.c
      43b3ca6b7f OvmfPkg/AcpiPlatformDxe: Remove QEMU_ACPI_TABLE_NOTIFY_PROTOCOL
      ba08910df1 OvmfPkg: fix OvmfTpmSecurityStub.dsc.inc include
      9d70d8f20d MdeModulePkg: Notify BeforeExitBootServices in CoreExitBootServices
      82b0ee8354 MdePkg: Add EFI_EVENT_BEFORE_EXIT_BOOT_SERVICES_GUID
      59aa48bb7d OvmfPkg: Realize EfiMemoryAcceptProtocol in AmdSevDxe
      e5ec3ba409 OvmfPkg/VirtNorFlashDxe: map flash memory as uncacheable
      85fd05ab97 OvmfPkg/PlatformInitLib: fix comment about uncacheable MTRRs
      fe405f08a0 NetworkPkg: Add WiFi profile sync protocol support
      ec54ce1f1a ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX
      5ee17c5418 ArmVirtPkg/ArmPlatformLibQemu: Ensure that VFP is on before running C code
      717f35a9f2 DynamicTablesPkg: FdtHwInfoParserLib: Fix compatible string
      82dd766f25 BaseTools: Reduce the LoongArch64 compiler size
      2cc6d4c8ed UefiPayloadPkg: Fix debug print error level hob not save correct
      33a3408fbb Revert "UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd"
      ae80fe997d Revert "OvmfPkg: Add CpuPageTableLib required by MpInitLib."
      5ef3990735 Revert "UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib."
      cbcf0cd65e Revert "UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS."
      d8d829b89d UefiPayloadPkg: Move RTC PCD to dynamic PCD
      5386c9e6da Maintainers.txt: Update reviewers for OVMF/Confidential Computing
      5654ce1d2c SecurityPkg: Move TdTcg2Dxe from OvmfPkg to SecurityPkg
      0aca5901e3 Maintainers.txt: designate Gerd Hoffmann as UefiCpuPkg reviewer
      8c2357809e .azurepipelines: Skip CodeCoverage if coverage.xml not found
      c32e733151 Maintainers.txt: Update NetworkPkg & MM modules Reviewer
      9ce09870e7 OvmfPkg/SmmCpuFeaturesLib: drop obsolete API implementation
      ff379e1b48 UefiCpuPkg/SmmCpuFeaturesLib: drop obsolete API implementation
      d452feedf2 OvmfPkg: raise DXEFV size to 13 MB in the traditional platform FDFs
      12e4043bd6 OvmfPkg/QemuVideoDxe/VbeShim.sh: remove end-of-options delimiter for nasm
      992d5451d1 MdeModulePkg/Bus/Pci/XhciDxe: Reset port if status change returns an error
      89c5d90003 .azurepipelines: Install code coverage tool
      6bb00aa484 BaseTools/Plugin: Add coverage support for Unit Test
      3701f105fa UnitTestFrameworkPkg: Add code coverage support for GCC
      b670700ddf UefiCpuPkg/PiSmmCpuDxeSmm:Fix PF issue caused by smm page table code
      bbd30066e1 BaseTools: Generate deps for Arm targets
      3a872dac7b BaseTools: Use BUILD_CC when checking gcc version in DevicePath
      c5d68ef6e7 BaseTools: Fix IA32 UINT64 alignment for CLANG toolchains
      a086f4a63b OvmfPkg: Use NestedInterruptTplLib in nested interrupt handlers
      a24fbd6061 OvmfPkg: Add library to handle TPL from within nested interrupt handlers
      9bf473da4c OvmfPkg: Send EOI before RestoreTPL() in timer interrupt handlers
      bf65d7ee88 OvmfPkg/PlatformInitLib: pass through reservations from qemu
      16acacf24c OvmfPkg: fix PlatformConfig
      d8d4abdff9 UefiPayloadPkg: Fix boot issue for non-universal payload
      538ac013d6 ArmVirtPkg: Remove CcProbeLib from ArmVirtQemu.dsc
      8cb4b429a2 OvmfPkg/AcpiPlatformDxe: Check PcdConfidentialComputingGuestAttr
      ec87305f90 PcAtChipsetPkg: Move RTC PCD to dynamic PCD
      129404f6e4 tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
      3e8b7e1055 tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS
      62031335bd CryptoPkg: Need to enable crypto functions
      72a9386f67 UefiCpuPkg: Simplify the code to set smm page table as RO
      0426115b67 UefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.h
      b822be1a20 UefiCpuPkg/PiSmmCpuDxeSmm: Introduce page table pool mechanism
      0b633b1494 OvmfPkg/OvmfXen: Build platform info HOB in XenPlatformPei
      451521ccbc OvmfPkg/PlatformInitLib: Implement multi-core accept memory for TDVF
      c55cf3f795 OvmfPkg: Enable APs to accept memory for TDVF
      0547ffbf6d OvmfPkg/Sec: Move TDX APs related nasm code to IntelTdxAPs.nasm
      4d8651c2fb OvmfPkg: Add TdxMailboxLibNull in some platform dsc
      b21fe5a8a6 OvmfPkg/TdxMailboxLib: Add NULL instance of TdxMailboxLib
      a00b71b009 OvmfPkg/TdxMailboxLib: Delete global variables
      b2d76fdd42 SecurityPkg: deprecate RpmcLib and VariableKeyLib
      3c16e6fb97 UefiPayloadPkg: Fixed that The UPL info section is not aligned at 4-byte
      a7e722941c MdePkg: Fix typos and spacing in Library/PerformanceLib.h
      4bdc41cf17 MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h
      ec25e904c7 MdeModulePkg/Bus/Pci/XhciDxe: Check port is compatible before getting PSIV
      01c2fb0d22 MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIV
      3f378450df UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib.
      4a86424224 OvmfPkg: Add CpuPageTableLib required by MpInitLib.
      73ccde8f6d UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS.
      7bda8c6481 UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd
      6937fc8338 UefiPayloadPkg/SerialPortLib: Enhance multi port behaviour
      259e1e0462 EmulatorPkg/RedfishHostInterface: Add NULL function
      2846c19da9 RedfishPkg/RedfishHostInterface: Platform Redfish HI notification
      ceb52713b0 OvmfPkg/PlatformInitLib: Fix integrity checking failed of NvVarStore
      560f9bb063 UefiPayloadPkg: Define default values for the DynamicEX PCDs
      39ba0f8dfc CryptoPkg: Need to enable crypto functions
      5fb3f5723a DynamicTablesPkg: Allow for specified CPU names
      05da2d24b0 UefiPayloadPkg: Move bdsdxe.inf from DXEFV to BDSFV
      8bd2028f9a MdeModulePkg: Supporting S3 in 64bit PEI
      6acf72901a UefiCpuPkg: Supporting S3 in 64bit PEI
      4dd7b86556 Maintainers: Update OvmfPkg/IoMmuDxe
      47b9521513 OvmfPkg/IoMmuDxe: Add SEV support for reserved shared memory
      09f01d4efb OvmfPkg/IoMmuDxe: Rename AmdSevIoMmu to CcIoMmu
      c4e76d2fba OvmfPkg/IoMmuDxe: Reserve shared memory region for DMA operation
      316e6df435 OvmfPkg: Add reference to new build instructions
      7a548f3ea9 EmulatorPkg: Add reference to new build instructions
      30697b94fd BaseTools: Add reference to new build instructions
      f70f493d1b ArmVirtPkg: Add reference to new build instructions
      0e3e62fc2b .pytool/Readme.md: Add reference to new build instructions
      e254c71e9e OvmfPkg/AcpiPlatformDxe: Differentiate TDX case for Cloud Hypervisor
      57162cb62d OvmfPkg/PlatformInitLib: Transfer GUID Extension HOB
      e03b0d0672 OvmfPkg/PlatformInitLib: Differentiate TDX case for Cloud Hypervisor
      0adc35fccd OvmfPkg/AmdSev/SecretDxe: Allocate secret location as EfiACPIReclaimMemory
      3e3f5bb21c OvmfPkg/PlatformPei: Validate SEC's GHCB page
      01c0d3c0d5 OvmfPkg/SecTpmMeasurementLib: Fix the mapping error of PCR and RTMR index
      fb91d6cbd0 OvmfPkg/TdTcg2Dxe: Fix the mapping error between PCR index and MR index
      19f7c63ea9 OvmfPkg/TdTcg2Dxe: Fix incorrect protocol and structure version
      44fc90eb0e UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT fail
      cda98df162 OvmfPkg/QemuFwCfgLib: remove mQemuFwCfgSupported + mQemuFwCfgDmaSupported
      81bbc1452c OvmfPkg/QemuFwCfgLib: rewrite fw_cfg probe
      e59747bd82 OvmfPkg/DebugLibIoPort: use Rom version for PEI
      f6a196c7eb OvmfPkg/PlatformPei: remove mFeatureControlValue
      862614e254 OvmfPkg/PlatformPei: remove mPlatformInfoHob
      4bc2c74851 OvmfPkg/PlatformPei: Verification: stop using mPlatformInfoHob
      7dbb8a24d1 OvmfPkg/PlatformPei: NoExec: stop using mPlatformInfoHob
      cc6efda777 OvmfPkg/PlatformPei: MemTypeInfo: stop using mPlatformInfoHob
      27874a382c OvmfPkg/PlatformPei: PeiMemory: stop using mPlatformInfoHob
      00743d144b OvmfPkg/PlatformPei Q35 SMM helpers: stop using mPlatformInfoHob
      9d9d15b42a OvmfPkg/PlatformPei: PeiFv: stop using mPlatformInfoHob
      78c373f2a5 OvmfPkg/PlatformPei: AmdSev: stop using mPlatformInfoHob
      916825b84f DynamicTablesPkg: SSDT _LPI revision is incorrect
      d103840cfb MdePkg/UnitTestHostBaseLib: Remove HOST_APPLICATION limitation
      1cd902f1f4 UnitTestFrameworkPkg: Modify APIs in UnitTestPersistenceLib
      e986f4ce96 MdePkg/BaseCpuLib: Remove assembly for CpuFlushTlb
      804e8c6566 Maintainers.txt: Change Anthony's github id
      592bf33a29 ShellPkg/Shell: Do not set end device path if already end
      1fd8d08970 ShellPkg/AcpiView: APMT Parser
      aa65bb4020 MdePkg/IndustryStandard: add definitions for ACPI APMT
      11ce7a2de7 DynamicTablesPkg: Remove duplicated words
      5890a18409 MdeModulePkg: SdMmcPciHcDxe: Fix issue that SD1.0 cards can't be recognized
      a654289439 MdeModulePkg/Ata: Fix command status reporting
      4cb94f20b0 OvmfPkg/SmbiosPlatformDxe: use PcdFirmware*
      1ef86f1201 mv OvmfPkg: move fdf include snippets to Include/Fdf
      5eb973eb62 OvmfPkg: move dsc include snippet for Network support to Include/Dsc
      5c25f6c67b OvmfPkg: move dsc and fdf include snippets for TPM support to subdirs
      127e2c5315 OvmfPkg: Add INVD case in #VE handler
      54d81d06fc MdeModulePkg/DxeCore: Use correct type for alignment mask
      8a485e4bb8 EmulatorPkg: Record Argc, Argv and Envp in EmuThunk Ppi
      2c284027b2 EmulatorPkg: Remove unnecessary dependency on EmbeddedPkg
      22f73b6d2d EmulatorPkg: Add persistent memory in EmuThunkPpi
      1c75bf3c21 UefiCpuPkg: Bug fix in 5LPage handling
      c14c4719f9 UefiCpuPkg: Check SMM Delayed/Blocked AP Count
      4e17aba4b5 EmulatorPkg/Win: Unload DLLs before reset
      2280af5ff8 UefiCpuPkg/Test: develop UEFI App and dynamic cmd for MP services UT
      cf3d4508b2 UefiCpuPkg/Test: Move EfiMpServiceProtocol UT in a separate function
      d9e7f6fe49 MdeModulePkg: Put USB DEBUGs that occur for bulk timeouts under VERBOSE
      ca33daafc6 RedfishPkg: Remove overlapping private include path in DEC file
      a639248bd0 UefiPayloadPkg: Support multiple firmware volume
      7bee249891 EmulatorPkg/WinHost: Add Reset2 PPI
      a121165e35 EmulatorPkg/WinHost: XIP for SEC and PEI_CORE
      d2842bb6ec EmulatorPkg/WinHost: pre-allocate "physical" RAM
      735a7496cb RedfishPkg: Fix typos of the .inc filenames
      7de1c71dd2 CryptoPkg/BaseCryptLib:time overflow
      5d5be45bd1 CryptPkg: Enable CryptoPkg BaseCryptLib ParallelHash for PEI and DXE
      47d988387e OvmfPkg/PlatformInitLib: Add check to NvVarStoreFV HeaderLength
      a1d5723914 UnitTestFrameworkPkg: Library classes private to public
      a8a78ef194 CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1s
      beb0f8d483 MdeModulePkg: Disable PciDegrade support for LoongArch64
      dd3ba82d31 .github/ISSUE_TEMPLATE/config.yml: Add initial issue template
      8aff08c817 EmbeddedPkg/MetronomeDxe: Update outdated lower bound comment
      b92e049522 BaseSynchronizationLib: Fix RISC-V helper name
      c8c978d328 ShellPkg/DpDynamicCommand: Add ResetEnd support in DP command
      ae3bc559f9 .github/dependabot.yml: Enable dependabot
      d992163da6 ShellPkg/SmbiosView: Update ProcessorUpgradeTable
      85d805ed32 UefiPayloadPkg: The UPL info section is not aligned at 4-byte boundary
      6ae2b6648e ArmPkg/ArmTrngLib: Remove ASSERTs in ArmTrngLibConstructor()
    - Removed patches which are merged to mainline:
    - ovmf-tools_def-add-fno-omit-frame-pointer-to-GCC48_-IA32-.patch
      tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS
      (bsc#1199597)
    - 129404f6e4        edk2-stable202302~200
    - ovmf-OvmfPkg-PlatformInitLib-Fix-integrity-checking-faile.patch
      OvmfPkg/PlatformInitLib: Fix integrity checking failed of NvVarStore
      (bsc#1206078)
    - ceb52713b0        edk2-stable202302~226
    - Add the following revert patches to avoid Page-Fault exception when booting
      with edk2-stable202302 ovmf. (bsc#1205978)
      ovmf-Revert-OvmfPkg-PlatformInitLib-reorder-PlatformQemuU.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformReservati.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformAddHobCB.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformGetLowMem.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-Add-PlatformScanE820-.patch
      ovmf-Revert-OvmfPkg-PlatformInitLib-dynamic-mmio-window-s.patch
    - This is for workaround problem temporary. (bsc#1205978)
    - Removed the following revert patches because they are not work for
      edk2-stable202302. Those revert patches causes ovmf falls in unlimited
      boot loops. Because we do not have plan to upgrade ovmf of 15.4. So
      let's removed them:
      [#] nasm-2.14 doesn't support corresponding instructions.
      ovmf-Revert-MdePkg-Remove-the-macro-definitions-regarding.patch
      ovmf-Revert-UefiCpuPkg-Replace-Opcode-with-the-correspond.patch
      ovmf-Revert-SourceLevelDebugPkg-Replace-Opcode-with-the-c.patch
      ovmf-Revert-MdePkg-Replace-Opcode-with-the-corresponding-.patch
      ovmf-Revert-MdeModulePkg-Replace-Opcode-with-the-correspo.patch
    - Respin the following patches:
    - ovmf-gdb-symbols.patch
    - ovmf-disable-ia32-firmware-piepic.patch
    - fix-aarch64.patch
    - ovmf-Revert-OvmfPkg-OvmfXen-Set-PcdFSBClock.patch
    - Rename fix-aarch64.patch to ovmf-Revert-ArmVirtPkg-make-EFI_LOADER_DATA-non-executabl.patch
      It's express purpose more clearly. (bsc#1207095)
    - modified ovmf-build-funcs.sh, add the following qmeu paramter:
    - fw_cfg name=opt/org.tianocore/X-Cpuhp-Bugcheck-Override,string=yes
      It can disable the checking of CPU hotplug register block misbehaves
      in qemu. Qemu needs dab30fbef38 patch, otherwise that ovmf will hang
      when booting and show a message to indicate qemu bug. (bsc#1209266)
* Wed Feb 15 2023 Joey Lee <jlee@suse.com>
  - Add ovmf-Revert-OvmfPkg-OvmfXen-Set-PcdFSBClock.patch to revert
    71cdb91f313380152d7bf38cfeebe76f5b2d39ac patch (bsc#1205613)
    - 71cdb91f313380152d7bf38cfeebe76f5b2d39ac OvmfPkg/OvmfXen: Set PcdFSBClock
    - We are waiting better upsteam patch, revert the issue patch first.
      Then PcdFSBClock will back to fixed variable.
    - Reference: https://edk2.groups.io/g/devel/topic/94891128#96077
    https://bugzilla.tianocore.org/show_bug.cgi?id=4340
* Thu Jan 19 2023 Paolo Stivanin <info@paolostivanin.com>
  - Add fix-aarch64.patch: this fixes https://bugzilla.suse.com/show_bug.cgi?id=1207095
* Thu Dec 08 2022 Joey Lee <jlee@suse.com>
  - Add ovmf-OvmfPkg-PlatformInitLib-Fix-integrity-checking-faile.patch
    to avoid "NvVarStore Variable header State was invalid" issue when
    rebooting or booting second time. System hangs when booting. (bsc#1206078)
    The error message in ovmf log:
    Select Item: 0x19
    Select Item: 0x25
    Reserved variable store memory: 0x7FF7C000; size: 528kb
    NvVarStore Variable header State was invalid.
    ASSERT /home/abuild/rpmbuild/BUILD/edk2-edk2-stable202211/OvmfPkg/Library/PlatformInitLib/Platform.c(807): ((BOOLEAN)(0==1))
* Fri Dec 02 2022 Joey Lee <jlee@suse.com>
  - Add ovmf-Revert-OvmfPkg-PlatformInitLib-dynamic-mmio-window-s.patch
    to avoid Page-Fault exception when booting with edk2-stable202211
    ovmf. (bsc#1205978)
    - This is a revert patch for workaround problem temporary.
* Tue Nov 29 2022 Joey Lee <jlee@suse.com>
  - In the PFLASH_CODE in ovmf-build-funcs.sh, Use readonly=on instead of
    readonly becuase we got the following message when building ovmf
    on SLE15-SP3/SP4 code base:
    [  981s] qemu-system-x86_64: -drive if=pflash,format=raw,unit=0,readonly,file=ovmf-x86_64-ms-code.bin: warning: short-form boolean option 'readonly' deprecated
    [  981s] Please use readonly=on instead
    [  981s] char device redirected to /dev/pts/0 (label charserial1)
* Mon Nov 28 2022 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202211 (jsc#PED-1410)
    - Features (https://github.com/tianocore/edk2/releases):
    CryptoPkg remove EC PCD and merge optimized openssl libs
    Add GoogleTest unit test support to UnitTestFrameworkPkg
    Add Raw algorithm support using Arm FW-TRNG interface
    TDVF Lazy Accept in OvmfPkg
    Debug code to audit BIOS TPM extend operations
    Add a new feature to enable LoongArch prot for EDKII
    CryptoPkg: Need to add additional cipher algos and TLS API to meet WPA3
    IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhaseInit
    CryptoPkg: Need to support EC and BN API due to WPA3 feature
    Add PCI_DEVICE_PPI support for NvmExpressPei
    - Patches (git log --oneline --date-order edk2-stable202208..edk2-stable202211):
      fff6d81270 pip-requirements.txt: Update to edk2-pytool-extensions 0.20.0
      2ddc8e1b67 pip-requirements.txt: Update to edk2-pytool-library 0.12.1
      93629f2c7c ArmPkg/ArmTrngLib: Remove ASSERT in GetArmTrngVersion()
      0cb30c3f5e Maintainers: Update the VmgExitLib to CcExitLib
      765ba5bf05 OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib
      a89f558d3c OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib
      b9e702c3c9 UefiCpuPkg/ResetVector:Add Option to reserve 4K region at 4GB
      6d55ad9a59 MdePkg/Test: Add port of BaseSafeIntLib unit tests to GoogleTest
      31377aba8f BaseTools/Plugin/HostBaseUnitTestRunner: Enable gtest xml output
      80f097711b .pytool: Add googletest submodule to CISettings.py
      d4586fe3ae UnitTestFrameworkPkg/Library/CmockaLib: Generate symbol information
      cef0c5c684 UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLib
      c1b073a9dc MdePkg/Include/Library: Undefine _ASSERT() if already defined
      933b4c333c MdePkg/Include: Update Base.h to improve C++ compatibility
      3182843f3b IntelFsp2Pkg: Improvement of supporting null UPD pointer in FSP-T
      c8fb724046 ArmPkg/ArmTrngLib: Fix incorrect GUID reference in DEBUG() output
      3b1f3414f2 .github/workflows: Update CodeQL to install Python 3.10.6
      c17c3c24d8 ShellPkg:Improved Smbios Type9 data under smbiosview
      342813a3f7 pip-requirements.txt: Update edk2-pytool-library to 0.12.0
      b0fd309719 edk2.qls: Allow error severity results and add new queries
      179efe5d69 BaseTools: Fix wrong type of arguments to formatting functions
      0be81a4d83 BaseTools/Source/C: Use /Z7 instead of /Zi for host tools
      6032b46dce PrmPkg/PrmSsdtInstallDxe: Update PRMT Device CID to PNP0C02.
      6c1a4a376e .github: Add initial CodeQL config and workflow files
      c7aecf2a4f Maintainers.txt: Add .github maintainers and reviewers
      50bee4cc12 CryptoPkg: Sha1 functions causing build errors
      239bcf7805 PrmPkg: Use UnitTestFrameworkPkg UEFI BS library
      6e8b0b6913 UnitTestFrameworkPkg: Add UnitTestUefiBootServicesTableLib
      82e70d9ac0 CryptoPkg/Readme.md: typo and grammar fixes
      35043a5ec0 MdePkg/BaseLib: Fix out-of-bounds reads in SafeString
      b556f2445c ArmVirtPkg: Kvmtool: Add RNG support using Arm TRNG interface
      9eb5ccda50 SecurityPkg/RngDxe: Add Arm support of RngDxe
      ff29cdb968 SecurityPkg/RngDxe: Rename AArch64/RngDxe.c
      6cdddccf00 SecurityPkg/RngDxe: Add debug warning for NULL PcdCpuRngSupportedAlgorithm
      863fe9e191 SecurityPkg/RngDxe: Add AArch64 RawAlgorithm support through ArmTrngLib
      4b3e9d80be SecurityPkg/RngDxe: Check before advertising Cpu Rng algo
      199031b2b0 SecurityPkg/RngDxe: Documentation/include/parameter cleanup
      922bf317f1 SecurityPkg/RngDxe: Remove ArchGetSupportedRngAlgorithms()
      aade3b93fe SecurityPkg/RngDxe: Replace Pcd with Sp80090Ctr256Guid
      8a89747844 SecurityPkg/RngDxe: Rename RdRandGenerateEntropy to generic name
      e00ec499c5 ArmPkg/ArmTrngLib: Add Arm TRNG library
      351fe77666 ArmPkg: Add FID definitions for Arm TRNG
      ef4cf3d88d MdePkg/ArmTrngLib: Add NULL instance of Arm TRNG Library
      cbce5a1a93 MdePkg/ArmTrngLib: Definition for Arm TRNG library class interface
      3d480a93de ArmPkg/ArmHvcLibNull: Add NULL instance of ArmHvcLib
      9d8ed9c8ee ArmPkg: Sort HVC/SMC section alphbetically in ArmPkg.dsc
      aa0f522471 ArmPkg/ArmMonitorLib: Add ArmMonitorLib
      9a50990cdb ArmPkg/ArmMonitorLib: Definition for ArmMonitorLib library class
      dcf8c79056 ArmPkg: PCD to select conduit for monitor calls
      cc650a0378 ArmPlatformPkg: Retire NorFlashDxe driver
      eff44c008d OvmfPkg/VmgExitLig: HALT on #VE when access to private memory
      2695e49219 UefiPayloadPkg: Boot mode in PHIT HOB will not be updated
      ee3da09bb2 MdeModulePkg/Ufs :Coverity scan flags multiple issues in edk2-stable202205
      eae9e51d98 MdeModulePkg/scsi :Coverity scan flags multiple issues in edk2-stable202205
      b84f32ae5b IntelFsp2Pkg: FSP should support input UPD as NULL.
      cab1f02565 MdeModulePkg/PiSmmCore: SmmEntryPoint underflow (CVE-2021-38578)
      c46204e25f IntelFsp2Pkg: Update Function header to support IA32/X64.
      957a15adaf UefiCpuPkg/SmmCpuFeaturesLib: Clean up header file inclusion in SmmStm.c
      ae62a6e44d UefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent code
      ed8bfada03 UefiCpuPkg/SmmCpuFeaturesLib: Rename the common C file
      8487ec0ee7 CryptoPkg/Test: Simplify BaseCryptLib host based unit tests
      b5dbf8267b pip-requirements.txt: Bump pytool extensions and library
      85dba961c7 UnitTestFrameworkPkg: Support FILE_GUID override in host based unit tests
      720c25ab41 OvmfPkg: Call gEdkiiMemoryAcceptProtocolGuid to accept pages
      7dcc2f3870 OvmfPkg: Realize EdkiiMemoryAcceptProtocol in TdxDxe
      2af33db365 MdePkg: The prototype definition of EdkiiMemoryAcceptProtocol
      d1e41c620f OvmfPkg: Introduce lazy accept in PlatformInitLib and PlatformPei
      6ca9f410d1 ShellPkg: Update shell command memmap to show unaccepted memory
      43e306806e MdeModulePkg: Update Dxe to handle unaccepted memory type
      502c01c502 MdePkg: Add UEFI Unaccepted memory definition
      9b648112a5 OvmfPkg: Use BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED defined in MdeModulePkg
      32c5a470ad MdePkg: Increase EFI_RESOURCE_MAX_MEMORY_TYPE
      00bbb1e584 MdeModulePkg: Add PrePiHob.h
      df7ce74e6c RedfishPkg/RedfishDiscoverDxe: Fix memory free issue
      66772bc852 Maintainers.txt: Add 'Pierre Gondois' as DynamicTablesPkg reviewer
      e9a3613ce0 ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5
      c9a4df88fd DynamicTablesPkg: Readme.md: Update available tables for generation
      1729fb8a82 DynamicTablesPkg/AmlLib: Allow larger AccessSize for Pcc address space
      8405b1480f DynamicTablesPkg: Add PCCT Generator
      dab7bac94c DynamicTablesPkg: Add PCCT related objects
      a5672d43a6 DynamicTablesPkg: Fix Ssdt PCI generation comments
      5acd6489df DynamicTablesPkg: FdtHwInfoParserLib: Remove wrong comment
      0bcd3cc06e DynamicTablesPkg: Remove deprecated APIs
      2ef32f914a DynamicTablesPkg: Fix wrong/missing fields in CmObjParser
      a64cc43552 DynamicTablesPkg: Fix GTBlock and GTBlockTimerFrame CmObjParsers
      3bcc2e22ef DynamicTablesPkg: Update CmObjParser for MinorRevision
      44b7a856f0 DynamicTablesPkg: Update CmObjParser for IORT Rev E.d
      48c6e7dbcd DynamicTablesPkg: Add PrintString to CmObjParser
      020891f173 DynamicTablesPkg: Use correct print formatter
      52199bf532 MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk drive
      d98efb4682 UefiCpuPkg: Restore HpetTimer after CpuExceptionHandlerLib test
      99338ef81e ArmVirtPkg/ArmVirtKvmTool: Migrate to OVMF's VirtNorFlashDxe
      b92298af82 ArmVirtPkg/ArmVirtQemu: migrate to OVMF's VirtNorFlashDxe
      789a723285 OvmfPkg/VirtNorFlashDxe: use EFI_MEMORY_WC and drop AlignedCopyMem()
      25589c4a76 OvmfPkg/VirtNorFlashDxe: avoid switching between modes in a tight loop
      ca01e6216a OvmfPkg/VirtNorFlashDxe: avoid array mode switch after each word write
      83f11f9572 OvmfPkg/VirtNorFlashDxe: drop block I/O protocol implementation
      68d234989b OvmfPkg/VirtNorFlashDxe: remove disk I/O protocol implementation
      0a64106c56 OvmfPkg/VirtNorFlashDxe: remove CheckBlockLocked feature
      c1ff81f799 OvmfPkg/VirtNorFlashDxe: clone ArmPlatformPkg's NOR flash driver
      16bf588b60 OvmfPkg: clone NorFlashPlatformLib into VirtNorFlashPlatformLib
      115cebbe4d ArmVirtPkg/ArmVirtQemu: Clear XIP flags instead of overriding them
      b6efc505e4 ArmVirtPkg/ArmVirtQemu: omit PCD PEIM unless TPM support is enabled
      7136d5491e ArmVirtPkg/QemuVirtMemInfoLib: use HOB not PCD to record the memory size
      fead469a3b ArmVirtPkg/ArmVirtQemu: avoid shadowing PEIMs unless necessary
      75d2be4a37 ArmVirtPkg/ArmVirtQemu: Drop unused variable PEIM
      07be1d34d9 ArmVirtPkg/ArmVirtQemu: enable initial ID map at early boot
      a26050f74d ArmVirtPkg/ArmVirtQemu: use first 128 MiB as permanent PEI memory
      2eff4ddc77 ArmVirtPkg/ArmVirtQemu: implement ArmPlatformLib with static ID map
      9ca2dc7bec ArmVirtPkg/ArmVirtQemu: wire up timeout PCD to Timeout variable
      2997ae3873 ArmVirtPkg: make EFI_LOADER_DATA non-executable
      9e2c88b16e Maintainers.txt: Update maintainers and reviewers for LoongArch64
      9670f79937 Maintainers.txt: Update maintainers list
      26638d2aa3 IntelFsp2WrapperPkg: Check header revision for MultiPhase support.
      7464db4474 MdeModulePkg: Fix spelling error in PciSioSerialDxe
      56035d1c8b ArmPlatformPkg/PrePeiCore: Print the firmware version early in boot
      db2c22633f Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal
      fb493ac84e ArmPlatformPkg/PrePeiCore: permit entry with the MMU enabled
      b28acb22e0 ArmVirtPkg: do not enable iSCSI driver by default
      f4213fed34 ArmVirtPkg: remove EbcDxe from all platforms
      acb2acccfd BaseTools/Tests: Use quotes around PYTHON_COMMAND
      4fcd5d2620 CryptoPkg/Library/OpensslLib: update auto-generated files
      0882d6a32d CryptoPkg/Library/OpensslLib: Add generated flag to Accel INF
      d79295b5c5 CryptoPkg/Library/OpensslLib: Update process_files.pl INF generation
      3b46a1e243 Revert "CryptoPkg: Update process_files.pl to auto add PCD config option"
      244ce33bdd CryptoPkg: Add Readme.md
      584b246e88 CryptoPkg: Fixed host-based unit tests
      0c9744787e CryptoPkg: Update DSC to improve CI test coverage
      dfc7c3dc8c CryptoPkg: Remove PcdOpensslEcEnabled from CryptoPkg.dec
      a57b4c11a5 CryptoPkg/Library/OpensslLib: Remove PrintLib from INF files
      e75951ca89 CryptoPkg/Library/OpensslLib: Produce consistent set of APIs
      ea6d859b50 CryptoPkg/Library/OpensslLib: Combine all performance optimized INFs
      dd00f92b2f CryptoPkg/Library: Cleanup BaseCryptLib and TlsLib
      961fadf60c CryptoPkg/Test/UnitTest/Library/BaseCryptLib: Unit test fixes
      8f8372439d CryptoPkg/Library/BaseCryptLib: Update internal functions/variables
      8437368c69 CryptoPkg/Library/BaseCryptLib: Add missing UNI file and fix format
      d7d9866ef4 CryptoPkg: Document and disable deprecated crypto services
      4d29da411f remove GCC build warning
      6fd754ec0f BaseTools: Fixed the multiple pairs brackets issue in GenFv
      2355f0c09c BaseTools: Fix check for ${PYTHON_COMMAND} in Tests/GNUmakefile
      913a308df9 BaseTools/Scripts/PatchCheck.py: Allow tab in Makefile
      c6720db5dd MdeModulePkg/XhciDxe: Add boundary check for TRB ring allocation
      31b1638468 ArmPkg/ArmMmuLib: Reuse XIP MMU routines when splitting entries
      999c53e2ca ArmPkg/ArmMmuLib: permit initial configuration with MMU enabled
      0487cac09f ArmPkg/ArmMmuLib: Disable and re-enable MMU only when needed
      ab644cfac5 ArmPkg/ArmMmuLib: don't replace table entries with block entries
      0f6eccdbf7 BaseTools: Add missing spaces for PCD expression values in AutoGenC
      1d0ff11526 BaseTools: Correct initialization data size check for array PCDs
      d23eb3aa99 BaseTools/GenFds: Correct file type set for the PIC section
      0a29933ea9 BaseTools: Support COMPAT16 section generation
      225810a182 BaseTools: Add support for SUBTYPE_GUID section generation
      81aeb94648 BaseTools: Correct BPDG tool error prints
      09e74b81ba BaseTools/FMMT: Add Shrink Fv function
      0e6db46b1b BaseTools/FMMT: Add Extract FV function
      b03dceb87f BaseTools: Remove duplicated words in Python tools
      c4663e7277 pip-requirement: Upgrade the edk2-basetools version from 0.1.29 to 0.1.39
      9d6915ca91 UefiCpuPkg/Test: Add unit tests for MP service PPI and Protocol
      6f1bb567aa UefiCpuPkg: Add R8/R9 etc in EccCheck ExceptionList
      012e424601 UefiCpuPkg: Add Pei/DxeCpuExceptionHandlerLibUnitTest in dsc
      055eaacc34 UefiCpuPkg: Add Unit tests for PeiCpuExceptionHandlerLib
      beabde5875 UefiCpuPkg: Add Unit tests for DxeCpuExceptionHandlerLib
      b8e54e15de UefiCpuPkg/CpuPageTableLib:Support PAE paging for PageTableParse
      a7e070808c UefiCpuPkg:Add RegisterExceptionHandler in PeiCpuExceptionHandlerLib
      d618fe05bf BaseTools: Remove duplicated words in C tools
      8fc06b6e19 Fix bug on SRIOV ReservedBusNum when ARI enable.
      4aa7e66c06 MdeModulePkg: Fixed extra 1 SR-IOV reserved bus
      e0200cc47a NetworkPkg: Add LoongArch64 architecture.
      2ce4bfb843 MdeModulePkg/DxeIplPeim : LoongArch DxeIPL implementation.
      380821a949 MdeModulePkg/CapsuleRuntimeDxe: Add LoongArch64 architecture.
      dad7fc29d9 MdeModulePkg/Logo: Add LoongArch64 architecture.
      ced203c3d5 MdePkg/BaseSafeIntLib: Add LoongArch64 architecture for BaseSafeIntLib.
      104df6136f MdePkg/BaseSynchronizationLib: LoongArch cache related code.
      f89815a125 MdePkg/BaseCpuLib: LoongArch Base CPU library implementation.
      dbbb045ff1 MdePkg/BasePeCoff: Add LoongArch PE/Coff related code.
      10d291f746 MdePkg/BaseIoLibIntrinsic: IoLibNoIo for LoongArch architecture.
      264e930de0 MdePkg/BaseCacheMaintenanceLib: LoongArch cache maintenance implementation.
      cd24eb578b MdePkg/BaseLib: BaseLib for LOONGARCH64 architecture.
      f0a704f9b5 MdePkg/Include: LoongArch definitions.
      76bf716a7a MdePkg: Add LoongArch LOONGARCH64 binding
      b1b5177a0c .pytool: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
      ab9768cd46 .azurepipelines: Add LoongArch64 architecture on LoongArch64 EDK2 CI.
      bcdafe1179 BaseTools: Enable LoongArch64 architecture for LoongArch64 EDK2 CI.
      114e6075b6 BaseTools: Add LoongArch64 binding.
      c53807cb7b BaseTools: Updated build tools to support new LoongArch.
      cb4f1dfcc1 BaseTools: Updated for GCC5 tool chain for LoongArch platfrom.
      1aa311d175 BaseTools: Update GenFw/GenFv to support LoongArch platform.
      082b563fc4 .python/SpellCheck: Add "Loongson" and "LOONGARCH" to "words" section
      10daf3ee24 MdeModulePkg: Use LockBoxNullLib for LOONGARCH64
      23d873f4cf MdePkg/DxeServicesLib: Add LOONGARCH64 architecture
      6e1ddbab8d UnitTestFrameworkPkg: Add LOONGARCH64 architecture for EDK2 CI.
      78b081334e ShellPkg: Add LOONGARCH64 architecture for EDK2 CI.
      711ee4103a SecurityPkg: Add LOONGARCH64 architecture for EDK2 CI.
      d2c0d52ed6 MdePkg/Include: Add LOONGARCH related definitions EDK2 CI.
      c5f4b4fd03 CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI.
      ee2ea7868a NetworkPkg/HttpBootDxe: Add LOONGARCH64 architecture for EDK2 CI.
      ad8f2b7251 NetworkPkg: Add LOONGARCH64 architecture for EDK2 CI.
      2067672ded FmpDevicePkg: Add LOONGARCH64 architecture for EDK2 CI.
      d8c073c89b FatPkg: Add LOONGARCH64 architecture for EDK2 CI.
      e25963d458 MdePkg: Added LoongArch jump buffer register definition to MdePkg.ci.yaml
      0371178d0b MdePkg: Added file of DebugSupport.h to MdePkg.ci.yaml
      5bd2dbc698 UefiPayloadPkg: Remove deprecate Crypto Service
      e7d7f02c8e CryptoPkg: add Unit Test for X509 new function.
      22745df666 CryptoPkg: add new X509 function to Crypto Service.
      8ecae3d641 CryptoPkg: add new X509 function.
      190f77f8f4 CryptoPkg: add new X509 function definition.
      0371032289 CryptoPkg: add unit test for EC key interface.
      69a50a249b CryptoPkg: Add EC key interface to DXE and protocol
      f21a1d48fe CryptoPkg: Add EC key retrieving and signature interface.
      f80580f56b OvmfPkg/VirtioNetDxe: Check ChildHandle argument in GetControllerName
      8db4e9f9a0 CryptoPkg: Add new Tls APIs to DXE and protocol
      bb78d969b7 CryptoPkg: Extend Tls function library
      cafc573ac0 MdePkg: Add Tls configuration related define
      3c9e2f239a CryptoPkg: Fix integer overflow
      de103f1981 MdeModulePkg: Handle InitialVFs=0 case for SR-IOV
      4364d66168 UefiCpuPkg: Reset a parameter when BSP Exit in CPU relaxed mode.
      a670f12a74 UefiCpuPkg/CpuExceptionHandlerLib: Code optimization to allow bigger stack
      406ad0582a OvmfPkg: rename QemuBootOrderNNNN to VMMBootOrderNNNN
      3361336607 Revert "OvmfPkg/Microvm: no secure boot"
      8916a4f67f OvmfPkg/Microvm: add SECURE_BOOT_FEATURE_ENABLED
      9e6b552b4c OvmfPkg/PciHotPlugInitDxe: reserve more mmio space
      ecb778d0ac OvmfPkg/PlatformInitLib: dynamic mmio window size
      bbda386d25 OvmfPkg/PlatformInitLib: detect physical address space
      8f9ef9c9a0 OvmfPkg/PlatformInitLib: qemu cpuid physbits detection
      5ff7d712d4 MdeModulePkg/UefiBootManagerLib: Add Disk Info support for Ufs
      710f83b79d .azurepipelines: Add SourceLevelDebugPkg to CI
      cf01fdd5d7 SourceLevelDebugPkg: Add package CI YAML file
      d6d4a81f8a SourceLevelDebugPkg: Fix spelling errors
      1bd2ff1866 IntelFsp2WrapperPkg: Remove CI exception of PlatformMultiPhaseLib.
      f054beec54 IntelFsp2WrapperPkg: Add header for PlatformMultiPhaseLib.
      f931506815 .azurepipelines: Add SignedCapsulePkg to CI
      b3d379d188 SignedCapsulePkg: Add package CI YAML file
      769879e2a6 .azurepipelines: Add IntelFsp2Pkg and IntelFsp2WrapperPkg to CI
      9ecab62d40 IntelFsp2WrapperPkg: Add CI YAML file
      7c424c28b0 IntelFsp2WrapperPkg: Fix code formatting errors
      28b16c01cf IntelFsp2Pkg: Add CI YAML file
      a62bd922aa IntelFsp2Pkg/BaseFspMultiPhaseLib: Replace duplicate GUID
      629709a51d IntelFsp2Pkg: Fix code formatting errors
      12973359d0 EmbeddedPkg: Only run in CI for GCC5
      43c1111530 EmbeddedPkg: Add CI YAML file
      51e0599536 EmbeddedPkg/AcpiLib: Fix code formatting errors
      f01d3ee12c BaseTools/VolInfo: Update file and section type strings
      b6d324e06b BaseTools/VolInfo: Update copyright information
      4e1133b946 BaseTools/VolInfo: Parse apriori files
      c24328ca62 BaseTools/VolInfo: Increase GUID base name string
      8be33c6544 BaseTools/VolInfo: Fix EFI_SECTION_GUID_DEFINED parsing
      9fc029ee62 BaseTools/VolInfo: Correct buffer for GenCrc32 tool
      6a2b20ff97 MdeModulePkg/NonDiscoverablePciDeviceDxe: Allow partial FreeBuffer
      7aa06237b8 SecurityPkg: Remove enforcement of final GoIdle transition for CRB commands
      b7213bbd59 OvmfPkg/QemuBootOrderLib: skip unsupported entries in StoreQemuBootOrder
      d63242bd69 OvmfPkg/QemuBootOrderLib: allow slash in rom filenames
      2a0bd3bffc OvmfPkg/PlatformInitLib: q35 mtrr setup fix
      3c0d567c37 UefiPayloadPkg: Provide a wrapper for UniversalPayloadBuild.py
      f4d539007c OvmfPkg/PeilessStartupLib: move mPageTablePool to stack
      b3dd9cb836 MdeModulePkg/XhciDxe: Input context update for Evaluate Context command
      96f3efbd99 IntelFsp2WrapperPkg: Implement FSP 2.4 MultiPhase wrapper handlers.
      d97ee3244d CryptoPkg/Test: Add unit test for CryptoEc
      2157a23a86 CryptoPkg: Add ECC related usage reference
      3b382f5b38 CryptoPkg: Add EC APIs to DXE and protocol
      988e4d8f5e CryptoPkg: Add EC support
      0e7aa6bf9e CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()
      582a7c9995 CryptoPkg: Add missing library mappings to DSC file
      ef9974b298 EmbeddedPkg/PrePi: Check for enough space before aligning heap pointer
      2500ce1011 DynamicTablesPkg: SSDT CPU _CPC generator
      58350c0055 DynamicTablesPkg: AML Code generation to add _CPC entries
      09c90532e7 DynamicTablesPkg: Add CM_ARM_CPC_INFO object
      953438e466 ArmPkg/SmbiosMiscDxe: Get SMBIOS information from OemMiscLib
      e5eb0e3347 ArmPkg/SmbiosMiscDxe: Remove redundant updates in SMBIOS Type 2
      7d74ea141e ArmPkg/SmbiosMiscDxe: Fix typo of "AssetTagType02"
      130b649a8b ArmPkg/SmbiosMiscDxe: Support fetching System UUID
      11b5093ce4 ArmPkg: Correct return value of "SMCCC_ARCH_SOC_ID" Function ID call
      8467a263f9 ArmPkg/ProcessorSubClassDxe: Get processor version from OemMiscLib
      a8e8c43a0e CryptoPkg/OpensslLib: Update generated files for native X64
      4102950a21 CryptoPkg/OpensslLib: Commit the auto-generated assembly files for IA32
      03f708090b CryptoPkg/OpensslLib: Add native instruction support for IA32
      0c9d4ad788 CryptoPkg/Test: Add unit test for CryptoBn
      42951543dd CryptoPkg: Add BigNum API to DXE and protocol
      fd0ad0c346 CryptoPkg: Add BigNum support
      5f403cdc6a CryptoPkg: add UnitTest for AeadAesGcm.
      022787f806 CryptoPkg: add AeadAesGcm to Crypto Service.
      a23f76e184 CryptoPkg: add AeadAesGcm support.
      acbc5747bc CryptoPkg: add AeadAesGcm function() definition.
      b19793a2ec CryptoPkg: add Hkdf UnitTest.
      e919c390e8 CryptoPkg: add new Hkdf api to Crypto Service.
      11b24ef0d7 CryptoPkg: add new Hkdf api in Crypt Lib.
      1336476233 CryptoPkg: add new Hkdf api definition in Crypt Lib.
      f3c69cb5a1 CryptoPkg: add Hmac Sha384 to host UnitTest.
      3f77ccb9c8 CryptoPkg: Add new hmac SHA api to Crypto Service.
      cbb3b6b950 CryptoPkg: Update CryptLib inf as the file name changed.
      0b1a1bdc30 CryptoPkg: Add HMAC-SHA384 cipher support.
      7bb42e3249 CryptoPkg: Add new hmac definition to cryptlib
      238f5f9544 RedfishPkg/JsonLib: Fix JsonLib build failure
      6f340acfb1 CryptoPkg/BaseCryptLib:Remove redundant init
      dd1e20b3c2 nasm_ext_dep.yaml: Remove leading zero in patch version
      62f00dad22 BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long
      2c17d676e4 Maintainers.txt: Update email address
      415fc406d6 UefiPayloadPkg/PayloadLoaderPeim: remove GCC build warning
      3184e44df1 Maintainers.txt: Update maintainers/reviewers for CI and Test
      f46c7d1e36 IntelFsp2Pkg: Fix FspSecCoreI build failure.
      981bf66d5a IntelFsp2Pkg: NvsBufferPtr is missing in Fsp24ApiEntryM.nasm
      8c92a9508e DynamicTablesPkg: AcpiSsdtPcieLibArm: Allow use of segment number as UID
      45297e6c9b BaseTools: 64bit FSP FV map file cannot be created correctly
      1dccbd1a38 MdeModulePkg/AhciPei: Fix MMIO base assignment
      838c730fe6 MdeModulePkg SmbiosMeasurementDxe: Add Type4 CurrentSpeed to filter table
      db7afaee91 MdeModulePkg: Use configurable PCD for AHCI command retries
      970e262949 OvmfPkg: Allow runtime control of IPv4 and IPv6 support on QEMU
      d933ec115b OvmfPkg: gather common NetworkComponents overrides in .dsc.inc file
      477b5b7d55 OvmfPkg: Introduce alternate UefiDriverEntrypoint to inhibit driver load
      34969dd260 ArmPkg, ArmVirtPkg: put SpellCheck in AuditOnly mode
      cdb80a281f OvmfPkg/LegacyBootManagerLib: Fix debug macro arguments
      8fdb4de628 NetworkPkg/TcpDxe: Fix debug macro arguments
      e8a537d28d DynamicTablesPkg/AcpiPpttLibArm: Fix debug macro arguments
      e495b1009a SecurityPkg/SmmTcg2PhysicalPresenceLib: Add missing debug print specifier
      c403de7bd4 RedfishPkg/RedfishRestExDxe: Remove extra debug macro argument
      1096a9b04b MdeModulePkg: Fix imbalanced debug macros
      b4036b52b1 FatPkg/FatPei: Remove extraneous debug message argument
      917a7e3f34 ArmPlatformPkg/NorFlashDxe: Remove unused debug print specifier
      7b8f69d7e1 BaseTools/GenFw AARCH64: Convert more types of explicit GOT references
      d82ec90f51 pip-requirement: Upgrade the edk2-basetools version from 0.1.28 to 0.1.29
      8465fd59d3 OvmfPkg: Update I/O port related to ACPI devices for CloudHv
      54c8d5e432 UefiPayloadPkg: Allow DxeMain.inf to consume the new SerialPortLib
      11a04bb4a6 UefiPayloadPkg: Implement a new SerialPortLib instance
      512042eba8 OvmfPkg/QemuVideoDxe: fix bochs mode init
      314799a926 pip-requirement: Upgrade the edk2-basetools version from 0.1.24 to 0.1.28
      3d35a6c243 IntelFsp2Pkg: Adopt FSP 2.4 MultiPhase functions.
      5eeb088ad6 OvmfPkg/QemuBootOrderLib: add StoreQemuBootOrder()
      db463e8e9d CloudHv/arm: switch PeiMemLib to its own
      dba79765c4 CloudHv/arm: add PeiMemInfoLib
      520ba8e306 OvmfPkg/OvmfPkg*.dsc: Increase ACPI Reclaim memory size
      18b5b14932 OvmfPkg/IncompatiblePciDeviceSupportDxe: Ignore OptionRom in Sev guest
      f7da805b50 RedfishPkg/RedfishDiscoverDxe: Install protocol on each network interface
      39596c41c8 OvmfPkg: Add build-flag SECURE_BOOT_FEATURE_ENABLED
      3abaa281d3 OvmfPkg/TdxDxe: Set PcdEmuVariableNvStoreReserved
      70165fa6e2 OvmfPkg/NvVarsFileLib: Shortcut ConnectNvVarsToFileSystem in secure-boot
      ee91d9ef24 OvmfPkg: Reserve and init EmuVariableNvStore in Pei-less Startup
      58eb8517ad OvmfPkg/PlatformPei: Update ReserveEmuVariableNvStore
      4f173db8b4 OvmfPkg/PlatformInitLib: Add functions for EmuVariableNvStore
      0e72e8762a OvmfPkg/PeilessStartupLib: Delete TdxValidateCfv
      fb008dbe01 EmbeddedPkg: Add AllocateRuntimePages in PrePiMemoryAllocationLib
      7cc7c52670 OvmfPkg: Set default Pci PCDs in Tdx guest
      1b1c58ab32 OvmfPkg: Update CcProbeLib to DxeCcProbeLib
      c4bc1a9498 OvmfPkg: Add SecPeiCcProbeLib
      c05a218a97 EmbeddedPkg/GdbSerialDebugPortLib: fix compile warning
      b5d1dc94d0 OvmfPkg: increase max debug message length to 512
      1a24f5fb12 OvmfPkg/BhyvePkg: use correct PlatformSecureLib
      a4037690d9 EmbeddedPkg: Remove duplicated words
      05db766bee ArmPkg: Remove duplicated words
      1926702c95 ArmPlatformPkg: Remove duplicated words
      6dc4ac1347 ArmVirtPkg: Remove duplicated words
      e87ac5ef49 OvmfPkg: Remove duplicated words
      0ccf955674 StandaloneMmPkg: Remove duplicated words
      22c45b7c52 ArmPlatformPkg/PrePeiCore: Invoke constructors for SEC phase
      52bf4eba45 ArmPkg: Handle warm reboot request correctly
      aefcc91805 OvmfPkg/PlatformDxe: Handle all requests in ExtractConfig and RouteConfig
      165b5bcd68 OvmfPkg/PlatformDxe: Check RouteConfig arguments for spec compliance
      e61f3f4ef1 OvmfPkg: Add BUILD_SHELL flag for IA32, IA32X64, X64
      08522341c4 UefiPayloadPkg: To replace the libraries for the capsule driver.
      ec87181192 IntelFsp2WrapperPkg: Rename PlatformMultiPhaseLibSample.
      6edd257861 IntelFsp2WrapperPkg: Remove duplicated words
      ac55fcb051 DynamicTablesPkg: Fix typo in AmlCodeGenRdMemory32Fixed doxygen comment
      7719bc3f71 DynamicTablesPkg: Fix nested processor containers
      0a4079ad86 DynamicTablesPkg: AcpiSsdtPcieLibArm : Add UID to slot creation
      b9bb27e1ff DynamicTablesPkg: Add support to build _DSD
      033ba8bb29 DynamicTablesPkg: AcpiSsdtPcieLibArm: Added function to reserve ECAM space
      5236d47854 DynamicTablesPkg: DynamicTableManagerDxe: Added check for installed tables
      d9c8a9cf11 DynamicTablesPkg: DynamicPlatRepoLib: Adding more token fixers
      b18c0905ee DynamicTablesPkg: DynamicPlatRepoLib: Fix incorrect dereferencing
      2081054636 DynamicTablesPkg: DynamicPlatRepoLib: Added MemoryAllocationLib to inf
      9ca7ece8b3 MdeModulePkg/NvmExpressPei: Use PCI_DEVICE_PPI to manage Nvme device
      31a94f7fba IntelFsp2WrapperPkg: Add FSP 2.4 MultiPhase interface.
      df25a5457f IntelFsp2Pkg: Add FSP 2.4 MultiPhase interface.
      4b7bd4c591 UefiCpuPkg: Enhance logic in InitializeMpExceptionStackSwitchHandlers
      9ab2b34dd4 UefiCpuPkg: Use Top of each AP's stack to save CpuMpData
      76cf3d35e6 UefiCpuPkg: Simplify the implementation when separate exception stacks
      d1abb876f4 UefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp
      76ec17526b UefiCpuPkg: Add PCD to control SMRR enable & SmmFeatureControl support
      367604b2f4 UefiCpuPkg/MpInitLib: Fix potential issue when IDT table is at above 4G
      3c06953fd7 ShellPkg: Adds Local APIC parser to AcpiView
      04ecdc38cd UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test
      383d34159d .azurepipelines: Use Python 3.10.6+
      227a133a0a Maintainers.txt: Update Maintainers/reviewers for universal payload
    - Removed patches which are merged to mainline:
    - ovmf-add-exclude-shell-flag.patch to add BUILD_SHELL flag for
      IA32, IA32X64, X64
    - e61f3f4ef1        edk2-stable202211~354
    - Modified shim.spec, use BUILD_SHELL instead of EXCLUDE_SHELL
    - Remove "-D EXCLUDE_SHELL" from ovmf-x86_64 and ovmf-x86_64-smm.
    - Add "-D BUILD_SHELL=FALSE" to ovmf-x86_64 and ovmf-x86_64-smm.
    - ovmf-bsc1199156-OvmfPkg-IncompatiblePciDeviceSupportDxe-Ignore-Optio.patch
      to ovmf to ignore OptionRom in Sev guest
    - 18b5b14932    edk2-stable202211~328
* Sat Nov 12 2022 Joey Lee <jlee@suse.com>
  - Change the size of ovmf-x86_64 back to 2MB, and remove EFI shell to
    reduce the fv image size.
    - Originally the reason of changing the size of ovmf-x86_64 to 4MB is for
      preventing OBS exposes the following error:
      [  266s] GenFv: ERROR 3000: Invalid
      [  266s]   the required fv image size 0x1afed8 exceeds the set fv image size 0x1ac000
      The fv image size is too big. But we found that change ovmf-x86_64 to 4MB causes
      live migration problem on qemu. (bsc#1204220)
    - So let's change the size of ovmf_x86_64 back to 2MB and remove EFI shell
      to reduce the fv image size. If user wants to use EFI shell, they should move to
      ovmf-x86_64-4m image. So we add the "-D EXCLUDE_SHELL" build option to ovmf-x86_64
      flavor in ovmf.spec. (bsc#1204220)
* Thu Oct 13 2022 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202208 (jsc#PED-1410)
    - Features (https://github.com/tianocore/edk2/releases):
    Add CRC16 and CRC32C to MdePkg
    IntelFsp2Pkg/ConfigEditor: Support FSP 2.3 header
    Extend SecureBootVariableLib interfaces
    UEFI HTTPS Boot Support for HTTP Client Authentication (Basic or Digest)
    Support 64bit FspResetType for X64 build
    IntelFsp2Pkg/FspSecCore: Add FSP-I entry for SMM support
    Add PCI_DEVICE_PPI definition to EDK2
    Support to assign the subject name to sign the capsule file
    - Patches (git log --oneline --reverse edk2-stable202205..edk2-stable202208):
    7f0890776e MdeModulePkg/UniversalPayload: Align Identifier value with UPL spec
    b4be5f05dd UefiPayloadPkg: Align Identifier value with UPL spec
    dac2fc8146 UefiPayloadPkg: Align SpecRevision value with UPL spec
    3ca7326b37 OvmfPkg/VirtioGpuDxe: replace struct copy with CopyMem call
    fa2b212d61 IntelFsp2Pkg: Add FSP 2.3 header support
    11d8abcba2 IntelFsp2Pkg: FSP_TEMP_RAM_INIT call must follow X64 Calling Convention
    df1c7e91b4 IntelFsp2WrapperPkg: FSP_TEMP_RAM_INIT call for X64 Calling Convention
    62044aa99b OvmfPkg/ResetVector: Removing SEV-ES CPUID bit check
    54cd0d9b2f OvmfPkg: Fix TDVMCALL error in ApRunLoop.nasm
    64706ef761 OvmfPkg: Search EFI_RESOURCE_MEMORY_UNACCEPTED for Fw hoblist
    81ab97b7b9 OvmfPkg/AmdSev: remove unused SMM bits from .dsc and .fdf files
    0223898f3e OvmfPkg/Microvm: drop CODE and VARS files
    b57911c84c OvmfPkg/FdtPciHostBridgeLib: io range is not mandatory
    47f44097eb OvmfPkg/Platform: unfix PcdPciExpressBaseAddress
    ad3bafa7d5 OvmfPkg/Microvm/pcie: no vbeshim please
    bd10d4e201 OvmfPkg/Microvm/pcie: mPhysMemAddressWidth tweak
    632574ced1 OvmfPkg/Microvm/pcie: add pcie support
    5c9f151e0c OvmfPkg: CloudHv: Fix FW_BASE_ADDRESS
    43f3cfce19 OvmfPkg: Check for QemuFwCfg availability before accessing it
    3129ed374c OvmfPkg: CloudHv: Rely on QemuFwCfgLibNull implementation
    bf25f27e00 OvmfPkg: Don't access A20 gate register on Cloud Hypervisor
    72c5afd0b4 Security: Add HashLibTdx
    b1567b2e15 CryptoPkg: Add SecCryptLib
    dc443e4437 SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUID
    a708536dce OvmfPkg: Introduce SecMeasurementLib
    4b0a622635 OvmfPkg/IntelTdx: Measure Td HobList and Configuration FV
    ac03c339de OvmfPkg: Add PCDs for LAML/LASA field in CC EVENTLOG ACPI table
    f8264e1303 MdePkg: Define CC Measure EventLog ACPI Table
    57a6ee3461 OvmfPkg/IntelTdx: Add TdTcg2Dxe
    0a4019ec9d OvmfPkg/IntelTdx: Enable RTMR based measurement and measure boot
    0b36dea3f8 BaseTools: Fix dependency issue in PcdValueInit
    4f89e4b3e8 .pytool: UncrustifyCheck: Set IgnoreFiles path relative to package path
    2818fda9bc Security: Add SecTpmMeasurementLibTdx
    ff0ffe5999 OvmfPkg: Implement MeasureHobList/MeasureFvImage
    a81a650da1 OvmfPkg: Delete SecMeasurementLibTdx
    ff36b2550f OvmfPkg/Sec: fix stack switch
    21a9b605b8 CpuException: Avoid allocating code pages for DXE instance
    34d505123e CpuException: Init global variables in-place
    2fbc5ff0a5 CpuException: Avoid allocating page but using global variables
    2a09527ebc CpuException: Remove InitializeCpuInterruptHandlers
    e7abb94d1f CpuException: Add InitializeSeparateExceptionStacks
    54aeed7e00 MpInitLib: Allocate code buffer for PEI phase
    76323c3145 MpInitLib: remove unneeded global ASM_PFX
    b4d7b9d2b5 MpInitLib: Put SEV logic in separate file
    283ab9437a MpInitLib: Only allocate below 1MB memory for 16bit code
    ccc269756f MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize
    f0b97e165e Revert "OvmfPkg/Sec: fix stack switch"
    b09ada6edc MdePkg: Remove "assert" from SmmCpuRendevousLibNull.c
    92288f4334 MdePkg/BaseLib: Add CRC16-ANSI and CRC32c implementations
    e2ae0bed29 ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIs
    6676162f64 DxeMain: Fix the bug that StackGuard is not enabled
    16d97fa601 OvmfPkg: Use PcdOvmfWorkAreaBase instead of PcdSevEsWorkAreaBase
    05e57cc9ce SecurityPkg/HashLibTdx: Return EFI_UNSUPPORTED if it is not Tdx guest
    92ab049719 BaseTools: output the intermediate library instance when error occurs
    cc2db6ebfb UefiPayloadPkg: Increase the PcdMaximumUnicodeStringLength
    e8034b534a UefiPayloadPkg: Always split page table entry to 4K if it covers stack.
    cfe165140a UefiPayloadPkg: UniversalPayloadBuild.py to support --pcd feature
    b97243dea3 MdeModulePkg/XhciDxe: Check return value of XHC_PAGESIZE register
    3930d1791a ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBlt
    aa1bce0e5e OvmfPkg: reduce the number of dsc include files for tpm libs
    6c9f218bc0 OvmfPkg/Library: Create base HardwareInfoLib for PCI Host Bridges
    2b1a5b8c61 Ovmf/HardwareInfoLib: Create Pei lib to parse directly from fw-cfg
    a1bd79c514 Ovmf/HardwareInfoLib: Add Dxe lib to dynamically parse heterogenous data
    3497fd5c26 Ovmf/PlatformPei: Use host-provided GPA end if available
    3f5b1b9132 OvmfPkg/PciHostBridgeUtilityLib: Initialize RootBridges apertures with spec
    f304308e1c ArmPlatformPkg: Add PCD for serial debug port interrupt
    4bfd668e5e UefiCpuPkg: CpuDxe: Set RW and P Attributes on Split Pages
    2aee08c0b6 UefiPayloadPkg: Backward support with python 3.6
    8f0722434b ArmVirtPkg: Include DxeHardwareInfoLib library class in dsc
    15b25045e6 Ovmf: Include HardwareInfoLib library classes for IntelTdx
    b600f253b3 BaseTools/Ecc: Fix grammar in Ecc error message
    7f4eca4cc2 MdeModulePkg/XhciDxe: Add access xHCI Extended Capabilities Pointer
    5914128871 BaseTools: Fix the GenMake bug for .cpp source file
    c13377153f MdePkg/Acpi62: Add type 7 NFIT Platform Capabilities Structure support
    21e6ef7522 UefiPayloadPkg: Align Attribute value with UPL spec
    8d0564deaf pip-requirements.txt: Update basetools version to 0.1.24
    f966093f5b OvmfPkg/PlatformCI: add IntelTdxBuild.py
    70586d4e3a MdePkg/Acpi62: Add bit definitions to NFIT Platform Capabilities Structure
    7861b24dc9 ArmPkg/Drivers: ArmGicIsInterruptEnabled returns incorrect value
    e1eef3a8b0 NetworkPkg: Add Wi-Fi Wpa3 support in WifiConnectManager
    134fbd552c SecurityPkg: UefiSecureBoot: Definitions of cert and payload structures
    d6bee54c45 SecurityPkg: PlatformPKProtectionLib: Added PK protection interface
    56c717aafa SecurityPkg: SecureBootVariableLib: Updated time based payload creator
    6de7c084db SecurityPkg: SecureBootVariableLib: Updated signature list creator
    6eb4079475 SecurityPkg: SecureBootVariableLib: Added newly supported interfaces
    fe73e9cd89 SecurityPkg: SecureBootVariableProvisionLib: Updated implementation
    d2a0f379d5 SecurityPkg: Secure Boot Drivers: Added common header files
    5678ebb42b SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
    dbc4e3675f SecurityPkg: SecureBootVariableLib: Added unit tests
    152e37cc5a OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependency
    f193b945ea EmulatorPkg: Pipeline: Resolve SecureBootVariableLib dependency
    9ab18fec82 StandaloneMmPkg: Fix issue about SpPcpuSharedBufSize field
    31d3eeb103 StandaloneMmPkg: Replace DEBUG_INFO with DEBUG_ERROR
    5496c763aa StandaloneMmPkg: Fix check buffer address failed issue from TF-A
    e93bc6309b UefiCpuPkg/SecCore: Add debug messages to illuminate data flow
    86a0f84470 ArmVirtPkg: Pipeline: Resolving newly introduced dependency
    c8e30482fd .gitignore: Ignore build tools build logs
    f6f3cc7ead UefiPayloadPkg: Add CryptoDxe driver to UefiPayload
    12dd064a18 MdePkg/include: Update DMAR definitions to Intel VT-d spec ver4.0
    9ab389c01b UefiCpuPkg: Update SEC_IDT_TABLE struct
    470206ba7f IntelFsp2Pkg: Update SEC_IDT_TABLE struct
    0d23c447d6 DynamicTablesPkg: Add support to specify FADT minor revision
    07c8e5e59b UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt
    176016387f BaseTools: add '-p' for Linux 'cp' command.
    039bdb4d3e BaseTools: Fix DSC LibraryClass precedence rule
    fc4a132c0e DynamicTables: Fix DT PCI interrupt flags parsing
    792ebb6374 DynamicTablesPkg: Fix generated _HID value for SBSA
    c966204049 IntelFsp2Pkg: Add Definition of EDKII_PEI_VARIABLE_PPI
    586b4a104b Maintainers.txt: Add IntelFsp2*Pkg Maintainer
    e18a5f813c Maintainers.txt: Update Maintainers/reviewers for UefiPayloadPkg
    e21b203911 UefiPayloadPkg: Add macro to support selective driver in UPL
    f0064ac3af Maintainers.txt: Update email address
    6cda306da1 DynamicTablesPkg: AcpiSsdtPcieLibArm: Correct translation value
    9ac155bf0b DynamicTablesPkg: AcpiSsdtPcieLibArm: Support UID > 0xF
    19a8768365 DynamicTablesPkg: AcpiSsdtPcieLibArm: Create support library
    671b0cea51 NetworkPkg/HttpBootDxe: Add Support for HTTP Boot Basic Authentication
    140446cd59 IntelFsp2Pkg: Support 64bit FspResetType for X64 build.
    24eac4caf3 IntelFsp2WrapperPkg: Support 64bit FspResetType for X64 build.
    4824924377 IntelFsp2Pkg/FspSecCore: Add FSP-I API for SMM support.
    3b8cee1781 Maintainers.txt: update Gary's email address
    7ef91af84c EmulatorPkg/PosixFileSystem: Add NULL check on memory allocation
    494f333aba MdeModulePkg/CoreDxe: Allow DXE Drivers to use untested memory
    343f37b5c0 MdeModulePkg/SetupBrowserDxe:Follow spec'd way to reconnect driver
    c8af26627a ArmPkg/CpuDxe: drop ARM_PROCESSOR_TABLE pseudo-ACPI table
    5a3641bfcd IntelFsp2Pkg: Add FSPI_ARCH_UPD.
    bf1ff540d9 MdePkg/UefiDevicePathLib: Add support for PEIMs
    6964b5c48c MdeModulePkg/Include: Long debug string is truncated to 104 char
    d32a84b5ad BaseTools: INF should use latest Pcd value instead of default value
    8ee26529d1 BaseTools/VolInfo: Correct alignment attributes display
    c0b7679aac BaseTools/VolInfo: Increase define for highest section value
    fca5de51e1 BaseTools/VolInfo: Correct EFI_SECTION_VERSION display
    8a5782d704 UefiCpuPkg: Fix nasm warning "signed byte value exceeds"
    a47241f133 UefiPayloadPkg: Add macro to support selection of CryptoDxe driver
    69f76d0f72 Maintainers.txt: Remove OvmfPkg/XenTimerDxe reference
    a8c4fe23c4 Maintainers.txt: Add missing github ids
    7f1c89f167 Maintainers.txt: Remove reviewer Harry Han
    b68d566439 BaseTools/Capsule: Support signtool input subject name to sign capsule file
    e3d468acb9 BaseTools/VolInfo: Show encapsulation sections
    2677286307 UefiPayloadPkg: Fix RelaAddress type always mismatch in if condition
    f26b70cb9f UefiPayloadPkg: Add support for logging to CBMEM console
    57783adfb5 OvmfPkg: Change default to disable MptScsi and PvScsi
    1774a44ad9 Maintainers.txt: Remove MptScsi and PvScsi reviewers
    0e7add1d75 OvmfPkg/XenHypercallLib: Fix naming of AArch64
    3eca64f157 IntelFsp2Pkg: FSPI_UPD is not mandatory.
    0d0bfcb457 IntelFsp2Pkg: Fix GenCfgOpt bug for FSPI_UPD support.
    8a210b9ac0 ShellPkg: Acpiview: Abbreviate field names to preserve alignment
    65c4f3f2be DynamicTablesPkg: Handle error when IdMappingToken is NULL
    f5cea604a6 DynamicTablesPkg: IORT set reference to Id array only if present
    238f903e8d DynamicTablesPkg: IORT set reference to interrupt array if present
    4c55f6394f MdePkg: IORT header update for IORT Rev E.d spec
    cd67efa1b2 ShellPkg: Acpiview: IORT parser update for IORT Rev E.d spec
    de200b7e2c DynamicTablesPkg: Update ArmNameSpaceObjects for IORT Rev E.d
    e9150618ec DynamicTablesPkg: IORT generator updates for Rev E.d spec
    6f4e10d6db SecurityPkg: Add retry mechanism for tpm command
    19cbfaa431 OvmfPkg/QemuVideoDxe: Zero out PixelInformation in QueryMode
    a551de0d93 ArmVirtPkg: Fix KVM Guest Firmware
    0dc9b78a46 Maintainers.txt: Add missing Github IDs for OvmfPkg TPM/TGC modules
    d219119721 UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt
    79aab22fca UefiPayloadPkg: Add a Macro to enable Boot Logo
    444260d45e UefiPayloadPkg: Load Boot Logo into ACPI table
    86757f0b47 MdeModulePkg: Add EDKII_PCI_DEVICE_PPI definition
    a8f59e2eb4 MdeModulePkg/AhciPei: Use PCI_DEVICE_PPI to manage AHCI device
    3e599bbc10 DynamicTablesPkg: Fix using RmrNodeCount unitlitialised
    a0a03b5154 BaseTools/GenSec: Fix typo
    f5f8c08db9 BaseTools/VolInfo: Show FV section boundaries
    d241a09afb BaseTools/VolInfo: Parse EFI_SECTION_FREEFORM_SUBTYPE_GUID header
    cf02322c98 BaseTools/GenSec: Support EFI_SECTION_FREEFORM_SUBTYPE_GUID sections
    1ee1622817 Basetools/GenFw: Allow AARCH64 builds to use the --prm flag
    9f197e44b1 PrmPkg: Enable external visibility on PRM symbols
    21200d9fe6 PrmPkg: Build Prm Samples with GCC for AARCH64
    57faeb782a PrmPkg: Support AArch64 builds using GCC
    1da2012d93 PrmPkg: Add details on AArch64 build to the Readme.
    0f7bccf584 UefiCpuPkg: Simplify InitializeSeparateExceptionStacks
    9a24c3546e MdeModulePkg: Move CPU_EXCEPTION_INIT_DATA to UefiCpuPkg
    f1688ec9da UefiCpuPkg: Simplify the struct definition of CPU_EXCEPTION_INIT_DATA
    75e3c2435c UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structs
    f336e30ba1 UefiCpuPkg/CpuPageTableLib: Return error on invalid parameters
    bf334513b3 CpuPageTableLib: Fix a bug when a bit is 1 in Attribute, 0 in Mask
    13a0471bfd CpuPageTableLib: Refactor the logic
    9cb8974f06 CpuPageTableLib: Split the page entry when LA is aligned but PA is not
    c16f02f776 CpuPageTableLib: Avoid treating non-leaf entry as leaf one
    f4c845e46b CpuPageTableLib: Fix parent attributes are not inherited properly
    9f53fd4ba7 CpuPageTableLib: Fix a bug to avoid unnecessary changing to page table
    927113c83b CpuPageTableLib: Fix bug that wrongly requires extra size for mapping
    e9e2ecab2d CpuPageTableLib: define IA32_PAGE_LEVEL enum type internally
    e76496530c MdePkg/Library/UefiDevicePathLib: Add back StandaloneMm INF file
    bd06717863 MdeModulePkg: Enhance bus scan for all root bridge instances
    74f44d920a ShellPkg/SmbiosView: Display extended memory info in smbiosview -t 17
    83d5871184 UefiCpuPkg/PiSmmCpuDxeSmm: Add a new mIsShadowStack flag
    7b4754904e UefiCpuPkg/PiSmmCpuDxeSmm: Remove mInternalCr3 in PiSmmCpuDxeSmm
    62391b4ce9 MdeModulePkg/DxeIpl: Remove clearing CR0.WP when protecting pagetable
    803ed060ee UefiPayloadPkg: Remove clearing CR0.WP when protecting pagetable
    a2b61de2f6 IntelFsp2Pkg: FSPM_ARCH2_UPD mismatching bug.
    809b5a3d2a MdeModulePkg: Update the SMBIOS version by UPL
    2812668bfc UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test
    30d62f5e31 OvmfPkg/PlatformDxe: Check ExtractConfig and RouteConfig arguments
    b94836b224 OvmfPkg/VirtioGpuDxe: Check QueryMode arguments
    3f282f4510 OvmfPkg/VirtioFsDxe: Check GetDriverName arguments
    64a20bea97 MdeModulePkg/DumpDynPcd: Remove unsupported format specifiers
    9102518d29 MdePkg: Improved Smbios Type9 table and Smbios spec v3.5.0 Changes
    35d167ef3c ShellPkg: Improved Smbios Type 9 table changes in PrintInfo.c
    68bf712d4f MdePkg: Added support for SMBIOS spec v3.6.0 to Smbios.h
    e2ac68a23b BaseTools/Source/C/GenSec: Fix EFI_SECTION_FREEFORM_SUBTYPE_GUID header
    d5fd86f256 ShellPkg: Adds Local APIC parser to AcpiView
    2bb0020675 UefiPayloadPkg: Return PciRootBridges instead of NULL
    c15c9fa420 UefiPayloadPkg: Add macro to control NvmExpressDxe
    938430741f RedfishPkg/RedfishDiscoverDxe: USB Redfish host interface is not supported
    eebef1b3b7 RedfishPkg: Redfish modules may need to use the functions which are private
    f2bf043aaa RedfishPkg: Redfish functions for REST requests are not fully spec complied
    dfdba857a6 UefiPayloadPkg: Fix Coverity report defect
    4d83ee04f4 ShellPkg: Add revision check for DSDT Header on Arm
    0ede7cad73 Maintainers.txt: Update maintainers list
    722e03bc2e Revert "UefiCpuPkg/CpuPageTableLib/UnitTest: Add host based unit test"
    166c49c212 Revert "ShellPkg: Adds Local APIC parser to AcpiView"
    39ff9769ca Revert "BaseTools: Fix DSC LibraryClass precedence rule"
    ba0e0e4c6a BaseTools: Fix DevicePath GNUmakefile for macOS
    - Respin the following patches:
      ovmf-Revert-UefiCpuPkg-Replace-Opcode-with-the-correspond.patch
* Mon Sep 19 2022 Joey Lee <jlee@suse.com>
  - Add patches to disable option ROM on sev (bsc#1199156)
      ovmf-bsc1199156-OvmfPkg-IncompatiblePciDeviceSupportDxe-Ignore-Optio.patch
* Mon Sep 12 2022 Joey Lee <jlee@suse.com>
  - Modified ovmf.changes log, using PED-1410 instead of PED-1359 for
    pushing to SLE15-SP5.
* Tue Sep 06 2022 Joey Lee <jlee@suse.com>
  - Because 5 revert patches in edk2-stable202205 for nasm-2.14 is against
    15-SP4/Leap 15.4 and earlier version. So add suse_version and sle_version
    checking logic in ovmf.spec when applying revert patches. (jsc#PED-1410)
* Tue Aug 23 2022 Joey Lee <jlee@suse.com>
  - Removed patches in ovmf-bsc1196879-sev-fix.patch which are merged to
    edk2-stable202205:
    - OvmfPkg/AmdSev: reserve snp pages
    - de463163d9	edk2-stable202205-rc1~292
    - OvmfPkg/ResetVector: cache the SEV status MSR value
    - 63c50d3ff2	edk2-stable202205-rc1~291
    - OvmfPkg/BaseMemEncryptLib: use the SEV_STATUS MSR
    - f1d1c337e7	edk2-stable202205-rc1~290
* Tue Aug 16 2022 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202205
    - Features (https://github.com/tianocore/edk2/releases):
    Support PEI 64bit in IntelFsp2Pkg and IntelFsp2WrapperPkg
    IntelFsp2Pkg: BaseFspCommonLib Support for X64 Build
    Add PrmPkg
    BaseTools Enhance GenFw to support PRM GCC build
    Enable Intel TDX in OvmfPkg
    Generate CloudHv target as PVH ELF binary
    Add parallel hash feature into BaseCryptLib
    Configure/Enable elliptic curve ciphers in OpenSSL
    Add FMMT tool into edk2 BaseTools
    Dynamic variable flash information cannot be passed in Standalone MM
    - Patches (git log --oneline --reverse edk2-stable202202~..edk2-stable202205):
    b24306f15d NetworkPkg: Fix incorrect unicode string of the AKM/Cipher Suite
    2dbed52506 ArmVirtPkg/ArmVirtMemoryInitPeiLib: avoid redundant cache invalidation
    54cddc3ad4 ArmVirtPkg/ArmVirtKvmTool: wire up configurable timeout
    de463163d9 OvmfPkg/AmdSev: reserve snp pages
    63c50d3ff2 OvmfPkg/ResetVector: cache the SEV status MSR value in workarea
    f1d1c337e7 OvmfPkg/BaseMemEncryptLib: use the SEV_STATUS MSR value from workarea
    b1b89f9009 MdeModulePkg: Correct high-memory use in NvmExpressDxe
    84338c0d49 MdeModulePkg: Replace Opcode with the corresponding instructions.
    d3febfd9ad MdePkg: Replace Opcode with the corresponding instructions.
    7bc8b1d9f4 SourceLevelDebugPkg: Replace Opcode with the corresponding instructions.
    2aa107c0aa UefiCpuPkg: Replace Opcode with the corresponding instructions.
    bbaa00dd01 MdePkg: Remove the macro definitions regarding Opcode.
    6a890db161 BaseTools: Upgrade the version of NASM tool
    497ac7b6d7 UefiPayloadPkg/PayloadLoaderPeim: Use INT64 as input parameter
    dc39554d58 edk2/MdeModulePkg/Debuglib: Add Standalone MM support
    906242343f MdeModulePkg/GraphicsConsoleDxe: Check status to make sure no error
    b422b0fcf9 EmulatorPkg/EmuGopDxe: Set ModeInfo after Open successfully
    589d51df26 MdeModulePkg/Usb/Keyboard.c: Don't request protocol before setting
    b909b4ad09 OvmfPkg: Make the Xen ELF header generator more flexible
    0a707eb258 OvmfPkg: Xen: Use a new fdf include for the PVH ELF header
    0015a4e0a8 OvmfPkg: Xen: Generate fdf include file from ELF header generator
    9ac8c85d50 OvmfPkg: CloudHv: Remove VARS and CODE sections
    e1c7f9b4e5 OvmfPkg: Generate CloudHv as a PVH ELF binary
    d50d9e5549 OvmfPkg: CloudHv: Retrieve RSDP address from PVH
    82bfd2e86d OvmfPkg: CloudHv: Rely on PVH memmap instead of CMOS
    b83d0a6438 OvmfPkg: CloudHv: Add README
    4a68176cb5 UefiCpuPkg: Extend SMM CPU Service with rendezvous support.
    949b8a3d97 Maintainers.txt: Add new reviewer for UefiPayloadPkg
    091b6a1197 UefiPayloadPkg: Add build option for Above 4G Memory
    4adc364c75 UefiPayloadPkg: Fix case of protocol
    79f2734e5a MdeModulePkg: Add a check for metadata size in NvmExpress Driver
    af74efe494 UefiPayloadPkg: Make Boot Manager Key configurable
    62fa37fe7b BlSupportSmm: fix definition of SetSmrr()
    56530dec11 .pytool/Plugin/UncrustifyCheck: Output file diffs by default
    2aac8bb7ef .pytool: Update to newest pytools
    c63ef58698 .azurepipelines: Updated python version
    f06941cc46 MdeModulePkg: Add bRefClkFreq card attribute programming support
    2b175eeb6a RedfishPkg: fix memory leak issue
    10b4c8f3b7 Maintainers: Update Maintainers.txt for edk2 Redfish modules
    0fdd466c75 UefiCpuPkg/MpInitLib:remove optional in declaration
    52e09dcd7a UefiCpuPkg: Support FFS3 GUID in SearchForBfvBase.asm
    a13dfc769b MdeModulePkg/DxeIpl: Create 5-level page table for long mode
    c8ea48bdf9 DynamicTablesPkg: Fix serial port namespace path in DBG2
    414cd2a4d5 BaseTools/GenFw: Enhance GenFw to support PRM GCC build
    33438f7354 EmulatorPkg/RedfishPlatformCredentialLib: Check EFI_SECURE_BOOT_MODE_NAME
    5b56c52b5c EmulatorPkg/RedfishPlatformCredentialLib: Don't stop Redfish service
    0531f61376 IntelFsp2Pkg: BaseFspDebugLibSerialPort Support for X64
    411b3ff6dd IntelFsp2Pkg: BaseFspSwitchStackLib Support for X64
    b429959bb6 MdeModulePkg/SdMmcPciHcDxe: Make timeout for SD card configurable
    79a705fbaf UefiPayloadPkg: Hookup SD/MMC timeout
    28eeb08d86 MdePkg/Include: Smbios Specification 3.5.0 changes
    c1e662101a CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib.
    267a92fef3 MdePkg/AcpiXX.h: Update Error Severity type for Generic Error Status Block
    ec0b54849b IntelFsp2Pkg: BaseFspCommonLib Support for X64
    5d8d8b5148 MdeModulePkg/NvmExpressDxe: fix check for Cap.Css
    69218d5d28 MdeModulePkg/NvmExpressPei: fix check for NVM command set
    bf9230a9f3 BaseTools: Add the FeatureFlagExpression usage to the Source Section
    3115377bf0 BaseTools: Remove the redundant __FLEXIBLE_SIZE from PcdValueInit.c
    4a2e1000a1 CryptoPkg: update openssl submodule to 1.1.1n
    355515a06a CryptoPkg? Redefinition bug in CrtLibSupport.h.
    7b005f344e BaseTools: fix gcc12 warning
    85021f8cf2 BaseTools: fix gcc12 warning
    22130dcd98 Basetools: turn off gcc12 warning
    ec30a4a0c3 BaseTools:Support decimal version number in ECC check
    3ef2071927 UefiCpuPkg: Update BFV searching algorithm in VTF0
    691b178667 ShellPkg/AcpiView: Adds ACPI_PARSER bitfield parser
    40004ff9d5 ShellPkg/AcpiView: PrintFormatter for FADT Flags field
    7456990e8e MdeModulePkg/Ufs: bRefClkFreq attribute be programmed after fDeviceInit
    237c966396 UefiPayloadPkg/UefiPayloadPkg.ci.yaml: Remove duplicated entry
    76191052fd UefiPayloadPkg: Fix build error
    449eb01a8d UefiPayloadPkg: Fix architecture in the build instruction
    c248802e40 UefiPayloadPkg: Fix PciHostBridgeLib
    2b4b8013fe UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection
    55637a2894 UefiPayloadPkg: Make Boot Timeout configurable
    2268920afc .azurepipelines: Use Python 3.8
    c3ca70669e .azurepipelines: Use windows-2019 VM image
    3b0de44759 EmulatorPkg: Use windows-2019 VM image
    75628d27c0 OvmfPkg: Use windows-2019 VM image
    b328bb54c6 BaseTools/Bin: Update GCC ARM compiler version
    3f0c788a5f MdePkg: Add Tdx.h
    77228269e7 MdePkg: Update Cpuid.h for Tdx
    818bc9596d MdePkg: Introduce basic Tdx functions in BaseLib
    c3001cb744 MdePkg: Add TdxLib to wrap Tdx operations
    eddcba40b5 UefiCpuPkg: Extend VmgExitLibNull to handle #VE exception
    daf8f642f3 OvmfPkg: Extend VmgExitLib to handle #VE exception
    de327f7d8a UefiCpuPkg/CpuExceptionHandler: Add base support for the #VE exception
    ab9d790901 MdePkg: Add helper functions for Tdx guest in BaseIoLibIntrinsic
    b6b2de8848 MdePkg: Support mmio for Tdx guest in BaseIoLibIntrinsic
    d74e932681 MdePkg: Support IoFifo for Tdx guest in BaseIoLibIntrinsic
    3571fc906f MdePkg: Support IoRead/IoWrite for Tdx guest in BaseIoLibIntrinsic
    7bed7ae6c5 UefiCpuPkg: Support TDX in BaseXApicX2ApicLib
    d983b102b3 MdePkg: Add macro to check SEV / TDX guest
    88da06ca76 UefiCpuPkg: Enable Tdx support in MpInitLib
    352eabdcd5 OvmfPkg: Add IntelTdx.h in OvmfPkg/Include/IndustryStandard
    6a608255bb OvmfPkg: Add TdxMailboxLib
    57bcfc3b06 OvmfPkg: Create initial version of PlatformInitLib
    102cafedad OvmfPkg/PlatformInitLib: Add hob functions
    9a9b33b3d6 OvmfPkg/PlatformPei: Move global variables to PlatformInfoHob
    5a2574a82e OvmfPkg/PlatformPei: Refactor MiscInitialization
    6d2ce5fd5c OvmfPkg/PlatformPei: Refactor MiscInitialization for CloudHV
    3dd47f9544 OvmfPkg/PlatformPei: Refactor AddressWidthInitialization
    432e4acd87 OvmfPkg/PlatformPei: Refactor MaxCpuCountInitialization
    f3801cf26c OvmfPkg/PlatformPei: Refactor QemuUc32BaseInitialization
    e510326245 OvmfPkg/PlatformPei: Refactor InitializeRamRegions
    12e860a1e8 OvmfPkg/PlatformPei: Refactor MemMapInitialization
    cec82a64cf OvmfPkg/PlatformPei: Refactor NoexecDxeInitialization
    f53f449f15 OvmfPkg/PlatformPei: Refactor MiscInitialization
    10460942ff OvmfPkg/PlatformInitLib: Create MemDetect.c
    96047b6663 OvmfPkg/PlatformInitLib: Move functions to Platform.c
    b22ac35b75 OvmfPkg: Update PlatformInitLib to process Tdx hoblist
    ccca1c2d5d OvmfPkg/Sec: Declare local variable as volatile in SecCoreStartupWithStack
    2b80269d98 OvmfPkg: Update Sec to support Tdx
    6b27c11690 OvmfPkg: Check Tdx in QemuFwCfgPei to avoid DMA operation
    bec9104201 MdeModulePkg: Skip setting IA32_ERER.NXE if it has already been set
    fd306d1dbc MdeModulePkg: Add PcdTdxSharedBitMask
    cc3620f304 UefiCpuPkg: Update AddressEncMask in CpuPageTable
    e23f8f52fd OvmfPkg: Update PlatformInitLib for Tdx guest
    cf17156d7d OvmfPkg: Update PlatformPei to support Tdx guest
    9fdc70af6b OvmfPkg: Update AcpiPlatformDxe to alter MADT table
    5aa8018639 OvmfPkg/BaseMemEncryptTdxLib: Add TDX helper library
    fae5c1464d OvmfPkg: Add TdxDxe driver
    07c721fea7 OvmfPkg/QemuFwCfgLib: Support Tdx in QemuFwCfgDxe
    2520182122 OvmfPkg: Update IoMmuDxe to support TDX
    c2e7be4055 OvmfPkg: Rename XenTimerDxe to LocalApicTimerDxe
    299c44cd4f UefiCpuPkg: Setting initial-count register as the last step
    c37cbc030d OvmfPkg: Switch timer in build time for OvmfPkg
    580a6b616b OvmfPkg: Add TdxWorkArea definition
    75942a52ae OvmfPkg: Add PrePiHobListPointerLibTdx
    4fe2678411 OvmfPkg: Add PeilessStartupLib
    1f29de4d20 OvmfPkg/IntelTdx: Add Sec to bring up both Legacy and Tdx guest
    55fda68a80 OvmfPkg: Update TdxDxe to set TDX PCDs
    f674fa9cde OvmfPkg: Update DxeAcpiTimerLib to read HostBridgeDevId in PlatformInfoHob
    149ed8e421 OvmfPkg/IncompatiblePciDeviceSupportDxe: Refine the configuration
    c477b2783f OvmfPkg/IncompatiblePciDeviceSupportDxe: Ignore OptionRom in Td guest
    cb8349f01a MdeModulePkg: Update PciEnumeratorSupport to ignore OptionRom if needed
    44a53a3bdd OvmfPkg: Introduce IntelTdxX64 for TDVF Config-B
    7fda517c3d OvmfPkg: Add dependency of VariableSmm driver to make it work normally.
    b953265a27 UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance
    0023e35cf4 UefiPayloadPkg: Change some configuration of the payload
    3e130e40fc UefiPayloadPkg: Consume the new added DebugPrintErrorLevelLib instance
    f16b05a13b .pytool/Plugin/UncrustifyCheck: Update func to return absolute paths
    dbfbaedb21 .pytool/Plugin/UncrustifyCheck: Add ignore file support
    d932199d39 OvmfPkg: Revert Uncrustify formatting in VbeShim.h files
    ad6816c319 OvmfPkg: Do not check VbeShim.h formatting with Uncrustify
    d2998af211 PrmPkg: Add package and include headers
    5f76c3e471 PrmPkg: Add PrmConfig protocol interface
    e189e01af2 PrmPkg/PrmContextBufferLib: Add initial library instance
    3f7af17c6b PrmPkg/PrmConfigDxe: Add initial driver
    9276e0d2b9 PrmPkg: Add initial PrmSamplePrintModule
    c63905aba7 PrmPkg: Add initial PrmSampleMemoryAllocationModule
    27b1a840e4 PrmPkg: Add initial PrmSampleHardwareAccessModule
    7c41ec47ca PrmPkg: Add initial PrmSampleContextBufferModule
    97ab54c1b1 PrmPkg: Add initial package DSC file
    d2cb6e67a4 Readme.md: Add initial content
    e846797662 PrmPkg: Add ALLOCATE_CONTEXT_BUFFER_IN_FW build option
    a6f8946bc9 PrmPkg: Enable variable growth for the PRM_MODULE_EXPORT macro
    ef05955996 PrmPkg: Publish PRM operation region to support PRM ACPI _DSM invocation
    f96517f4d0 PrmPkg: Export major/minor version in PRM module PE COFF header
    50e1432a40 PrmPkg: Add initial PrmSsdtInstallDxe module
    a409f4b67d PrmPkg: Remove PRM Module Update Lock
    0797989c5d PrmPkg: Remove ALLOCATE_CONTEXT_BUFFER_IN_FW build flag
    0b469caff6 PrmPkg/PrmContextBuffer.h: Add ACPI parameter support structures
    be2c927d7c PrmPkg/PrmLoaderDxe: Add ACPI parameter buffer support
    c1a7a50f67 PrmPkg/PrmSampleContextBufferModule: Remove OS debug print requirement
    4c8486fd72 PrmPkg/PrmSampleHardwareAccessModule: Add non-print PRM handlers
    7217263514 PrmPkg/SampleAcpiParameterBufferModule: Add initial module
    fec018624c PrmPkg/HardwareAccessModuleConfigLib: Add initial library
    d10b8dc5d8 PrmPkg/Samples/Readme.md: Add initial file
    6b7dde7cdd PrmPkg: Refactor some PrmLoaderDxe functionality into libraries
    4348c72ad0 PrmPkg/Application/PrmInfo: Add initial application
    e10c776487 PrmPkg: Enforce stricter types
    2e55b0cd9e PrmPkg/Test/PrmPkgHostTest.dsc: Add initial file
    3599f5479d PrmPkg/Test/UnitTest/Library: Add initial UEFI Boot Services test lib
    82d15dc6c1 PrmPkg/Library/DxePrmContextBufferLib: Add host-based unit tests
    68ee42c991 PrmPkg/DxePrmModuleDiscoveryLib: Add initial host-based unit tests
    c040831cf9 PrmPkg: Add PlatformGuid
    a9302b89a9 PrmPkg: Update PRM OpRegion
    f8e68587e2 Readme.md: Add iASL note and QEMU sample link
    4a4aeaa446 PrmPkg: Replace PcdPrmPlatformGuid with EDKII_DSC_PLATFORM_GUID
    17b2d64ced PrmPkg/Samples: Remove PrmSampleMemoryAllocationModule
    050b2ba27d PrmPkg/Samples: Remove PrmSamplePrintModule
    88f3d734f5 PrmPkg: Remove the concept of OS services
    deea4e58b0 Readme.md: Add a link to PRM Specification
    f3c11224b5 PrmPkg: Changes for edk2 repo transition
    a298a84478 PrmPkg: Apply uncrustify changes
    94f905b3bf MdeModulePkg/HiiDatabase: Fix Setup numeric default value incorrect issue
    b8c5ba2337 BaseTools: efi_debugging.py: Add debugger agnostic dbg Python Classes
    0d7fec9f79 BaseTools: Scripts/efi_gdb.py: Add gdb EFI commands and pretty Print
    4f4afcd288 BaseTools: Scripts/efi_lldb.py: Add lldb EFI commands and pretty Print
    bfefdc2c49 UefiPayloadPkg: Fix PciHostBridgeLib
    676084303d UefiPayloadPkg: Support IA32 Build
    63e155f24d UefiPayloadPkg: Add dependency of VariableSmm driver.
    dab96cf02e UefiPayloadPkg: Add --quiet argument to Universal Payload build script
    35a4b63247 NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryInterval
    38a9afd0fb NetworkPkg/HttpDxe: Decofigure Tcp4 before reconfiguring
    3974aa539e NetworkPkg/HttpDxe: Decofigure Tcp6 before reconfiguring
    c43ff5188d NetworkPkg/HttpDxe: Add ConnectionClose flag fo HTTP_PROTOCOL
    753fd319e2 NetworkPkg/HttpDxe: Detect 'Connection: close' header
    12a50c9ce1 NetworkPkg/HttpDxe: Detect HTTP/1.0 servers
    5576b17363 BaseTools: Fix DevicePath tool build failure issue
    4352d115c4 CryptoPkg/CrtLibSupport: add fcntl.h
    3b4b49cf00 CryptoPkg/CrtLibSupport: add strstr()
    58771f4b2d CryptoPkg/CrtLibSupport: add INT_MIN
    2759e42fbc CryptoPkg/CrtLibSupport: add UINT_MAX
    fd5f347c84 CryptoPkg/CrtLibSupport: add MODULESDIR
    03951e5645 CryptoPkg/CrtLibSupport: add off_t
    fab6285a73 CryptoPkg/CrtLibSupport: fix strcpy
    f5508a91e3 CryptoPkg/UnitTest: fix DH testcase
    c411566fad pip-requirements.txt: Update basetools version to 0.1.17
    8a5727c7a8 Maintainers.txt: Add Michael Kubacki as UnitTestFrameworkPkg maintainer
    1a49e2aa3c CryptoPkg: Add instrinsics to support building ECC on IA32 windows
    efc39e65e5 CryptoPkg: Reconfigure OpensslLib to add EC algorithms
    0c901fcc20 CryptoPkg: Make EC source file config-able
    f3da13461c CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers
    4cfb28f12a UefiPayloadPkg: Fix the build failure
    9bf7291d63 ShellPkg: Update smbiosview type 41 with SMBIOS 3.5 fields
    630df8c86e IntelFsp2Pkg: X64 compatible changes to support PEI in 64bit
    6f219bef55 IntelFsp2Pkg: Add FSPx_ARCH2_UPD support for X64
    d40965b987 IntelFsp2Pkg: Update FSP_GLOBAL_DATA and FSP_PLAT_DATA for X64
    00aa71ce20 IntelFsp2Pkg: FspSecCore support for X64
    6bec5a66ea IntelFsp2Pkg: SecFspSecPlatformLibNull support for X64
    4a6ed7e46a IntelFsp2WrapperPkg: Adopt FSPM_UPD_COMMON_FSP24 for X64
    86a2f3c439 IntelFsp2WrapperPkg: BaseFspWrapperApiLib support for X64
    91a03f78ba IntelFsp2WrapperPkg: SecFspWrapperPlatformSecLibSample support for X64
    3d97733f44 MdePkg: Add CC_GUEST_TYPE in ConfidentialComputingGuestAttr.h
    d020ac55b6 OvmfPkg: Replace GUEST_TYPE with CC_GUEST_TYPE
    74a3eb975d MdePkg: Add CcProbeLibNull
    2f44d77c68 OvmfPkg: Add CcProbeLib
    2a7e1e890d OvmfPkg: Add CcProbeLib in *.dsc
    7012cb73c4 MdePkg: Probe Cc guest in BaseIoLibIntrinsicSev
    76fda1def3 OvmfPkg: Call CcProbe in SecMain.c instead of TsIsEnabled
    532bd4ec38 CryptoPkg/Crt: fix strcpy build on older VS compilers
    6d2baf9dfb PrmPkg/DxePrmContextBufferLib: Fix unit test GCC compilation errors
    892787fed5 OvmfPkg/OvmfPkgX64: Adjust load sequence of TdxDxe and AmdSevDxe driver
    b06a007b64 CryptoPkg: Declare PcdEcEnabled in Library consuming OpensslLib
    fdfbf1fdab MdePkg: Update smbiosview type 9 with SMBIOS 3.5 fields
    a85ae8d964 ShellPkg: Update smbiosview type 9 with SMBIOS 3.5 fields
    2306555bf9 UefiPayloadPkg: Fix IA32 entry build failure
    f4dfec6ca1 BaseTools: Move gPlatformFinalPcd to Datapipe and optimize size
    ee582858c4 .azurepipelines: Add NOOPT to all package builds
    2d9d605714 .pytool/Plugin/UncrustifyCheck: Add Azure DevOps UI debug instructions
    b807174fec MdeModulePkg/GraphicsConsoleDxe: add modes
    5a17629902 OvmfPkg: clear PcdConOut{Row,Column}
    96e1d337e0 ArmVirtPkg: clear PcdConOut{Row,Column}
    483d3bb716 ShellPkg: Update smbiosview type 0 with SMBIOS 3.5 fields
    ecc79b092e OvmfPkg/VirtioGpuDxe: add VirtioGpuSendCommandWithReply
    182122914c OvmfPkg/VirtioGpuDxe: add GetDisplayInfo to virtio-gpu spec header.
    82c07f2cc7 OvmfPkg/VirtioGpuDxe: add VirtioGpuGetDisplayInfo
    5f6ecaa398 OvmfPkg/VirtioGpuDxe: use GopQueryMode in GopSetMode
    86de090b99 OvmfPkg/VirtioGpuDxe: move code to GopInitialize
    916f90baa5 OvmfPkg/VirtioGpuDxe: query native display resolution from host
    d372ab585a BaseTools/Conf: Fix Dynamic-Library-File template
    cabd96ad03 OvmfPkg: restore CompatImageLoaderDxe chunk
    4092f1d397 OvmfPkg/Bhyve: add support for QemuFwCfg
    daa6cd8763 ArmPlatformPkg: Fix error message in Scripts/Ds5/edk2_debugger.py
    5299568ce6 ArmPlatformPkg: Fix target initialisation in cmd_load_symbols.py
    101f4c7892 ArmPlatformPkg: Fix EDK2_DSC check in Scripts/Makefile
    a64b944942 BaseTools: Add FMMT Python Tool
    826527c9db UefiPayloadPkg: Add definition for PayloadCommandLine HOB
    d4eef3fe7c MdePkg: Add CpuLib to module INFs that depend on UefiCpuLib.
    a63b086e69 IntelFsp2Pkg: Add CpuLib to module INFs that depend on UefiCpuLib
    3afa0a2096 IntelFsp2WrapperPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
    1783b099d3 OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
    86d41c077e UefiCpuPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
    2434f6f206 UefiPayloadPkg: Add CpuLib to module INFs that depend on UefiCpuLib.
    247a0fc65e OvmfPkg: Add README for TDVF
    8079d4dc4f MdePkg: add SmmCpuRendezvousLib.h and SmmCpuRendezvousLibNull implement.
    1a6c837638 UefiPayloadPkg: Fix the UPL build failure
    29ae55a0b8 PcAtChipsetPkg: Change the flow of PcRtcInit()
    a658ed30e5 MdeModulePkg/PCD: Pcd initialize DXE have assert
    0e31124877 .pytool: Fix python command error in self introduction doc
    43613b2fe8 CryptoPkg: Rename PCD about openssl EC configuration
    f753c36209 CryptoPkg: Separate auto-generated openssl config and edk2 openssl config
    499b0d5fa5 CryptoPkg: Update process_files.pl to automatically add PCD config option
    a332ffb6ef CryptoPkg/openssl: update generated files
    9dd964f5e5 CryptoPkg/openssl: disable codestyle checks for generated files
    b5cd30a79b UefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support in MpInitLib"
    ad629b5c5a OvmfPkg: Add MpInitLibDepLib related PPI/Protocol definitions
    2f06e5af47 OvmfPkg: Add MpInitLibDepLib
    b63a49e056 OvmfPkg/Sec: Install MpInitLibDepLib PPIs in SecMain.c
    73d6d41de0 OvmfPkg/TdxDxe: Install MpInitLibDepLib protocols
    deee7a100b OvmfPkg: Enable 2 different CpuMpPei and CpuDxe drivers
    17702186b5 MdeModulePkg: PiSmmCore: Inspect memory guarded with pool headers
    d0efa681b6 UefiPayloadPkg: Simplify code logic
    57ebb2994d UefiPayloadPkg: Add Serial IO device path according to related protocol
    ef01d63ef3 UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole
    35d9b7ea2d ArmPkg: Remove RVCT support
    b55b6d33e4 ArmPlatformPkg: Remove RVCT support
    e9eeb0ad2b CryptoPkg: Remove RVCT support
    48b919cb14 MdePkg: Remove RVCT support
    5621d81edf FatPkg: Remove RVCT support
    cc070e9e0c NetworkPkg: Remove RVCT support
    a744199470 ArmVirtPkg: Remove RVCT support
    b7a446f224 EmbeddedPkg: Remove RVCT support
    57c84113a1 OvmfPkg: Remove RVCT support
    708620d29d BaseTools: Remove RVCT support
    2d1138a1a8 .azurepipelines: Fix cspell version to v5.20.0
    7b126978e1 .pytool/plugin/SpellCheck: Allow compound words
    2189c71026 .pytool/plugin/SpellCheck: Add more common words
    0903042b66 MdeModulePkg: Add Variable Flash Info HOB
    60b519456c MdeModulePkg/VariableFlashInfoLib: Add initial library
    4dbebc2d10 MdeModulePkg/Variable: Consume Variable Flash Info
    8db39c60cd MdeModulePkg/FaultTolerantWrite: Consume Variable Flash Info
    524a15c1fa ArmVirtPkg/ArmVirt.dsc.inc: Add VariableFlashInfoLib
    a69eac7578 EmulatorPkg: Add VariableFlashInfoLib
    a7d3d4e7c4 OvmfPkg: Add VariableFlashInfoLib
    1f026ababf UefiPayloadPkg: Add VariableFlashInfoLib
    a72d552f19 OvmfPkg/OvmfPkgX64: Use different CcProbeLib when SMM is on or off
    a21a3438f7 OvmfPkg: Make an Ia32/X64 hybrid build work with SEV
    9c733f0b90 OvmfPkg: TdxDxe: Fix AsmRelocateApMailBoxLoop
    07c0c2eb0a OvmfPkg: fix PcdFSBClock
    16779ede2d Removed prefix to match AsmRelocateApMailBoxLoopStart
    - Removed patches in ovmf-bsc1196879-sev-fix.patch which are merged to mainline:
    - OvmfPkg/AmdSev: reserve snp pages
    - de463163d9	edk2-stable202205-rc1~292
    - OvmfPkg/ResetVector: cache the SEV status MSR value
    - 63c50d3ff2	edk2-stable202205-rc1~291
    - OvmfPkg/BaseMemEncryptLib: use the SEV_STATUS MSR
    - f1d1c337e7	edk2-stable202205-rc1~290
  - Add the following patches for building edk2-stable202205 with nasm-2.14 on
    SLE15-SP3/SP4 and Leap 15.3/15.4. Those patches add marco back because
    nasm-2.14 doesn't support corresponding instructions. (jsc#PED-1410)
    - ovmf-Revert-MdePkg-Remove-the-macro-definitions-regarding.patch
      ovmf-Revert-UefiCpuPkg-Replace-Opcode-with-the-correspond.patch
      ovmf-Revert-SourceLevelDebugPkg-Replace-Opcode-with-the-c.patch
      ovmf-Revert-MdePkg-Replace-Opcode-with-the-corresponding-.patch
      ovmf-Revert-MdeModulePkg-Replace-Opcode-with-the-correspo.patch
    - Then reverted 5 patches in 84338c0d49~..bbaa00dd01
      MdeModulePkg: Replace Opcode with the corresponding
      MdePkg: Replace Opcode with the corresponding
      SourceLevelDebugPkg: Replace Opcode with the
      UefiCpuPkg: Replace Opcode with the corresponding
      MdePkg: Remove the macro definitions regarding Opcode.
  - Change the size of ovmf-x86_64 to 4MB, otherwise OBS exposes the following error:
      [  266s] GenFv: ERROR 3000: Invalid
      [  266s]   the required fv image size 0x1afed8 exceeds the set fv image size 0x1ac000
    - [ovmf-x86_64]="-p OvmfPkg/OvmfPkgX64.dsc -D FD_SIZE_4MB"
* Tue Jun 21 2022 Jiri Slaby <jslaby@suse.cz>
  - add ovmf-tools_def-add-fno-omit-frame-pointer-to-GCC48_-IA32-.patch.
    It fixes crashes when linked using gcc 12 (bsc#1199597).
* Mon May 02 2022 jlee@suse.com
  - Respin amd-sev and amd-sev-es features
    After more testing, we found that not all descriptors can support
    both amd-sev with amd-sev-es. So we removed all amd-sev and amd-sev-es
    feature tags but only keep them in ovmf-x86_64-2m.json and
    60-ovmf-x86_64.json. (bsc#1198246#c75)
* Sat Mar 26 2022 Martin Liška <mliska@suse.cz>
  - Add GCC 12 workaround (ovmf-ignore-spurious-GCC-12-warning.patch)
    that handles: https://bugzilla.tianocore.org/show_bug.cgi?id=3816
    The same patch is already included in qemu package.
* Tue Mar 15 2022 Fabian Vogt <fvogt@suse.com>
  - TPM_ENABLE got renamed to TPM2_ENABLE and TPM_CONFIG_ENABLE removed
    (except on ARM for some reason) (boo#1197104)
* Thu Mar 10 2022 jlee@suse.com
  - Update to edk2-stable202202
    - Features (https://github.com/tianocore/edk2/releases):
    OvmfPkg Add new target for Cloud Hypervisor
    Add TDVF to OvmfPkg
    Add new APIs to UefiCpuPkg/UefiCpuLib
    Add AMD Secure Nested Paging Support
    Add SSDT PCI generator in DynamicTablesPkg
    Support ACPI 6.4 PPTT changes
    Add FdtHwInfoParser library
    Add DynamicPlatRepo library
    Make package and platform builds reproducible across source format changes
    Add Uncrustify CI Plugin
    Apply uncrustify changes to all package C and H files
    - Patches (git log --oneline --reverse edk2-stable202111~..edk2-stable202202):
    bb1bba3d77 NetworkPkg: Fix invalid pointer for DNS response token on error
    ef9a059cdb EmulatorPkg/Win/Host: Update CC_FLAGS
    69877614fd .pytool/Plugin/EccCheck: Remove RevertCode()
    854462bd34 .pytool/Plugin/EccCheck: Remove temp directory on exception
    3019f1bbab .pytool/Plugin/EccCheck: Add performance optimizations
    99f84ff473 .pytools/Plugin/LicenseCheck: Use temp directory for git diff output
    76a1ce4d5f .azurepipelines/templates: Update max pipeline job time to 2 hours
    365dced2c3 ArmPkg: Update YAML to ignore specific ECC files/errors
    1939fc9569 ArmPlatformPkg: Update YAML to ignore specific ECC files/errors
    c97fee87f0 ArmVirtPkg: Update YAML to ignore specific ECC files/errors
    d5744ecba8 CryptoPkg: Update YAML to ignore specific ECC files/errors
    d7d30e8f21 EmulatorPkg: Update YAML to ignore specific ECC files/errors
    9deb937076 MdeModulePkg: Update YAML to ignore specific ECC files/errors
    df790cd6b3 MdePkg: Update YAML to ignore specific ECC files/errors
    60fa40be45 SecurityPkg: Update YAML to ignore specific ECC files/errors
    9944508e85 ShellPkg: Update YAML to ignore specific ECC files/errors
    c30c40d6c6 StandaloneMmPkg: Update YAML to ignore specific ECC files/errors
    c057347977 UefiPayloadPkg: Update YAML to ignore specific ECC files/errors
    f0f3f5aae7 UnitTestFrameworkPkg: Update YAML to ignore specific ECC files/errors
    dfafa8e453 MdeModulePkg/DxeCorePerformanceLib:Variable Initial
    a4a582e180 ArmPkg: Change use of EFI_D_* to DEBUG_*
    1d2482e1e3 ArmPlatformPkg: Change use of EFI_D_* to DEBUG_*
    c5b3a56e4f ArmVirtPkg: Change use of EFI_D_* to DEBUG_*
    a1878955b2 EmbeddedPkg: Change use of EFI_D_* to DEBUG_*
    9c7da8d804 EmulatorPkg: Change use of EFI_D_* to DEBUG_*
    917e98f3e5 FatPkg: Change use of EFI_D_* to DEBUG_*
    87000d7708 MdeModulePkg: Change use of EFI_D_* to DEBUG_*
    5f289f3ae3 MdePkg: Change use of EFI_D_* to DEBUG_*
    c49ca4a29e NetworkPkg: Change use of EFI_D_* to DEBUG_*
    47719926e8 OvmfPkg: Change use of EFI_D_* to DEBUG_*
    ca56749b0e PcAtChipsetPkg: Change use of EFI_D_* to DEBUG_*
    e905fbb05a SecurityPkg: Change use of EFI_D_* to DEBUG_*
    4a1aee13d8 ShellPkg: Change use of EFI_D_* to DEBUG_*
    586fda4800 SourceLevelDebugPkg: Change use of EFI_D_* to DEBUG_*
    96e1cba5c1 UefiCpuPkg: Change use of EFI_D_* to DEBUG_*
    1871d28eaf ArmPkg: Change OPTIONAL keyword usage style
    2863ba97ca ArmPlatformPkg: Change OPTIONAL keyword usage style
    9607597a74 ArmVirtPkg: Change OPTIONAL keyword usage style
    c8f46130f8 CryptoPkg: Change OPTIONAL keyword usage style
    fe2d81892f DynamicTablesPkg: Change OPTIONAL keyword usage style
    792433088c EmbeddedPkg: Change OPTIONAL keyword usage style
    c69fc80c80 EmulatorPkg: Change OPTIONAL keyword usage style
    9c721071d3 FmpDevicePkg: Change OPTIONAL keyword usage style
    e3917e22e7 MdeModulePkg: Change OPTIONAL keyword usage style
    d0e2f8232a MdePkg: Change OPTIONAL keyword usage style
    8874fa199d NetworkPkg: Change OPTIONAL keyword usage style
    79d49e162e OvmfPkg: Change OPTIONAL keyword usage style
    237295f46d PcAtChipsetPkg: Change OPTIONAL keyword usage style
    dc8fe5ec95 RedfishPkg: Change OPTIONAL keyword usage style
    12710fe93b SecurityPkg: Change OPTIONAL keyword usage style
    9b8507cabe ShellPkg: Change OPTIONAL keyword usage style
    18908e6131 SignedCapsulePkg: Change OPTIONAL keyword usage style
    f9c9215b55 SourceLevelDebugPkg: Change OPTIONAL keyword usage style
    902e76de19 StandaloneMmPkg: Change OPTIONAL keyword usage style
    4ec586b9f6 UefiCpuPkg: Change OPTIONAL keyword usage style
    e35dd32821 UefiPayloadPkg: Change OPTIONAL keyword usage style
    78bc3bdd2a UnitTestFrameworkPkg: Change OPTIONAL keyword usage style
    ea85f0fe13 ArmVirtPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    e3b855f283 CryptoPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    4a9d411662 DynamicTablesPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    db52c7f755 MdeModulePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    098307e082 MdePkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    ed7f7c9168 NetworkPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    8e875037bf OvmfPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    deba54761a PcAtChipsetPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    f9f4fb2329 SecurityPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    7c2a6033c1 UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END()
    429309e0c6 ArmPkg: Apply uncrustify changes
    40b0b23ed3 ArmPlatformPkg: Apply uncrustify changes
    2b16a4fb91 ArmVirtPkg: Apply uncrustify changes
    7c34237831 CryptoPkg: Apply uncrustify changes
    731c67e1d7 DynamicTablesPkg: Apply uncrustify changes
    e7108d0e96 EmbeddedPkg: Apply uncrustify changes
    a550d468a6 EmulatorPkg: Apply uncrustify changes
    bcdcc4160d FatPkg: Apply uncrustify changes
    45ce0a67bb FmpDevicePkg: Apply uncrustify changes
    111f2228dd IntelFsp2Pkg: Apply uncrustify changes
    7c7184e201 IntelFsp2WrapperPkg: Apply uncrustify changes
    1436aea4d5 MdeModulePkg: Apply uncrustify changes
    2f88bd3a12 MdePkg: Apply uncrustify changes
    d1050b9dff NetworkPkg: Apply uncrustify changes
    ac0a286f4d OvmfPkg: Apply uncrustify changes
    5220bd211d PcAtChipsetPkg: Apply uncrustify changes
    39de741e2d RedfishPkg: Apply uncrustify changes
    c411b485b6 SecurityPkg: Apply uncrustify changes
    47d20b54f9 ShellPkg: Apply uncrustify changes
    b878648967 SignedCapsulePkg: Apply uncrustify changes
    c1e126b119 SourceLevelDebugPkg: Apply uncrustify changes
    91415a36ae StandaloneMmPkg: Apply uncrustify changes
    053e878bfb UefiCpuPkg: Apply uncrustify changes
    e5efcf8be8 UefiPayloadPkg: Apply uncrustify changes
    7c0ad2c338 UnitTestFrameworkPkg: Apply uncrustify changes
    dc453b5164 .pytool/Plugin/UncrustifyCheck: Add Uncrustify CI plugin
    1832eb15aa UefiPayloadPkg/UefiPayloadPkg.fdf: Update DXE Apriori list
    ca78281c25 UefiPayloadPkg/PayloadEntry: Inherit 4/5-level paging from bootloader
    b2f7ee2ded UefiPayloadPkg: Increase SystemMemoryUefiRegionSize from 32M to 64M
    94e0a7bddb UefiPayloadPkg: Add missing Guid gUefiAcpiBoardInfoGuid
    2527723de9 UefiPayloadPkg: Add performance measurement feature
    ffdde9d719 UefiPayloadPkg: Skip ModuleInfo HOB in Payload
    965292135b UefiPayloadPkg/UefiPayloadPkg.dsc:Add BootManagerLib for BootManagerMenuApp
    85a678bf76 UefiPayloadPkg: Add integration instruction for coreboot common error
    7b28310008 BaseTools: Increase the DevicePath length for support more PCD value.
    d25b803e51 MdeModulePkg/Bus/Pci/UhciDxe: Fix the UsbHc memory allocate and free issue
    c82ab4d8c1 BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of
    2ddacfb6b8 OvmfPkg/SecMain: move SEV specific routines in AmdSev.c
    e2289d19d8 UefiCpuPkg/MpInitLib: move SEV specific routines in AmdSev.c
    2fe8edfe55 OvmfPkg/ResetVector: move clearing GHCB in SecMain
    3053183d41 OvmfPkg/ResetVector: introduce SEV metadata descriptor for VMM use
    707c71a01b OvmfPkg: reserve SNP secrets page
    cca9cd3dd6 OvmfPkg: reserve CPUID page
    f2dc28f0b6 OvmfPkg/ResetVector: pre-validate the data pages used in SEC phase
    34819f2cac OvmfPkg/ResetVector: use SEV-SNP-validated CPUID values
    d9822304ce OvmfPkg/MemEncryptSevLib: add MemEncryptSevSnpEnabled()
    7c3b2892ea OvmfPkg/SecMain: register GHCB gpa for the SEV-SNP guest
    d2b998fbdc OvmfPkg/VmgExitLib: use SEV-SNP-validated CPUID values
    a19b648952 OvmfPkg/PlatformPei: register GHCB gpa for the SEV-SNP guest
    19914edc5a OvmfPkg/AmdSevDxe: do not use extended PCI config space
    ade62c18f4 OvmfPkg/MemEncryptSevLib: add support to validate system RAM
    d706f8fec2 OvmfPkg/MemEncryptSevLib: add function to check the VMPL0
    11b15336f0 OvmfPkg/BaseMemEncryptSevLib: skip the pre-validated system RAM
    d39f8d88ec OvmfPkg/MemEncryptSevLib: add support to validate > 4GB memory in PEI phase
    202fb22be6 OvmfPkg/SecMain: validate the memory used for decompressing Fv
    8eb79b5f4f OvmfPkg/PlatformPei: validate the system RAM when SNP is active
    26210f9436 MdePkg: Define ConfidentialComputingGuestAttr
    504ae26b80 OvmfPkg/PlatformPei: set PcdConfidentialComputingAttr when SEV is active
    b95908e043 UefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr to check SEV status
    f4e3ce5f53 UefiCpuPkg: add PcdGhcbHypervisorFeatures
    f5a6e1bab5 OvmfPkg/PlatformPei: set the Hypervisor Features PCD
    2c354252be MdePkg/GHCB: increase the GHCB protocol max version
    9c703bc0f1 UefiCpuPkg/MpLib: add support to register GHCB GPA when SEV-SNP is enabled
    d4d7c9ad5f UefiCpuPkg/MpInitLib: use BSP to do extended topology check
    b928eb44d5 OvmfPkg/MemEncryptSevLib: change the page state in the RMP table
    b7b8872031 OvmfPkg/MemEncryptSevLib: skip page state change for Mmio address
    ea3a12d970 OvmfPkg/PlatformPei: mark cpuid and secrets memory reserved in EFI map
    67484aed69 OvmfPkg/AmdSev: expose the SNP reserved pages through configuration table
    06544455d0 UefiCpuPkg/MpInitLib: Use SEV-SNP AP Creation NAE event to launch APs
    0f1d7477c0 OvmfPkg: Remove unused print service driver (PrintDxe)
    30631f0a26 MdePkg: Add missing Cache ID (in)valid define
    0077c22f6d MdePkg: Remove PPTT ID type structure
    a50b65ce22 ShellPkg: Update Acpiview PPTT parser to ACPI 6.4
    8cf2bdfcfb ShellPkg: Add Cache ID to PPTT parser
    b2bbe3df54 DynamicTablesPkg: Remove PPTT ID structure from ACPI 6.4 generator
    e139829dd6 DynamicTablesPkg: Update PPTT generator to ACPI 6.4
    e81a81e584 DynamicTablesPkg: Add CacheId to PPTT generator
    9afcd48a94 OvmfPkg: Handle Cloud Hypervisor host bridge
    2ccefa32a6 OvmfPkg: Create global entry point for SMBIOS parsing
    d8ef774346 OvmfPkg: Retrieve SMBIOS from Cloud Hypervisor
    66bce05f6d OvmfPkg: Generalize AcpiPlatformDxe
    7594c5bfe2 OvmfPkg: Install ACPI tables for Cloud Hypervisor
    f6df289a1c OvmfPkg/OvmfXen: Fix Xen build
    2b20a34fd5 OvmfPkg-EmuVariableFvbRuntimeDxe: Support Access To Memory Above 4G
    d5efc875ef MdePkg: Introduce CcMeasurementProtocol for CC Guest firmware
    a124cd4ef9 SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLib
    8c06c53b58 SecurityPkg: Support CcMeasurementProtocol in DxeTpmMeasurementLib
    adf070ff56 OvmfPkg/Microvm: add PcdConfidentialComputingGuestAttr
    2686468c43 OvmfPkg/Bhyve: add MemEncryptSevLib
    61be49e0f7 OvmfPkg/PlatformCI: factor out PlatformBuildLib.py
    21ee379407 OvmfPkg/PlatformCI: add QEMU_SKIP
    64bccda534 OvmfPkg/PlatformCI: add BhyveBuild.py
    04eacd3943 OvmfPkg/PlatformCI: add MicrovmBuild.py
    8b8ae609a7 OvmfPkg/PlatformCI: add AmdSevBuild.py
    2722856a87 OvmfPkg/PlatformCI: dummy grub.efi for AmdSev
    1203eba58e OvmfPkg/PlatformCI: add XenBuild.py
    64ef0dd1d3 OvmfPkg/Microvm/fdt: add device tree support
    79dcaf7054 OvmfPkg/Microvm/fdt: load fdt from fw_cfg
    c802f8935c OvmfPkg/Microvm/fdt: add empty fdt
    2a68abf6ee OvmfPkg/Microvm/virtio: add virtio-mmio support
    e07d27e24d OvmfPkg/Microvm: add README
    7f1861be2b DynamicTablesPkg: AML Code generation for memory ranges
    0e7147fe75 DynamicTablesPkg: AML Code generation to create a named Package()
    fd5fc4bbb7 DynamicTablesPkg: AML Code generation to create a named ResourceTemplate()
    b2b8def4e3 DynamicTablesPkg: AML Code generation to add _PRT entries
    69ddfee1c3 DynamicTablesPkg: Add AmlAttachNode()
    ce306e48eb DynamicTablesPkg: Add Pci related objects
    e35a746cf5 DynamicTablesPkg: SSDT Pci express generator
    ec37fd9c1f DynamicTablesPkg: Fix multiple objects parsing
    557dede8a6 OvmfPkg/PlatformPei: ScanOrAdd64BitE820Ram improvements
    759e3c6d21 OvmfPkg/PlatformPei: prefer etc/e820 for memory detection
    41d8bb3038 OvmfPkg/PlatformPei: stop using cmos for memory detection
    7a6e6ae933 EmulatorPkg: Update lldbefi.py to work with current lldb which uses python3
    4d30352445 ArmPkg: Add SMC helper functions
    c039fa7ff0 ArmPkg: Update SMC calls to use the new ArmCallSmc0/1/2/3 functions
    90ad4b3b34 DynamicTablesPkg: Definition for HwInfoParser interface
    d59c5a20f8 DynamicTablesPkg: FdtHwInfoParser: CM Object descriptor helper
    5d8b5d171c DynamicTablesPkg: FdtHwInfoParser: Add FDT utility functions
    8d2691c3d5 DynamicTablesPkg: FdtHwInfoParser: Add Boot Arch parser
    3ebe1ff5c9 DynamicTablesPkg: FdtHwInfoParser: Generic Timer Parser
    51941f7558 DynamicTablesPkg: FdtHwInfoParser: Add Serial port parser
    e366a41ef0 DynamicTablesPkg: FdtHwInfoParser: Add GICC parser
    0fa1217726 DynamicTablesPkg: FdtHwInfoParser: Add GICD parser
    b04cf355a0 DynamicTablesPkg: FdtHwInfoParser: Add MSI Frame parser
    d250d408cf DynamicTablesPkg: FdtHwInfoParser: Add ITS parser
    7b6c8b30a5 DynamicTablesPkg: FdtHwInfoParser: Add GICR parser
    26bf034a59 DynamicTablesPkg: FdtHwInfoParser: Add GIC dispatcher
    c67bf628c8 DynamicTablesPkg: FdtHwInfoParser: Add PCI config parser
    deb01dfd7f DynamicTablesPkg: Add FdtHwInfoParser library
    9006967c8d DynamicTablesPkg: Handle 16550_WITH_GAS id
    b2d0ed20fd DynamicTablesPkg: Definition for DynamicPlatRepoLib interface
    2e2db65e39 DynamicTablesPkg: DynamicPlatRepo: Add TokenGenerator
    740e3bb634 DynamicTablesPkg: DynamicPlatRepo: Add TokenFixer
    5fe5b6f94f DynamicTablesPkg: DynamicPlatRepo: Add TokenMapper
    38f6d78c3b DynamicTablesPkg: Add DynamicPlatRepo library
    f14fff5135 StandaloneMmPkg/FvLib: Support large file with EFI_FFS_FILE_HEADER2.
    3a72ec71cd OvmfPkg: remove unused TPM options from MicrovmX64.dsc
    b47575801e OvmfPkg: move tcg configuration to dsc and fdf include files
    5711ff4d0b OvmfPkg: drop TPM_CONFIG_ENABLE
    b819388772 OvmfPkg: create Tcg12ConfigPei.inf
    4de8d61bce OvmfPkg: rework TPM configuration
    e6ea1464a8 OvmfPkg/PlatformPei: Revert "stop using cmos for memory detection"
    a6c0418651 ArmPkg/SmbiosMiscDxe: Remove duplicate HII string definition
    45e3842970 ArmPkg/SmbiosMiscDxe: Get full SMBIOS strings from OemMiscLib
    b451c69088 ArmPkg/ProcessorSubClassDxe: Get serial and part number from OemMiscLib
    8ed8568922 SecurityPkg: Debug code to audit BIOS TPM extend operations
    195f011973 SecurityPkg: Reallocate TPM Active PCRs based on platform support
    ab5ab2f603 SecurityPkg: TPM must go to Idle state on CRB command completion
    c63a10ecb7 EmbeddedPkg/AcpiLib: Add more helper functions
    f129b1f06f OvmfPkg/Bhyve: fix tls-enabled build
    ee1f8262b8 OvmfPkg: Call PlatformInitializeConsole for GPU passthrough case
    de9e5b7dc7 IntelFsp2WrapperPkg : FSPM/S UPD data address based on Build Type
    9ec2cc1f31 IntelFsp2WrapperPkg : Remove EFIAPI from local functions.
    ae8272ef78 MdeModulePkg/UsbBusDxe: fix NOOPT build error
    15c596aeeb OvmfPkg: Bhyve: Delete unused AcpiTables/Ssdt.asl file
    6612ff8561 UefiCpuPkg: Extend measurement of microcode patches to TPM
    e910f076ad BaseTools: Fix the bug of --cmd-len build option
    7935be0fbd IntelFsp2Pkg/FspSecCore: ExtendedImageRevision was not printed.
    c095122d4b MdeModulePkg/PciBusDxe: Enumerator to check for RCiEP before looking for RP
    d463c56ddd MdeModulePkg: Replace with UFS_UNIT_DESC to fix timeout problem
    45920941d9 MdeModulePkg: Refactoring UFS DME request and fix timing problem
    13d9e8ec98 MdeModulePkg: Put off UFS HCS.DP checking to fix timing problem
    079a58276b OvmfPkg/AmdSev/SecretPei: Mark SEV launch secret area as reserved
    9dd14fc91c MdePkg: Add registers of boot partition feature
    14a731096d UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception
    6062002bd5 MdeModulePkg/PartitionDxe: Add break to handle invalid LBA0 in MBR
    7438a85bf1 BaseTools: Fix wrong variable header size
    c712ce2bb1 OvmfPkg/CloudHv: Add new target for Cloud Hypervisor
    a2da72b2ca OvmfPkg/CloudHv: Replace legacy 8254 PIT with local APIC timer
    6ecdda71fe OvmfPkg/CloudHv: Connect serial console
    1552050ce7 OvmfPkg/CloudHv: Remove legacy 8259 PIC support
    fdcea7ff6f OvmfPkg/CloudHv: Remove Q35 specifics
    71082d3d1b OvmfPkg/CloudHv: Reduce dependency on QemuFwCfg
    196be601f9 OvmfPkg/CloudHv: Remove video support
    7b6cbe0a81 OvmfPkg/CloudHv: Remove USB support
    e73d1bf96a OvmfPkg/CloudHv: Remove CSM support
    b66056ef21 OvmfPkg/CloudHv: add Maintainers.txt entry
    5302bd81d9 OvmfPkg: Add CloudHvX64 to the CI
    59c48c9314 UefiPayloadPkg: Change the user interface name of the Uiapp
    5801910013 UefiPayloadPkg: Not use BaseCpuTimerLib by default.
    772c5bb8dc FmpDevicePkg/FmpDxe: Update FmpDeviceCheckImageWithStatus() handling
    7709988dd8 RedfishPkg/RedfishRestExDxe:Simplify status check
    21320ef669 MdeModulePkg/Variable: Make only EFI_VARIABLE_NON_VOLATILE invalid
    7e5c603cba MdeModulePkg/SdMmcPciHcDxe: Robust improvements for SD card 1.8V switch
    ee67067f17 MdeModulePkg: VariableSmmRuntimeDxe: Fix Variable Policy Message Length
    5b39832e18 MdePkg: MmCommunication2: Update MM communicate2 function description
    ce37f45955 ArmPkg: MmCommunicationDxe: MM communicate function argument attributes
    541a077bd1 ArmPkg: MmCommunicationDxe: Update MM communicate `CommBuffer**` checks
    1aa1ec4574 ArmPkg: MmCommunicationDxe: Update MM communicate `CommSize` check
    8cc5590eab ArmPkg: MmCommunicationDxe: Update MM communicate `MessageLength` check
    6777e67383 EmbeddedPkg: Fix a build error in FwVol.c in X64 arch
    a867f3a704 UefiPayloadPkg: Use BaseCpuTimerLib for Universal Payload by default
    f4b7b473b4 MdeModulePkg/UefiBootManagerLib: Convert BmLoadOption to Variable Policy
    76b3d45b75 ShellPkg: Add the missing VariablePolicyHelperLib in ShellPkg.dsc
    8542fc5f95 NetworkPkg: Add the missing VariablePolicyHelperLib in NetworkPkg.dsc
    ae35314e7b Maintainers.txt: Add Sami Mujawar as reviewer for ArmPkg
    862ea6e836 OvmfPkg: change qemu default resolution to 1280x800
    e95b44c90e ArmVirtPkg: change qemu default resolution to 1280x800
    929804b172 OvmfPkg: add PcdVideoResolutionSource
    7f25ddbc03 OvmfPkg/QemuVideoDxe: simplify InitializeBochsGraphicsMode
    336da55ca8 OvmfPkg/QemuVideoDxe: drop QEMU_VIDEO_BOCHS_MODES->ColorDepth
    55c05427b9 OvmfPkg/QemuVideoDxe: factor out QemuVideoBochsAddMode
    49a2d8cbf5 OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolution
    ba79becd55 OvmfPkg/BaseCachingPciExpressLib: Migrate BaseCachingPciExpressLib
    103fa647d1 ArmPkg: Replace CoreId and ClusterId with Mpidr in ARM_CORE_INFO struct
    742dafd2cc DynamicTablesPkg: Print specifier macro for CM_OBJECT_ID
    13136cc311 DynamicTablesPkg: FdtHwInfoParserLib: Parse Pmu info
    5751d60821 DynamicTablesPkg: AmlLib: AmlAddPrtEntry() to handle GSI
    5816bd3eab DynamicTablesPkg: AcpiSsdtPcieLibArm: Remove link device generation
    dc1118fa0d ArmVirtPkg: Add cspell exceptions
    0dbd356983 ArmVirtPkg/Kvmtool: Add DSDT ACPI table
    312ef7a0a4 ArmVirtPkg/Kvmtool: Add Configuration Manager
    17a02163bd ArmVirtPkg/Kvmtool: Enable ACPI support
    5b3c682d91 ArmVirtPkg/Kvmtool: Enable Acpiview
    017564d637 ArmPkg/ArmMmuLib AARCH64: avoid EL0 accessible mappings
    45b1612659 DynamicTablesPkg: Add Memory32Fixed function
    007a95055b DynamicTablesPkg: Remove redundant cast in AmlCodeGenReturn
    33189f0527 DynamicTablesPkg: Add AmlCodeGenMethodRetInteger function
    a4b7aa362d MdeModulePkg/Bus/Pci/PciBusDxe: Support platform PCI ROM override
    6fb09da89f ShellPkg: Fix incorrect PPTT FlagName dereference
    c09dbc92e9 BaseTools/Conf: Add new macro for customizing dll file reduction.
    d4ac53aa91 BaseTools: Fix error leg in DscBuildData.py
    f78b937c95 MdeModulePkg/RuntimeDxe: clear mVirtualMapMaxIndex
    96b8b5fd10 MdeModulePkg/UiApp: Fix spelling of 'FRONTPAGE'
    bd676f080a Maintainers.txt: add missing github IDs to OvmfPkf/Fdt reviewers
    1f54eaa725 Maintainers.txt: update email for Leif Lindholm
    b360b0b589 Maintainers.txt: Update email address
    c9b7c6e0cc BaseTools: Update CLANG{35,38}_WARNING_OVERRIDES to ignore unused vars
    42af706dfb BaseTools: Update brotli submodule
    1193aa2dfb MdeModulePkg: update brotli submodule
    85589ddbf6 OvmfPkg/VmgExitLib: Fix uninitialized variable warning with XCODE5
    c28e376edc OvmfPkg/FvbServicesSmm: use the VmgExitLibNull
    8a57673316 ShellPkg: Fix Ping GetTimerPeriod API failure
    b24306f15d NetworkPkg: Fix incorrect unicode string of the AKM/Cipher Suite
  - Add amd-sev-es to the following descriptors because James Fehlig
    tested them (bsc#1196879):
      60-ovmf-x86_64.json
      60-ovmf-x86_64-2m.json
      60-ovmf-x86_64-ms.json
      60-ovmf-x86_64-2m-ms.json
  - Backported patches in ovmf-bsc1196879-sev-fix.patch for fixing SEV:
      de463163d9 OvmfPkg/AmdSev: reserve snp pages
    63c50d3ff2 OvmfPkg/ResetVector: cache the SEV status MSR value in workarea
    f1d1c337e7 OvmfPkg/BaseMemEncryptLib: use the SEV_STATUS MSR value from workarea
* Thu Feb 17 2022 Bernhard Wiedemann <bwiedemann@suse.com>
  - Sort file lists for reproducible build results
* Mon Jan 03 2022 Joey Lee <jlee@suse.com>
  - Modified gdb_uefi.py.in for python3 (bsc#1192126)
    - change 'long' to 'int'
    - using
      print ('
      instead of
      print "
* Thu Dec 23 2021 jlee@suse.com
  - Removed useless patch files because they are merged to edk2-stable202111
    - ovmf-OvmfPkg-OvmfXen-Fix-build-with-QemuKernelLoaderFsDxe.patch
    - ovmf-OvmfPkg-OvmfXen-add-QemuKernelLoaderFsDxe.patch
    - ovmf-OvmfPkg-OvmfXen-set-PcdAcpiS3Enable-at-initializatio.patch
  - Updated URL to the edk2 repo on github
  - Use downloaded edk2-edk2-stable%{version}.tar.gz instead of the URL
    for Source0 because the edk2-edk2-stable202111 tarball is broken
    in tianocore repo which can not pass the "osc service runall download_files"
    testing.
    - We ill change it back to the following setting when upstream fixed tarball:
    Source0:        https://github.com/tianocore/edk2/releases/download/edk2-stable%{version}/edk2-edk2-stable%{version}.tar.gz
* Tue Dec 21 2021 Joey Lee <jlee@suse.com>
  - Update to edk2-stable202111
    - Features (https://github.com/tianocore/edk2/releases):
    Add SSDT CPU topology generator
    Support ACPI 6.4 in GTDT parser and generator
    Support ACPI 6.4 in DynamicTables FADT parser
    Support ACPI 6.4 in Acpiview PCCT parser
    Support ACPI 6.4 in Acpiview HMAT parser
    Add support for the microvm machine type (qemu)
    OVMF/ArmVirt: add support for virtio-mmio 1.0
    IntelFsp2Pkg: adopt FSP 2.3 specification
    UefiCpuPkg VTF0 X64: Build page tables using Linear-Address Translation to a 1-GByte Page
    Enable wildcard host name matching in HTTPS/TLS implementation
    Add QuickSort function into BaseLib
    Add SMM NV variable support in universal UEFI payload
    Add TDVF to OvmfPkg
    Make package and platform builds reproducible across source format changes
    - Patches (git log --oneline --reverse edk2-stable202108~..edk2-stable202111):
    7b4a99be8a CryptoPkg: BaseCryptLib fix incorrect param order
    82f7e315d6 MdeModulePkg/PeiCore: Remove MigrateSecModulesInFv()
    8b15024dc7 Maintainers: Add kraxel as Reviewer to ArmVirtPkg and OvmfPkg
    80e67af9af OvmfPkg: introduce a common work area
    ab77b6031b OvmfPkg/ResetVector: update SEV support to use new work area format
    b9af5037b2 OvmfPkg/ResetVector: move the GHCB page setup in AmdSev.asm
    a82bad9730 ArmPkg/GicV3Dxe: Don't signal EOI on arbitrary interrupts
    94e465e5cb OvmfPkg/Virtio10: Add virtio-mmio 1.0 defines
    08293e43da OvmfPkg/VirtioMmioDeviceLib: Add virtio 1.0 detection.
    212a2b9bb8 OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetPageSize.
    537a724421 OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Fix SetQueueAddress
    6a3e9576b8 OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Add default QueueNum
    ae12188cf8 OvmfPkg/VirtioMmioDeviceLib: virtio 1.0: Adapt feature bit handling
    77d5fa8024 OvmfPkg/VirtioMmioDeviceLib: enable virtio 1.0
    b04453d36b MdeModulePkg/EbcDxe: Mitigate memcpy intrinsics
    dc995ce906 MdeModulePkg: Add BootDiscoveryPolicyOld variable.
    443300be46 MdePkg:Update IndustryStandard/Nvme.h with Nvme amdin controller data
    0f11537548 MdeModulePkg:Increase Nvme capacity display
    cae735f613 ArmPkg: Enable boot discovery policy for ARM package.
    cb0d24637d OvmfPkg/OvmfXen: set PcdAcpiS3Enable at initialization
    28152333bc OvmfPkg/LockBoxLib: use PcdAcpiS3Enable to detect S3 support
    52e2dabc0f OvmfPkg/PlatformBootManagerLib: use PcdAcpiS3Enable to detect S3 support
    5b5f10d746 OvmfPkg/SmmControl2Dxe: use PcdAcpiS3Enable to detect S3 support
    9f3eda177a OvmfPkg/OvmfXen: add QemuKernelLoaderFsDxe
    f0fe55bca4 UefiPayloadPkg: Fix the build error when enable Core ci for UefiPayloadPkg
    5d34cc49d5 UefiCpuPkg/PiSmmCpuDxeSmm: Update mPatchCetSupported set condition
    cdda3f74a1 UefiPayloadPkg/UefiPayloadEntry: Fix memory corruption
    3b3f882288 MdeModulePkg/PiSmmCore: Drop deprecated image profiling commands
    b170806518 UefiCpuPkg: Clean up save state boundary checks and comments.
    12e33dca4c IntelFsp2Pkg: Support Config File and Binary delta comparison
    63fddc98e0 UefiPayloadPkg: Create .yaml file in UefiPayloadPkg
    e3ee8c8dbd .azurepipelines: Add UefiPayloadPkg in gate-build-job.yml and CISetting.py
    b6bc203375 MdeModulePkg/HiiDatabaseDxe:remove dead code block
    c5e805ffe1 MdeModulePkg: Fix typo of "memory" in RamDiskDxe debug message
    81d71fb86e Maintainers.txt: Update maintainer/reviewer roles in MdeModulePkg
    edf8bc6d24 SecurityPkg/MemoryOverwriteControl: Add missing argument to DEBUG print
    4473834e7d OvmfPkg/OvmfXen: Fix build with QemuKernelLoaderFsDxe
    a7cf2c5664 RedfishPkg: Fix various typos
    851785ea67 UefiPayloadPkg: Include more modules in UefiPayloadPkg.
    d248516b3a UefiPayloadPkg: Include Network modules in UefiPayloadPkg.
    6c7d6d4a5e UefiCpuPkg: ResetVector Tool Support for Python 3
    cf7c650592 UefiCpuPkg: ResetVector Tool additional debug prints
    d96df7e993 UefiPayloadPkg: Fix the bug in dump guid HOB info functions
    dcd3d63f4f UefiPayloadPkg: Dump hob info from gEdkiiBootManagerMenuFileGuid
    610d8073f2 SecurityPkg/TPM: Import PeiDxeTpmPlatformHierarchyLib.c from edk2-platforms
    4d5f39cd22 SecurityPkg/TPM: Fix bugs in imported PeiDxeTpmPlatformHierarchyLib
    ebbc8ab2cd SecrutiyPkg/Tcg: Import Tcg2PlatformDxe from edk2-platforms
    2906e572c6 SecurityPkg/Tcg: Make Tcg2PlatformDxe buildable and fix style issues
    f108178c56 SecurityPkg: Introduce new PCD PcdRandomizePlatformHierarchy
    a4867dea2a SecurityPkg/Tcg: Import Tcg2PlatformPei from edk2-platforms
    2fa89c8e11 SecurityPkg/Tcg: Make Tcg2PlatformPei buildable and fix style issues
    3b69fcf5f8 SecurityPkg: Add references to header and inf files to SecurityPkg
    6c80564b89 MdeModulePkg/Core/Pei: Fix typo in function descriptions
    6f501a7c9b MdeModulePkg/Core/Pei: Make migrated PEIM message verbose
    c19d18136e MdeModulePkg/Core/Pei: Fix pointer size mismatch in EvacuateTempRam()
    f4e72cf9d6 UefiPayloadPkg: Add script to build UniversalPayload in UefiPayloadPkg
    bda3546c55 UefiPayloadPkg: Fix the warning when building UefiPayloadPkg with IA32+X64
    010753b7e7 UefiCpuPkg: Refactor initialization of CPU features during S3 resume
    89f7ed8b29 UefiCpuPkg: Prevent from re-initializing CPU features during S3 resume
    60d8bb9f28 UefiCpuPkg: VTF0 Linear-Address Translation to a 1-GByte Page till 512GB
    ac6388add4 ArmPkg/ProcessorSubClassDxe: Fix the format of ProcessorId
    e3e47d7963 UefiCpuPkg: SecCoreNative without ResetVector
    542cba73d2 SecurityPkg: Add debug log for indicating IBB verified OBB successfully
    f334c5a41d IntelFsp2WrapperPkg: Make PcdFspModeSelection dynamic
    79019c7a42 OvmfPkg: set a default value for the WorkAreaHeader PCD
    fdeff3fdae EmbeddedPkg: Remove duplicate libfdt.h include
    f2a7e24e38 EmbeddedPkg: AndroidBootImgBoot error handling updates
    c0cd26f43c EmbeddedPkg: Install FDT if UpdateDtb is not present
    7ea7f9c077 EmbeddedPkg: Add LoadFile2 for linux initrd
    d60915b751 UefiPayloadPkg: Add Macro to enable or disable some drivers.
    46b4606ba2 MdeModulePkg/PciBusDxe: Improve the flow of testing support attributes
    f57040b038 MdeModulePkg/BootManagerMenuApp: Limit string drawing within one line
    b0f1b1c5fd MdePkg: Fix DEVICE_SECURITY_EVENT_DATA_HEADER version definition
    cc5a67269e UefiPayloadPkg: Build a HOB from bootloader ACPI table
    dc430ccf3f UefiPayloadPkg: Use dummy constructor for PlatformHookLib
    4a1899dd79 UefiPayloadPkg: Add ".upld_info" in universal payload
    2ea0a0a414 BaseTools: Switch to downloading the ARM compiler from Arm's site
    1ce6ceb75b BaseTools: Switch to downloading the AARCH64 compiler from Arm's site
    c214128a38 BaseTools/GenMake: Use ToolDefinition as fallback option
    259c184c8f BaseTools/build: Set MakefileName
    445c39f757 BaseTools: Remove Makefile/MakefileName fields
    c7d5b046d9 BaseTools: Remove hard-coded strings for target and tools_def
    442e46d3b6 UefiPayloadPkg: Update maximum logic processor to 256
    499c4608b1 OvmfPkg/TPM PPI: Connect default consoles for user interaction
    b8675deaa8 OvmfPkg: Handle TPM 2 physical presence opcodes much earlier
    8ab8fbc016 OvmfPkg: Reference new Tcg2PlatformDxe in the build system for compilation
    bd298d7593 OvmfPkg: Reference new Tcg2PlatformPei in the build system
    f86de75862 MdePkg: MmCommunication: Added definition of MM Communication PPI
    8b4bb94f64 MdePkg: CI YAML: Added new GUID to ignore duplicate list
    9e950cda6a MdeModulePkg: CI YAML: Added new GUID to ignore duplicate list
    2273799677 SecurityPkg: Fix SecureBootDefaultKeysDxe failed to start
    422e5d2f7f UefiPayloadPkg: Remove asm code and sharing libraries
    0875443f7e DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLib
    20775950c6 DynamicTablesPkg: Update TableHelperLib.inf
    1ad5182500 DynamicTablesPkg: Rename single char input parameter
    653113412f DynamicTablesPkg: Add HexFromAscii() to AcpiHelperLib
    72ab552554 DynamicTablesPkg: Add AmlGetEisaIdFromString() to AcpiHelperLib
    96e006b37e DynamicTablesPkg: Add Configuration Manager Object parser
    235ff9fcd1 DynamicTablesPkg: Use %a formatter in AmlDbgPrint
    7a8c037e9e DynamicTablesPkg: Update DynamicTablesPkg.ci.yaml
    691c5f7762 DynamicTablesPkg: Deprecate Crs specific methods in AmlLib
    22873f58c4 DynamicTablesPkg: Rework AmlResourceDataCodegen.c/h
    4cc1458dbe IntelFsp2Pkg: Adopt FSP 2.3 specification.
    c49cb8f30e ArmPkg: SmbiosMiscDxe: Don't populate ExtendedBiosSize when size < 16MB
    282122ec5f ArmVirtPkg/TPM: Add a NULL implementation of TpmPlatformHierarchyLib
    b3685956d2 ArmVirtPkg: Reference new TPM classes in the build system for compilation
    c806b76865 ArmVirtPkg: Disable the TPM2 platform hierarchy
    606340fba3 OvmfPkg/Microvm: copy OvmfPkgX64 files as-is
    4932f05a00 OvmfPkg/Microvm: rename output files, fix includes
    2a49c19b9e OvmfPkg/Microvm: no smm
    60d55c4156 OvmfPkg/Microvm: no secure boot
    0569c52b15 OvmfPkg/Microvm: no tpm
    06fa1f1931 OvmfPkg/Microvm: no sev
    6073bf6cd8 OvmfPkg/Microvm: no csm
    b9dd64b80e OvmfPkg/Microvm: no emulated scsi
    27de86ae41 OvmfPkg/Microvm: use MdePkg/Library/SecPeiDxeTimerLibCpu
    76602f45dc OvmfPkg/Microvm: use XenTimerDxe (lapic timer)
    6a8e9ad24b OvmfPkg/Microvm: PlatformPei/MemDetect tweaks
    8583b57c5c OvmfPkg/Microvm: PlatformPei/Platform memory map tweaks
    bf02d73e74 OvmfPkg/Microvm: PlatformPei/Platform: add id.
    1d3e89f349 OvmfPkg/ResetSystemLib: add driver for microvm
    2c467c9be2 OvmfPkg/Microvm: BdsPlatform: PciAcpiInitialization tweak.
    8456785986 OvmfPkg/Microvm: use PciHostBridgeLibNull
    55f47d2299 OvmfPkg/Microvm: wire up serial console, drop super-io
    862e814de4 OvmfPkg/Microvm: add Maintainers.txt entry
    06a326caf1 DynamicTablesPkg: Update FADT generator to ACPI 6.4
    f09dbf20b9 DynamicTablesPkg: Rename SBSA generic watchdog
    942c9bd357 ShellPkg: Update Acpiview GTDT parser to ACPI 6.4
    80e67bcb23 ShellPkg: Update Acpiview PCCT parser to ACPI 6.4
    b4da6c29f1 ShellPkg: Add Type 5 PCC Subspace Structure parser
    5ece2ad36c MdeModulePkg/Core/Dxe: Add lock protection in CoreLocateHandleBuffer()
    30400318a2 ShellPkg: Update Acpiview HMAT parser to ACPI spec version 6.4
    71c3c9c0c4 DynamicTablesPkg: Remove unnecessary includes
    25cf58a163 DynamicTablesPkg: Add missing parameter check
    bfaf7c8b9e DynamicTablesPkg: Add AddSsdtAcpiHeader()
    28b2df475f DynamicTablesPkg: Add AmlRdSetEndTagChecksum()
    74addfeab6 DynamicTablesPkg: Add AmlSetRdListCheckSum()
    7b2022d39e DynamicTablesPkg: Set EndTag's Checksum if RdList is modified
    2dd7dd3952 DynamicTablesPkg: Clear pointer in node creation fcts
    37bd08176c DynamicTablesPkg: Update error handling for node creation
    6d2777d85f DynamicTablesPkg: Make AmlNodeGetIntegerValue public
    f995f8672b DynamicTablesPkg: AML Code generation for Register()
    9454d1ebcb DynamicTablesPkg: AML Code generation for Resource data EndTag
    1e33479b39 DynamicTablesPkg: AML code generation for a Package
    12e65fd258 DynamicTablesPkg: Helper function to compute package length
    ce15936f2f DynamicTablesPkg: AML code generation for a ResourceTemplate
    de62ccbf4f DynamicTablesPkg: AML code generation for a Method
    e2d7b4950b DynamicTablesPkg: AML code generation to Return a NameString
    3e958e93ce DynamicTablesPkg: AML code generation for a Method returning a NS
    018a962d92 DynamicTablesPkg: AML code generation for a _LPI object
    a5e36ad9bc DynamicTablesPkg: AML code generation to add an _LPI state
    f17ef10e63 DynamicTablesPkg: Add CM_ARM_LPI_INFO object
    769e63999f DynamicTablesPkg: SSDT CPU topology and LPI state generator
    19ee56c4b3 UefiPayloadPkg: Add a macro to select the SecurityStubDxe driver.
    782d018703 MdePkg: Add ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0
    ba4ae92234 ShellPkg: Support ProcessorUpgradeSocketLGA4677 from SMBIOS 3.5.0
    f22feb0e3b CryptoPkg/BaseCryptLib: Eliminate extra buffer copy in Pkcs7Verify()
    4225a464c6 MdePkg/BaseLib: Add QuickSort function on BaseLib
    6ed6abd6c1 BaseTools: Change RealPath to AbsPath
    978d428ec3 UefiPayloadPkg: Add PCI root bridge info hob support for SBL
    43b3840873 MdeModulePkg/Sd: Corrections for Extra.uni files
    a7fcab7aa3 MdeModulePkg/Core/Dxe: Acquire a lock when iterating gHandleList
    e40fefafa9 ArmVirtPkg/FdtClintDxe: Move FdtClientDxe to EmbeddedPkg
    fb759b8b73 MdePkg: Add PcdPciIoTranslation PCD
    7d78a86ecf ArmPkg: Use PcdPciIoTranslation PCD from MdePkg
    77e9b3a7c6 ArmVirtPkg/FdtPciPcdProducerLib: Relocate PciPcdProducerLib to OvmfPkg
    d881c6ddf5 ArmVirtPkg/HighMemDxe: Relocate HighMemDxe to OvmfPkg
    47bd85e9f9 OvmfPkg/HighMemDxe: Add RISC-V in the supported arch.
    f8d0501ded ArmVirtPkg/QemuFwCfgLib: Relocate QemuFwCfgLib to OvmfPkg
    26aa241d2f OvmfPkg/QemuFwCfgLibMmio: Add RISC-V arch support
    c6770f4b88 MdePkg: Add PcdPciMmio32(64)Translation PCDs
    9a7509e465 ArmVirtPkg/FdtPciHostBridgeLib: Relocate FdtPciHostBridgeLib to OvmfPkg/Fdt
    b21c6794de OvmfPkg/FdtPciHostBridgeLib: Add RISC-V in the supported arch.
    e0c23cba5e ArmVirtPkg/VirtioFdtDxe: Relocate VirtioFdtDxe to OvmfPkg/Fdt
    f2400e06db BaseTools: add edk2-test repo to SetupGit.py
    785cfd3305 UefiPayloadPkg: Use SECURITY_STUB_ENABLE to control the SecurityStubDxe
    7e43d3e086 ArmPkg/Smbios: Fix max cache size 2 wrong issue
    f10a112f08 UefiPayloadPkg: Fix the build issue for coreboot
    2108698346 StandaloneMmPkg: Support CLANGPDB builds
    11a4af85a4 Ovmfpkg: update Ia32 build to use new work area
    36b561623a OvmfPkg/AmdSev: update the fdf to use new workarea PCD
    91a978ce7e UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRY
    6ef5797447 UefiPayloadPkg: Fix ECC reported issues
    90246a6d9f UefiPayloadPkg: Fix the build failure for non-universal payload
    37a33f02aa UefiCpuPkg: Cpu feature data stored in memory may be migrated
    4fdf843c75 DynamicTablesPkg: Fix unitialized variable use
    6893865b30 DynamicTablesPkg: Fix void pointer arithmetic
    99325a8b65 MdeModulePkg/SortLib: Add QuickSort function on BaseLib
    305fd6bee0 UefiCpuPkg/CpuCacheInfoLib: Add QuickSort function on BaseLib
    2f286930a8 ShellPkg: Parse I/O APIC and x2APIC structure
    bd5ec03d87 NetworkPkg/HttpBootDxe: make file extension check case-insensitive
    6254037223 ArmPkg: Implement PlatformBootManagerLib for LinuxBoot
    f079e9b450 OvmfPkg: Copy Main.asm from UefiCpuPkg to OvmfPkg's ResetVector
    5a2411784b OvmfPkg: Clear WORK_AREA_GUEST_TYPE in Main.asm
    c9ec74a198 OvmfPkg: Add IntelTdxMetadata.asm
    8b76f23534 OvmfPkg: Enable TDX in ResetVector
    87a34ca0cf UefiPayloadPkg: Add a common SmmAccessDxe module
    e7e8ea27d4 UefiPayloadPkg: Add a common SMM control Runtime DXE module
    bed990aae6 UefiPayloadPkg: Add bootloader SMM support module
    1d66480aa4 UefiPayloadPkg: Add SpiFlashLib
    04714cef46 UefiPayloadPkg: Add FlashDeviceLib
    ae8acce8ae UefiPayloadPkg: Add a common FVB SMM module
    242dcfe30f UefiPayloadPkg: Add a SMM dispatch module
    b80c17b62d UefiPayloadPkg: Add SMM support and SMM variable support
    2f6f3329ad FmpDevicePkg/FmpDxe: Use new Variable Lock interface
    9a95d11023 IntelFsp2Pkg/SplitFspBin.py: adopt FSP 2.3 specification.
    bb146ce32d MdePkg Cpuid.h: Define CPUID.(EAX=7,ECX=0):EDX[30]
    1bc232aae3 RedfishPkg: Update link to staging/RedfishClientPkg in Readme.md
    e7663fdd82 UefiPayloadPkg: Remove SystemTableInfo GUID.
    91b772ab62 RedfishPkg: Add more information to Readme.md
    c8594a5311 SecurityPkg/FvReportPei: Remove the ASSERT to allow neither M nor V
    939c2355da IntelFsp2Pkg SplitFspBin.py: Correct file name in file header
    6f9e83f757 NetworkPkg/HttpDxe: Enable wildcard host name matching for HTTP+TLS.
    b258f12889 BaseTools/VrfCompile: Fix uninitialized field from unnamed field
    0f4cdad25b DynamicTablesPkg: Add missing BaseStackCheckLib instance
    e13e53cb2f NetworkPkg/NetworkPkg.dsc: Add RngLib mapping for ARM and RISCV64
    c1f2287635 SecurityPkg/SecurityPkg.dsc: Add missing RngLib for ARM and RISCV64
    b0a03ca4a9 SignedCapsulePkg/SignedCapsulePkg.dsc: Add RngLib mapping
    15e635d1b5 UefiCpuPkg/MtrrLib/UnitTest: Fix 32-bit GCC build issues
    4050c873b5 MdeModulePkg/Variable/RuntimeDxeUnitTest: Fix 32-bit GCC builds
    d79df34beb BaseTools: Fix StructurePcd offset error.
    b5d4a35d90 MdeModulePkg/XhciSched: Fix missing DEBUG arguments
    48452993ad MdePkg/Include: Enhance DebugLib to support reproduce builds
    5948ec3647 MdePkg: Reproduce builds across source format changes
    f331310a10 ArmPkg: Reproduce builds across source format changes
    77dcd03ecf MdeModulePkg: Reproduce builds across source format changes
    45137bca2f NetworkPkg: Reproduce builds across source format changes
    d939a25d41 SecurityPkg: Reproduce builds across source format changes
    fd42dcb1fc OvmfPkg: Reproduce builds across source format changes
    8c1b1fe634 ShellPkg: Add comment that ItemPtr is set after validation
    d6e6337cd6 MdePkg: Fix ACPI memory aggregator/device type mismatch
    c974257821 MdeModulePkg AtaAtapiPassThru: Always do S.M.A.R.T. check if device support
    aab6bb3d32 MdeModulePkg/DxeCapsuleLibFmp: Capsule on Disk file name capsule
    a7b35aae13 MdeModulePkg\UfsBlockIoPei: UFS MMIO address size support both 32/64 bits
    f826b20811 UefiCpuPkg/UefiCpuLib: Add GetCpuFamilyModel and GetCpuSteppingId
    8c8867c5da MdeModulePkg/DxeCapsuleLibFmp: Use new Variable Lock interface
    22c3b5a865 BaseTools: Add authenticated variable store support
    a92559671a OvmfPkg/Xen: Fix VS2019 build issues
    4c495e5e3d OvmfPkg/Bhyve/PlatformPei: Fix VS2019 X64 NOOPT build issue
    466ebdd2e0 MdeModulePkg/FPDT: Lock boot performance table address variable at EndOfDxe
    455b0347a7 UefiCpuPkg/PiSmmCpuDxeSmm: Use SMM Interrupt Shadow Stack
    e1e7306b54 OvmfPkg/Library/ResetSystemLib: Fix Microvm VS2019 NOOPT build issue
    4c7ce0d285 MdeModulePkg AtaAtapiPassThru: Skip the potential NULL pointer access
    bb1bba3d77 NetworkPkg: Fix invalid pointer for DNS response token on error
    - Removed patches which are merged to mainline:
    - ovmf-OvmfPkg-OvmfXen-set-PcdAcpiS3Enable-at-initializatio.patch to fix the
      S3 detection in ovmf-xen
    - cb0d24637d    edk2-stable202111-rc1~220
    - ovmf-OvmfPkg-OvmfXen-add-QemuKernelLoaderFsDxe.patch to add QemuKernelLoaderFsDxe
      to ovmf-xen to load kernel from qemu fw_cfg
    - 9f3eda177a    edk2-stable202111-rc1~216
    - ovmf-OvmfPkg-OvmfXen-Fix-build-with-QemuKernelLoaderFsDxe.patch
    - 4473834e7d    edk2-stable202111-rc1~203
    - The edk2-stable202111 includes the following patches for bsc#1192126
      to fix unlimited reset. (bsc#1192126)
      80e67af9af OvmfPkg: introduce a common work area
      ab77b6031b OvmfPkg/ResetVector: update SEV support to use new work area format
      b9af5037b2 OvmfPkg/ResetVector: move the GHCB page setup in AmdSev.asm
* Wed Dec 08 2021 jlee@suse.com
  - For preparing push to SLE15-SP4, add more notes:
    - Drop upstreamed ovmf-jscSLE-16075-SEV-ES-fixes.patch from 15-SP4
    - All patches in the above big patch are in edk2-stable202011
    - Some changes in ovmf.spec file of 15-SP4:
    - brotli-v1.0.7-17-g666c328-c.tar.xz and "add brotli" section
    be removed because ovmf-disable-brotli.patch.
    - Using %{_prefix} instead of /usr hard code.
    - Redundant %defattr(-,root,root) are removed.
    - BuildRoot be removed because factory doesn't have it.
    - Sync some differences in the change log between 15-SP3 with openSUSE
      TW since "Wed Jan 24 06:31:21 UTC 2018":
    - Add TLS and IPv6 supports for ArmVirtQemu.
    - ovmf-bsc1119454-additional-scsi-drivers.patch to support more
    SCSI drivers (PvScsi, MptScsi, and LsiScsi) (bsc#1119454)
    - already in edk2-stable202008
    - Drop the build requirement of python2
* Mon Dec 06 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - cross-i386-binutils and cross-i386-gcc have been dropped from
    Factory, so use only cross-x86_64-* - boo#1193424
* Fri Dec 03 2021 jlee@suse.com
  - Merge the difference from SLE for pushing back to SLE15-SP4
    - Add/Update 50-xen-hvm-x86_64.json in descriptors.tar.xz
    - Add the json descriptor for xen-hvm (bsc#1180050)
    - Add "nvram-template" and change the firmware file to
    ovmf-x86_64-ms-4m.bin (bsc#1180050, bsc#1181264)
    - The following patches in SLE are already in edk2-edk2-stable202108
      in factory, so they will be removed from 15-SP4
    - ovmf-bsc1177789-cryptopkg-fix-null-dereference.patch to fix
      the potential NULL dereference in AuthenticodeVerify()
      (bsc#1177789, CVE-2019-14584)
    - 26442d11e620a9	edk2-stable202011~124
    - ovmf-bsc1180079-amd-sev-es-mitigation.patch to mitigate the
    potential AMD SEV-ES security issues
    (bsc#1180079)
    - a91b700e385e74	edk2-stable202102~181
    - ovmf-jscSLE-16075-SEV-ES-use-physical-address.patch as the
    follow-up patch for SEV-ES to fix the flash writing
    (jsc#SLE-16075)
    - 3a3501862f7309	edk2-stable202102~105
    - ovmf-bsc1183578-lzma-catch-4GB.patch to fix the possible
    heap corruption
    (bsc#1183578, CVE-2021-28211)
    - e7bd0dd26db7e5	edk2-stable202011~7
    - ovmf-bsc1183579-fix-fv-recursion.patch to fix unlimited FV
    recursion
    (bsc#1183579, CVE-2021-28210)
    - b9bdfc72853fe9	edk2-stable202011~9
    - Add ovmf-bsc1186151-fix-iscsi-overflows.patch to fix the possible
    overflows in IScsiDxe
    (bsc#1186151)
    - 83761337ec91fb	edk2-stable202108-rc0~171
* Mon Nov 08 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Update rpmlintrc (fixes aarch64 build)
* Tue Oct 26 2021 jlee@suse.com
  - Removed patches which are merged to mainline:
      ovmf-bsc1186151-fix-iscsi-overflows.patch
      ovmf-xen-relocate-shared_info_page-map.patch
  - Removed patches because replaced:
      ovmf-fix-xen-s3-detection.patch -> ovmf-OvmfPkg-OvmfXen-set-PcdAcpiS3Enable-at-initializatio.patch
      ovmf-xen-add-qemu-kernel-loader-fs.patch -> ovmf-OvmfPkg-OvmfXen-add-QemuKernelLoaderFsDxe.patch
* Fri Oct 22 2021 jlee@suse.com
  - Removed edk2-stable202105.tar.gz because we updated to edk2-stable202108
* Thu Oct 14 2021 jlee@suse.com
  - Update to edk2-stable202108
    - Features (https://github.com/tianocore/edk2/releases):
    OvmfPkg: remove Xen support from OvmfPkg*.dsc, in favor of OvmfXen.dsc
    Add CLANGDWARF toolchain for generating ELF+DWARF
    NetworkPkg/IScsiDxe: remotely exploitable buffer overflows
    NetworkPkg/IScsiDxe: add sha256 support to CHAP
    Create header files and multiple Hobs for Universal Payload
    Add search feature in config editor
    Add additional build option to treat Dynamic Pcd as DynamicEx Pcd
    Add a new MicrocodeLib for microcode loading
    Implement key enrolment from default key variables
    StandaloneMm support for 32bit Arm machines
    Add firmware support for Cloud Hypervisor on arm64
    Support architecture-specific openssl acceleration
    Support measured AMD SEV boot with kernel/initrd/cmdline
    Add ACPI 6.4 header
    Add new BootDiscoveryPolicyUiLib
    - Patches (git log --oneline --reverse edk2-stable202105~..edk2-stable202108):
    e1999b264f ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3
    b8ed8c0fb2 Maintainers.txt: add Sami Mujawar as top-level ArmVirtPkg reviewer
    dbc22a1785 UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area
    0095070e70 MdePkg/Register/Amd: expand the SEV MSR to include the SNP definition
    f828fc9876 MdePkg/Register/Amd: realign macros with more space for future expansion
    34e16ff883 MdePkg/Register/Amd: define GHCB macros for hypervisor feature detection
    f0983b2074 MdePkg/Register/Amd: define GHCB macro for Register GPA structure
    4665fa6503 MdePkg/Register/Amd: define GHCB macro for the Page State Change
    dfd41aef78 MdePkg/Register/Amd: define GHCB macros for SNP AP creation
    5a7cbd54a1 MdePkg/BaseLib: add support for PVALIDATE instruction
    2b5b2ff04d MdePkg/BaseLib: add support for RMPADJUST instruction
    901a9bfc3a OvmfPkg/BaseMemEncryptSevLib: introduce MemEncryptSevClearMmioPageEncMask()
    c394fa4c9e OvmfPkg/AmdSevDxe: use MemEncryptSevClearMmioPageEncMask() to clear EncMask
    8ee4e52ba8 OvmfPkg/QemuFlashFvbServicesRuntimeDxe: use Mmio helper to clear enc mask
    b4a8de5d27 OvmfPkg/TpmMmioSevDecryptPei: use MemEncryptSevClearMmioPageEncMask()
    adfa3327d4 OvmfPkg/BaseMemEncryptSevLib: remove Flush parameter
    fe5da0927a IntelFsp2WrapperPkg: Remove microcode related PCDs
    d3ff5dbe1d MdePkg: MmControl: Fix function and structure definition mismatches
    197e27c90a MdePkg: Add new 16550-compatible Serial Port Subtypes to DBG2
    fdf3666f01 MdePkg: Update DBG2 and SPCR header with NVIDIA 16550 Subtype
    b233eb1849 EmbeddedPkg/RealTimeClockRuntimeDxe: Improve GetWakeupTime
    b5379899b3 MdeModulePkg/Xhci: Fix TRT when data length is 0
    039e07f626 MdePkg/MdeModulePkg: Move AML_NAME_SEG_SIZE definition
    1f515342d8 DynamicTablesPkg: Use AML_NAME_SEG_SIZE define
    75e9154f81 OvmfPkg/VirtioMmioDeviceLib: Add EFIAPI to VirtioMmioSetQueueAddress
    c410ad4da4 MdePkg/BaseLib: Fix AsmReadSs() with GCC toolchain
    c1aa3bab12 BaseTools: Add ClangBase.lds for CLANG8 tool chain with max-page-size
    c6b872c6ab BaseTools GenFw: Support CLANG8ELF with conversion ELF to PE/COFF image
    cf9959adff BaseTools: Update build_rule to skip CLANG resource section generation
    4b56ad2049 BaseTools: Add new CLANG8ELF tool chain for new LLVM/CLANG8
    e1636fe18f BaseTools: Update ClangBase.lds to keep dynamic section
    924c2b847f BaseTools: Change CLANG8ELF to CLANGDWARF
    e25566cd2b OvmfPkg: remove the Xen drivers from the IA32, IA32X64, and X64 platforms
    aa7f19f480 OvmfPkg: remove the Xen drivers from the AmdSev platform
    7bc04a75a7 OvmfPkg: switch IA32, IA32X64, X64 to the fw_cfg-only ACPI platform driver
    d697037446 OvmfPkg: switch the AmdSev platform to the fw_cfg-only ACPI platform driver
    ae4aa4a346 OvmfPkg/README: bump minimum QEMU version to 1.7.1, machine types to 1.7
    2a85d9b07e OvmfPkg/AcpiPlatformDxe: fix header file warts
    180f1908b3 OvmfPkg/AcpiPlatformDxe: sort #includes and [LibraryClasses]
    6d1e56e715 OvmfPkg/AcpiPlatformDxe/QemuLoader.h: remove QemuFwCfgLib class dependency
    747b1ef725 OvmfPkg/AcpiPlatformDxe: move "QemuLoader.h" to IndustryStandard
    cc302b799e OvmfPkg/AcpiPlatformDxe: consolidate #includes and [LibraryClasses]
    c9bba52fc7 OvmfPkg/XenAcpiPlatformDxe: create from AcpiPlatformDxe
    a31fcb5096 OvmfPkg/AcpiPlatformDxe: remove the "AcpiPlatformDxe.inf" driver
    4115840c28 OvmfPkg/XenAcpiPlatformDxe: remove the QEMU ACPI linker/loader client
    d6ba8aa6ef OvmfPkg/XenAcpiPlatformDxe: remove QEMU fw_cfg dependency
    3f975ee570 OvmfPkg/XenAcpiPlatformDxe: remove the InstallAcpiTable() helper function
    8f8d3d90c5 OvmfPkg/XenAcpiPlatformDxe: remove OVMF's built-in ACPI tables
    4174c5c787 OvmfPkg/Bhyve/AcpiPlatformDxe: fix file path typo in comment
    d491c88a0c OvmfPkg/AcpiTables: remove unused module
    e7641171b6 OvmfPkg/OvmfXen: make "PcdPciDisableBusEnumeration" Fixed-at-Build
    3357ac7380 OvmfPkg/XenAcpiPlatformDxe: remove delayed ACPI table installation
    d06eb2d1d9 OvmfPkg/PlatformPei: remove Xen support
    8899e3fe6a OvmfPkg: drop PcdPciDisableBusEnumeration from the IA32, IA32X64, X64 DSCs
    2833589ad0 OvmfPkg: drop PcdPciDisableBusEnumeration from the AmdSev platform
    e43cca74ad OvmfPkg/Bhyve: make "PcdPciDisableBusEnumeration" Fixed-at-Build
    b005f9f1f5 OvmfPkg/OvmfXen: remove IncompatiblePciDeviceSupport DXE driver
    8c8f886f27 OvmfPkg/Bhyve: remove IncompatiblePciDeviceSupport DXE driver
    984c93ece3 OvmfPkg/IncompatiblePciDeviceSupportDxe: remove PcdPciDisableBusEnumeration
    32fef03563 OvmfPkg/PciHostBridgeLib: consolidate #includes and INF file sections
    e120c962f5 OvmfPkg/PciHostBridgeLibScan: create from PciHostBridgeLib
    c2f24ba321 OvmfPkg/Bhyve: consume PciHostBridgeLibScan
    307763c3da OvmfPkg/OvmfXen: consume PciHostBridgeLibScan
    242678da2a OvmfPkg/PciHostBridgeLib: remove Bhyve and Xen support
    33d4f3e39e OvmfPkg/PciHostBridgeLibScan: remove QEMU (fw_cfg) support
    4c81178cf0 OvmfPkg/PciHostBridgeLibScan: remove PcdOvmfHostBridgePciDevId
    8af38170b5 OvmfPkg/PciHostBridgeLibScan: clean up file names and file-top comments
    7e25086a00 OvmfPkg/SmbiosPlatformDxe: clean up #includes and INF
    5072593738 OvmfPkg/SmbiosPlatformDxe: return EFI_NOT_FOUND if there is no SMBIOS data
    4db374562f OvmfPkg/SmbiosPlatformDxe: locate SMBIOS protocol in InstallAllStructures()
    a8ab14424e OvmfPkg/SmbiosPlatformDxe: split GetXenSmbiosTables() decl. to new header
    9d84e74ca0 OvmfPkg/SmbiosPlatformDxe: declare InstallAllStructures() in header file
    d4a8aaee73 OvmfPkg/SmbiosPlatformDxe: create Xen-specific module INF file
    ce270905bf OvmfPkg/SmbiosPlatformDxe: split Xen entry point from QEMU entry point
    51adb689e1 OvmfPkg: restrict XenPlatformLib to BdsDxe in the IA32, IA32X64, X64 DSCs
    ddb3fdbef3 BaseTools GenFw: Fix regression issue to convert the image to ACPI data
    558d83ab1a OvmfPkg/README: Fix typo in README
    beb443fde0 ShellPkg: Fix typo
    702ba436ed OvmfPkg/PlatformCI: bump QEMU choco package version to 2021.5.5
    83761337ec NetworkPkg/IScsiDxe: wrap IScsiCHAP source files to 80 characters
    29cab43bb7 NetworkPkg/IScsiDxe: simplify "ISCSI_CHAP_AUTH_DATA.InChallenge" size
    95616b8661 NetworkPkg/IScsiDxe: clean up "ISCSI_CHAP_AUTH_DATA.OutChallengeLength"
    e8f28b09e6 NetworkPkg/IScsiDxe: clean up library class dependencies
    cf01b2dc8f NetworkPkg/IScsiDxe: fix potential integer overflow in IScsiBinToHex()
    d90fff40cb NetworkPkg/IScsiDxe: assert that IScsiBinToHex() always succeeds
    dc469f1371 NetworkPkg/IScsiDxe: reformat IScsiHexToBin() leading comment block
    47b76780b4 NetworkPkg/IScsiDxe: fix IScsiHexToBin() hex parsing
    54e90edaed NetworkPkg/IScsiDxe: fix IScsiHexToBin() buffer overflow
    b8649cf2a3 NetworkPkg/IScsiDxe: check IScsiHexToBin() return values
    288bd74a22 Pytool: SpellCheck: Fix incorrect file mask across package matrices
    1ad794b627 MdeModulePkg: Fix device path when boot manager menu is from different FV
    11b1c1d4b9 SecurityPkg: TcgStorageOpalLib: Initialize SupportedAttributes parameter.
    d58016b768 UefiPayloadPkg: Get platform specific logic via protocol for BDS
    d8c18ba3f4 MdeModulePkg: Add Universal Payload general definition header file
    b597b6e24c MdeModulePkg: Add new structure for the PCI Root Bridge Info Hob
    99de2e7e03 UefiPayloadPkg: UefiPayload retrieve PCI root bridge from Guid Hob
    9d53e01efe MdeModulePkg: Add new structure for the Universal Payload SMBios Table Hob
    70e8c9c3bc MdeModulePkg/Universal/SmbiosDxe: Scan for existing tables
    302a8f353c UefiPayloadPkg: Create gUniversalPayloadSmbiosTableGuid Hob
    75293330ea MdeModulePkg: Add new structure for the Universal Payload ACPI Table Hob
    761329ee27 MdeModulePkg/ACPI: Install ACPI table from HOB.
    8c0d678063 UefiPayloadPkg: Create gUniversalPayloadAcpiTableGuid Hob
    fa24b6ed26 UefiPayloadPkg: Use DynamicEx instead of Dynamic to pass PCD across binary
    c511426abe MdeModulePkg/UniversalPayload: Add definition for extra info in payload
    fe471d4a57 UefiPayloadPkg: Add PayloadLoaderPeim which can load ELF payload
    ab2b389e7a PeiCore: Remove assertion when failing to load PE image
    1b380aa603 BaseTools GenFw: Keep read only alloc section as text when convert ELF
    9cf9de668f StandaloneMmPkg: Core: Spelling error in comment
    610385fa3b ArmPlatformPkg: SpellCheck: Switch spellcheck CI to AuditOnly
    04ddd1271e ArmPkg: SpellCheck: Update valid acronyms in ExtendedWords
    cdf7544703 MdeModulePkg PciBusDxe: Increase the width of data read during oprom shadow
    2847c72fda Maintainers.txt: Add Reviewers for Universal Payload definitions
    1162ae8297 Maintainers.txt: Add reviewers for ACPI and SMBIOS modules
    a63914d3f6 ArmPkg: Move cache defs used in Universal/Smbios into ArmCache.h
    6cfeeb71c4 UefiCpuPkg/CpuCommonFeaturesLib: Correct the CPU location check
    d9a7612f8d MdeModulePkg/BdsDxe: Update BdsEntry to use Variable Policy
    5959879e92 ArmVirtPkg: Add PCIe host bridge utility lib for ArmVirtPkg
    4dda0f7ab4 ArmVirtPkg: Enable PCIe support for Kvmtool
    1e5e58d39b UefiPayloadPkg/UefiPayloadEntry: Improve bootloader memrange parsing
    7471751a4d UefiPayloadPkg/UefiPayloadEntry: Remove 4GB memory WA
    20ca528828 CryptoPkg: BaseCryptLib: Update Salt length requirement for RSA-PSS scheme.
    18b2272e4d Azurepipeline: SpellCheck: Enforce Node dependency to use version 14.x
    eba32695ee CryptoPkg/BaseCryptLib: Enabled CryptSha512 for Smm/Runtime drivers
    12e34cd2f7 OvmfPkg/Bhyve: clean up TPM_ENABLE remnants
    82f727c4af UefiPayloadPkg: Add HobLib for UniversalPayload
    ea0bd5f6a7 MdeModulePkg: Add new structure for the Universal Payload Serial Port Info
    a75c029f60 UefiPayloadPkg: Add a separate PlatformHookLib for Universal Payload
    d63595c3c9 UefiPayloadPkg: Update the function definition of HobConstructor
    0ff6de9358 UefiPayloadPkg: Create separate Payload Entry for UniversalPayload
    b208d37c73 UefiPayloadPkg: Get and enter DxeCore for Universal Payload
    27cb64fffc UefiPayloadPkg: Fix up UPL Pcd database
    6b69f73b59 UefiPayloadPkg: Include UniversalPayLoad modules in UefiPayloadPkg.dsc
    86e6948cfb UefiPayloadPkg: Remove assert when reserve MMIO/IO resource for devices
    2db0ed93ff UefiPayloadPkg: Add macro to enable and disable some drivers
    3eb72b308a UefiPayloadPkg: Add PcdInstallAcpiSdtProtocol feature in UefiPayloadPkg
    caa139fe17 UefiPayloadPkg: Add PcdResetOnMemoryTypeInformationChange in UefiPayloadPkg
    8efd912baf UefiPayloadPkg: Add new structure for BootManagerMenuFile HOB
    19a541d70e UefiPayloadPkg: consume the BootManagerMenuFile HOB
    333a866106 BaseTools: Remove check for Split.exe in toolset.bat
    f0a3f6d9c3 BaseTools: Fix spelling of "overwrite" and "overwriting" in toolset.bat
    17143c4837 BaseTools: Reset ERRORLEVEL in toolsetup.bat after edk2basetools check
    abfff7c45d BaseTools GenFw: Add support for RISCV GOT/PLT relocations
    27b8a52957 MdePkg: MmConfiguration: Move definition of EFI_MM_RESERVED_MMRAM_REGION
    d1fc3d7ef3 MdePkg: MmConfiguration: Added definition of MM Configuration PPI
    5a2e030f73 OvmfPkg/GenericQemuLoadImageLib: plug cmdline blob leak on success
    932449710c OvmfPkg/X86QemuLoadImageLib: plug cmdline blob leak on success
    24b0e9d128 Revert "OvmfPkg/QemuKernelLoaderFsDxe: don't expose kernel command line"
    cf20302474 OvmfPkg/GenericQemuLoadImageLib: Read cmdline from QemuKernelLoaderFs
    9421f5ab8d OvmfPkg/X86QemuLoadImageLib: State fw_cfg dependency in file header
    b37cfdd280 OvmfPkg/XenPlatformPei: Relocate shared_info page mapping
    55dee4947b MdePkg : Add IPMI Macro and Structure Defintions to resolve build errors
    580b11201e IntelFsp2Pkg: Add Config Editor tool support
    939ed3a592 UefiPayloadPkg/PayloadLoader: Fix bug in locating relocation section
    3cde0d553d UefiPayloadPkg/PayloadLoader: Remove assertion
    49eeda113a NetworkPkg/IScsiDxe: re-set session-level authentication state before login
    7eba9f698e NetworkPkg/IScsiDxe: add horizontal whitespace to IScsiCHAP files
    7b6c2b2a26 NetworkPkg/IScsiDxe: distinguish "maximum" and "selected" CHAP digest sizes
    903ce1d8f8 NetworkPkg/IScsiDxe: support multiple hash algorithms for CHAP
    47fea2abcb NetworkPkg/IScsiDxe: support SHA256 in CHAP
    bb33c27fbe NetworkPkg: introduce the NETWORK_ISCSI_MD5_ENABLE feature test macro
    8697dc60cc Maintainers.txt: Update Maintainers and reviewers for UefiPayloadPkg
    fea7901dba UefiPayloadPkg: Fix the build failure
    1e0c441c92 OvmfPkg/Bhyve: add USB support
    44ced03798 OvmfPkg/Bhyve: use static PCI32Base address
    b3db0cb1f8 MdeModulePkg/PartitionDxe: Ignore PMBR BootIndicator per UEFI spec
    0a6b303dce UefiCpuPkg/ExceptionLib: Conditionally clear shadow stack token busy bit
    d10e058016 MdeModulePkg/RegularExpressionDxe: Fix memory assert in FreePool()
    4c051c2c65 MdeModulePkg: Update YAML file to fix CI error
    31fcee6d99 ArmVirtPkg: Add PlatformHasAcpiDtDxe for Cloud Hypervisor
    c28fc8ab3b ArmVirtPkg: Install Acpi tables for Cloud Hypervisor
    0e3b6bd0ee ArmVirtPkg: support Cloud Hypervisor in edk2
    b560e9d9b6 IntelFsp2Pkg: PatchFv parseInfFile function modification
    f47c4676dd Pytool: SpellCheck: Defer path expansion in cspell parameters
    cc89d245f9 Maintainers.txt: remove Laszlo Ersek's entries
    84af6ea320 BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py
    b491eace37 .mergify: Simplify Mergify rules using GitHub status checks
    5ef08a49e3 .azurepipelines: Remove FINISHED and FAILED states
    ad1009ec62 MdePkg/Include: Add STATIC_ASSERT for L'' and L"" strings
    3de3c24755 BaseTools: Remove non-ascii character of StructurePcd comment
    40a9066439 BaseTools: Enable the flag to treat dynamic pcd as dynamicEx
    22fe311bd2 .pytool/EccCheck: Locate BaseTools dir with EDK_TOOLS_PATH
    a050c599df .pytool/EccCheck: Rename edk2_path as workspace_path
    50672d2692 .pytool/EccCheck: Check ecc_csv exists
    fb5b6220a9 .pytool/EccCheck: Set PACKAGES_PATH env var in Ecc
    fda5226aa3 UefiPayloadPkg: Dump hob information from boot loader
    7d748705b1 MdeModulePkg: Change the PldHeader to Header in ExtraData.h
    9bf4aee734 UefiPayloadPkg: Assign the length of UniversalPayload ExtraData
    d0b6596b8e MdeModulePkg/RamDiskDxe: Init list head before registering RamDisk protocol
    91f5d3b410 IntelFsp2Pkg: BaseCacheLib EfiProgramMtrr MtrrNumber Should be UINT32
    be282b1493 UefiPayloadPkg: Add PCD_DYNAMIC_AS_DYNAMICEX and set to True
    cac83b6f3b IntelFsp2Pkg: Add search function for Config Editor
    4bac086e8e UefiPayloadPkg: Add FV Guid for DXEFV and PLDFV
    fddb8d24ec ArmPlatformPkg/Scripts: Infer dll load address from console output
    885efcd3f9 MdePkg/Include: Smbios Specification 3.4.0 changes
    83b43c4cb1 MdeModulePkg PCD: Print which PCD was unable to be found
    c32c5911c4 BaseTools GenFw: Add support for R_RISCV_PCREL_LO12_S relocation
    097aeeb119 MdePkg/BaseLib: Add MemoryFence implementation for RiscV64
    391cffcb61 MdeModulePkg PiSmmCore: Change MemoryAttributes message to DEBUG_VERBOSE
    8781b143de BaseTools/Scripts: Fix GetMaintainer.py line endings
    28ef05ce10 BaseTools/Scripts: Allow GitHub ID at end Maintainers.txt lines
    2f5ad3f451 Maintainers.txt: Add GitHub IDs
    332632abf3 Maintainers.txt: Add Jiewen Yao as OvmfPkg Maintainer
    4d28a1c2fd BaseTools: Remove COMMON section from the GCC discard list
    878a92a887 CryptoPkg/OpensslLib: Add native instruction support for X64
    147f34b56c CryptoPkg/OpensslLib: Commit the auto-generated assembly files for X64
    ac70e71b1f NetworkPkg: Making the HTTP IO timeout value programmable with PCD
    ab796d3e2a NetworkPkg: Add HTTP Additional Event Notifications
    b461d67639 OvmfPkg/ResetVector: move SEV specific code in a separate file
    7f05102f65 OvmfPkg/ResetVector: add the macro to invoke MSR protocol based VMGEXIT
    dc485c556d OvmfPkg/ResetVector: add the macro to request guest termination
    f05eb2dfe5 OvmfPkg/AmdSev/SecretDxe: fix header comment to generic naming
    35e267cb34 OvmfPkg/AmdSev: use GenericQemuLoadImageLib in AmdSev builds
    a26a08dc1f OvmfPkg: PlatformBootManagerLibGrub: Allow executing kernel via fw_cfg
    0cb48007f7 OvmfPkg: add library class BlobVerifierLib with null implementation
    c73e31f54d OvmfPkg: add BlobVerifierLibNull to DSC
    6bf5580a3d ArmVirtPkg: add BlobVerifierLibNull to DSC
    d10ad8444f OvmfPkg/QemuKernelLoaderFsDxe: call VerifyBlob after fetch from fw_cfg
    5ace477f34 OvmfPkg/AmdSev/SecretPei: build hob for full page
    0deeab36d1 OvmfPkg/AmdSev: reserve MEMFD space for for firmware config hashes
    385b9d80a0 OvmfPkg/AmdSev: add BlobVerifierLibSevHashes
    514b3aa08e OvmfPkg/AmdSev: Enforce hash verification of kernel blobs
    8e6bb64fe4 EmbeddedPkg/VirtualRealTimeClockLib: Fix SetTime issues
    610bcc69ed ArmVirtPkg: Remove meaningless comment
    3445058aea MdeModulePkg/CapsuleApp: Fix typo in error message
    2e1fb41339 build: Fix python3.10 threading DeprecationWarnings
    0b1b0a9674 python: Replace distutils.utils.split_quotes with shlex.split
    fc50df0d8e BaseTools: Drop check for distutils.utils
    03e77558d4 BaseTools: use shutil.copyfile instead shutil.copy2
    2b47aaecef MdeModulePkg: Add BootDiscoveryPolicyUiLib.
    bb806a6e88 SecurityPkg: Create SecureBootVariableLib.
    9732659698 SecurityPkg: Create library for enrolling Secure Boot variables.
    12a4d0cb9d ArmVirtPkg: add SecureBootVariableLib class resolution
    3d427c5f83 OvmfPkg: add SecureBootVariableLib class resolution
    b926956418 EmulatorPkg: add SecureBootVariableLib class resolution
    db959018b6 SecurityPkg: Remove duplicated functions from SecureBootConfigDxe.
    a97e9e327e ArmPlatformPkg: Create include file for default key content.
    94e065582b SecurityPkg: Add SecureBootDefaultKeysDxe driver
    19107590b6 SecurityPkg: Add EnrollFromDefaultKeys application.
    45f3dd2ce9 SecurityPkg: Add new modules to Security package.
    55266a9b8a SecurityPkg: Add option to reset secure boot keys.
    6355287206 Maintainers.txt: Add new maintainer and reviewer to EmbeddedPkg/
    9abc60f9f7 EmbeddedPkg/libfdt: Add strcmp and strncpy to libfdt_env.h
    0856cdc89e MdePkg: add definition of LINUX_EFI_INITRD_MEDIA_GUID
    97fdcbda4e OvmfPkg: Remove Initrd LINUX_EFI_INITRD_MEDIA_GUID
    4de77ae989 UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo array
    3c6107758b SecurityPkg: Fix GetSupportedAndActivePcrs counter calculation
    b40bdd6ecd UefiPayloadPkg: Add Fixed PCDs and use Macro to define the default value.
    d497eace3b UefiPayloadPkg: define some PCD as DynamicEX PCD
    ac6e5d6b41 UefiPayloadPkg: change the default value of some PCDs.
    672bd1c711 UefiPayloadPkg: Add a macro to enable or diable the serial driver.
    d02dbb53cd UefiPayloadPkg: Fix the non-ascii character in UniversalPayloadEntry.c
    a7ddc7847c RedfishPkg/JsonLib: Add more JsonLib functions
    5963ce5d28 MdePkg: Add ACPI 6.4 header file
    4d7137f261 MdePkg: Increment FADT version
    d910e83299 MdePkg: Rename SBSA Generic Watchdog to Arm Generic Watchdog
    ad3dea9861 MdePkg: Update PMTT to ACPI 6.4
    ced4cb7609 MdePkg: Add SPA Location Cookie field to SPA Range structure
    c82d6dd4a3 MdePkg: Remove DPPT table
    357383bc4f MdePkg: Add flags and MinTransferSize to Generic Initiator
    7b17bcd9a0 MdePkg: Add 'Type 5' PCC structure
    0938f9235c MdePkg: Add Multiprocessor Wakeup structure
    75c4a8e10d MdePkg: Add the Platform Health Assessment Table (PHAT)
    1803757a9b MdePkg: Add Secure Access Components in the SDEV table
    605c4a1ff2 MdePkg: Add Cache ID to PPTT
    3d359ff905 MdePkg: Fix broken coding style in Acpi64.h
    7311e96417 RedfishPkg/RefishCrtLib: Public RefishCrtLib
    03e19e6bc8 ArmPkg/IndustryStandard: 32b/64b agnostic FF-A, Mm SVC and Std SMC IDs
    aee0098faf ArmPkg: prepare 32bit ARM build of StandaloneMmPkg
    ca1773878d GenFv: Arm: support images entered in Thumb mode
    b7f0226a46 StandaloneMmPkg: fix pointer/int casts against 32bit architectures
    a776bbabd9 StandaloneMmPkg: build for 32bit arm machines
    ac826886c9 MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
    6fdd1c13a7 MdeModulePkg PCD: Reinstall PCD service PPIS when memory available
    ef56f55d19 EmbeddedPkg/NonCoherentDmaLib: Avoid dereferencing unset Map field
    8dd4fc5be6 UefiCpuPkg/CpuCacheInfoLib: Correct logical for identifying cache type
    7b4a99be8a CryptoPkg: BaseCryptLib fix incorrect param order
    - Removed patches which are merged to mainline:
    ovmf-bsc1186151-fix-iscsi-overflows.patch
    ovmf-xen-relocate-shared_info_page-map.patch
    - Updated patches
    ovmf-fix-xen-s3-detection.patch -> ovmf-OvmfPkg-OvmfXen-set-PcdAcpiS3Enable-at-initializatio.patch
    ovmf-xen-add-qemu-kernel-loader-fs.patch -> ovmf-OvmfPkg-OvmfXen-add-QemuKernelLoaderFsDxe.patch
    - Added patches
    ovmf-OvmfPkg-OvmfXen-Fix-build-with-QemuKernelLoaderFsDxe.patch
* Fri Jul 09 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-fix-xen-s3-detection.patch to fix the S3 detection in
    ovmf-xen
  - Add ovmf-xen-add-qemu-kernel-loader-fs.patch to add
    QemuKernelLoaderFsDxe to ovmf-xen to load kernel from qemu fw_cfg
* Fri Jul 02 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-xen-relocate-shared_info_page-map.patch to fix the
    save/restore/migrate in ovmf-xen
* Wed Jun 09 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-bsc1186151-fix-iscsi-overflows.patch to fix the possible
    overflows in IScsiDxe (bsc#1186151)
* Thu Jun 03 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Correct the path to copy the Xen flavor
* Mon May 31 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Update to edk2-stable202105
    * MdeModulePkg/UfsPassThruDxe: Improve Device initialization
      polling Loop
    * MdePkg: MmUnblockMemoryLib: Added definition and null instance
    * OvmfPkg: resolve MmUnblockMemoryLib (mainly for
      VariableSmmRuntimeDxe)
    * MdeModulePkg: VariableSmmRuntimeDxe: Added request unblock
      memory interface
    * SecurityPkg: Tcg2Smm: Switching from gSmst to gMmst
    * SecurityPkg: Tcg2Smm: Separate Tcg2Smm into 2 modules
    * SecurityPkg: Tcg2Smm: Added support for Standalone Mm
    * SecurityPkg: Tcg2Acpi: Added unblock memory interface for NVS
      region
    * UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset
    * UefiCpuPkg/MpInitLib: Remove unused Lock from
      MP_CPU_EXCHANGE_INFO
    * UefiCpuPkg/SmmCpuFeaturesLib: Move multi-instance function decl
      to header
    * UefiCpuPkg/SmmCpuFeaturesLib: Rename SmmCpuFeaturesLib.c
    * UefiCpuPkg/SmmCpuFeaturesLib: Cleanup library constructors
    * UefiCpuPkg/SmmCpuFeaturesLib: Abstract PcdCpuMaxLogicalProcessorNumber
    * UefiCpuPkg/SmmCpuFeaturesLib: Add Standalone MM support
    * UefiCpuPkg/PiSmmCpu: Don't allocate Token for SmmStartupThisAp
    * RedfishPkg/Library: RedfishLib
    * OvmfPkg/CpuHotplugSmm: refactor hotplug logic
    * OvmfPkg/CpuHotplugSmm: collect hot-unplug events
    * OvmfPkg/CpuHotplugSmm: add Qemu Cpu Status helper
    * OvmfPkg/CpuHotplugSmm: introduce UnplugCpus()
    * OvmfPkg: define CPU_HOT_EJECT_DATA
    * OvmfPkg/SmmCpuFeaturesLib: init CPU ejection state
    * OvmfPkg/SmmCpuFeaturesLib: call CPU hot-eject handler
    * OvmfPkg/CpuHotplugSmm: add EjectCpu()
    * OvmfPkg/CpuHotplugSmm: do actual CPU hot-eject
    * OvmfPkg/SmmControl2Dxe: negotiate CPU hot-unplug
    * EmbeddedPkg/PrePiHobLib: replace duplicate GUID
    * MdePkg/UefiLib: Correct the arguments passed to
      IsLanguageSupported()
    * UefiCpuPkg/CpuCacheInfoLib: Collect cache associative type
    * UefiCpuPkg/MpInitLib: avoid printing debug messages in AP
    * UefiCpuPkg/CpuDxe: Rename variables to follow EDKII coding
      standard
    * UefiCpuPkg/CpuDxe: Guarantee GDT is below 4GB
    * BaseTools/Ecc: Make Ecc only check first include guard
    * ShellPkg/SmbiosView: add more items for smbiosview -t 3
    * MdePkg: Support standalone MM Driver Unload capability
    * OvmfPkg/X86QemuLoadImageLib: Handle allocation failure for
      CommandLine
    * ShellPkg/Pci: Add valid check for PCI extended config space
      parser
    * CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1j
    * OvmfPkg: strip build paths in release builds
    * MdeModulePkg: Initialize local variable value before they are
      used
    * UefiCpuPkg/SmmCommunication: Remove out-dated comments
    * MdePkg: use CpuPause() in CpuDeadLoop()
    * MdePkg/Include: EFI Redfish Discover protocol
    * ShellPkg/UefiHandleParsingLib: Support EFI Redfish protocols
    * MdePkg/Include/Protocol: EFI_HII POPUP_PROTOCOL duplicate
      declaration
    * MdePkg/Include/Protocol: EFI_RESET_NOTIFICATION_PROTOCOL
      duplicate
    * CryptoPkg/Private/Protocol/Crypto.h: Remove duplicate function
      type
    * MdePkg/BaseLib: Add support for the XSETBV instruction
    * MdeModulePkg/PiDxeS3BootScriptLib: Rename mAcpiS3Enable to
      avoid dup symbol
    * MdePkg/IoLib: Filter/trace port IO/MMIO access
    * MdePkg/Baseib: Filter/trace MSR access for IA32/X64
    * UefiCpuPkg: Remove PEI/DXE instances of CpuTimerLib.
    * UefiCpuPkg: Add MicrocodeLib for loading microcode
    * OvmfPkg: Add MicrocodeLib in DSC files.
    * UefiPayloadPkg/UefiPayloadPkg.dsc: Consume MicrocodeLib
    * UefiCpuPkg/MpInitLib: Consume MicrocodeLib to remove duplicated
      code
    * UefiCpuPkg/PiSmmCpuDxeSmm: Support detect SMM shadow stack
      overflow
    * ShellPkg: Fix smbiosview system enclosure type table
    * UefiCpuPkg/CpuTimerLib: Update LIBRARY_CLASS of Base instance.
    * RedfishPkg/RedfishDiscoverDxe: EFI Redfish Discover Protocol
    * RedfishPkg/RedfishConfigHandler: EDKII RedfishConfigHandler
      Protocol
    * UefiCpuPkg: PiSmmCpuDxeSmm: Check buffer size before accessing
    * BaseTools/Conf: Fix MAKE_FLAGS typos in tools_def.template
    * MdeModulePkg: Initialize temp variable in VarCheckPolicyLib
    * SecurityPkg/Tcg2Smm: Initialize local Status variable
    * DynamicTablesPkg: add validation for PcdNonBsaCompliant16550SerialHid
    * OvmfPkg/XenResetVector: Silent a warning from nasm
    * MdePkg: Allow PcdFSBClock to by Dynamic
    * OvmfPkg/IndustryStandard/Xen: Apply EDK2 coding style to
      XEN_VCPU_TIME_INFO
    * OvmfPkg/IndustryStandard: Introduce PageTable.h
    * OvmfPkg/XenPlatformPei: Map extra physical address
    * OvmfPkg/XenPlatformPei: Calibrate APIC timer frequency
    * OvmfPkg/OvmfXen: Set PcdFSBClock
    * DynamicTablesPkg: Re-order GicItsIdentifierArray struct
    * DynamicTablesPkg: Remove EArmObjExtendedInterruptInfo
    * MdePkg: Fix AsmReadMsr64() and AsmWriteMsr64() with GCC
      toolchain
    * BaseTools/PlatformAutoGen: MAKE_FLAGS and MAKE_PATH fixes
    * RedfishPkg/RestJsonStructureDxe: Fix typo in function header
    * MdePkg/Include: Allow CPU specific defines to be predefined
    * CryptoPkg/Library/Include: Allow CPU specific defines to be
      predefined
    * ArmPlatformPkg: Fix Ecc error 8001
    * ArmPlatformPkg: Fix Ecc error 9001
    * ArmPlatformPkg: Remove package dependency in
      NorFlashStandaloneMm
    * ArmPkg: Fix Ecc error 8001 in Chipset
    * ArmPkg: Fix Ecc error 8001 in SemihostLib
    * ArmPkg: Fix Ecc error 8001 in ArmArchTimerLib
    * ArmPkg: Fix Ecc error 9005 in CpuDxe
    * ArmPkg: Fix Ecc error 10006 in ArmPkg.dsc
    * ArmPkg: Fix Ecc error 10016 in StandaloneMmMmuLib
    * ArmPkg: Fix Ecc error 10014 in ArmScmiDxe
    * ArmPkg: Fix Ecc error 10014 in GenericWatchdogDxe
    * ArmPkg: Fix Ecc error 10014 in MmCommunicationDxe
    * ArmPkg: Fix Ecc error 10014 in SemihostLib
    * ArmPkg: Remove ArmGic/ArmGicSecLib.c
    * ArmPkg: Fix Ecc error 5003 in ArmExceptionLib
    * ArmPkg: Fix Ecc error 6001 in MmCommunicationDxe
    * ArmPkg: Fix Ecc error 6001 in ArmSoftFloatLib
    * ArmPkg: Rename include guard in ArmGicLib.h
    * ArmPkg: Fix Ecc error 7008 for SCMI_CLOCK_RATE
    * ArmPkg: Fix Ecc error 7008 for OPTEE_MESSAGE_PARAM
    * ArmPkg: Fix Ecc error 8005/8007 in ArmDisassemblerLib
    * ArmPkg: Fix Ecc error 8005 for SCMI_PROTOCOL_ID
    * ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_TYPE
    * ArmPkg: Fix Ecc error 8005 for SCMI_STATUS
    * ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID
    * ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_BASE
    * ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_CLOCK
    * ArmPkg: Fix Ecc error 8005 for SCMI_CLOCK_RATE_FORMAT
    * ArmPkg: Fix Ecc error 8005 for SCMI_MESSAGE_ID_PERFORMANCE
    * RedfishPkg: Add EDK2 Redfish Foundation diagrams
    * SecurityPkg/FvReportPei: remove redundant sizeof
    * ShellPkg: Rename Address Size to Access size
    * DynamicTablesPkg: Add access size to CM_ARM_SERIAL_PORT_INFO
    * DynamicTablesPkg: Set the Access size for the SPCR table
    * DynamicTablesPkg: Set the Access size for the DBG2 table
    * UefiCpuPkg: PiSmmCpuDxeSmm: Not to Change Bitwidth During
      Static Paging
    * MdePkg/Cpuid.h: Define new element in CPUID Leaf(07h) data
      structure.
    * SecurityPkg: Add constraints on PK strength
    * ArmPkg: Allow platforms to supply more data for SMBIOS Type3
      record
    * ArmPkg: Allow platforms to report their boot status via
      OemMiscLib call
    * ArmPkg: Fix calculation of offset of chassis SKU Number in
      SmbiosMiscDxe
    * ArmPkg: Fix typo of Manufacturer in comment in SmbiosMiscDxe
    * ArmPkg: Fix Ecc error 8003
    * ArmPkg: Fix Ecc error 3002 in StandaloneMmMmuLib
    * ArmPkg: Add missing library headers to ArmPkg.dec
    * ArmPlatformPkg: Document libraries in ArmPlatformPkg.dec
    * ArmPkg: Add OemMiscLibNull library to ArmPkg.dsc
    * ArmPkg: Correct small typos
    * ArmPlatformPkg: Add ArmPlatformPkg.ci.yaml
    * OvfmPkg/VmgExitLib: Properly decode MMIO MOVZX and MOVSX
      opcodes
    * OvmfPkg/VmgExitLib: Add support for new MMIO MOV opcodes
    * OvmfPkg: Define a new PPI GUID to signal TPM MMIO accessability
    * OvmfPkg/TpmMmioSevDecryptPei: Mark TPM MMIO range as
      unencrypted for SEV-ES
    * OvmfPkg/Tcg2ConfigPei: Update Depex for IA32 and X64
    * ArmPkg: Update SCMI Base Protocol version to 0x20000
    * MdePkg/BaseRngLib: Add support for ARMv8.5 RNG instructions
    * SecurityPkg: Add support for RngDxe on AARCH64
    * UefiCpuPkg/MpInitLib: Properly cast from PCD to SEV-ES jump
      table pointer
    * BaseTools: Add support for version 3 of FMP Image Header
      structure
    * CryptoPkg: BaseCryptLib: Add RSA PSS verify support
    * ShellPkg/UefiShellCommandLib: suppress incorrect gcc warning
    * OvmfPkg/VirtioFsDxe: suppress incorrect gcc warnings
    * UefiCpuPkg/CpuExceptionHandler: Add missing comma to exception
      name array
    * UefiCpuPkg/PiSmmCpu: Remove hardcode 48 address size limitation
    * MdeModulePkg: Retrieve boot manager menu from any fv
    * ShellPkg/HttpDynamicCommand: Fix possible uninitialized use
    * MdeModulePkg/PciBusDxe: Fix possible uninitialized use
    * CryptoPkg/BaseCryptLib: Fix possible uninitialized use
    * MdeModulePkg/PlatformDriOverrideDxe: Fix overflow condition
      check
    * MdeModulePkg/VariableLock: downgrade compatibility warnings to
      DEBUG_WARN
    * ArmPkg/ArmGic: Fix maximum number of interrupts in GICv3
  - Update openssl to 1.1.1j
  - Drop upstreamed patch: ovmf-bsc1184801-fix-sev-with-tpm.patch
  - Add the new Xen flavor for x86_64
    + Update 50-xen-hvm-x86_64.json to use ovmf-x86_64-xen-4m.bin as
      the default firmware for Xen
* Tue May 04 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Update the descriptors to add "acpi-s4" tag to allow libvirt
    enable hibernation (bsc#1182886#c31)
* Mon May 03 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-bsc1184801-fix-sev-with-tpm.patch to fix SEV-ES guest
    crash with TPM (bsc#1184801)
* Mon Apr 19 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Build ovmf-x86_64-smm against Ia32X64 to enable S3 support
    (bsc#1184938)
  - Update ovmf-add-exclude-shell-flag.patch to include Ia32X64
* Tue Apr 06 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-disable-brotli.patch to remove brotli since there is no
    real user and it requires extra effort to maintain the brotli
    submodule tarball
    + Drop ovmf-bsc1183713-fix-gcc10-brotli-errors.patch and
      brotli-v1.0.7-17-g666c328-c.tar.xz
* Fri Mar 26 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-bsc1183713-fix-gcc10-brotli-errors.patch to fix the
    gcc10 error from brotli (bsc#1183713)
* Thu Mar 11 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Update to edk2-stable202102
    * ArmVirtPkg: support extra pci root bridges (pxb)
    * SEV Encrypted Boot for Ovmf (remote attestation)
    * virtio-fs driver for OvmfPkg and ArmVirtPkg
    * Apply SEV-ES mitigations for encryption bit position and MMIO
    * Add Core CI support for StandaloneMmPkg
    * Update LZMA module to LZMA SDK latest version 19.00
    * Port open source JSON library (jansson)
    * add file buffering to the UEFI shell's COMP command
    * Shell: pathname / filename sorting
    * Extend support of peripheral x64 MM_STANDALONE drivers
    * BaseTools: Convert the Split tool from C language to Python
    * ArmPkg: Add Universal/Smbios
    * Move to Pip based Basetools python
    * Add support for use of FF-A callsw
  - Drop upstreamed patches:
    + ovmf-jscSLE-16075-SEV-ES-use-physical-address.patch
    + ovmf-bsc1180079-amd-sev-es-mitigation.patch
* Thu Jan 28 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-jscSLE-16075-SEV-ES-use-physical-address.patch as the
    follow-up patch for SEV-ES to fix the flash writing
    (jsc#SLE-16075)
  - Update 50-xen-hvm-x86_64.json to add "nvram-template" and change
    the firmware file to ovmf-x86_64-ms-4m.bin
    (bsc#1180050, bsc#1181264)
  - Refresh ovmf-bsc1180079-amd-sev-es-mitigation.patch
    + Use "git format-patch --no-renames" to generate the patch to
      avoid confusing quilt with the renamed files
* Mon Jan 11 2021 Gary Ching-Pang Lin <glin@suse.com>
  - Add ovmf-bsc1180079-amd-sev-es-mitigation.patch to mitigate the
    potential AMD SEV-ES security issues (bsc#1180079)
  - Add the json descriptor for xen-hvm (bsc#1180050)

Files

/usr/lib/debug
/usr/lib/debug/ovmf-x86_64
/usr/lib/debug/ovmf-x86_64-4m
/usr/lib/debug/ovmf-x86_64-4m/DebugPkg
/usr/lib/debug/ovmf-x86_64-4m/DebugPkg/GdbSyms
/usr/lib/debug/ovmf-x86_64-4m/DebugPkg/GdbSyms/GdbSyms
/usr/lib/debug/ovmf-x86_64-4m/DebugPkg/GdbSyms/GdbSyms/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/DebugPkg/GdbSyms/GdbSyms/DEBUG/GdbSyms.debug
/usr/lib/debug/ovmf-x86_64-4m/DebugPkg/GdbSyms/GdbSyms/DEBUG/GdbSyms.dll
/usr/lib/debug/ovmf-x86_64-4m/FatPkg
/usr/lib/debug/ovmf-x86_64-4m/FatPkg/EnhancedFatDxe
/usr/lib/debug/ovmf-x86_64-4m/FatPkg/EnhancedFatDxe/Fat
/usr/lib/debug/ovmf-x86_64-4m/FatPkg/EnhancedFatDxe/Fat/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Application
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Application/UiApp
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Application/UiApp/UiApp
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Application/UiApp/UiApp/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Isa
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/EhciDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/NvmExpressDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciHostBridgeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciSioSerialDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/SataControllerDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe/DEBUG/SataController.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/UhciDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/XhciDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiDiskDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbKbDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbMassStorageDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Dxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Dxe/DxeMain
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Dxe/DxeMain/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/DxeIplPeim
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/DxeIplPeim/DxeIpl
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Pei
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Pei/PeiMain
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Pei/PeiMain/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Logo
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Logo/LogoDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Logo/LogoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/AcpiTableDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/S3SaveStateDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/BdsDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/BdsDxe/BdsDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/CapsuleRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConPlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConSplitterDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/TerminalDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DevicePathDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/DiskIoDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/PartitionDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/RamDiskDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UdfDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UnicodeCollation
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DisplayEngineDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DriverHealthManagerDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/EbcDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/EbcDxe/EbcDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/FaultTolerantWriteDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/HiiDatabaseDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MemoryTest
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Metronome
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Metronome/Metronome
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Metronome/Metronome/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Dxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Dxe/Pcd
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Pei
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Pei/Pcd
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ResetSystemRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SecurityStubDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SetupBrowserDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SmbiosDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/Pei
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Variable
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Variable/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/WatchdogTimerDxe
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/ArpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/ArpDxe/ArpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/ArpDxe/ArpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe/DEBUG/Dhcp6Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DnsDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DnsDxe/DnsDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DnsDxe/DnsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DnsDxe/DnsDxe/DEBUG/DnsDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DpcDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DpcDxe/DpcDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DpcDxe/DpcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpBootDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpBootDxe/HttpBootDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpBootDxe/HttpBootDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpBootDxe/HttpBootDxe/DEBUG/HttpBootDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpDxe/HttpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpDxe/HttpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpDxe/HttpDxe/DEBUG/HttpDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpUtilitiesDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe/DEBUG/HttpUtilitiesDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/IScsiDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/IScsiDxe/IScsiDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip4Dxe/Ip4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip6Dxe/Ip6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip6Dxe/Ip6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Ip6Dxe/Ip6Dxe/DEBUG/Ip6Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/MnpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/MnpDxe/MnpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/MnpDxe/MnpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe/DEBUG/Mtftp6Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/SnpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/SnpDxe/SnpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/SnpDxe/SnpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TcpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TcpDxe/TcpDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TcpDxe/TcpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsAuthConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe/DEBUG/TlsAuthConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsDxe/TlsDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsDxe/TlsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/TlsDxe/TlsDxe/DEBUG/TlsDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp4Dxe/Udp4Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp6Dxe/Udp6Dxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp6Dxe/Udp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/Udp6Dxe/Udp6Dxe/DEBUG/Udp6Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/UefiPxeBcDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/VlanConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/VlanConfigDxe/VlanConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AcpiPlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AmdSevDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AmdSevDxe/AmdSevDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EmuVariableFvbRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EnrollDefaultKeys
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys/DEBUG/EnrollDefaultKeys.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IncompatiblePciDeviceSupportDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG/IncompatiblePciDeviceSupportDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IoMmuDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IoMmuDxe/IoMmuDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LinuxInitrdDynamicShellCommand
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LocalApicTimerDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PciHotPlugInitDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformDxe/Platform
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformDxe/Platform/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformPei
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformPei/PlatformPei
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformPei/PlatformPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/PlatformPei/PlatformPei/DEBUG/PlatformPei.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuFlashFvbServicesRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuKernelLoaderFsDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuRamfbDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuVideoDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuVideoDxe/QemuVideoDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Sec
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Sec/SecMain
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Sec/SecMain/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Sec/SecMain/DEBUG/SecMain.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SioBusDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SioBusDxe/SioBusDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SmbiosPlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/Tcg2Config
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei/DEBUG/Tcg2ConfigPei.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/TpmMmioSevDecryptPei
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei/DEBUG/TpmMmioSevDecryptPei.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/TdxDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/TdxDxe/TdxDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/TdxDxe/TdxDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/TdxDxe/TdxDxe/DEBUG/TdxDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Virtio10Dxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Virtio10Dxe/Virtio10
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioBlkDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioBlkDxe/VirtioBlk
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioFsDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioFsDxe/VirtioFsDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioFsDxe/VirtioFsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioFsDxe/VirtioFsDxe/DEBUG/VirtioFsDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioGpuDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioGpuDxe/VirtioGpu
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioNetDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioNetDxe/VirtioNet
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioPciDeviceDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioRngDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioRngDxe/VirtioRng
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioScsiDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioScsiDxe/VirtioScsi
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioSerialDxe
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioSerialDxe/VirtioSerial
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioSerialDxe/VirtioSerial/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/OvmfPkg/VirtioSerialDxe/VirtioSerial/DEBUG/VirtioSerialDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/PcAtChipsetPkg
/usr/lib/debug/ovmf-x86_64-4m/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe
/usr/lib/debug/ovmf-x86_64-4m/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG/PcRtc.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Config
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe/DEBUG/Tcg2ConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Dxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe/DEBUG/Tcg2Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Pei
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei/DEBUG/Tcg2Pei.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe/DEBUG/Tcg2PlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformPei
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei/DEBUG/Tcg2PlatformPei.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgDxe/TcgDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgDxe/TcgDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgDxe/TcgDxe/DEBUG/TcgDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgPei
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgPei/TcgPei
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgPei/TcgPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/Tcg/TcgPei/TcgPei/DEBUG/TcgPei.debug
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/VariableAuthenticated
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe/DEBUG/SecureBootConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/Application
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/Application/Shell
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/Application/Shell/Shell
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/Application/Shell/Shell/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/Application/Shell/Shell/DEBUG/Shell.debug
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/HttpDynamicCommand
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.debug
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/TftpDynamicCommand
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.debug
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7/DEBUG/CpuDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe/CpuDxe
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.debug
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuIo2Dxe
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.debug
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1/DEBUG/CpuMpPei.debug
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei/CpuMpPei
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.debug
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/Universal
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/Universal/Acpi
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/Universal/Acpi/S3Resume2Pei
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG
/usr/lib/debug/ovmf-x86_64-4m/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.debug
/usr/lib/debug/ovmf-x86_64-smm
/usr/lib/debug/ovmf-x86_64-smm/DebugPkg
/usr/lib/debug/ovmf-x86_64-smm/DebugPkg/GdbSyms
/usr/lib/debug/ovmf-x86_64-smm/DebugPkg/GdbSyms/GdbSyms
/usr/lib/debug/ovmf-x86_64-smm/DebugPkg/GdbSyms/GdbSyms/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/DebugPkg/GdbSyms/GdbSyms/DEBUG/GdbSyms.debug
/usr/lib/debug/ovmf-x86_64-smm/DebugPkg/GdbSyms/GdbSyms/DEBUG/GdbSyms.dll
/usr/lib/debug/ovmf-x86_64-smm/FatPkg
/usr/lib/debug/ovmf-x86_64-smm/FatPkg/EnhancedFatDxe
/usr/lib/debug/ovmf-x86_64-smm/FatPkg/EnhancedFatDxe/Fat
/usr/lib/debug/ovmf-x86_64-smm/FatPkg/EnhancedFatDxe/Fat/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Application
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Application/UiApp
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Application/UiApp/UiApp
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Application/UiApp/UiApp/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Isa
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/EhciDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/NvmExpressDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciHostBridgeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciSioSerialDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/SataControllerDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe/DEBUG/SataController.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/UhciDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/XhciDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiDiskDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbKbDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbMassStorageDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Dxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Dxe/DxeMain
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Dxe/DxeMain/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/DxeIplPeim
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/DxeIplPeim/DxeIpl
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Pei
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Pei/PeiMain
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Pei/PeiMain/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Logo
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Logo/LogoDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Logo/LogoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/AcpiTableDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/S3SaveStateDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/BdsDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/BdsDxe/BdsDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/CapsuleRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConPlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConSplitterDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/TerminalDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DevicePathDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/DiskIoDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/PartitionDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/RamDiskDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UdfDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UnicodeCollation
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DisplayEngineDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DriverHealthManagerDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/EbcDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/EbcDxe/EbcDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/FaultTolerantWriteDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/HiiDatabaseDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MemoryTest
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Metronome
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Metronome/Metronome
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Metronome/Metronome/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Dxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Dxe/Pcd
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Pei
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Pei/Pcd
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ResetSystemRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SecurityStubDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SetupBrowserDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SmbiosDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/Pei
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Variable
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Variable/RuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/WatchdogTimerDxe
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/ArpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/ArpDxe/ArpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/ArpDxe/ArpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe/DEBUG/Dhcp6Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DnsDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DnsDxe/DnsDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DnsDxe/DnsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DnsDxe/DnsDxe/DEBUG/DnsDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DpcDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DpcDxe/DpcDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DpcDxe/DpcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpBootDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpBootDxe/HttpBootDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpBootDxe/HttpBootDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpBootDxe/HttpBootDxe/DEBUG/HttpBootDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpDxe/HttpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpDxe/HttpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpDxe/HttpDxe/DEBUG/HttpDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpUtilitiesDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe/DEBUG/HttpUtilitiesDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/IScsiDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/IScsiDxe/IScsiDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip4Dxe/Ip4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip6Dxe/Ip6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip6Dxe/Ip6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Ip6Dxe/Ip6Dxe/DEBUG/Ip6Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/MnpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/MnpDxe/MnpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/MnpDxe/MnpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe/DEBUG/Mtftp6Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/SnpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/SnpDxe/SnpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/SnpDxe/SnpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TcpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TcpDxe/TcpDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TcpDxe/TcpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsAuthConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe/DEBUG/TlsAuthConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsDxe/TlsDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsDxe/TlsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/TlsDxe/TlsDxe/DEBUG/TlsDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp4Dxe/Udp4Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp6Dxe/Udp6Dxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp6Dxe/Udp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/Udp6Dxe/Udp6Dxe/DEBUG/Udp6Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/UefiPxeBcDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/VlanConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/VlanConfigDxe/VlanConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AcpiPlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AmdSevDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AmdSevDxe/AmdSevDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EmuVariableFvbRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EnrollDefaultKeys
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys/DEBUG/EnrollDefaultKeys.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IncompatiblePciDeviceSupportDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG/IncompatiblePciDeviceSupportDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IoMmuDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IoMmuDxe/IoMmuDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LinuxInitrdDynamicShellCommand
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand/DEBUG/LinuxInitrdDynamicShellCommand.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LocalApicTimerDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PciHotPlugInitDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformDxe/Platform
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformDxe/Platform/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformPei
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformPei/PlatformPei
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformPei/PlatformPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/PlatformPei/PlatformPei/DEBUG/PlatformPei.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuFlashFvbServicesRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuKernelLoaderFsDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuRamfbDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuVideoDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuVideoDxe/QemuVideoDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Sec
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Sec/SecMain
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Sec/SecMain/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Sec/SecMain/DEBUG/SecMain.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SioBusDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SioBusDxe/SioBusDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SmbiosPlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/Tcg2Config
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei/DEBUG/Tcg2ConfigPei.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/TpmMmioSevDecryptPei
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei/DEBUG/TpmMmioSevDecryptPei.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/TdxDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/TdxDxe/TdxDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/TdxDxe/TdxDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/TdxDxe/TdxDxe/DEBUG/TdxDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Virtio10Dxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Virtio10Dxe/Virtio10
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioBlkDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioBlkDxe/VirtioBlk
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioFsDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioFsDxe/VirtioFsDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioFsDxe/VirtioFsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioFsDxe/VirtioFsDxe/DEBUG/VirtioFsDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioGpuDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioGpuDxe/VirtioGpu
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioNetDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioNetDxe/VirtioNet
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioPciDeviceDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioRngDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioRngDxe/VirtioRng
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioScsiDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioScsiDxe/VirtioScsi
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioSerialDxe
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioSerialDxe/VirtioSerial
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioSerialDxe/VirtioSerial/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/OvmfPkg/VirtioSerialDxe/VirtioSerial/DEBUG/VirtioSerialDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/PcAtChipsetPkg
/usr/lib/debug/ovmf-x86_64-smm/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe
/usr/lib/debug/ovmf-x86_64-smm/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG/PcRtc.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Config
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe/DEBUG/Tcg2ConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Dxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe/DEBUG/Tcg2Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Pei
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei/DEBUG/Tcg2Pei.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe/DEBUG/Tcg2PlatformDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformPei
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei/DEBUG/Tcg2PlatformPei.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgDxe/TcgDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgDxe/TcgDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgDxe/TcgDxe/DEBUG/TcgDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgPei
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgPei/TcgPei
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgPei/TcgPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/Tcg/TcgPei/TcgPei/DEBUG/TcgPei.debug
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/VariableAuthenticated
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe/DEBUG/SecureBootConfigDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/Application
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/Application/Shell
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/Application/Shell/Shell
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/Application/Shell/Shell/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/Application/Shell/Shell/DEBUG/Shell.debug
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/HttpDynamicCommand
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand/DEBUG/httpDynamicCommand.debug
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/TftpDynamicCommand
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand/DEBUG/tftpDynamicCommand.debug
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7/DEBUG/CpuDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe/CpuDxe
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.debug
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuIo2Dxe
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.debug
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1/DEBUG/CpuMpPei.debug
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei/CpuMpPei
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.debug
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/Universal
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/Universal/Acpi
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/Universal/Acpi/S3Resume2Pei
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG
/usr/lib/debug/ovmf-x86_64-smm/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.debug
/usr/lib/debug/ovmf-x86_64/DebugPkg
/usr/lib/debug/ovmf-x86_64/DebugPkg/GdbSyms
/usr/lib/debug/ovmf-x86_64/DebugPkg/GdbSyms/GdbSyms
/usr/lib/debug/ovmf-x86_64/DebugPkg/GdbSyms/GdbSyms/DEBUG
/usr/lib/debug/ovmf-x86_64/DebugPkg/GdbSyms/GdbSyms/DEBUG/GdbSyms.debug
/usr/lib/debug/ovmf-x86_64/DebugPkg/GdbSyms/GdbSyms/DEBUG/GdbSyms.dll
/usr/lib/debug/ovmf-x86_64/FatPkg
/usr/lib/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe
/usr/lib/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Fat
/usr/lib/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Fat/DEBUG
/usr/lib/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Fat/DEBUG/Fat.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Application
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/UiApp
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/UiApp/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/UiApp/DEBUG/UiApp.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru/DEBUG/AtaAtapiPassThruDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBusDxe/DEBUG/AtaBusDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe/DEBUG/Ps2KeyboardDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe/DEBUG/EhciDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe/DEBUG/NvmExpressDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBusDxe/DEBUG/PciBusDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridgeDxe/DEBUG/PciHostBridgeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/PciSioSerialDxe/DEBUG/PciSioSerialDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe/SataControllerDxe/DEBUG/SataController.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe/DEBUG/UhciDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciDxe/DEBUG/XhciDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe/DEBUG/ScsiBus.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe/DEBUG/ScsiDisk.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe/DEBUG/UsbBusDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe/DEBUG/UsbKbDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe/DEBUG/UsbMassStorageDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain/DEBUG/DxeCore.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/DxeIpl
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/DxeIpl/DEBUG/DxeIpl.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Pei
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PeiMain
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PeiMain/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PeiMain/DEBUG/PeiCore.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe/RuntimeDxe/DEBUG/RuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Logo
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Logo/LogoDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Logo/LogoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Logo/LogoDxe/DEBUG/LogoDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableDxe/DEBUG/AcpiTableDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe/DEBUG/BootGraphicsResourceTableDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe/DEBUG/BootScriptExecutorDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveStateDxe/DEBUG/S3SaveStateDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/BdsDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/BdsDxe/DEBUG/BdsDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleRuntimeDxe/DEBUG/CapsuleRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatformDxe/DEBUG/ConPlatformDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe/DEBUG/ConSplitterDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsoleDxe/DEBUG/GraphicsConsoleDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe/DEBUG/TerminalDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DevicePathDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe/DEBUG/DevicePathDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIoDxe/DEBUG/DiskIoDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/PartitionDxe/DEBUG/PartitionDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDxe/DEBUG/RamDiskDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/UdfDxe/DEBUG/UdfDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/EnglishDxe/DEBUG/EnglishDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/DisplayEngineDxe/DEBUG/DisplayEngine.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe/DEBUG/DriverHealthManagerDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDxe/DEBUG/EbcDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe/DEBUG/FaultTolerantWriteDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseDxe/DEBUG/HiiDatabase.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTestDxe/DEBUG/NullMemoryTestDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome/Metronome
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome/Metronome/DEBUG/Metronome.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntimeDxe/DEBUG/MonotonicCounterRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe/Pcd
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe/Pcd/DEBUG/PcdDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei/Pcd
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei/Pcd/DEBUG/PcdPeim.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei/DEBUG/ReportStatusCodeRouterPei.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe/DEBUG/ReportStatusCodeRouterRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystemRuntimeDxe/DEBUG/ResetSystemRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe/DEBUG/SecurityStubDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/SetupBrowserDxe/DEBUG/SetupBrowser.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe/DEBUG/SmbiosDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei/DEBUG/StatusCodeHandlerPei.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe/DEBUG/StatusCodeHandlerRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe/DEBUG/VariableRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG
/usr/lib/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer/DEBUG/WatchdogTimer.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg
/usr/lib/debug/ovmf-x86_64/NetworkPkg/ArpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpDxe/DEBUG/ArpDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Dxe/DEBUG/Dhcp4Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Dxe/DEBUG/Dhcp6Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DnsDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDxe/DEBUG/DnsDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DpcDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DpcDxe/DpcDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DpcDxe/DpcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/DpcDxe/DpcDxe/DEBUG/DpcDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDxe/DEBUG/HttpBootDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDxe/DEBUG/HttpDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe/DEBUG/HttpUtilitiesDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/IScsiDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDxe/DEBUG/IScsiDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Dxe/DEBUG/Ip4Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Dxe/DEBUG/Ip6Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/MnpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpDxe/DEBUG/MnpDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Dxe/DEBUG/Mtftp4Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Dxe/DEBUG/Mtftp6Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/SnpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/SnpDxe/SnpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/SnpDxe/SnpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/SnpDxe/SnpDxe/DEBUG/SnpDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/TcpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpDxe/DEBUG/TcpDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Dxe/DEBUG/Udp4Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Dxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Dxe/DEBUG/Udp6Dxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/UefiPxeBcDxe/DEBUG/UefiPxeBcDxe.debug
/usr/lib/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigDxe
/usr/lib/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigDxe/DEBUG/VlanConfigDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe/DEBUG/QemuFwCfgAcpiPlatform.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AmdSevDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AmdSevDxe/AmdSevDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/AmdSevDxe/AmdSevDxe/DEBUG/AmdSevDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb/DEBUG/EmuVariableFvbRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys/DEBUG/EnrollDefaultKeys.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IncompatiblePciDeviceSupportDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport/DEBUG/IncompatiblePciDeviceSupportDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/IoMmuDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/IoMmuDxe/DEBUG/IoMmuDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe/DEBUG/LocalApicTimerDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PciHotPlugInitDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit/DEBUG/PciHotPlugInitDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/Platform
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/Platform/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/Platform/DEBUG/PlatformDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformPei
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformPei/PlatformPei
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformPei/PlatformPei/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/PlatformPei/PlatformPei/DEBUG/PlatformPei.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe/DEBUG/FvbServicesRuntimeDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuKernelLoaderFsDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe/DEBUG/QemuKernelLoaderFsDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuRamfbDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuRamfbDxe/QemuRamfbDxe/DEBUG/QemuRamfbDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/QemuVideoDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/QemuVideoDxe/DEBUG/QemuVideoDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Sec
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Sec/SecMain
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Sec/SecMain/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Sec/SecMain/DEBUG/SecMain.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SioBusDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioBusDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioBusDxe/DEBUG/SioBusDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe/DEBUG/SmbiosPlatformDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tcg12ConfigPei/DEBUG/Tcg2ConfigPei.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/TpmMmioSevDecryptPei
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPei/DEBUG/TpmMmioSevDecryptPei.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/TdxDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/TdxDxe/TdxDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/TdxDxe/TdxDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/TdxDxe/TdxDxe/DEBUG/TdxDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe/Virtio10
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe/Virtio10/DEBUG/Virtio10.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe/VirtioBlk
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe/VirtioBlk/DEBUG/VirtioBlkDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/VirtioFsDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/VirtioFsDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/VirtioFsDxe/DEBUG/VirtioFsDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/VirtioGpu
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/VirtioGpu/DEBUG/VirtioGpuDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/VirtioNet
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/VirtioNet/DEBUG/VirtioNetDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDeviceDxe/DEBUG/VirtioPciDeviceDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe/VirtioRng
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe/VirtioRng/DEBUG/VirtioRngDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe/VirtioScsi
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe/VirtioScsi/DEBUG/VirtioScsiDxe.debug
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerial
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerial/DEBUG
/usr/lib/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerial/DEBUG/VirtioSerialDxe.debug
/usr/lib/debug/ovmf-x86_64/PcAtChipsetPkg
/usr/lib/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe
/usr/lib/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe
/usr/lib/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcatRealTimeClockRuntimeDxe/DEBUG/PcRtc.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDxe/DEBUG/Tcg2ConfigDxe.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe/DEBUG/Tcg2Dxe.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Pei
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei/DEBUG/Tcg2Pei.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe/DEBUG/Tcg2PlatformDxe.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformPei
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei/DEBUG/Tcg2PlatformPei.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgDxe/TcgDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgDxe/TcgDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgDxe/TcgDxe/DEBUG/TcgDxe.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgPei
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgPei/TcgPei
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgPei/TcgPei/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgPei/TcgPei/DEBUG/TcgPei.debug
/usr/lib/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated
/usr/lib/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe
/usr/lib/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe/DEBUG/SecureBootConfigDxe.debug
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7/DEBUG
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/6490f1c5-ebcc-4665-8892-0075b9bb49b7/DEBUG/CpuDxe.debug
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuDxe
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuDxe/DEBUG/CpuDxe.debug
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe/DEBUG/CpuIo2Dxe.debug
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1/DEBUG
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/280251c4-1d09-4035-9062-839acb5f18c1/DEBUG/CpuMpPei.debug
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuMpPei
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuMpPei/DEBUG/CpuMpPei.debug
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/Universal
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG
/usr/lib/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume2Pei/DEBUG/S3Resume2Pei.debug
/usr/share/ovmf-x86_64
/usr/share/ovmf-x86_64/gdb_uefi-ovmf-x86_64-4m.py
/usr/share/ovmf-x86_64/gdb_uefi-ovmf-x86_64-smm.py
/usr/share/ovmf-x86_64/gdb_uefi-ovmf-x86_64.py
/usr/src/debug
/usr/src/debug/ovmf-x86_64
/usr/src/debug/ovmf-x86_64/CryptoPkg
/usr/src/debug/ovmf-x86_64/CryptoPkg/Driver
/usr/src/debug/ovmf-x86_64/CryptoPkg/Driver/Crypto.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Driver/CryptoDxe.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Driver/CryptoPei.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Driver/CryptoSmm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include/Library
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include/Library/BaseCryptLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include/Library/HashApiLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include/Library/TlsLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include/Pcd
/usr/src/debug/ovmf-x86_64/CryptoPkg/Include/Pcd/PcdCryptoServiceFamilyEnable.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Bn
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Bn/CryptBn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Bn/CryptBnNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Cipher
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAeadAesGcm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAeadAesGcmNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptCShake256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptDispatchApDxe.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptDispatchApMm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptDispatchApPei.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptParallelHash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptParallelHash.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptParallelHashNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSm3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptSm3Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hash/CryptXkcp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hmac
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Kdf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Kdf/CryptHkdfNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pem
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptEc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptEcNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1Oaep.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs1OaepNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyBase.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyCommon.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEku.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEkuNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyEkuRuntime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyRuntime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasicNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPss.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPssNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPssSign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaPssSignNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Rand
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLib/SysCall/UnitTestHostCrtWrapper.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Bn
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Bn/CryptBnNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Cipher
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Cipher/CryptAeadAesGcmNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Cipher/CryptAesNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash/CryptMd5Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash/CryptParallelHashNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash/CryptSha1Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash/CryptSha256Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash/CryptSha512Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hash/CryptSm3Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hmac
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Hmac/CryptHmacNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/InternalCryptLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Kdf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Kdf/CryptHkdfNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pem
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pem/CryptPemNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptAuthenticodeNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptDhNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptEcNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptPkcs1OaepNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptPkcs5Pbkdf2Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptPkcs7SignNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptPkcs7VerifyEkuNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptPkcs7VerifyNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptRsaBasicNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptRsaExtNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptRsaPssNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptRsaPssSignNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptTsNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Pk/CryptX509Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Rand
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibNull/Rand/CryptRandNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibOnProtocolPpi
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/CryptLib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/DxeCryptLib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/PeiCryptLib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseCryptLibOnProtocolPpi/SmmCryptLib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseHashApiLib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/BaseHashApiLib/BaseHashApiLib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/CrtLibSupport.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/arpa
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/arpa/inet.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/arpa/nameser.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/assert.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/ctype.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/errno.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/fcntl.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/limits.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/memory.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/netinet
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/netinet/in.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/stdarg.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/stddef.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/stdio.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/stdlib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/string.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/strings.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/param.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/shm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/socket.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/syscall.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/time.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/types.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/sys/utsname.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/syslog.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/time.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/Include/unistd.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/CopyMem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathDivModU64x64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathDivS64x64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathDivU64x64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathFtol.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathModU64x64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/crypto
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/crypto/bn_conf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/crypto/dso_conf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/asn1.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/asn1t.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/bio.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/cmp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/cms.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/conf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration-ec.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration-noec.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/configuration.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/crmf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/crypto.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/ct.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/ess.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/fipskey.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/lhash.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/ocsp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/opensslv.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/pkcs12.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/pkcs7.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/safestack.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/srp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/ssl.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/ui.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/x509.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/x509_vfy.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/include/openssl/x509v3.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/der
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/der/der_digests_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/der/der_ec_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/der/der_ecx_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/der/der_rsa_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/der/der_wrap_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include/prov
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include/prov/der_digests.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include/prov/der_ec.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include/prov/der_ecx.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include/prov/der_rsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslGen/providers/common/include/prov/der_wrap.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslLibConstructor.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/EcSm2Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/EncoderNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/Pkcs12Null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/SslExtServNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/SslNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/SslStatServNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/ossl_store.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/rand_pool.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/OpensslStub/uefiprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/X64
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/X64/ApiHooks.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/buildinf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/buildinf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/asn1parse.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/ca.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/ciphers.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/cmp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/cms.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/crl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/crl2pkcs7.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/dhparam.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/dsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/dsaparam.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/ec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/ecparam.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/engine.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/errstr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/fipsinstall.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/gendsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/genpkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/genrsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/app_libctx.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/app_params.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/apps.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/apps_ui.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/cmp_mock_srv.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/ec_common.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/engine_loader.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/fmt.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/function.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/http_server.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/names.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/opt.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/platform.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/s_apps.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/include/vms_term_sock.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/info.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/kdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/app_libctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/app_params.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/app_provider.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/app_rand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/app_x509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/apps.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/apps_ui.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/cmp_mock_srv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/columns.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/engine.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/engine_loader.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/fmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/http_server.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/names.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/opt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/s_cb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/s_socket.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/tlssrp_depr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/vms_decc_argv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/vms_term_sock.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/lib/win32_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/list.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/mac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/nseq.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/ocsp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/openssl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/passwd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/pkcs12.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/pkcs7.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/pkcs8.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/pkeyparam.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/pkeyutl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/prime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/rand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/rehash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/req.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/rsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/rsautl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/s_client.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/s_server.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/s_time.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/sess_id.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/smime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/speed.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/spkac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/srp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/storeutl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/testdsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/testrsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/timeouts.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/ts.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/verify.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/version.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/vms_decc_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/apps/x509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/LPdir_nyi.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/LPdir_unix.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/LPdir_vms.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/LPdir_win.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/LPdir_win32.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/LPdir_wince.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_cbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_cfb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_core.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_ige.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_misc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_ofb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_wrap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aes/aes_x86core.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aria
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/aria/aria.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/arm_arch.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/armcap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_bitstr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_d2i_fp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_digest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_dup.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_gentm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_i2d_fp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_int.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_mbstr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_object.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_octet.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_print.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_strex.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_strnid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_time.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_type.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_utctm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_utf8.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/a_verify.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/ameth_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_item_list.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_item_list.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn1_parse.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_mime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_moid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_mstbl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/asn_pack.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/bio_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/bio_ndef.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/charmap.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/d2i_param.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/d2i_pr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/d2i_pu.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/evp_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/f_int.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/f_string.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/i2d_evp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/n_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/nsseq.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p5_pbe.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p5_pbev2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p5_scrypt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/p8_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/standard_methods.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/t_bitst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/t_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/t_spki.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_dec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_fre.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_new.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_scn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_typ.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tasn_utl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/tbl_standard.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_algor.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_bignum.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_info.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_int64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_long.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_spki.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/x_val.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1_dsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_null.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_posix.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_posix.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_win.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/arch/async_win.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/async/async_wait.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_cfb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_ofb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_pi.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bf/bf_skey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_buff.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_lbuf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_nbio.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_prefix.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bf_readbuff.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_addr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_cb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_dump.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_print.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_sock.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bio_sock2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_acpt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_bio.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_conn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_core.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_dgram.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_fd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_file.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_log.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_mem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/bss_sock.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bio/ossl_core_bio.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/asm
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/asm/x86_64-gcc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_add.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_asm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_blind.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_const.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_conv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_ctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_depr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_dh.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_div.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_exp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_exp2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_gcd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_gf2m.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_intern.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_kron.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mod.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mont.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mpi.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_mul.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_nist.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_ppc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_prime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_prime.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_print.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_rand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_recp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_rsa_fips186_4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_shift.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_sparc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_sqr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_sqrt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_srp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_word.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/bn_x931p.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/rsaz_exp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/rsaz_exp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bn/rsaz_exp_x2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/bsearch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/buffer
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/buffer/buf_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/buffer/buffer.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/camellia.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_cbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_cfb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_ctr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_misc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/camellia/cmll_ofb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/c_cfb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/c_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/c_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/c_ofb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/c_skey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/cast_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cast/cast_s.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/chacha
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/chacha/chacha_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/chacha/chacha_ppc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmac
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmac/cmac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_asn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_client.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_ctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_hdr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_http.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_msg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_protect.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_server.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_status.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_util.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cmp/cmp_vfy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_att.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_cd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_dd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_dh.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_ec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_env.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_ess.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_io.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_kari.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_pwri.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_rsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_sd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cms/cms_smime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/comp
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/c_zlib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/comp_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/comp_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/comp/comp_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_api.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_def.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_def.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_mall.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_mod.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_sap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/conf/conf_ssl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/context.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/core_algorithm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/core_fetch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/core_namemap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cpt_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cpuid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/crmf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/crmf/crmf_asn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/crmf/crmf_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/crmf/crmf_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/crmf/crmf_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/crmf/crmf_pbm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cryptlib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_b64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_log.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_oct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_policy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_sct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_sct_ctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_vfy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ct/ct_x509v3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ctype.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/cversion.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/der_writer.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/cbc_cksm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/cbc_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/cfb64ede.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/cfb64enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/cfb_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/des_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/des_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/ecb3_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/ecb_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/fcrypt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/fcrypt_b.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/ncbc_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/ofb64ede.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/ofb64enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/ofb_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/pcbc_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/qud_cksm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/rand_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/set_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/spr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/str2key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/des/xcbc_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_ameth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_backend.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_check.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_depr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_group_params.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_kdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_pmeth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dh/dh_rfc5114.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dllmain.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_ameth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_backend.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_check.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_depr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_ossl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_pmeth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dsa/dsa_vrf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_dl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_dlfcn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_openssl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_vms.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/dso/dso_win32.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ebcdic.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve25519.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_32
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_32/arch_intrinsics.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_32/f_impl.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_32/f_impl32.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_64
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_64/arch_intrinsics.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_64/f_impl.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/arch_64/f_impl64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/curve448.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/curve448_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/curve448_tables.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/curve448utils.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/ed448.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/eddsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/f_generic.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/field.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/point_448.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/scalar.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/curve448/word.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec2_oct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec2_smpl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_ameth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_backend.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_check.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_curve.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_cvt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_deprecated.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_kmeth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_mult.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_oct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_pmeth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ec_print.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecdh_kdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecdh_ossl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecdsa_ossl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecdsa_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecdsa_vrf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/eck_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_mont.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nist.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nistp224.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nistp256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nistp521.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nistputil.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nistz256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_nistz256_table.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_oct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_ppc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_s390x_nistp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecp_smpl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecx_backend.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecx_backend.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecx_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecx_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ec/ecx_s390x.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/decoder_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/decoder_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/decoder_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/decoder_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/encoder_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/encoder_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/encoder_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/encoder_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/encode_decode/encoder_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_all.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_cnf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_ctrl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_dyn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_fat.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_list.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_openssl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_rdrand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/eng_table.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_asnmth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_cipher.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_dh.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_digest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_dsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_eckey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_pkmeth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_rand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/engine/tb_rsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err_all.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err_all_legacy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err_blocks.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/err/err_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ess
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ess/ess_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ess/ess_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ess/ess_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/asymcipher.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_b64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_md.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/bio_ok.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/c_allc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/c_alld.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/cmeth_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/ctrl_params_translate.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/dh_ctrl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/dh_support.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/digest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/dsa_ctrl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aes.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_aria.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_bf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_camellia.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_cast.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_chacha20_poly1305.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_des.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_des3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_idea.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_old.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc4_hmac_md5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_rc5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_seed.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_sm4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/e_xcbc_d.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/ec_ctrl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/ec_support.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/encode.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_cnf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_fetch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_pbe.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_rand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/evp_utils.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/exchange.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/kdf_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/kdf_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/kem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/keymgmt_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/keymgmt_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_blake2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_md2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_md4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_md5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_md5_sha1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_mdc2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_meth.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_ripemd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_sha.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/legacy_wp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/m_sigver.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/mac_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/mac_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/names.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p5_crpt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p5_crpt2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_dec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_legacy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_open.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_seal.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/p_verify.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pbe_scrypt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pmeth_check.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pmeth_gn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/pmeth_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/evp/signature.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ex_data.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_backend.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_dh.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_key_generate.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_key_validate.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_params.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_params_generate.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ffc/ffc_params_validate.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/getenv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/hmac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/hmac/hmac_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/http
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/http/http_client.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/http/http_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/http/http_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea/i_cbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea/i_cfb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea/i_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea/i_ofb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea/i_skey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/idea/idea_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/info.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/initthread.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/kdf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/kdf/kdf_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/lh_stats.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/lhash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/lhash/lhash_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md2
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md2/md2_dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md2/md2_one.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md4
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md4/md4_dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md4/md4_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md4/md4_one.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md5
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md5/md5_dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md5/md5_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md5/md5_one.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/md5/md5_sha1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mdc2
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mdc2/mdc2_one.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mdc2/mdc2dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mem_clr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mem_sec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/mips_arch.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/cbc128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ccm128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/cfb128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ctr128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/cts128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/gcm128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ocb128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/ofb128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/siv128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/wrap128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/modes/xts128.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/o_dir.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/o_fopen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/o_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/o_str.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/o_time.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/o_names.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_compat.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_dat.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_dat.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_xref.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/objects/obj_xref.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_asn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_cl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_ext.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_http.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_srv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/ocsp_vfy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ocsp/v3_ocsp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/packet.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/param_build.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/param_build_set.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/params.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/params_dup.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/params_from_text.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/passphrase.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_all.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_info.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_oth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_pk8.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_pkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_x509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pem_xaux.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pem/pvkfmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_add.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_asn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_attr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_crpt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_crt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_decr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_kiss.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_mutl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_npas.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_p8d.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_p8e.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_sbag.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/p12_utl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs12/pk12err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/bio_pk7.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_attr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_doit.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_mime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pk7_smime.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/pkcs7/pkcs7err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/poly1305.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/poly1305_base2_44.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/poly1305_ieee754.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/poly1305/poly1305_ppc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ppccap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/defn_cache.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_parse.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_query.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_string.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/provider.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/provider_child.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/provider_conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/provider_core.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/provider_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/provider_predefined.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/punycode.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/prov_seed.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_deprecated.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_egd.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/rand_pool.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rand/randfile.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2/rc2_cbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2/rc2_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2/rc2_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2/rc2_skey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2/rc2cfb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc2/rc2ofb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc4
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc4/rc4_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc4/rc4_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc4/rc4_skey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5/rc5_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5/rc5_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5/rc5_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5/rc5_skey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5/rc5cfb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rc5/rc5ofb64.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ripemd
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ripemd/rmd_dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ripemd/rmd_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ripemd/rmd_one.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ripemd/rmdconst.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_acvp_test_params.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_ameth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_backend.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_chk.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_crpt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_depr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_mp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_mp_names.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_none.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_oaep.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_ossl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_pk1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_pmeth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_pss.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_saos.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_schemes.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_sp800_56b_check.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_sp800_56b_gen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_x931.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/rsa/rsa_x931g.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/s390x_arch.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/s390xcap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed/seed.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed/seed_cbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed/seed_cfb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed/seed_ecb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed/seed_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/seed/seed_ofb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/self_test_core.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/keccak1600.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha1_one.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha1dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha512.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sha/sha_ppc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/siphash/siphash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm2
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm2/sm2_crypt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm2/sm2_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm2/sm2_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm2/sm2_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm3
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm3/legacy_sm3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm3/sm3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm3/sm3_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm4
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sm4/sm4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sparcv9cap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/sparse_array.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/srp
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/srp_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/srp/srp_vfy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/stack
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/stack/stack.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_register.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_result.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/store/store_strings.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_none.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_pthread.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/threads_win.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/trace.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_req_print.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_req_utils.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_rsp_print.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_rsp_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_rsp_utils.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_rsp_verify.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ts/ts_verify_ctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/txt_db
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/txt_db/txt_db.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_openssl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/ui/ui_util.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/uid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/vms_rms.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/whrlpool
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/whrlpool/wp_block.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/whrlpool/wp_dgst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/whrlpool/wp_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/by_dir.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/by_file.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/by_store.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/ext_dat.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_cache.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_data.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_map.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_node.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/pcy_tree.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/standard_exts.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/t_crl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/t_req.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/t_x509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_addr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_admis.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_admis.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_akeya.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_akid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_asid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_bcons.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_bitst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_cpols.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_crld.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_enum.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_extku.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_genn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_ia5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_info.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_int.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_ist.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_ncons.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_pci.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_pcia.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_pcons.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_pku.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_pmaps.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_prn.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_purp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_san.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_skid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_sxnet.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_tlsf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_utf8.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3_utl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/v3err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_att.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_cmp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_d2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_def.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_ext.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_lu.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_meth.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_obj.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_r2x.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_req.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_set.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_trust.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_txt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_v3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_vfy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509_vpm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509cset.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509name.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509rset.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509spki.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x509type.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_all.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_attrib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_crl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_exten.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_name.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_pubkey.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_req.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_x509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/crypto/x509/x_x509a.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/client-arg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/client-conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/saccept.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/sconnect.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/server-arg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/server-cmod.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/bio/server-conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cipher
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cipher/aesccm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cipher/aesgcm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cipher/aeskeywrap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cipher/ariacbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_comp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_ddec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_dec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_denc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_sign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_sign2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_uncomp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/cms/cms_ver.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/digest
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/digest/BIO_f_md.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/digest/EVP_MD_demo.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/digest/EVP_MD_stdin.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/digest/EVP_MD_xof.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/encode
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/encode/ec_encode.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/encode/rsa_encode.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/kdf
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/kdf/hkdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/kdf/pbkdf2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/kdf/scrypt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/keyexch
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/keyexch/x25519.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/mac
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/mac/cmac-aes256.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/mac/gmac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/mac/hmac-sha512.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/mac/poly1305.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/mac/siphash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkcs12
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkcs12/pkread.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkcs12/pkwrite.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey/EVP_PKEY_DSA_keygen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey/EVP_PKEY_DSA_paramfromdata.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey/EVP_PKEY_DSA_paramgen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey/EVP_PKEY_DSA_paramvalidate.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey/EVP_PKEY_EC_keygen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/pkey/EVP_PKEY_RSA_keygen.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/signature
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/signature/EVP_Signature_demo.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/signature/EVP_Signature_demo.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/signature/rsa_pss.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/signature/rsa_pss_direct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/signature/rsa_pss_hash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/smime
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/smime/smdec.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/smime/smenc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/smime/smsign.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/smime/smsign2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/demos/smime/smver.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/e_os.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_afalg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_afalg.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_afalg_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_afalg_err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_capi.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_capi_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_capi_err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_dasync.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_dasync_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_dasync_err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_devcrypto.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_loader_attic.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_loader_attic_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_loader_attic_err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_ossltest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_ossltest_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_ossltest_err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/engines/e_padlock.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/asn1parse.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/bignum.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/bndiv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/client.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/cmp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/cms.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/crl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/ct.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/driver.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/fuzz_rand.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/fuzzer.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/server.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/test-corpus.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/fuzz/x509.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/aes_platform.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/aria.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/asn1.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/asn1_dsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/asn1err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/async.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/asyncerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/bioerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/bn.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/bn_dh.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/bn_srp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/bnerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/buffererr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/chacha.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/cmll_platform.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/cmperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/cmserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/comperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/conferr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/crmferr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/cryptlib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/cryptoerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/cterr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ctype.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/decoder.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/decodererr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/des_platform.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/dh.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/dherr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/dsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/dsaerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ec.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ecerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ecx.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/encoder.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/encodererr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/engine.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/engineerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ess.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/esserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/evp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/evperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/httperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/lhash.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/md32_common.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/modes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/objects.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/objectserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ocsperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/pem.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/pemerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/pkcs12err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/pkcs7.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/pkcs7err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/poly1305.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/ppc_arch.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/punycode.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/rand.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/rand_pool.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/randerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/rsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/rsaerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/security_bits.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/sha.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/siphash.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/siv.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/sm2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/sm2err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/sm4.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/sparc_arch.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/sparse_array.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/store.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/storeerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/tserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/types.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/uierr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/x509.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/x509err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/crypto/x509v3err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/asn1.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/bio.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/comp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/conf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/constant_time.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/core.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/cryptlib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/dane.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/deprecated.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/der.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/dso.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/dsoerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/endian.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/ffc.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/ktls.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/namemap.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/nelem.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/numbers.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/o_dir.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/packet.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/param_build_set.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/passphrase.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/property.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/propertyerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/provider.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/refcount.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/sha3.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/sizes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/sm3.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/sockets.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/sslconf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/symhacks.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/thread_once.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/tlsgroups.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/tsan_assist.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/internal/unicode.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/aes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/asn1_mac.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/asn1err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/async.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/asyncerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/bioerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/blowfish.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/bn.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/bnerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/buffer.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/buffererr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/camellia.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cast.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cmac.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cmp_util.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cmperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cmserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/comp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/comperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/conf_api.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/conferr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/conftypes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/core.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/core_dispatch.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/core_names.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/core_object.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/crmferr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cryptoerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cryptoerr_legacy.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/cterr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/decoder.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/decodererr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/des.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/dh.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/dherr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/dsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/dsaerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/dtls1.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/e_os2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ebcdic.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ec.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ecdh.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ecdsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ecerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/encoder.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/encodererr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/engine.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/engineerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/esserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/evp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/evperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/fips_names.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/hmac.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/http.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/httperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/idea.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/kdf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/kdferr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/macros.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/md2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/md4.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/md5.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/mdc2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/modes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/obj_mac.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/objects.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/objectserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ocsperr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/opensslconf.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ossl_typ.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/param_build.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/params.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/pem.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/pem2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/pemerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/pkcs12err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/pkcs7err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/prov_ssl.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/proverr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/provider.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/rand.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/randerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/rc2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/rc4.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/rc5.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ripemd.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/rsa.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/rsaerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/seed.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/self_test.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/sha.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/srtp.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ssl2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ssl3.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/sslerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/sslerr_legacy.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/stack.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/store.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/storeerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/symhacks.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/tls1.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/trace.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/ts.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/tserr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/txt_db.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/types.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/uierr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/whrlpool.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/x509err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/include/openssl/x509v3err.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ms
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ms/applink.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ms/uplink.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ms/uplink.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/os-dep
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/os-dep/haiku.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/baseprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/bio_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/capabilities.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_dsa_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_dsa_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_ec_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_ec_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_ecx_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_rsa_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_rsa_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_sm2_key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/der/der_sm2_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/digest_to_nid.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov/bio.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov/proverr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov/provider_ctx.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov/provider_util.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov/providercommon.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/include/prov/securitycheck.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/provider_ctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/provider_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/provider_seeding.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/provider_util.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/securitycheck.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/securitycheck_default.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/common/securitycheck_fips.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/defltprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/fips
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/fips/fips_entry.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/fips/fipsprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/fips/self_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/fips/self_test.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/fips/self_test_kats.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/asymciphers
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/asymciphers/rsa_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/asymciphers/sm2_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_ccm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_ccm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_ccm_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_gcm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_gcm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_ocb_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_siv.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_siv.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_siv_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_xts.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_xts.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_xts_fips.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_ccm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_ccm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_ccm_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_gcm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_gcm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_gcm_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_aria_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_blowfish.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_blowfish.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_blowfish_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_camellia.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_camellia.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_camellia_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_cast.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_cast5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_cast5_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_chacha20.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_chacha20.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_chacha20_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_cts.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_cts.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_des.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_des.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_des_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_desx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_desx_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_idea.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_idea.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_idea_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_null.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc2_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc4.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc4_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc5.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc5.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_rc5_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_seed.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_seed.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_seed_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_sm4.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_sm4.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_sm4_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_common.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_default.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_default.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_default_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_wrap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/cipher_tdes_wrap_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_block.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_ccm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_ccm_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_gcm.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_gcm_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_hw.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/ciphers/ciphercommon_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/blake2_impl.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/blake2_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/blake2b_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/blake2s_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/digestcommon.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/md2_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/md4_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/md5_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/md5_sha1_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/mdc2_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/null_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/ripemd_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/sha2_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/sha3_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/sm3_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/digests/wp_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/decode_der2key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/decode_epki2pki.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/decode_msblob2key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/decode_pem2der.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/decode_pvk2key.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/decode_spki2typespki.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/encode_key2any.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/encode_key2blob.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/encode_key2ms.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/encode_key2text.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/endecoder_common.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/encode_decode/endecoder_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/exchange
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/exchange/dh_exch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/exchange/ecdh_exch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/exchange/ecx_exch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/exchange/kdf_exch.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/blake2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/ciphercommon.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/ciphercommon_aead.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/ciphercommon_ccm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/ciphercommon_gcm.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/digestcommon.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/implementations.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/kdfexchange.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/macsignature.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/md5_sha1.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/names.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/include/prov/seeding.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/hkdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/kbkdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/krb5kdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/pbkdf1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/pbkdf2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/pbkdf2.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/pbkdf2_fips.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/pkcs12kdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/scrypt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/sshkdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/sskdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/tls1_prf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kdfs/x942kdf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kem
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/kem/rsa_kem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/dh_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/ec_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/kdf_legacy_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/mac_legacy_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/keymgmt/rsa_kmgmt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/blake2_mac_impl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/blake2b_mac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/blake2s_mac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/cmac_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/gmac_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/hmac_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/kmac_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/poly1305_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/macs/siphash_prov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/crngt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/drbg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/drbg_ctr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/drbg_hash.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/drbg_hmac.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/drbg_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seed_src.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding/rand_cpu_x86.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding/rand_tsc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding/rand_unix.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding/rand_vms.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding/rand_vxworks.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/seeding/rand_win.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/rands/test_rng.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature/dsa_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature/ecdsa_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature/eddsa_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature/mac_legacy_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature/rsa_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/signature/sm2_sig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/storemgmt
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/storemgmt/file_store.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/storemgmt/file_store_any2obj.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/implementations/storemgmt/file_store_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/legacyprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/nullprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/providers/prov_running.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/bio_ssl.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/d1_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/d1_msg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/d1_srtp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ktls.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/methods.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/pqueue.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/dtls1_bitmap.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/rec_layer_d1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/rec_layer_s3.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/record.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/record_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/ssl3_buffer.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/ssl3_record.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/ssl3_record_tls13.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/record/tls_pad.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/s3_cbc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/s3_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/s3_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/s3_msg.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_asn1.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_cert.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_cert_table.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_ciph.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_conf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_err.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_err_legacy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_mcnf.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_rsa.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_rsa_legacy.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_sess.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_stat.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_txt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/ssl_utst.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/sslerr.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/extensions.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/extensions_clnt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/extensions_cust.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/extensions_srvr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem_clnt.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem_dtls.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/statem/statem_srvr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/t1_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/t1_lib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/t1_trce.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/tls13_enc.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/tls_depr.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/ssl/tls_srp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/aborttest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/acvp_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/aesgcmtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/afalgtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/algorithmid_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asn1_decode_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asn1_dsa_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asn1_encode_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asn1_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asn1_string_table_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asn1_time_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asynciotest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/asynctest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bad_dtls_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bftest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bio_callback_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bio_core_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bio_enc_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bio_memleak_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bio_prefix_text.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bio_readbuffer_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bioprinttest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bn_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bn_rand_range.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/bntest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/casttest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/chacha_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cipher_overhead_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cipherbytes_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cipherlist_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ciphername_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/clienthellotest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmactest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_asn_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_client_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_ctx_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_hdr_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_msg_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_protect_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_server_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_status_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmp_vfy_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/cmsapitest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/conf_include_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/confdump.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/constant_time_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/context_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/crltest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ct_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ctype_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/curve448_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/d2i_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/danetest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/defltfips_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/destest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/dhtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/drbgtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/dsa_no_digest_size_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/dsatest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/dtls_mtu_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/dtlstest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/dtlsv1listentest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ec_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ecdsatest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ecdsatest.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ecstresstest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ectest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/endecode_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/endecoder_legacy_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/enginetest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/errtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_extra_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_extra_test2.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_fetch_prov_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_kdf_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_libctx_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_pkey_ctx_new_from_name.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_pkey_dparams_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_pkey_provided_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/evp_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/exdatatest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/exptest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ext_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/fake_rsaprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/fake_rsaprov.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/fatalerrtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ffc_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/filterprov.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/filterprov.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/fips_version_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/gmdifftest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/cmp_testlib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/cmp_testlib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/handshake.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/handshake.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/handshake_srp.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/pkcs12.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/pkcs12.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/predefined_dhparams.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/predefined_dhparams.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/ssl_test_ctx.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/ssl_test_ctx.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/ssltestlib.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/helpers/ssltestlib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/hexstr_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/hmactest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/http_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ideatest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/igetest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/keymgmt_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/lhash_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/localetest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/mdc2_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/mdc2test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/memleaktest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/modes_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/moduleloadtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/namemap_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/nodefltctxtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ocspapitest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ossl_store_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/p_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/packettest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/param_build_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/params_api_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/params_conversion_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/params_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pbelutest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pbetest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pem_read_depr_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pemtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pkcs12_format_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pkcs7_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pkey_meth_kdf_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/pkey_meth_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/poly1305_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/property_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/prov_config_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/provfetchtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/provider_fallback_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/provider_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/provider_pkey_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/provider_status_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/provider_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/punycode_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rand_status_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rand_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rc2test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rc4test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rc5test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rdrand_sanitytest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/recordlentest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rsa_complex.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rsa_mp_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rsa_sp800_56b_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/rsa_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sanitytest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/secmemtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/servername_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sha_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/shlibloadtest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/simpledynamic.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/simpledynamic.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/siphash_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sm2_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sm3_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sm4_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sparse_array_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/srptest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ssl_cert_table_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ssl_ctx_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ssl_old_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ssl_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/ssl_test_ctx_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sslapitest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sslbuffertest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sslcorrupttest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/stack_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/sysdefaulttest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/test_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/apps_shims.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/basic_output.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/cb.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/driver.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/fake_random.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/format_output.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/load.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/main.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/options.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/output.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/output.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/provider.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/random.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/stanza.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/test_cleanup.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/test_options.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/tests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/testutil_init.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/testutil/tu_local.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/threadstest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/threadstest.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/threadstest_fips.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/time_offset_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/tls-provider.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/tls13ccstest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/tls13encryptiontest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/tls13secretstest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/trace_api_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/uitest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/upcallstest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/user_property_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/v3ext.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/v3nametest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/verify_extra_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/versions.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/wpackettest.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/x509_check_cert_pkey_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/x509_dup_cert_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/x509_internal_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/x509_time_test.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/test/x509aux.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/util
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/util/check-format-test-negatives.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/OpensslLib/openssl/util/check-format-test-positives.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib/InternalTlsLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib/SysCall
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib/SysCall/inet_pton.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib/TlsConfig.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib/TlsInit.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLib/TlsProcess.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLibNull
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLibNull/InternalTlsLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLibNull/TlsConfigNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLibNull/TlsInitNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Library/TlsLibNull/TlsProcessNull.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Library
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Library/IntrinsicLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Library/OpensslLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Ppi
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Ppi/Crypto.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Protocol
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Protocol/Crypto.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Private/Protocol/SmmCrypto.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/AeadAesGcmTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/AuthenticodeTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/BaseCryptLibUnitTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/BlockCipherTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/BnTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/DhTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/EcTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/HashTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/HkdfTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/HmacTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/OaepEncryptTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/ParallelhashTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/Pkcs5Pbkdf2Tests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/Pkcs7EkuTestSignatures.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/Pkcs7EkuTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/RandTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/RsaPkcs7Tests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/RsaPssTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/RsaTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/TSTests.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/TestBaseCryptLib.h
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/UnitTestMain.c
/usr/src/debug/ovmf-x86_64/CryptoPkg/Test/UnitTest/Library/BaseCryptLib/X509Tests.c
/usr/src/debug/ovmf-x86_64/DebugPkg
/usr/src/debug/ovmf-x86_64/DebugPkg/GdbSyms
/usr/src/debug/ovmf-x86_64/DebugPkg/GdbSyms/GdbSyms.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidBoot
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidBoot/AndroidBootApp.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidFastboot
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidFastboot/AndroidBootImg.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidFastboot/AndroidFastbootApp.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidFastboot/Arm
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Application/AndroidFastboot/Arm/BootAndroidBootImg.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/FastbootTransportTcp.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/AndroidFastbootTransportUsbDxe/FastbootTransportUsb.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/ConsolePrefDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefDxe.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/DtPlatformDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformDxe.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/FdtClientDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/FdtClientDxe/FdtClientDxe.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/NonCoherentIoMmuDxe/NonCoherentIoMmuDxe.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/VirtualKeyboardDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/VirtualKeyboardDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/VirtualKeyboardDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Drivers/VirtualKeyboardDxe/VirtualKeyboard.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/EmbeddedMonotonicCounter
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/EmbeddedMonotonicCounter/EmbeddedMonotonicCounter.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/Arm
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/Arm/Processor.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/GdbStub.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/GdbStubInternal.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/Ia32
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/Ia32/Processor.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/SerialIo.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/X64
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/GdbStub/X64/Processor.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/ConsolePrefFormSet.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/DtPlatformDefaultDtbFile.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/DtPlatformFormSet.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/ExtractSection.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/Fdt.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/FdtHob.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/NvVarStoreFormatted.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Guid/PlatformHasDeviceTree.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/AcpiLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/AndroidBootImgLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/DebugAgentTimerLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/DmaLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/DtPlatformDtbLoaderLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/EfiFileLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/EfiResetSystemLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/FdtLoadLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/GdbSerialLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/HalRuntimeServicesLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/NorFlashInfoLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/PrePiHobListPointerLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/PrePiLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/RealTimeClockLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Library/TimeBaseLib.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Ppi
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Ppi/EmbeddedGpio.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/AndroidBootImg.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/AndroidFastbootPlatform.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/AndroidFastbootTransport.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/EmbeddedDevice.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/EmbeddedExternalDevice.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/EmbeddedGpio.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/FdtClient.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/HardwareInterrupt.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/HardwareInterrupt2.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/MmcHost.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/PeCoffLoader.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/PlatformBootManager.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/PlatformVirtualKeyboard.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/Protocol/UsbDevice.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/fdt.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/libfdt.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Include/libfdt_env.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/AcpiLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/AcpiLib/AcpiLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/AndroidBootImgLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/CoherentDmaLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/CoherentDmaLib/CoherentDmaLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/DebugAgentTimerLibNull
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/DebugAgentTimerLibNull/DebugAgentTimerLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/DxeDtPlatformDtbLoaderLibDefault/DxeDtPlatformDtbLoaderLibDefault.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_addresses.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_empty_tree.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_overlay.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_ro.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_rw.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_strerror.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_strtoul.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_sw.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/fdt_wip.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/FdtLib/libfdt_internal.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/GdbSerialDebugPortLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/GdbSerialDebugPortLib/GdbSerialDebugPortLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/GdbSerialLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/GdbSerialLib/GdbSerialLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/NonCoherentDmaLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/NonCoherentDmaLib/NonCoherentDmaLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/NorFlashInfoLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/NvVarStoreFormattedLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PlatformHasAcpiLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PlatformHasAcpiLib/PlatformHasAcpiLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiHobLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiHobLib/Hob.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiLib/FwVol.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiLib/PrePi.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiLib/PrePiLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiMemoryAllocationLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/PrePiMemoryAllocationLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/TemplateRealTimeClockLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/TemplateRealTimeClockLib/RealTimeClockLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/TemplateResetSystemLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/TemplateResetSystemLib/ResetSystemLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/TimeBaseLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/VirtualRealTimeClockLib
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Library/VirtualRealTimeClockLib/VirtualRealTimeClockLib.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/MetronomeDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/MetronomeDxe/Metronome.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/RealTimeClockRuntimeDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/RealTimeClockRuntimeDxe/RealTimeClock.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/ResetRuntimeDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/ResetRuntimeDxe/reset.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/SimpleTextInOutSerial
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/SimpleTextInOutSerial/SimpleTextInOut.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/Diagnostics.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/Mmc.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/Mmc.h
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/MmcBlockIo.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/MmcDebug.c
/usr/src/debug/ovmf-x86_64/EmbeddedPkg/Universal/MmcDxe/MmcIdentification.c
/usr/src/debug/ovmf-x86_64/FatPkg
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Data.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Delete.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/DirectoryCache.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/DirectoryManage.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/DiskCache.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Fat.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Fat.h
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/FatFileSystem.h
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/FileName.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/FileSpace.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Flush.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Hash.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Info.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Init.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Misc.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/Open.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/OpenVolume.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/ReadWrite.c
/usr/src/debug/ovmf-x86_64/FatPkg/EnhancedFatDxe/UnicodeCollation.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/Eltorito.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/FatLiteAccess.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/FatLiteApi.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/FatLiteApi.h
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/FatLiteFmt.h
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/FatLiteLib.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/FatLitePeim.h
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/Gpt.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/Mbr.c
/usr/src/debug/ovmf-x86_64/FatPkg/FatPei/Part.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/BootManagerMenuApp
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/CapsuleApp
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/CapsuleApp/AppSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/CapsuleApp/CapsuleApp.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/CapsuleApp/CapsuleApp.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/CapsuleApp/CapsuleDump.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/DumpDynPcd
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/DumpDynPcd/DumpDynPcd.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/HelloWorld
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/HelloWorld/HelloWorld.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/MemoryProfileInfo
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/MemoryProfileInfo/MemoryProfileInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/SmiHandlerProfileInfo
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/SmiHandlerProfileInfo/SmiHandlerProfileInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/FrontPage.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/FrontPage.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/FrontPageCustomizedUi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/FrontPageCustomizedUi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/FrontPageCustomizedUiSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/String.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/String.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/UiApp/Ui.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/VariableInfo
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Application/VariableInfo/VariableInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiBlockIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiPassThru.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiPassThru.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiS3.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiStorageSecurity.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/AhciPeiStorageSecurity.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/DevicePath.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AhciPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AhciMode.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/AtaAtapiPassThru.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/IdeMode.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ata/AtaBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/I2c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/I2c/I2cDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/I2c/I2cDxe/I2cBus.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/I2c/I2cDxe/I2cDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/I2c/I2cDxe/I2cHost.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/IsaBusDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/IsaBusDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdCtrller.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KbdTextIn.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2Keyboard.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2MouseDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2MouseDxe/CommPs2.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2MouseDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/Ehci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciDebug.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciReg.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciSched.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/EhciUrb.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/UsbHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciDxe/UsbHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhcPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhciReg.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhciSched.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhciSched.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhciUrb.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/EhciUrb.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/UsbHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/EhciPei/UsbHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/IdeBusPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/IdeBusPei/AtapiPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NonDiscoverablePciDeviceDxe/NonDiscoverablePciDeviceIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpress.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressBlockIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDiskInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDiskInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressPassthru.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/DevicePath.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiBlockIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiBlockIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiPassThru.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiPassThru.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiS3.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiStorageSecurity.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/NvmExpressPei/NvmExpressPeiStorageSecurity.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciBus.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciCommand.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciDeviceSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciDriverOverride.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumerator.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciEnumeratorSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciPowerManagement.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciResourceSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostResource.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridge.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciRootBridgeIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/PciSioSerialDxe/SerialIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe/SataController.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SataControllerDxe/SataController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/EmmcDevice.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdDevice.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHcDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/SdMmcPciHcPei/SdMmcPciHcPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcDxe/UfsPciHcDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UfsPciHcPei/UfsPciHcPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciReg.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciDxe/UsbHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/UhciPei/UhcPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/UsbHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/Xhci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciReg.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciDxe/XhciSched.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/UsbHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/XhcPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/XhcPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/XhciReg.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Pci/XhciPei/XhciSched.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcBlockIoPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/EmmcHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcBlockIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdBlockIoPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdBlockIoPei/SdHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/SdBlockIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/SdDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Sd/SdDxe/SdDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/DmaMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsBlockIoPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHcMem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHcMem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/UfsHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsDevConfigProtocol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/UfsPassThruHci.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/BotPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/PeiAtapi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/PeiUsbLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/UsbBotPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBotPei/UsbPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbUtility.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/HubPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/PeiUsbLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/UsbIoPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbBusPei/UsbPeim.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/EfiKey.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbKbDxe/KeyBoard.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMass.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBoot.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassBot.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassCbi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassDiskInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassDiskInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassImpl.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/MouseHid.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointer.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouse.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon/DriverBinding.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon/DriverBinding.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/NetworkCommon/PxeFunction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm/UsbCdcEcm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm/UsbCdcEcm.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcEcm/UsbEcmFunction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm/UsbCdcNcm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm/UsbCdcNcm.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbCdcNcm/UsbNcmFunction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis/UsbRndis.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis/UsbRndis.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Bus/Usb/UsbNetwork/UsbRndis/UsbRndisFunction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Dispatcher
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Dispatcher/Dependency.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/DxeMain/DxeProtocolNotify.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Event
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Event/Event.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Event/Event.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Event/Timer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Event/Tpl.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol/Ffs.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol/FwVol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol/FwVolAttrib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol/FwVolDriver.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVol/FwVolWrite.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVolBlock
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/FwVolBlock/FwVolBlock.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Gcd
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Gcd/Gcd.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Gcd/Gcd.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Hand
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Hand/DriverSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Hand/Handle.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Hand/Handle.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Hand/Locate.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Hand/Notify.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Image
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Image/Image.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Image/Image.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Library
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Library/Library.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/HeapGuard.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/HeapGuard.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/Imem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/MemData.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/MemoryProfileRecord.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/Page.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Mem/Pool.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc/DebugImageInfo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc/InstallConfigurationTable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc/MemoryAttributesTable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc/SetWatchdogTimer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/Misc/Stall.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/SectionExtraction
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Dxe/SectionExtraction/CoreSectionExtraction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/DxeHandoff.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/DxeIpl.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/Ia32
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/X64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/X64/DxeLoadFunc.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/BootMode
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/BootMode/BootMode.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/CpuIo
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/CpuIo/CpuIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Dependency
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Dependency/Dependency.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Dependency/Dependency.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Dispatcher
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/FwVol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/FwVol/FwVol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/FwVol/FwVol.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Hob
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Hob/Hob.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Image
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Image/Image.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Memory
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Memory/MemoryServices.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PciCfg2
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PciCfg2/PciCfg2.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PeiMain
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PeiMain.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Ppi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Ppi/Ppi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Reset
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Reset/Reset.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Security
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/Security/Security.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/StatusCode
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/Pei/StatusCode/StatusCode.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Dependency.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Dispatcher.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Handle.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/HeapGuard.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/HeapGuard.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/InstallConfigurationTable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Locate.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/MemoryAttributesTable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Notify.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Page.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/PiSmmCore.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/PiSmmCore.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/PiSmmCorePrivateData.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/PiSmmIpl.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Pool.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/Smi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/SmiHandlerProfile.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/PiSmmCore/SmramProfileRecord.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe/Crc32.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe/Runtime.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Core/RuntimeDxe/Runtime.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/AcpiS3Context.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/BootDiscoveryPolicy.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/BootScriptExecutorVariable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/CapsuleVendor.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/ConnectConInEvent.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/ConsoleInDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/ConsoleOutDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/Crc32GuidedSectionExtraction.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/DebugMask.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/DriverSampleHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/EndOfS3Resume.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/EventExitBootServiceFailed.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/FaultTolerantWrite.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/FirmwarePerformance.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/HiiBootMaintenanceFormset.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/HiiResourceSampleHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/IdleLoopEvent.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/LoadModuleAtFixedAddress.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/LzmaDecompress.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MdeModuleHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MdeModulePkgTokenSpace.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MemoryProfile.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MemoryStatusCodeRecord.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MemoryTypeInformation.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MigratedFvInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/MtcVendor.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/NonDiscoverableDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PcdDataBaseHobGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PcdDataBaseSignatureGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/Performance.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PerformanceMeasurement.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PiSmmCommunicationRegionTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PiSmmMemoryAttributesTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PlatDriOverrideHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/PlatformHasAcpi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/RamDiskHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/RecoveryDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/S3SmmInitDone.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/S3StorageDeviceInitList.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/SerialPortLibVendor.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/SmiHandlerProfile.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/SmmLockBox.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/SmmVariableCommon.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/StandardErrorDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/StatusCodeCallbackGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/StatusCodeDataTypeVariable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/SystemNvDataGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/TraceHubDebugInfoHob.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/TtyTerm.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/UsbKeyBoardLayout.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/VarCheckPolicyMmi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/VarErrorFlag.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/VariableFlashInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/VariableFormat.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/VariableIndexTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Guid/ZeroGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/AuthVariableLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/BmpSupportLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/BootLogoLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/CapsuleLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/CpuExceptionHandlerLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/CustomizedDisplayLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/DebugAgentLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/DisplayUpdateProgressLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/FileExplorerLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/FmpAuthenticationLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/FrameBufferBltLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/HiiLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/IpmiCommandLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/IpmiLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/LockBoxLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/MemoryProfileLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/NonDiscoverableDeviceRegistrationLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/OemHookStatusCodeLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/PciHostBridgeLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/PlatformBootManagerLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/PlatformHookLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/PlatformVarCleanupLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/ResetSystemLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/ResetUtilityLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/SecurityManagementLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/SmmCorePlatformHookLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/SortLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/TpmMeasurementLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/UefiBootManagerLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/UefiHiiServicesLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/VarCheckLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/VariableFlashInfoLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/VariablePolicyHelperLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Library/VariablePolicyLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Pi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Pi/PrePiDxeCis.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Pi/PrePiHob.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/AtaAhciController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/AtaController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/AtaPassThru.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/CapsuleOnDisk.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/Debug.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/FirmwareVolumeShadowPpi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/IoMmu.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/IpmiPpi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/MemoryAttribute.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/NvmExpressHostController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/NvmExpressPassThru.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/PciDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/PlatformSpecificResetFilter.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/PlatformSpecificResetHandler.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/PlatformSpecificResetNotification.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/PostBootScriptTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/SdMmcHostController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/SecPerformance.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/SerialPortPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/SmmAccess.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/SmmCommunication.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/SmmControl.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/StorageSecurityCommand.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/UfsHostController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/Usb2HostController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/UsbController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/UsbHostController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Ppi/UsbIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/AtaAtapiPolicy.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/BootLogo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/BootLogo2.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/DebuggerConfiguration.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/DeviceSecurity.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/DisplayProtocol.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/EbcSimpleDebugger.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/EbcVmTest.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/EsrtManagement.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/FaultTolerantWrite.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/FileExplorer.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/FirmwareManagementProgress.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/FormBrowserEx.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/FormBrowserEx2.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/GenericMemoryTest.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/IoMmu.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/IpmiProtocol.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/LoadPe32Image.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/LockBox.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/NonDiscoverableDevice.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/PeCoffImageEmulator.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/PlatformBootManager.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/PlatformLogo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/PlatformSpecificResetFilter.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/PlatformSpecificResetHandler.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/Print2.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/Ps2Policy.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SdMmcOverride.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmExitBootServices.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmFaultTolerantWrite.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmFirmwareVolumeBlock.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmLegacyBoot.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmMemoryAttribute.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmReadyToBoot.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmSwapAddressRange.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmVarCheck.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SmmVariable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/SwapAddressRange.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/UfsHostController.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/UfsHostControllerPlatform.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/UsbEthernetProtocol.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/VarCheck.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/VariableLock.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/Protocol/VariablePolicy.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload/AcpiTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload/ExtraData.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload/PciRootBridges.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload/SerialPortInfo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload/SmbiosTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Include/UniversalPayload/UniversalPayload.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/AuthVariableLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseBmpSupportLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseBmpSupportLib/BmpSupportLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseHobLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiCommandLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnApp.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnChassis.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnStorage.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiCommandLibNull/IpmiCommandLibNetFnTransport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseIpmiLibNull/BaseIpmiLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseMemoryAllocationLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseMemoryAllocationLibNull/BaseMemoryAllocationLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BasePlatformHookLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BasePlatformHookLibNull/BasePlatformHookLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseResetSystemLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseSerialPortLib16550
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPortLib16550.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseSortLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseSortLib/BaseSortLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseVariableFlashInfoLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootDiscoveryPolicyUiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootDiscoveryPolicyUiLib/BootDiscoveryPolicyUiLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootLogoLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootLogoLib/BootLogoLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BmLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenance.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManager.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootMaintenanceManagerCustomizedUiSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/BootOption.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/ConsoleOption.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Data.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/FormGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/UpdatePage.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootMaintenanceManagerUiLib/Variable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootManagerUiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootManagerUiLib/BootManager.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BootManagerUiLib/BootManager.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecUefiSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompress.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/BrotliDecompressLibInternal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/GuidedSectionExtraction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/stddef.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/stdint.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/stdlib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/BrotliCustomDecompressLib/string.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CpuExceptionHandlerLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CustomizedDisplayLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CustomizedDisplayLib/Colors.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DebugAgentLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DebugAgentLibNull/DebugAgentLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DeviceManagerUiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DeviceManagerUiLib/DeviceManager.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DisplayUpdateProgressLibGraphics/DisplayUpdateProgressLibGraphics.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DisplayUpdateProgressLibText
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DisplayUpdateProgressLibText/DisplayUpdateProgressLibText.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/CapsuleOnDisk.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/CapsuleOnDisk.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleProcessLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleRuntime.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationServices.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryProfileServices.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCorePerformanceLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLibInternal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeCrc32GuidedSectionExtractLib/DxeCrc32GuidedSectionExtractLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeFileExplorerProtocol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeFileExplorerProtocol/DxeFileExplorerProtocol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeIpmiLibIpmiProtocol/DxeIpmiLibIpmiProtocol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxePerformanceLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxePrintLibPrint2Protocol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxePrintLibPrint2Protocol/PrintLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeReportStatusCodeLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeReportStatusCodeLib/ReportStatusCodeLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeResetSystemLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeResetSystemLib/UnitTest
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/DxeResetSystemLibUnitTest.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeResetSystemLib/UnitTest/MockUefiRuntimeServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeSecurityManagementLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FileExplorerLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FileExplorerLib/FileExplorer.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FileExplorerLib/FormGuid.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FmpAuthenticationLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FmpAuthenticationLibNull/FmpAuthenticationLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FrameBufferBltLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LockBoxNullLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/F86GuidedSectionExtraction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLibInternal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zVersion.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra86.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Compiler.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/CpuArch.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzHash.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Precomp.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/NonDiscoverableDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/OemHookStatusCodeLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PciHostBridgeLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PciHostBridgeLibNull/PciHostBridgeLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/PeiCrc32GuidedSectionExtractLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiDebugLibDebugPpi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiDebugLibDebugPpi/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiDebugPrintHobLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiDebugPrintHobLib/PeiDebugPrintHobLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiIpmiLibIpmiPpi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiIpmiLibIpmiPpi/PeiIpmiLibIpmiPpi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiPerformanceLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiReportStatusCodeLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiReportStatusCodeLib/ReportStatusCodeLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiResetSystemLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PeiResetSystemLib/PeiResetSystemLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiDxeS3BootScriptLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptExecute.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptInternalFormat.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiDxeS3BootScriptLib/BootScriptSave.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiDxeS3BootScriptLib/InternalBootScriptLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationServices.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryProfileLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryProfileServices.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PiSmmCoreSmmServicesTableLib/PiSmmCoreSmmServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformBootManagerLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManager.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformHookLibSerialPortPpi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformHookLibSerialPortPpi/PlatformHookLibSerialPortPpi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformVarCleanupLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformVarCleanupLib/PlatVarCleanup.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformVarCleanupLib/PlatVarCleanupHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/PlatformVarCleanupLib/PlatVarCleanupLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/ResetUtilityLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/ResetUtilityLib/ResetUtility.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/ReportStatusCodeLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/RuntimeResetSystemLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/RuntimeResetSystemLib/RuntimeResetSystemLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmCorePerformanceLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmCorePlatformHookLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmCorePlatformHookLibNull/SmmCorePlatformHookLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmIpmiLibSmmIpmiProtocol/SmmIpmiLibSmmIpmiProtocol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxLibPrivate.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxMmLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxStandaloneMmLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxTraditionalMmLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmMemoryAllocationProfileLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/SmmMemoryProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmPerformanceLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmReportStatusCodeLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLibStandaloneMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmReportStatusCodeLib/ReportStatusCodeLibTraditional.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmSmiHandlerProfileLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmSmiHandlerProfileLib/MmSmiHandlerProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmSmiHandlerProfileLib/MmSmiHandlerProfileLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmSmiHandlerProfileLib/SmmSmiHandlerProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/SmmSmiHandlerProfileLib/StandaloneMmSmiHandlerProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TpmMeasurementLibNull
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/BaseTraceHubDebugSysTLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/DxeSmmTraceHubDebugSysTLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApi.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApiCommon.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/InternalTraceHubApiCommon.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/TraceHubDebugSysTLib/PeiTraceHubDebugSysTLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmBootDescription.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmConnect.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmConsole.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmDriverHealth.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmHotkey.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmLoadOption.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiBootManagerLib/InternalBm.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiLib/HiiLanguage.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiLib/HiiLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiLib/HiiString.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiServicesLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiMemoryAllocationProfileLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/DxeMemoryProfileLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiSortLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiSortLib/UefiSortLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiSortLib/UnitTest
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/UefiSortLib/UnitTest/UefiSortLibUnitTest.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/InternalVarCheckStructure.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHii.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGen.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromFv.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiGenFromHii.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckHiiLib/VarCheckHiiLibNullClass.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckLib/VarCheckLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPcdLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdLibNullClass.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPcdLib/VarCheckPcdStructure.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPolicyLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibStandaloneMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLibTraditional.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckUefiLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLibNullClass.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VariablePolicyHelperLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VariablePolicyLib
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyExtraInitNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyExtraInitRuntimeDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Library/VariablePolicyLib/VariablePolicyLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Logo
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Logo/Logo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Test
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Test/Mock
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Test/Mock/Include
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Test/Mock/Include/GoogleTest
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Test/Mock/Include/GoogleTest/Library
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockPciHostBridgeLib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/AcpiPlatform.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiSdt.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiSdt.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AcpiTableProtocol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/Aml.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlChild.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlNamespace.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlOption.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/AcpiTableDxe/AmlString.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/BootGraphicsResourceTableDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/SetIdtEntry.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ScriptExecute.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/SetIdtEntry.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/FirmwarePerformanceDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTablePei/FirmwarePerformancePei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceCommon.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceCommon.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceStandaloneMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/FirmwarePerformanceTraditional.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/AcpiS3ContextSave.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/InternalS3SaveState.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/S3SaveState.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/SmmS3SaveState
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/SmmS3SaveState/InternalSmmSaveState.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/Bds.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/BdsEntry.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/Language.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BdsDxe/Language.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BootManagerPolicyDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/BootManagerPolicyDxe/BootManagerPolicyDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleOnDiskLoadPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleOnDiskLoadPei/CapsuleOnDiskLoadPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/Capsule.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/Common
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/Common/CapsuleCoalesce.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/Common/CommonHeader.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/UefiCapsule.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/X64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsulePei/X64/X64Entry.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/Arm
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/Arm/CapsuleReset.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCache.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleCacheNull.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleReset.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/CapsuleService.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/SaveLongModeContext.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/CapsuleRuntimeDxe/X64/SaveLongModeContext.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitter.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterGraphics.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/GraphicsConsole.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/LaffStd.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsOutputDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsOutputDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutput.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/GraphicsOutputDxe/GraphicsOutput.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/Ansi.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Console/TerminalDxe/Vtutf8.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugPortDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugPortDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugPortDxe/DebugPort.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugPortDxe/DebugPort.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugServicePei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugServicePei/DebugService.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugServicePei/DebugServicePei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/DebugSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/Ia32
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/Ia32/DebugSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/Ia32/PlDebugSupportIa32.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/X64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DebugSupportDxe/X64/PlDebugSupportX64.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DevicePathDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DevicePathDxe/DevicePath.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/CdExpressPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/CdExpressPei/PeiCdExpress.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/DiskIoDxe/DiskIo.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/ElTorito.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/Gpt.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/Mbr.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/Partition.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/PartitionDxe/Udf.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskBlockIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskDriver.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskFileExplorer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskImpl.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskImpl.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskNVData.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/RamDiskDxe/RamDiskProtocol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/File.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/FileName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/FileSystemOperations.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/Udf.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UdfDxe/Udf.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/UnicodeCollationEng.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/FormDisplay.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/Popup.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DisplayEngineDxe/ProcessOptions.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverHealthManagerDxe/DriverHealthManagerVfr.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverSampleDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/DriverSampleDxe/NVDataStruc.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/AArch64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EbcDebuggerConfig.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/Edb.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdBranch.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdBreak.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdBreakpoint.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdExtIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdExtPci.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdGo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdHelp.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdMemory.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdQuit.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdRegister.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdScope.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdStep.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCmdSymbol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommand.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbCommon.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasm.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbDisasmSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbHook.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupport.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportFile.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportString.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSupportUI.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebugger/EdbSymbol.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebuggerHook.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcDebuggerHook.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcExecute.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcExecute.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcInt.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/EbcInt.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/Ia32
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/Ia32/EbcSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/X64
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtDxe/EsrtDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtDxe/EsrtImpl.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtDxe/EsrtImpl.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtFmpDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmp.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/EsrtFmpDxe/EsrtFmpDebugPrint.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWrite.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmCommon.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmmDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteStandaloneMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteTraditionalMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/FtwMisc.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWriteDxe/UpdateWorkingBlock.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWritePei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FaultTolerantWritePei/FaultTolerantWritePei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FileExplorerDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FileExplorerDxe/FileExplorerDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FvSimpleFileSystemDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FvSimpleFileSystemDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/FvSimpleFileSystemDxe/FvSimpleFileSystemInternal.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigRouting.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/Database.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/Font.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabase.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/HiiDatabaseEntry.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/Image.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/ImageEx.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiResourcesSampleDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/HiiResourcesSampleDxe/HiiResourcesSample.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LegacyRegion2Dxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LegacyRegion2Dxe/LegacyRegion2.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LoadFileOnFv2
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LoadFileOnFv2/LoadFileOnFv2.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LockBox
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LockBox/SmmLockBox
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/LockBox/SmmLockBox/SmmLockBox.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/LightMemoryTest.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MemoryTest/NullMemoryTestDxe/NullMemoryTest.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome/Metronome.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Metronome/Metronome.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounter.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe/Pcd.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe/Service.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Dxe/Service.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei/Pcd.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei/Service.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PCD/Pei/Service.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PcatSingleSegmentPciCfg2Pei/PciCfg2.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PlatformDriOverrideDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PlatformDriOverrideDxe/InternalPlatDriOverrideDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatDriOverrideLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PlatformDriOverrideDxe/PlatOverMngr.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PrintDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/PrintDxe/Print.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/OnigurumaUefiPort.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/config.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/ascii.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/big5.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/cp1251.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/euc_jp.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/euc_jp_prop.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/euc_kr.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/euc_tw.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/gb18030.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_1.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_10.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_11.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_13.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_14.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_15.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_16.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_2.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_3.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_4.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_5.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_6.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_7.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_8.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/iso8859_9.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/koi8.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/koi8_r.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/mktable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/onig_init.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/oniggnu.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/onigposix.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/oniguruma.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regcomp.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regenc.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regenc.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regerror.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regexec.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regext.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/reggnu.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regint.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regparse.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regparse.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regposerr.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regposix.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regsyntax.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regtrav.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/regversion.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/sjis.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/sjis_prop.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/st.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/st.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_egcb_data.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_fold1_key.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_fold2_key.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_fold3_key.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_fold_data.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_property_data.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_property_data_posix.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_unfold_key.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/unicode_wb_data.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/utf16_be.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/utf16_le.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/utf32_be.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/utf32_le.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma/src/utf8.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/stdarg.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/stddef.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/stdio.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/stdlib.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/RegularExpressionDxe/string.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Pei/ReportStatusCodeRouterPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ReportStatusCodeRouterRuntimeDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterCommon.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterCommon.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterStandaloneMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/ReportStatusCodeRouterTraditional.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemPei/ResetSystem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemPei/ResetSystem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/ResetSystemRuntimeDxe/ResetSystem.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SectionExtractionDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SectionExtractionPei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SectionExtractionPei/SectionExtractionPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe/Defer3rdPartyImageLoad.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SecurityStubDxe/SecurityStub.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SerialDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SerialDxe/SerialIo.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/Expression.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/Expression.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/Presentation.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/Setup.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosDxe/SmbiosDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosMeasurementDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmbiosMeasurementDxe/SmbiosMeasurementDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmmCommunicationBufferDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/SmmCommunicationBufferDxe/SmmCommunicationBufferDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/MemoryStausCodeWorker.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/SerialStatusCodeWorker.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/MemoryStatusCodeWorker.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/SerialStatusCodeWorker.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm/MemoryStatusCodeWorker.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm/SerialStatusCodeWorker.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerMm.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandalone.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerTraditional.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/TimestampDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/TimestampDxe/TimestampDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/MmVariablePei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/MmVariablePei/MmVariablePei.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/Pei
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/Pei/Variable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/Pei/Variable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/Measurement.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/PrivilegePolymorphic.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/Reclaim.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/RuntimeDxeUnitTest/VariableLockRequestToLockUnitTest.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/SpeculationBarrierDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/SpeculationBarrierSmm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/TcgMorLockDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/TcgMorLockSmm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VarCheck.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/Variable.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableExLib.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableLockRequestToLock.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableNonVolatile.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableNonVolatile.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableParsing.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableParsing.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariablePolicySmmDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeCache.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeCache.h
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmmRuntimeDxe.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableStandaloneMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/Variable/RuntimeDxe/VariableTraditionalMm.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.c
/usr/src/debug/ovmf-x86_64/MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.h
/usr/src/debug/ovmf-x86_64/MdePkg
/usr/src/debug/ovmf-x86_64/MdePkg/Include
/usr/src/debug/ovmf-x86_64/MdePkg/Include/AArch64
/usr/src/debug/ovmf-x86_64/MdePkg/Include/AArch64/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Arm
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Arm/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Base.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/ConfidentialComputingGuestAttr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ebc
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ebc/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/Acpi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/Apriori.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/AprioriFileName.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/Btt.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/CapsuleReport.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/Cper.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/DebugImageInfoTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/DxeServices.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/EventGroup.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/EventLegacyBios.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FileInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FileSystemInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FirmwareContentsSigned.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FirmwareFileSystem2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FirmwareFileSystem3.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/FmpCapsule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/GlobalVariable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/Gpt.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/GraphicsInfoHob.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/HardwareErrorVariable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/HiiFormMapMethodGuid.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/HiiKeyBoardLayout.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/HiiPlatformSetupFormset.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/HobList.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/ImageAuthentication.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/JsonCapsule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/LinuxEfiInitrdMedia.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/MdePkgTokenSpace.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/MemoryAllocationHob.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/MemoryAttributesTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/MemoryOverwriteControl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/Mps.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/PcAnsi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/RtPropertiesTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/SmBios.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/SmramMemoryReserve.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/StatusCodeDataTypeId.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/SystemResourceTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/VectorHandoffTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Guid/WinCertificate.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ia32
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ia32/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi10.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi20.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi30.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi40.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi50.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi51.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi60.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi61.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi62.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi63.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi64.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Acpi65.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/AcpiAml.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/AlertStandardFormatTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/ArmErrorSourceTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/ArmPerformanceMonitoringUnitTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Atapi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Bluetooth.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Bmp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Cxl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Cxl11.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/DebugPort2Table.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/DebugPortTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Dhcp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/DmaRemappingReportingTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/ElTorito.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Emmc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/HighPrecisionEventTimerTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Hsti.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Http11.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IScsiBootFirmwareTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IoRemappingTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Ipmi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiFruInformationStorage.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiKcs.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnApp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnBridge.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnChassis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnFirmware.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnGroupExtension.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnSensorEvent.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnStorage.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiNetFnTransport.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/IpmiSsif.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/LegacyBiosMpTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/LowPowerIdleTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Mbr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Mctp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/MemoryOverwriteRequestControlLock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Nvme.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Pci.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Pci22.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Pci23.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Pci30.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PciCodeId.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PciExpress21.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PciExpress30.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PciExpress31.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PciExpress40.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PciExpress50.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PeImage.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Pldm.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/PldmSmbiosTransfer.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Scsi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Sd.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SdramSpd.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SdramSpdDdr3.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SdramSpdDdr4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SdramSpdLpDdr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SerialPortConsoleRedirectionTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/ServiceProcessorManagementInterfaceTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SmBios.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/SmBus.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Spdm.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/TcgPhysicalPresence.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/TcgStorageCore.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/TcgStorageOpal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/TcpaAcpi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Tdx.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Tls1.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Tpm12.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Tpm20.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Tpm2Acpi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/TpmPtp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/TpmTis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Udf.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/Usb.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/WatchdogActionTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/WatchdogResourceTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/WindowsSmmSecurityMitigationTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/IndustryStandard/WindowsUxCapsule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/ArmTrngLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/BaseLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/BaseMemoryLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/BaseRiscVSbiLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/CacheMaintenanceLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/CcProbeLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/CpuLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/DebugLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/DebugPrintErrorLevelLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/DevicePathLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/DxeCoreEntryPoint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/DxeServicesLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/DxeServicesTableLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/ExtractGuidedSectionLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/FdtLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/FileHandleLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/HobLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/HstiLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/IoLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/JedecJep106Lib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/MemoryAllocationLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/MipiSysTLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/MmServicesTableLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/MmUnblockMemoryLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/OrderedCollectionLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PcdLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PciCf8Lib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PciExpressLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PciLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PciSegmentInfoLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PciSegmentLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeCoffExtraActionLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeCoffGetEntryPointLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeCoffLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeiCoreEntryPoint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeiServicesLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeiServicesTablePointerLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PeimEntryPoint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PerformanceLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PostCodeLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/PrintLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/RegisterFilterLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/ReportStatusCodeLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/ResourcePublicationLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/RngLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/S3BootScriptLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/S3IoLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/S3PciLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/S3PciSegmentLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/S3SmbusLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/S3StallLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SafeIntLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SerialPortLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmbusLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmiHandlerProfileLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmmCpuRendezvousLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmmIoLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmmLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmmMemLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmmPeriodicSmiLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SmmServicesTableLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/StandaloneMmDriverEntryPoint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/SynchronizationLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/TdxLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/TimerLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/TraceHubDebugSysTLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiApplicationEntryPoint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiBootServicesTableLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiDecompressLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiDriverEntryPoint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiRuntimeLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiRuntimeServicesTableLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiScsiLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UefiUsbLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Library/UnitTestLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/LoongArch64
/usr/src/debug/ovmf-x86_64/MdePkg/Include/LoongArch64/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiBootMode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiDependency.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiDxeCis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiFirmwareFile.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiFirmwareVolume.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiHob.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiI2c.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiMmCis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiMultiPhase.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiPeiCis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiS3BootScript.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiSmmCis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Pi/PiStatusCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/PiDxe.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/PiMm.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/PiPei.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/PiSmm.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/BlockIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/BlockIo2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/BootInRecoveryMode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Capsule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/CpuIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Decompress.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/DelayedDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/DeviceRecoveryModule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/DxeIpl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/EndOfPeiPhase.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/FirmwareVolume.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/FirmwareVolumeInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/FirmwareVolumeInfo2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Graphics.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/GuidedSectionExtraction.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/I2cMaster.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/IsaHc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/LoadFile.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/LoadImage.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MasterBootMode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MemoryDiscovered.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MmAccess.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MmCommunication.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MmConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MmControl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/MpServices.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Pcd.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/PcdInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/PciCfg2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/PeiCoreFvLocation.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/PiPcd.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/PiPcdInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/ReadOnlyVariable2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/RecoveryModule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/ReportStatusCodeHandler.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Reset.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Reset2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/S3Resume2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/SecHobData.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/SecPlatformInformation.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/SecPlatformInformation2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Security2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Smbus2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/Stall.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/StatusCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/SuperIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/TemporaryRamDone.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/TemporaryRamSupport.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Ppi/VectorHandoffInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/AbsolutePointer.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/AcpiTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/AdapterInformation.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Arp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/AtaPassThru.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/AuthenticationInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Bds.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Bis.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BlockIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BlockIo2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BlockIoCrypto.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BluetoothAttribute.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BluetoothConfig.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BluetoothHc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BluetoothIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BluetoothLeConfig.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BootManagerPolicy.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/BusSpecificDriverOverride.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Capsule.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/CcMeasurement.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ComponentName.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ComponentName2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Cpu.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/CpuIo2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DebugPort.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DebugSupport.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Decompress.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DeferredImageLoad.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DeviceIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DevicePath.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DevicePathFromText.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DevicePathToText.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DevicePathUtilities.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Dhcp4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Dhcp6.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DiskInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DiskIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DiskIo2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Dns4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Dns6.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverBinding.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverConfiguration2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverDiagnostics.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverDiagnostics2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverFamilyOverride.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverHealth.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DriverSupportedEfiVersion.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DxeMmReadyToLock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/DxeSmmReadyToLock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Eap.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EapConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EapManagement.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EapManagement2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ebc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EdidActive.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EdidDiscovered.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EdidOverride.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/EraseBlock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/FirmwareManagement.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/FirmwareVolume2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/FirmwareVolumeBlock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/FormBrowser2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ftp4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/GraphicsOutput.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/GuidedSectionExtraction.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Hash.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Hash2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiConfigAccess.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiConfigKeyword.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiConfigRouting.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiDatabase.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiFont.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiImage.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiImageDecoder.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiImageEx.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiPackageList.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiPopup.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HiiString.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Http.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HttpBootCallback.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/HttpUtilities.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/I2cBusConfigurationManagement.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/I2cEnumerate.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/I2cHost.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/I2cIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/I2cMaster.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/IScsiInitiatorName.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/IdeControllerInit.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ip4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ip4Config.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ip4Config2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ip6.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Ip6Config.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/IpSec.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/IpSecConfig.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/IsaHc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Kms.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LegacyRegion2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LegacySpiController.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LegacySpiFlash.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LegacySpiSmmController.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LegacySpiSmmFlash.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LoadFile.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LoadFile2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/LoadedImage.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ManagedNetwork.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MemoryAccept.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MemoryAttribute.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Metronome.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmAccess.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmBase.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmCommunication.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmCommunication2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmControl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmCpu.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmCpuIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmEndOfDxe.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmGpiDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmIoTrapDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmMp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmPciRootBridgeIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmPeriodicTimerDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmPowerButtonDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmReadyToLock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmReportStatusCodeHandler.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmStandbyButtonDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmStatusCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmSwDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmSxDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MmUsbDispatch.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MonotonicCounter.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/MpService.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Mtftp4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Mtftp6.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/NetworkInterfaceIdentifier.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/NvdimmLabel.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/NvmExpressPassthru.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PartitionInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Pcd.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PcdInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciEnumerationComplete.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciHostBridgeResourceAllocation.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciHotPlugInit.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciHotPlugRequest.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciOverride.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciPlatform.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PciRootBridgeIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PiPcd.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PiPcdInfo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Pkcs7Verify.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PlatformDriverOverride.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PlatformToDriverConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PxeBaseCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/PxeBaseCodeCallBack.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/RamDisk.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/RealTimeClock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/RedfishDiscover.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/RegularExpressionProtocol.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ReportStatusCodeHandler.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Reset.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ResetNotification.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Rest.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/RestEx.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/RestJsonStructure.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Rng.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Runtime.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/S3SaveState.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/S3SmmSaveState.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ScsiIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ScsiPassThru.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ScsiPassThruExt.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SdMmcPassThru.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Security.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Security2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SecurityPolicy.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SerialIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ServiceBinding.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Shell.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ShellDynamicCommand.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/ShellParameters.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SimpleFileSystem.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SimpleNetwork.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SimplePointer.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SimpleTextIn.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SimpleTextInEx.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SimpleTextOut.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmartCardEdge.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmartCardReader.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Smbios.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmbusHc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmAccess2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmBase2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmCommunication.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmControl2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmCpu.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmCpuIo2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmEndOfDxe.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmGpiDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmIoTrapDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmPciRootBridgeIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmPeriodicTimerDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmPowerButtonDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmReadyToLock.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmReportStatusCodeHandler.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmStandbyButtonDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmStatusCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmSwDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmSxDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SmmUsbDispatch2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiHc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiNorFlash.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiSmmConfiguration.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiSmmHc.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SpiSmmNorFlash.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/StatusCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/StorageSecurityCommand.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SuperIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/SuperIoControl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Supplicant.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/TapeIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Tcg2Protocol.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/TcgService.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Tcp4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Tcp6.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Timer.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Timestamp.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Tls.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/TlsConfig.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/TrEEProtocol.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Udp4.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Udp6.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UfsDeviceConfig.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UgaDraw.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UgaIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UnicodeCollation.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Usb2HostController.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UsbFunctionIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UsbHostController.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UsbIo.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UserCredential.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UserCredential2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/UserManager.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/Variable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/VariableWrite.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/VlanConfig.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/WatchdogTimer.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/WiFi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Protocol/WiFi2.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Amd
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Amd/Cpuid.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Amd/Fam17Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Amd/Ghcb.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Amd/Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Amd/SmramSaveStateMap.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/ArchitecturalMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Cpuid.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/LocalApic.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Microcode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/AtomMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/BroadwellMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/Core2Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/CoreMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/GoldmontMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/GoldmontPlusMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/HaswellEMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/HaswellMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/IvyBridgeMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/NehalemMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/P6Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/Pentium4Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/PentiumMMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/PentiumMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/SandyBridgeMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/SilvermontMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/SkylakeMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/Xeon5600Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/XeonDMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/XeonE7Msr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/Msr/XeonPhiMsr.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/SmramSaveStateMap.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/StmApi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/StmResourceDescriptor.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/Intel/StmStatusCode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/RiscV64
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/RiscV64/RiscVEncoding.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Register/RiscV64/RiscVImpl.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/RiscV64
/usr/src/debug/ovmf-x86_64/MdePkg/Include/RiscV64/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiAcpiDataTable.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiBaseType.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiGpt.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiMultiPhase.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiPxe.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/Uefi/UefiSpec.h
/usr/src/debug/ovmf-x86_64/MdePkg/Include/X64
/usr/src/debug/ovmf-x86_64/MdePkg/Include/X64/ProcessorBind.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseArmTrngLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseArmTrngLibNull/BaseArmTrngLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLib/ArmCache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLib/EbcCache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLib/LoongArchCache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLib/RiscVCache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLib/X86Cache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCacheMaintenanceLibNull/BaseCacheMaintenanceLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/Ebc
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/Ebc/CpuSleepFlushTlb.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/Ia32
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/Ia32/CpuSleep.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/Ia32/CpuSleepGcc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/X86BaseCpuLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLib/X86CpuFlushTlb.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseCpuLibNull/BaseCpuLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseDebugLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseDebugLibNull/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseDebugLibSerialPort
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseDebugLibSerialPort/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseDebugPrintErrorLevelLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseExtractGuidedSectionLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/FdtLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/LibFdtSupport.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/LibFdtWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/limits.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/stdbool.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/stddef.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/stdint.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/stdlib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseFdtLib/string.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsicInternal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoHighLevel.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibArmVirt.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibEbc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibFifo.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibGcc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibInternalTdx.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibInternalTdxNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibMmioBuffer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibMsc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibNoIo.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibSev.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseIoLibIntrinsic/IoLibTdx.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/ARShiftU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Arm
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Arm/InternalSwitchStack.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Arm/Unaligned.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/BaseLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/BitField.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/CheckSum.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/ChkStkGcc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Cpu.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/CpuDeadLoop.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/DivS64x64Remainder.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/DivU64x32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/DivU64x32Remainder.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/DivU64x64Remainder.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ebc
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ebc/CpuBreakpoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ebc/SetJumpLongJump.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ebc/SpeculationBarrier.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ebc/SwitchStack.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/FilePaths.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/GetPowerOfTwo32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/GetPowerOfTwo64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/HighBitSet32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/HighBitSet64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ARShiftU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/CpuId.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/CpuPause.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/DisableCache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/DisableInterrupts.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/DisablePaging32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/DivS64x64Remainder.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/DivU64x32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/DivU64x32Remainder.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/EnableCache.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/EnableInterrupts.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/EnablePaging32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/FlushCacheLine.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/FxRestore.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/FxSave.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/GccInline.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/GccInlinePriv.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/InternalSwitchStack.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/Invd.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/LRotU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/LShiftU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ModU64x32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/Monitor.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/MultU64x32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/MultU64x64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/Mwait.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/Non-existing.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/RRotU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/RShiftU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadCr0.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadCr2.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadCr3.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadCr4.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadCs.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr0.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr1.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr2.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr3.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr4.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr5.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr6.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDr7.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadDs.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadEflags.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadEs.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadFs.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadGdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadGs.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadIdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadLdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm0.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm1.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm2.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm3.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm4.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm5.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm6.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMm7.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadMsr64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadPmc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadSs.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadTr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/ReadTsc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/SwapBytes64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/Wbinvd.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteCr0.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteCr2.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteCr3.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteCr4.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr0.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr1.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr2.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr3.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr4.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr5.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr6.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteDr7.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteGdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteIdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteLdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm0.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm1.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm2.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm3.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm4.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm5.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm6.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMm7.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Ia32/WriteMsr64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/IntelTdxNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LRotU32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LRotU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LShiftU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LinkedList.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LongJump.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LoongArch64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LoongArch64/InternalSwitchStack.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LowBitSet32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/LowBitSet64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Math64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/ModU64x32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/MultS64x64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/MultU64x32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/MultU64x64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/QuickSort.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RRotU32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RRotU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RShiftU64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64/CpuBreakpoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64/CpuPause.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64/DisableInterrupts.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64/EnableInterrupts.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64/GetInterruptState.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/RiscV64/InternalSwitchStack.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/SafeString.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/SetJump.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/String.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/SwapBytes16.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/SwapBytes32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/SwapBytes64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/SwitchStack.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/Unaligned.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/UnitTestHost.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/UnitTestHost.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/CpuBreakpoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/GccInline.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/GccInlinePriv.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/Non-existing.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/ReadMsr64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/TdProbe.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X64/WriteMsr64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86DisablePaging32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86DisablePaging64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86EnablePaging32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86EnablePaging64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86FxRestore.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86FxSave.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86GetInterruptState.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86MemoryFence.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86Msr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86PatchInstruction.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86RdRand.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86ReadGdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86ReadIdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86SpeculationBarrier.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86Thunk.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86UnitTestHost.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86WriteGdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseLib/X86WriteIdtr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/CopyMem.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/MemLibGeneric.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/SetMem.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLib/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibMmx/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/Arm
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/Arm/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ScanMemGeneric.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptDxe/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibOptPei/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibRepStr/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseMemoryLibSse2/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePcdLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePcdLibNull/PcdLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciCf8Lib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciCf8Lib/PciCf8Lib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciExpressLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciExpressLib/PciExpressLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciLibCf8
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciLibCf8/PciLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciLibPciExpress
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciLibPciExpress/PciLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciSegmentInfoLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciSegmentInfoLibNull/PciSegmentInfoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciSegmentLibPci
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePciSegmentLibPci/PciSegmentLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffExtraActionLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffGetEntryPointLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/Arm
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/Arm/PeCoffLoaderEx.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/BasePeCoff.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/BasePeCoffLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/LoongArch
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/LoongArch/PeCoffLoaderEx.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/PeCoffLoaderEx.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/RiscV
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePeCoffLib/RiscV/PeCoffLoaderEx.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePerformanceLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePerformanceLibNull/PerformanceLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePostCodeLibDebug
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePostCodeLibDebug/PostCode.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePostCodeLibPort80
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePostCodeLibPort80/PostCode.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePrintLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePrintLib/PrintLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePrintLib/PrintLibInternal.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BasePrintLib/PrintLibInternal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseReportStatusCodeLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRiscVSbiLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRiscVSbiLib/BaseRiscVSbiLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/AArch64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/AArch64/ArmRng.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/AArch64/Rndr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/BaseRng.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/BaseRngLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/Rand
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLib/Rand/RdRand.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLibNull/BaseRngLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLibTimerLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseRngLibTimerLib/RngLibTimer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3BootScriptLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3BootScriptLibNull/BootScriptLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3IoLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3IoLib/S3IoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3PciLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3PciLib/S3PciLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3PciSegmentLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3PciSegmentLib/S3PciSegmentLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3SmbusLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3SmbusLib/S3SmbusLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3StallLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseS3StallLib/S3StallLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSafeIntLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSafeIntLib/SafeIntLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSafeIntLib/SafeIntLib32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSafeIntLib/SafeIntLib64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSafeIntLib/SafeIntLibEbc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibRiscVSbiLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibRiscVSbiLib/BaseSerialPortLibRiscVSbiLibRam.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSerialPortLibRiscVSbiLib/Common.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSmbusLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseStackCheckLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseStackCheckLib/BaseStackCheckGcc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseStackCheckLib/BaseStackCheckNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ebc
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ebc/Synchronization.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ia32
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ia32/GccInline.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange16.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ia32/InterlockedCompareExchange64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Ia32/InternalGetSpinLockProperties.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/InterlockedDecrementMsc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/InterlockedIncrementMsc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/LoongArch64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/LoongArch64/Synchronization.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/Synchronization.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/SynchronizationGcc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/SynchronizationMsc.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/X64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/X64/GccInline.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange16.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseSynchronizationLib/X64/InterlockedCompareExchange64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseTimerLibNullTemplate
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseTimerLibNullTemplate/TimerLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseUefiDecompressLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/CcProbeLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/CcProbeLibNull/CcProbeLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeCoreEntryPoint
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeCoreHobLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeCoreHobLib/HobLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeExtractGuidedSectionLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeHobLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeHobLib/HobLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeHstiLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeHstiLib/HstiAip.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeHstiLib/HstiDxe.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeHstiLib/HstiDxe.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeIoLibCpuIo2
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeIoLibCpuIo2/IoHighLevel.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeIoLibCpuIo2/IoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeIoLibCpuIo2/IoLibMmioBuffer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxePcdLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxePcdLib/DxePcdLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeRngLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeRngLib/DxeRngLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeRuntimeDebugLibSerialPort
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeRuntimeDebugLibSerialPort/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeRuntimePciExpressLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeRuntimePciExpressLib/PciExpressLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesLib/Allocate.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesLib/DxeServicesLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesLib/X64
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesLib/X64/Allocate.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesTableLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeSmbusLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/DxeSmbusLib/SmbusLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/JedecJep106Lib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/JedecJep106Lib/JedecJep106Lib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/MipiSysTLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/Platform.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/Platform.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipi_syst.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/examples
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/examples/client
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/examples/client/othersource.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/examples/client/systclient.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/examples/hello
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/examples/hello/hello.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include/mipi_syst
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include/mipi_syst/api.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include/mipi_syst/compiler.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include/mipi_syst/crc32.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include/mipi_syst/inline.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/include/mipi_syst/message.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/example
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/example/include
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/example/include/mipi_syst
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/example/include/mipi_syst/platform.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/example/src
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/example/src/mipi_syst_platform.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/mipi_stp_sim
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/mipi_stp_sim/include
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/mipi_stp_sim/include/mipi_syst
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/mipi_stp_sim/include/mipi_syst/platform.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/mipi_stp_sim/src
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/mipi_stp_sim/src/mipi_syst_platform.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/nop
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/nop/include
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/nop/include/mipi_syst
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/nop/include/mipi_syst/platform.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/nop/src
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/platform/nop/src/mipi_syst_platform.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src/mipi_syst_api.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src/mipi_syst_compiler.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src/mipi_syst_crc32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src/mipi_syst_init.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src/mipi_syst_inline.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/src/mipi_syst_writer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/test
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/test/unit
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/library/test/unit/mipi_syst_gtest.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include/mipi_syst_collateral.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include/mipi_syst_decode.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include/mipi_syst_guid.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include/mipi_syst_message.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include/mipi_syst_printer.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MipiSysTLib/mipisyst/printer/include/mipi_syst_printf.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MmServicesTableLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MmServicesTableLib/MmServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MmUnblockMemoryLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PciSegmentLibSegmentInfo
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PciSegmentLibSegmentInfo/BasePciSegmentLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PciSegmentLibSegmentInfo/PciSegmentLibCommon.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiCoreEntryPoint
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiDxePostCodeLibReportStatusCode
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiExtractGuidedSectionLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiHobLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiHobLib/HobLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiIoLibCpuIo
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiIoLibCpuIo/IoHighLevel.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiIoLibCpuIo/IoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiIoLibCpuIo/IoLibMmioBuffer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryAllocationLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/MemLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/MemLibGeneric.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiMemoryLib/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiPcdLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiPcdLib/PeiPcdLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiPciLibPciCfg2
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiPciLibPciCfg2/PciLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiPciSegmentLibPciCfg2
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiPciSegmentLibPciCfg2/PciSegmentLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiResourcePublicationLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiServicesLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiServicesLib/PeiServicesLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiServicesTablePointerLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiServicesTablePointerLibIdt
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiSmbusLibSmbus2Ppi
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiSmbusLibSmbus2Ppi/InternalSmbusLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeiSmbusLibSmbus2Ppi/SmbusLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeimEntryPoint
/usr/src/debug/ovmf-x86_64/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/RegisterFilterLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/RegisterFilterLibNull/RegisterFilterLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SecPeiDxeTimerLibCpu
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SecPeiDxeTimerLibCpu/X86TimerLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmiHandlerProfileLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmiHandlerProfileLibNull/SmiHandlerProfileLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmCpuRendezvousLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmCpuRendezvousLibNull/SmmCpuRendezvousLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLib/SmmIoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLibSmmCpuIo2
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLibSmmCpuIo2/IoHighLevel.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLibSmmCpuIo2/IoLibMmioBuffer.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmLibNull/SmmLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmMemLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmMemLib/SmmMemLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmMemoryAllocationLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmPciExpressLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmPciExpressLib/PciExpressLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmPciLibPciRootBridgeIo
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmPciLibPciRootBridgeIo/PciLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmPeriodicSmiLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmServicesTableLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/StandaloneMmDriverEntryPoint
/usr/src/debug/ovmf-x86_64/MdePkg/Library/StandaloneMmDriverEntryPoint/StandaloneMmDriverEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/StandaloneMmServicesTableLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/StandaloneMmServicesTableLib/StandaloneMmServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TdxLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TdxLib/AcceptPages.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TdxLib/Rtmr.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TdxLib/TdInfo.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TdxLib/TdxLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TraceHubDebugSysTLibNull
/usr/src/debug/ovmf-x86_64/MdePkg/Library/TraceHubDebugSysTLibNull/TraceHubDebugSysTLibNull.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiApplicationEntryPoint
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiBootServicesTableLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibConOut
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibConOut/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibConOut/DebugLibConstructor.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibDebugPortProtocol
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibDebugPortProtocol/DebugLibConstructor.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibStdErr
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibStdErr/DebugLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDebugLibStdErr/DebugLibConstructor.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/DevicePathFromText.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesBase.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/DevicePathUtilitiesDxeSmm.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDriverEntryPoint
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiDriverEntryPoint/DriverEntryPoint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiFileHandleLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/Acpi.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/Console.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/UefiDriverModel.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/UefiLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/UefiLibInternal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/UefiLibPrint.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiLib/UefiNotTiano.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryAllocationLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryAllocationLib/MemoryAllocationLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/CompareMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/CopyMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/IsZeroBufferWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/MemLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/MemLibGeneric.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/MemLibGuid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/MemLibInternals.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/ScanMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/ScanMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/ScanMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/ScanMem8Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/SetMem16Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/SetMem32Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/SetMem64Wrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/SetMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiMemoryLib/ZeroMemWrapper.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiPciLibPciRootBridgeIo
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiPciLibPciRootBridgeIo/PciLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiRuntimeLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiRuntimeLib/RuntimeLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiRuntimeServicesTableLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiScsiLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiScsiLib/UefiScsiLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiUsbLib
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiUsbLib/Hid.c
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiUsbLib/UefiUsbLibInternal.h
/usr/src/debug/ovmf-x86_64/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Test
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include/GoogleTest
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include/GoogleTest/Library
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include/GoogleTest/Library/MockHobLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include/GoogleTest/Library/MockPeiServicesLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Include
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Include/Library
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Include/Library/UnitTestHostBaseLib.h
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseLib
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseLib/Base64UnitTest.c
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseSafeIntLib
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.c
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.c
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.c
/usr/src/debug/ovmf-x86_64/MdePkg/Test/UnitTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg
/usr/src/debug/ovmf-x86_64/NetworkPkg/Application
/usr/src/debug/ovmf-x86_64/NetworkPkg/Application/VConfig
/usr/src/debug/ovmf-x86_64/NetworkPkg/Application/VConfig/VConfig.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ArpMain.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/ArpDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Io.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Io.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Option.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp4Dxe/Dhcp4Option.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Io.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Io.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Dhcp6Dxe/Dhcp6Utility.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDhcp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDhcp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/DnsDxe/DnsProtocol.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/DpcDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/DpcDxe/Dpc.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/DpcDxe/Dpc.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootClient.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootClient.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootComponentName.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootConfig.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootConfig.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootConfigNVDataStruc.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDhcp4.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDhcp4.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDhcp6.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDhcp6.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDxe.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootDxe.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootSupport.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpBootDxe/HttpBootSupport.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDns.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDns.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpProto.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpProto.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpsSupport.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpDxe/HttpsSupport.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesDxe.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/HttpUtilitiesDxe/HttpUtilitiesProtocol.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiAuthenticationInfo.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiCHAP.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiCHAP.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiConfig.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiConfig.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiConfigNVDataStruc.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDhcp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDhcp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDhcp6.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDhcp6.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDns.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDns.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiExtScsiPassThru.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiIbft.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiIbft.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiInitiatorName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiMisc.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiMisc.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiProto.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/IScsiDxe/IScsiProto.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/HttpBootConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/HttpTlsCipherList.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/IScsiConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/Ip4Config2Hii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/Ip4IScsiConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/Ip6ConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/TlsAuthConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/TlsAuthentication.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/VlanConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Guid/WifiConnectionManagerConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/DpcLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/HttpIoLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/HttpLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/IpIoLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/NetLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/TcpIoLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Library/UdpIoLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Protocol/Dpc.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Protocol/HttpCallback.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Include/Protocol/WiFiProfileSyncProtocol.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Common.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Common.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Config2Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Config2Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Config2Nv.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Config2Nv.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Icmp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Icmp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4If.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4If.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Igmp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Igmp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Input.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Input.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4NvData.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Option.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Option.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Output.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Output.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Route.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip4Dxe/Ip4Route.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Common.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Common.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6ConfigImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6ConfigNv.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6ConfigNv.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Icmp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Icmp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6If.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6If.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Input.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Input.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Mld.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Mld.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Nd.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Nd.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6NvData.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Option.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Option.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Output.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Output.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Route.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Ip6Dxe/Ip6Route.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeDpcLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeDpcLib/DpcLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeHttpIoLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeHttpIoLib/DxeHttpIoLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeHttpLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeHttpLib/DxeHttpLib.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeIpIoLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeIpIoLib/DxeIpIoLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeNetLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeNetLib/DxeNetLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeNetLib/NetBuffer.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeTcpIoLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeTcpIoLib/DxeTcpIoLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeUdpIoLib
/usr/src/debug/ovmf-x86_64/NetworkPkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpConfig.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpIo.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpMain.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpVlan.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/MnpDxe/MnpVlan.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Option.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Option.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Rrq.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Support.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Support.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp4Dxe/Mtftp4Wrq.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Option.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Option.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Rrq.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Support.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Support.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Mtftp6Dxe/Mtftp6Wrq.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Callback.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Get_status.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Initialize.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Mcast_ip_to_mac.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Nvdata.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Receive.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Receive_filters.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Reset.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Shutdown.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Snp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Snp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Start.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Station_address.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Statistics.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Stop.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/Transmit.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/SnpDxe/WaitForPacket.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/SockImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/SockImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/SockInterface.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/Socket.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpDispatcher.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpFunc.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpInput.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpIo.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpMain.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpMain.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpMisc.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpOption.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpOption.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpOutput.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpProto.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TcpDxe/TcpTimer.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsAuthConfigDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigDxe.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsAuthConfigDxe/TlsAuthConfigNvData.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe/TlsConfigProtocol.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe/TlsDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe/TlsDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe/TlsImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe/TlsImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/TlsDxe/TlsProtocol.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp4Dxe/Udp4Main.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Driver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Driver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Impl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Impl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/Udp6Dxe/Udp6Main.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcBoot.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp4.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcDriver.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcMtftp.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/UefiPxeBcDxe/PxeBcSupport.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/VlanConfigDxe/VlanConfigNvData.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/EapContext.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrComponentName.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfig.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfigHii.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrConfigNVDataStruct.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriver.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDriverBinding.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrDxe.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrFileUtil.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrFileUtil.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrHiiConfigAccess.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrImpl.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrImpl.h
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrMisc.c
/usr/src/debug/ovmf-x86_64/NetworkPkg/WifiConnectionManagerDxe/WifiConnectionMgrMisc.h
/usr/src/debug/ovmf-x86_64/OvmfPkg
/usr/src/debug/ovmf-x86_64/OvmfPkg/8254TimerDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/8254TimerDxe/Timer.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/8254TimerDxe/Timer.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/8259InterruptControllerDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/8259InterruptControllerDxe/8259.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/8259InterruptControllerDxe/8259.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/AcpiPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/CloudHvAcpi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/AcpiPlatformDxe/EntryPoint.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev/BlobVerifierLibSevHashes
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev/BlobVerifierLibSevHashes/BlobVerifierSevHashes.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev/SecretDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev/SecretDxe/SecretDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev/SecretPei
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSev/SecretPei/SecretPei.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSevDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/AmdSevDxe/AmdSevDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiPlatformDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiPlatformDxe/Bhyve.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiPlatformDxe/EntryPoint.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiTables
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/AcpiTables/Platform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe/Gop.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe/GopDriver.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe/GopScreen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/BhyveRfbDxe/VbeShim.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/AmdSev.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/ClearCache.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/Cmos.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/Cmos.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/FeatureControl.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/Fv.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/MemDetect.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/Platform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/PlatformPei/Platform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/SmbiosPlatformDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/SmbiosPlatformDxe/Bhyve.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Bhyve/SmbiosPlatformDxe/SmbiosPlatformDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/CompatImageLoaderDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/CompatImageLoaderDxe/CompatImageLoaderDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/ApicId.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/CpuHotplug.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/FirstSmiHandlerContext.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/QemuCpuhp.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/QemuCpuhp.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/Smbase.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuHotplugSmm/Smbase.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuS3DataDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/CpuS3DataDxe/CpuS3Data.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/BiosThunk
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/BiosThunk/VideoDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/BiosThunk/VideoDxe/BiosVideo.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/BiosThunk/VideoDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/BiosThunk/VideoDxe/VesaBiosExtensions.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/CsmSupportLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/LegacyInterrupt.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/LegacyInterrupt.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/LegacyPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/LegacyRegion.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/CsmSupportLib/LegacyRegion.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/BootScript.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/DxeCis.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/FirmwareVolumeHeader.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/FirmwareVolumeImageFormat.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/FrameworkInternalFormRepresentation.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/Hob.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Framework/StatusCode.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/FrameworkDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Guid
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Guid/LegacyBios.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Guid/LegacyDevOrder.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/FirmwareVolume.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/IsaAcpi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/IsaIo.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/LegacyBios.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/LegacyBiosPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/LegacyInterrupt.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/Include/Protocol/VgaMiniPort.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyBbs.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyBda.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyBios.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyBiosInterface.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyBootSupport.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyCmos.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyIde.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacyPci.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/LegacySio.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBiosDxe/Thunk.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootMaintUiLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootMaintUiLib/LegacyBootMaintUiVfr.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootManagerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootManagerLib/InternalLegacyBm.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Csm/LegacyBootManagerLib/LegacyBm.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys
/usr/src/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys/AuthData.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/EnrollDefaultKeys/EnrollDefaultKeys.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/FdtPciHostBridgeLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/FdtPciHostBridgeLib/FdtPciHostBridgeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/FdtPciPcdProducerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/FdtPciPcdProducerLib/FdtPciPcdProducerLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/HighMemDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/HighMemDxe/HighMemDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/VirtioFdtDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Fdt/VirtioFdtDxe/VirtioFdtDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/ConfidentialComputingSecret.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/ConfidentialComputingSevSnpBlob.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/MicrosoftVendor.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/OvmfPkKek1AppPrefix.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/OvmfPlatformConfig.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/QemuKernelLoaderFsMedia.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/QemuRamfb.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/RootBridgesConnectedEventGroup.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/VirtioMmioTransport.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/XenBusRootDevice.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Guid/XenInfo.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Bhyve.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/CloudHv.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/E820.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/FusionMptScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/I440FxPiix4.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/InstructionParsing.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/IntelTdx.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/LegacyVgaBios.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/LinuxBzimage.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/LsiScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Microvm.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/PageTable.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/PvScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Q35MchIch9.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/QemuCpuHotplug.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/QemuFwCfg.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/QemuLoader.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/QemuPciBridgeCapabilities.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/QemuTpm.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Virtio.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Virtio095.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Virtio095Net.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Virtio10.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Virtio10Net.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/VirtioBlk.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/VirtioFs.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/VirtioGpu.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/VirtioNet.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/VirtioScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/VirtioSerial.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-arm
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-arm/xen.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-x86
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/hvm
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/hvm/start_info.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen-x86_32.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen-x86_64.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/arch-x86/xen.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/event_channel.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/grant_table.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/hvm
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/hvm/hvm_op.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/hvm/params.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io/blkif.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io/console.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io/protocols.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io/ring.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io/xenbus.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/io/xs_wire.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/memory.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/xen-compat.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/IndustryStandard/Xen/xen.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/AcpiPlatformLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/BhyveFwCtlLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/BlobVerifierLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/HardwareInfoLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/LoadLinuxLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/MemEncryptSevLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/MemEncryptTdxLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/NestedInterruptTplLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/NvVarsFileLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PciCapLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PciCapPciIoLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PciCapPciSegmentLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PciHostBridgeUtilityLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PeilessStartupLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PlatformBmPrintScLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PlatformFvbLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/PlatformInitLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/QemuBootOrderLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/QemuFwCfgLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/QemuFwCfgS3Lib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/QemuFwCfgSimpleParserLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/QemuLoadImageLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/SerializeVariablesLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/TdxHelperLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/TdxMailboxLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/VirtNorFlashPlatformLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/VirtioLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/VirtioMmioDeviceLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/XenHypercallLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/XenIoMmioLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Library/XenPlatformLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/OvmfPlatforms.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Pcd
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Pcd/CpuHotEjectData.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Ppi
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Ppi/MpInitLibDep.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/Legacy8259.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/MpInitLibDepProtocols.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/OvmfLoadedX86LinuxKernel.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/SevMemoryAcceptance.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/VirtioDevice.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/XenBus.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Protocol/XenIo.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Register
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/Register/QemuSmramSaveStateMap.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Include/WorkArea.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/IncompatiblePciDeviceSupportDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/IncompatiblePciDeviceSupportDxe/IncompatiblePciDeviceSupport.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/PrePiHobListPointerLibTdx
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/PrePiHobListPointerLibTdx/PrePiHobListPointer.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/Sec
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/Sec/SecMain.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/TdxHelperLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/TdxHelperLib/PeiTdxHelper.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/TdxHelperLib/SecTdxHelper.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/TdxHelperLib/TdxHelperNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IntelTdx/TdxHelperLib/TdxMeasurementHob.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/CcIoMmu.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/CcIoMmu.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/IoMmuBuffer.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/IoMmuDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/IoMmuDxe/IoMmuInternal.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiPlatformLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiPlatformLib/BootScript.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiPlatformLib/PciDecoding.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiPlatformLib/QemuFwCfgAcpi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib/AcpiTimerLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib/BaseAcpiTimerLibBhyve.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib/BaseRomAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseCachingPciExpressLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseCachingPciExpressLib/PciExpressLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/DxeMemEncryptSevLibInternal.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/Ia32
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/Ia32/MemEncryptSevLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiDxeMemEncryptSevLibInternal.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/PeiMemEncryptSevLibInternal.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/SecMemEncryptSevLibInternal.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/DxeSnpSystemRamValidate.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/MemEncryptSevLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiDxeVirtualMemory.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/PeiSnpSystemRamValidate.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SecSnpSystemRamValidate.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SecVirtualMemory.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChange.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptSevLib/X64/VirtualMemory.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptTdxLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptTdxLib/BaseMemoryEncryptionNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptTdxLib/MemoryEncryption.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BaseMemEncryptTdxLib/VirtualMemory.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BasePciCapLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BasePciCapLib/BasePciCapLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BasePciCapPciSegmentLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BhyveFwCtlLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BhyveFwCtlLib/BhyveFwCtlLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BlobVerifierLibNull
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/BlobVerifierLibNull/BlobVerifierNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcExitLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcExitTd.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcExitVcHandler.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcExitVcHandler.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcExitVeHandler.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcInstruction.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/CcInstruction.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/PeiDxeCcExitVcHandler.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcExitLib/SecCcExitVcHandler.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcProbeLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcProbeLib/DxeCcProbeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/CcProbeLib/SecPeiCcProbeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/DxePciLibI440FxQ35
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/DxePciLibI440FxQ35/PciLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/EmuVariableFvbLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/EmuVariableFvbLib/EmuVariableFvbLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/GenericQemuLoadImageLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/GenericQemuLoadImageLib/GenericQemuLoadImageLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib/HardwareInfoDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib/HardwareInfoPciHostBridgeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib/HardwareInfoPciHostBridgeLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib/HardwareInfoPei.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib/HardwareInfoTypesLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/HardwareInfoLib/QemuFwCfgHardwareInfoLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LoadLinuxLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LoadLinuxLib/Linux.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LoadLinuxLib/LinuxGdt.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LoadLinuxLib/LoadLinuxLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LockBoxLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LockBoxLib/LockBoxBase.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LockBoxLib/LockBoxDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LockBoxLib/LockBoxLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/LockBoxLib/LockBoxLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/MpInitLibDepLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/MpInitLibDepLib/MpInitLibDepLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NestedInterruptTplLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NestedInterruptTplLib/Iret.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NestedInterruptTplLib/Iret.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NestedInterruptTplLib/Tpl.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NvVarsFileLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NvVarsFileLib/FsAccess.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/NvVarsFileLib/NvVarsFileLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeLibScan
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridge.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeLibScan/PciHostBridgeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeLibScan/ScanForRootBridges.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeUtilityLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PciHostBridgeUtilityLib/PciHostBridgeUtilityLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/DxeLoad.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/Hob.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/PeilessStartup.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/PeilessStartupInternal.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/X64
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/X64/PageTables.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PeilessStartupLib/X64/VirtualMemory.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBmPrintScLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLib/PlatformData.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLib/QemuKernel.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLibBhyve
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLibBhyve/BdsPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformBootManagerLibBhyve/PlatformData.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortNocheck.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort/DebugIoPortQemu.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetect.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformDebugLibIoPort/DebugLibDetectRom.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformFvbLibNull
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformFvbLibNull/PlatformFvbLibNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformHasIoMmuLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformHasIoMmuLib/PlatformHasIoMmuLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformInitLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformInitLib/Cmos.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformInitLib/IntelTdx.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformInitLib/IntelTdxNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformInitLib/MemDetect.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformInitLib/Platform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformSecureLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PxeBcPcdProducerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/PxeBcPcdProducerLib/PxeBcPcd.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuBootOrderLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuBootOrderLib/ExtraRootBusMap.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuBootOrderLib/ExtraRootBusMap.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuBootOrderLib/QemuBootOrderLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibInternal.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgLibMmio.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgPei.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgLib/QemuFwCfgSec.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgS3Lib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Base.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3BasePei.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Dxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3Pei.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgS3Lib/QemuFwCfgS3PeiDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgSimpleParserLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/QemuFwCfgSimpleParserLib/QemuFwCfgSimpleParser.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib/BaseResetShutdown.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib/BaseResetShutdownBhyve.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib/DxeResetShutdown.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib/DxeResetSystemLibMicrovm.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib/ResetSystemLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/ResetSystemLib/ResetSystemLibMicrovm.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SerializeVariablesLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SerializeVariablesLib/SerializeVariablesLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SmbiosVersionLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SmbiosVersionLib/DetectSmbiosVersionLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SmmCpuFeaturesLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SmmCpuPlatformHookLibQemu
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/SmmCpuPlatformHookLibQemu/SmmCpuPlatformHookLibQemu.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/Tcg2PhysicalPresenceLibNull/DxeTcg2PhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/DxeTcg2PhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/TdxMailboxLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/TdxMailboxLib/TdxMailbox.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/TdxMailboxLib/TdxMailboxNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/TlsAuthConfigLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/TlsAuthConfigLib/TlsAuthConfigLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/UefiDriverEntryPointFwCfgOverrideLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/UefiDriverEntryPointFwCfgOverrideLib/UefiDriverEntryPointFwCfgOverrideLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/UefiPciCapPciIoLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/VirtioLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/VirtioLib/VirtioLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/VirtioMmioDeviceLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDevice.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDevice.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/VirtioMmioDeviceLib/VirtioMmioDeviceFunctions.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/X86QemuLoadImageLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/X86QemuLoadImageLib/X86QemuLoadImageLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenConsoleSerialPortLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenConsoleSerialPortLib/XenConsoleSerialPortLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenHypercallLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenHypercallLib/ArmXenHypercall.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenHypercallLib/X86XenHypercall.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenHypercallLib/XenHypercall.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenIoMmioLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenIoMmioLib/XenIoMmioLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenPlatformLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenPlatformLib/XenPlatformLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenRealTimeClockLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/Library/XenRealTimeClockLib/XenRealTimeClockLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/LinuxInitrdDynamicShellCommand
/usr/src/debug/ovmf-x86_64/OvmfPkg/LinuxInitrdDynamicShellCommand/LinuxInitrdDynamicShellCommand.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/LocalApicTimerDxe/LocalApicTimerDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/LsiScsiDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/LsiScsiDxe/LsiScsi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/LsiScsiDxe/LsiScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/MptScsiDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/MptScsiDxe/MptScsi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/OvmfXenElfHeaderGenerator.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PciHotPlugInitDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/PciHotPlugInitDxe/PciHotPlugInit.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/Platform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/Platform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/PlatformConfig.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformDxe/PlatformConfig.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformHasAcpiDtDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/AmdSev.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/ClearCache.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/FeatureControl.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/Fv.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/IntelTdx.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/MemDetect.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/MemTypeInfo.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/Platform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PlatformPei/Platform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/PvScsiDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/PvScsiDxe/PvScsi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/PvScsiDxe/PvScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbInfo.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockService.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockServiceDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FwBlockServiceSmm.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlash.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuFlashFvbServicesRuntimeDxe/QemuFlashSmm.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuKernelLoaderFsDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuKernelLoaderFsDxe/QemuKernelLoaderFsDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuRamfbDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuRamfbDxe/QemuRamfb.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/Driver.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/Gop.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/Initialize.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/Qemu.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/VbeShim.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/QemuVideoDxe/VbeShim.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/PlatformBootManagerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/PlatformBootManagerLib/PlatformBm.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/PlatformBootManagerLib/PlatformBm.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/PlatformBootManagerLib/QemuKernel.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/PrePiHobListPointerLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/PrePiHobListPointerLib/PrePiHobListPointer.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/ResetSystemLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/ResetSystemLib/ResetSystemLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/VirtNorFlashPlatformLib
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/VirtNorFlashPlatformLib/VirtNorFlashDeviceTreeLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Library/VirtNorFlashPlatformLib/VirtNorFlashStaticLib.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/PciCpuIo2Dxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/PciCpuIo2Dxe/PciCpuIo2Dxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Sec
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Sec/Cpu.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Sec/Memory.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Sec/Platform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Sec/SecMain.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/RiscVVirt/Sec/SecMain.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Sec
/usr/src/debug/ovmf-x86_64/OvmfPkg/Sec/AmdSev.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Sec/AmdSev.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Sec/SecMain.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SioBusDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioBusDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioBusDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioService.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SioBusDxe/SioService.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/ArmXen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/CloudHv.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/EntryPoint.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/Qemu.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/SmbiosPlatformDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/X86Xen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/Xen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmbiosPlatformDxe/XenSmbiosPlatformDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmAccess
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmAccess/SmmAccess2Dxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmAccess/SmmAccessPei.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmAccess/SmramInternal.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmAccess/SmramInternal.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmControl2Dxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmControl2Dxe/SmiFeatures.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmControl2Dxe/SmiFeatures.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/SmmControl2Dxe/SmmControl2Dxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tpm12Support.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tpm12Support.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/Tcg2Config/Tpm12SupportNull.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/TpmMmioSevDecryptPei
/usr/src/debug/ovmf-x86_64/OvmfPkg/Tcg/TpmMmioSevDecryptPei/TpmMmioSevDecryptPeim.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/TdxDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/TdxDxe/TdxAcpiTable.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/TdxDxe/TdxAcpiTable.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/TdxDxe/TdxDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtNorFlashDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtNorFlashDxe/VirtNorFlash.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtNorFlashDxe/VirtNorFlash.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtNorFlashDxe/VirtNorFlashFvb.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe/Virtio10.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/Virtio10Dxe/Virtio10.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe/VirtioBlk.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioBlkDxe/VirtioBlk.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/DriverBinding.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseFlush.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseForget.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseFsync.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseGetAttr.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseInit.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseLookup.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseMkDir.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseOpen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseOpenDir.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseOpenOrCreate.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseRead.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseRelease.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseRename.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseSetAttr.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseStatFs.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseUnlink.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/FuseWrite.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/Helpers.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsClose.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsDelete.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsFlush.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsGetInfo.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsGetPosition.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsOpen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsOpenVolume.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsRead.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsSetInfo.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsSetPosition.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/SimpleFsWrite.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioFsDxe/VirtioFsDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/Commands.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/DriverBinding.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/Gop.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioGpuDxe/VirtioGpu.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/DriverBinding.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/EntryPoint.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/Events.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpGetStatus.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpInitialize.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpMcastIpToMac.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpReceive.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpReceiveFilters.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpSharedHelpers.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpShutdown.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpStart.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpStop.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpTransmit.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/SnpUnsupported.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioNetDxe/VirtioNet.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciDevice.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioPciDeviceDxe/VirtioPciFunctions.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe/VirtioRng.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioRngDxe/VirtioRng.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe/VirtioScsi.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioScsiDxe/VirtioScsi.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerial.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerial.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerialPort.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/VirtioSerialDxe/VirtioSerialRing.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenAcpiPlatformDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenAcpiPlatformDxe/AcpiPlatform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenAcpiPlatformDxe/EntryPoint.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/DriverBinding.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/EventChannel.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/EventChannel.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/GrantTable.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/GrantTable.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/Helpers.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/TestAndClearBit.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/XenBus.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/XenBus.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/XenBusDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/XenBusDxe.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/XenStore.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenBusDxe/XenStore.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenIoPciDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenIoPciDxe/XenIoPciDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenIoPvhDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenIoPvhDxe/XenIoPvhDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/AmdSev.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/ClearCache.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Cmos.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Cmos.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Fv.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/MemDetect.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Platform.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Platform.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Xen.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPlatformPei/Xen.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/BlockFront.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/BlockFront.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/BlockIo.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/BlockIo.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/ComponentName.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/DriverBinding.h
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.c
/usr/src/debug/ovmf-x86_64/OvmfPkg/XenPvBlkDxe/XenPvBlkDxe.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Bus
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Bus/Pci
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/ComponentName.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Bus/Pci/IdeControllerDxe/IdeController.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/HpetTimerDxe
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Guid/PcAtChipsetTokenSpace.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Library
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Library/IoApicLib.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Register
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Register/Hpet.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Include/Register/IoApic.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/AcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/BaseAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/DxeAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/DxeStandaloneMmAcpiTimerLib.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/PeiAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/AcpiTimerLib/StandaloneMmAcpiTimerLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/BaseIoApicLib
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/BaseIoApicLib/IoApicLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/ResetSystemLib
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/ResetSystemLib/ResetSystemLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/SerialIoLib
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/Library/SerialIoLib/SerialPortLib.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.c
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtc.h
/usr/src/debug/ovmf-x86_64/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/PcRtcEntry.c
/usr/src/debug/ovmf-x86_64/SecurityPkg
/usr/src/debug/ovmf-x86_64/SecurityPkg/EnrollFromDefaultKeysApp
/usr/src/debug/ovmf-x86_64/SecurityPkg/EnrollFromDefaultKeysApp/EnrollFromDefaultKeysApp.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/FvReportPei
/usr/src/debug/ovmf-x86_64/SecurityPkg/FvReportPei/FvReportPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/FvReportPei/FvReportPei.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Hash2DxeCrypto
/usr/src/debug/ovmf-x86_64/SecurityPkg/Hash2DxeCrypto/Driver.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Hash2DxeCrypto/Driver.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword/HddPasswordCommon.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword/HddPasswordDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword/HddPasswordDxe.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword/HddPasswordHiiDataStruc.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword/HddPasswordPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/HddPassword/HddPasswordPei.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/CcEventHob.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/MeasuredFvHob.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/PhysicalPresenceData.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/PwdCredentialProviderHii.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/SecureBootConfigHii.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/SecurityPkgTokenSpace.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/Tcg2ConfigHii.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/Tcg2PhysicalPresenceData.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/TcgConfigHii.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/TcgEventHob.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/TpmInstance.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Guid/TpmNvsMm.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/HashLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/PlatformPKProtectionLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/PlatformSecureLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/SecureBootVariableLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/SecureBootVariableProvisionLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/Tcg2PpVendorLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TcgEventLogRecordLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TcgPpVendorLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TcgStorageCoreLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TcgStorageOpalLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/Tpm12CommandLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/Tpm12DeviceLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/Tpm2CommandLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/Tpm2DeviceLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TpmCommLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Library/TpmPlatformHierarchyLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi/FirmwareVolumeInfoPrehashedFV.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi/FirmwareVolumeInfoStoredHashFv.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi/LockPhysicalPresence.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi/Tcg.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/Ppi/TpmInitialized.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Include/UefiSecureBoot.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/AuthVariableLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/AuthVariableLib/AuthService.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/AuthVariableLib/AuthServiceInternal.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/AuthVariableLib/AuthVariableLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeImageAuthenticationStatusLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeImageVerificationLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeImageVerificationLib/Measurement.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/DxeRsa2048Sha256GuidedSectionExtractLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/DxeTcg2PhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTcgPhysicalPresenceLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTpm2MeasureBootLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTpmMeasureBootLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTpmMeasurementLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/FmpAuthenticationLibPkcs7
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAuthenticationLibPkcs7.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/FmpAuthenticationLibRsa2048Sha256/FmpAuthenticationLibRsa2048Sha256.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha1
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha256
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha384
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha384/HashInstanceLibSha384.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha512
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSha512/HashInstanceLibSha512.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSm3
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashInstanceLibSm3/HashInstanceLibSm3.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibBaseCryptoRouter
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibTdx
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibTdx/HashLibTdx.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibTpm2
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLib/PeiDxeTpmPlatformHierarchyLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLibNull
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiDxeTpmPlatformHierarchyLibNull/PeiDxeTpmPlatformHierarchyLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/PeiRsa2048Sha256GuidedSectionExtractLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiTcg2PhysicalPresenceLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiTcg2PhysicalPresenceLib/PeiTcg2PhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiTpmMeasurementLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PeiTpmMeasurementLib/PeiTpmMeasurementLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PlatformPKProtectionLibVarPolicy
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PlatformPKProtectionLibVarPolicy/PlatformPKProtectionLibVarPolicy.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PlatformSecureLibNull
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecTpmMeasurementLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecTpmMeasurementLib/SecTpmMeasurementLibTdx.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib/UnitTest
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockPlatformPKProtectionLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib/UnitTest/MockUefiRuntimeServicesTableLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableLib/UnitTest/SecureBootVariableLibUnitTest.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableProvisionLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/MmTcg2PhysicalPresenceLibCommon.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/MmTcg2PhysicalPresenceLibCommon.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tcg2PpVendorLibNull
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tcg2PpVendorLibNull/Tcg2PpVendorLibNull.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgEventLogRecordLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgEventLogRecordLib/TcgEventLogRecordLib.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgPpVendorLibNull
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageCoreLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCore.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageCoreLib/TcgStorageUtil.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageOpalLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalCore.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLibInternal.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalUtil.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12GetCapability.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12NvStorage.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12Ownership.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12Pcr.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12PhysicalPresence.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12SelfTest.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12CommandLib/Tpm12Startup.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12DeviceLibDTpm
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12Tis.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12DeviceLibTcg
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Capability.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Context.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2DictionaryAttack.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2EnhancedAuthorization.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Help.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Hierarchy.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Integrity.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Miscellaneous.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2NVStorage.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Object.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Sequences.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Session.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Startup.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2CommandLib/Tpm2Test.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpmBase.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpmStandaloneMm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Ptp.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2Tis.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibRouter
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibTcg2
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TpmCommLib
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TpmCommLib/CommonHeader.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TpmCommLib/TisPc.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Library/TpmCommLib/TpmComm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Pkcs7Verify
/usr/src/debug/ovmf-x86_64/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/Pkcs7Verify/Pkcs7VerifyDxe/Pkcs7VerifyDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/AArch64
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/AArch64/AArch64Algo.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Arm
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Arm/ArmAlgo.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/ArmRngDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/ArmTrng.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Rand
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Rand/AesCore.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Rand/AesCore.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Rand/RdRand.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/Rand/RngDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxeInternals.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteControl
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLock.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLock.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/ComponentName.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalDriver.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalHii.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiCallbacks.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalHiiFormValues.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordCommon.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Opal/OpalPassword/OpalPasswordPei.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/PhysicalPresencePei
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Acpi
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Acpi/Tcg2Acpi.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigDriver.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigImpl.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigNvData.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigPeim.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/Tcg2Internal.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Config/TpmDetection.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe/MeasureBootPeCoff.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Pei
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformPei
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2PlatformPei/Tcg2PlatformPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Smm
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Smm/Tcg2MmDependencyDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Smm/Tcg2Smm.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Smm/Tcg2StandaloneMm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/Tcg2Smm/Tcg2TraditionalMm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgConfigDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDriver.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigNvData.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgDxe/TcgDxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgPei
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgPei/TcgPei.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgSmm
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgSmm/TcgSmm.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TcgSmm/TcgSmm.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TdTcg2Dxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TdTcg2Dxe/MeasureBootPeCoff.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/Test
/usr/src/debug/ovmf-x86_64/SecurityPkg/Test/Mock
/usr/src/debug/ovmf-x86_64/SecurityPkg/Test/Mock/Include
/usr/src/debug/ovmf-x86_64/SecurityPkg/Test/Mock/Include/GoogleTest
/usr/src/debug/ovmf-x86_64/SecurityPkg/Test/Mock/Include/GoogleTest/Library
/usr/src/debug/ovmf-x86_64/SecurityPkg/Test/Mock/Include/GoogleTest/Library/MockPlatformPKProtectionLib.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDevicePath.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDriver.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigFileExplorer.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigImpl.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigMisc.c
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigNvData.h
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe
/usr/src/debug/ovmf-x86_64/SecurityPkg/VariableAuthenticated/SecureBootDefaultKeysDxe/SecureBootDefaultKeysDxe.c
/usr/src/debug/ovmf-x86_64/ShellPkg
/usr/src/debug/ovmf-x86_64/ShellPkg/Application
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/AcpiViewApp
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/AcpiViewApp/AcpiViewApp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ConsoleLogger.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ConsoleLogger.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ConsoleWrappers.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ConsoleWrappers.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/FileHandleInternal.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/FileHandleWrappers.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/FileHandleWrappers.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/Shell.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/Shell.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellEnvVar.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellEnvVar.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellManParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellManParser.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellParametersProtocol.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellParametersProtocol.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellProtocol.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/Shell/ShellProtocol.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/ShellCTestApp
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/ShellCTestApp/ShellCTestApp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/ShellExecTestApp
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/ShellExecTestApp/SA.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/ShellSortTestApp
/usr/src/debug/ovmf-x86_64/ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/DpInternal.h
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/DpUtilities.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/Literals.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/DpDynamicCommand/Literals.h
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/HttpDynamicCommand
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/HttpDynamicCommand/Http.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/HttpDynamicCommand/Http.h
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpApp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/HttpDynamicCommand/HttpDynamicCommand.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/TftpDynamicCommand
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Include
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid/ShellAliasGuid.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid/ShellEnvironment2Ext.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid/ShellLibHiiGuid.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid/ShellMapGuid.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid/ShellPkgTokenSpace.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Guid/ShellVariableGuid.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library/AcpiViewCommandLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library/BcfgCommandLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library/HandleParsingLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library/ShellCEntryLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library/ShellCommandLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Library/ShellLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Protocol/EfiShellEnvironment2.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Include/Protocol/EfiShellInterface.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiHandleParsingLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiHandleParsingLib/UefiHandleParsingLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiParser.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiTableParser.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiView.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiViewConfig.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/AcpiViewConfig.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Arm
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Arm/SbbrValidator.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Arm/SbbrValidator.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Aest/AestParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Apmt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Apmt/ApmtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Bgrt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Bgrt/BgrtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dbg2
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dbg2/Dbg2Parser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dsdt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Dsdt/DsdtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Erst
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Erst/ErstParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Facs
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Facs/FacsParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Fadt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Fadt/FadtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Gtdt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Gtdt/GtdtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Hmat
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Hmat/HmatParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Iort/IortParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Madt/MadtParser.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mcfg
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Mcfg/McfgParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pcct/PcctParser.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Pptt/PpttParser.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Rsdp
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Rsdp/RsdpParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Slit
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Slit/SlitParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Spcr
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Spcr/SpcrParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Srat
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Srat/SratParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ssdt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Ssdt/SsdtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Xsdt
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/Parsers/Xsdt/XsdtParser.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellBcfgCommandLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellCEntryLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellCEntryLib/UefiShellCEntryLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellCommandLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellCommandLib/ConsistMapping.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Comp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Compress.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Dblk.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Dmem.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/DmpStore.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Edit.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/MainTextEditor.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/Misc.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/TextEditor.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/TextEditorTypes.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditInputBar.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditInputBar.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditStatusBar.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EditTitleBar.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EfiCompress.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Clipboard.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/DiskImage.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/FileImage.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEdit.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditor.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/HexEditorTypes.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MainHexEditor.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/MemImage.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/Misc.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/LoadPciRom.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/MemMap.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Mm.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Mode.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/Pci.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SerMode.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SetSize.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SetVar.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/EventLogInfo.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/LibSmbiosView.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/QueryTable.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/SmbiosView.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Connect.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/DevTree.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Devices.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Dh.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Disconnect.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Drivers.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvCfg.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/DrvDiag.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/OpenInfo.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Reconnect.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellDriver1CommandsLib/Unload.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellInstall1CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellInstall1CommandsLib/UefiShellInstall1CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/Exit.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/For.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/Goto.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/If.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/Shift.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/Stall.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel1CommandsLib/UefiShellLevel1CommandsLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Attrib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Cd.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Load.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Ls.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Map.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/MkDir.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Mv.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Parse.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Reset.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Rm.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Set.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/TimeDate.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel2CommandsLib/Vol.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Alias.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Cls.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Echo.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/GetMtc.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Help.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Pause.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Touch.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Type.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/UefiShellLevel3CommandsLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLevel3CommandsLib/Ver.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLib/UefiShellLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellLib/UefiShellLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork1CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ifconfig.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork1CommandsLib/Ping.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork1CommandsLib/UefiShellNetwork1CommandsLib.h
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork2CommandsLib
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ifconfig6.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork2CommandsLib/Ping6.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.c
/usr/src/debug/ovmf-x86_64/ShellPkg/Library/UefiShellNetwork2CommandsLib/UefiShellNetwork2CommandsLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Application
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Application/Cpuid
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Application/Cpuid/Cpuid.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuDxe.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuDxe.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuGdt.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuGdt.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuMp.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuMp.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuPageTable.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/CpuPageTable.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/Ia32
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/Ia32/PagingAttribute.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/X64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxe/X64/PagingAttribute.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxeRiscV64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxeRiscV64/CpuDxe.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuDxeRiscV64/CpuDxe.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuFeatures
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuFeatures/CpuFeaturesDxe.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuFeatures/CpuFeaturesPei.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Smm
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Smm/CpuIo2Mm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Smm/CpuIo2Mm.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Smm/CpuIo2Smm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIo2Smm/CpuIo2StandaloneMm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIoPei
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIoPei/CpuIoPei.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuIoPei/CpuIoPei.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuBist.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuMp2Pei.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuMpPei.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuMpPei.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuMpPei/CpuPaging.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuS3DataDxe
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuS3DataDxe/CpuS3Data.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuTimerDxeRiscV64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/CpuTimerDxeRiscV64/Timer.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/AcpiCpuData.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/CpuHotPlugData.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Guid
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Guid/CpuFeaturesInitDone.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Guid/CpuFeaturesSetDone.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Guid/MicrocodePatchHob.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Guid/MsegSmram.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Guid/SmmBaseHob.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/BaseRiscVMmuLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/CcExitLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/CpuCacheInfoLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/CpuPageTableLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/LocalApicLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/MicrocodeLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/MmSaveStateLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/MpInitLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/MtrrLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/PlatformSecLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/SmmCpuFeaturesLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Library/SmmCpuPlatformHookLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Ppi
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Ppi/MpServices2.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Ppi/RepublishSecPpi.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Ppi/ShadowMicrocode.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Protocol
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Protocol/RiscVBootProtocol.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Protocol/SmMonitorInit.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Protocol/SmmCpuService.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/ArchitecturalMsr.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/Cpuid.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/LocalApic.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/Microcode.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/Msr.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/SmramSaveStateMap.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Include/Register/StmApi.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscV64CpuTimerLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscV64CpuTimerLib/CpuTimerLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscVMmuLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseRiscVMmuLib/BaseRiscVMmuLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseXApicLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseXApicX2ApicLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/BaseXApicX2ApicLib/BaseXApicX2ApicLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CcExitLibNull
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CcExitLibNull/CcExitLibNull.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCacheInfoLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCacheInfoLib/CpuCacheInfoLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCacheInfoLib/DxeCpuCacheInfoLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCacheInfoLib/InternalCpuCacheInfoLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCacheInfoLib/PeiCpuCacheInfoLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/Aesni.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/C1e.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/ClockModulation.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/Eist.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/FastStrings.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/FeatureControl.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/LimitCpuIdMaxval.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/MachineCheck.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/MonitorMwait.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/PendingBreak.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/Ppin.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/ProcTrace.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuCommonFeaturesLib/X2Apic.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeException.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchExceptionHandler.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ArchInterruptDefs.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiCpuException.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/PeiDxeSmmCpuException.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuException.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmException.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/CpuExceptionHandlerTest.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/CpuExceptionHandlerTestCommon.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/DxeCpuExceptionHandlerUnitTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/Ia32
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/Ia32/ArchExceptionHandlerTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/PeiCpuExceptionHandlerUnitTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/X64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/UnitTest/X64/ArchExceptionHandlerTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchExceptionHandler.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ArchInterruptDefs.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTable.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableMap.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/CpuPageTableParse.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUnitTest.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUnitTestHost.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomNumber.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/RandomTest.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuPageTableLib/UnitTest/TestHelper.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuTimerLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuTimerLib/BaseCpuTimerLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/CpuTimerLib/CpuTimerLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MicrocodeLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MicrocodeLib/MicrocodeLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MmSaveStateLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MmSaveStateLib/AmdMmSaveState.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MmSaveStateLib/IntelMmSaveState.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MmSaveStateLib/MmSaveState.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MmSaveStateLib/MmSaveStateCommon.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/AmdSev.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/DxeMpLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/Ia32
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/Ia32/AmdSev.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/Ia32/CreatePageTable.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/Microcode.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/MpHandOff.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/MpLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/MpLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/PeiMpLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/X64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/X64/AmdSev.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLib/X64/CreatePageTable.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLibUp
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MpInitLibUp/MpInitLibUp.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib/UnitTest
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib/UnitTest/MtrrLibUnitTest.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib/UnitTest/RandomNumber.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/MtrrLib/UnitTest/Support.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/PlatformSecLibNull
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/RegisterCpuFeaturesLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/RegisterCpuFeaturesLib/CpuFeaturesInitialize.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/RegisterCpuFeaturesLib/DxeRegisterCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/RegisterCpuFeaturesLib/PeiRegisterCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeatures.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/X86TimerLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/AmdSmmCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/CpuFeaturesLib.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/SmmStmSupport.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/IntelSmmCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibCommon.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibNoStm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/StandaloneMmCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/TraditionalMmCpuFeaturesLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/SmmStmSupport.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/SmmCpuPlatformHookLibNull.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuRendezvousLib
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Library/SmmCpuRendezvousLib/SmmCpuRendezvousLib.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/MicrocodeMeasurementDxe
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/MicrocodeMeasurementDxe/MicrocodeMeasurementDxe.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCommunication
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPei.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationPrivate.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCommunication/PiSmmCommunicationSmm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/CpuService.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/PageTbl.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/Semaphore.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmFuncsArch.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmProfileArch.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/SmmProfileArch.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmCpuMemoryManagement.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmMp.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmMp.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmMpPerf.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmMpPerf.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmProfile.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmProfile.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmmProfileInternal.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SmramSaveState.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/SyncTimer.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/X64
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/X64/PageTbl.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/X64/Semaphore.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmFuncsArch.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmProfileArch.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmProfileArch.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecCore
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecCore/FindPeiCore.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecCore/SecBist.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecCore/SecMain.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecCore/SecMain.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecMigrationPei
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecMigrationPei/SecMigrationPei.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/SecMigrationPei/SecMigrationPei.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EdkiiPeiMpServices2PpiUnitTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolDynamicCmdUnitTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServiceProtocolUnitTest.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServicesUnitTestCommom.c
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Test/UnitTest/EfiMpServicesPpiProtocol/EfiMpServicesUnitTestCommom.h
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Universal
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei
/usr/src/debug/ovmf-x86_64/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Mar 28 23:39:05 2024