summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-02IntelFsp2Pkg: Update Function header to support IA32/X64.Chasel Chiu2-8/+8
2022-11-02UefiCpuPkg/SmmCpuFeaturesLib: Clean up header file inclusion in SmmStm.cAbner Chang1-3/+0
2022-11-02UefiCpuPkg/SmmCpuFeaturesLib: Abstract arch dependent codeAbner Chang6-205/+227
2022-11-02UefiCpuPkg/SmmCpuFeaturesLib: Rename the common C fileAbner Chang4-3/+3
2022-11-02CryptoPkg/Test: Simplify BaseCryptLib host based unit testsMichael D Kinney2-59/+7
2022-11-02pip-requirements.txt: Bump pytool extensions and libraryMichael Kubacki1-2/+2
2022-11-01UnitTestFrameworkPkg: Support FILE_GUID override in host based unit testsMichael D Kinney1-5/+5
2022-11-01OvmfPkg: Call gEdkiiMemoryAcceptProtocolGuid to accept pagesMin M Xu2-3/+12
2022-11-01OvmfPkg: Realize EdkiiMemoryAcceptProtocol in TdxDxeMin M Xu2-0/+105
2022-11-01MdePkg: The prototype definition of EdkiiMemoryAcceptProtocolJiaqi Gao2-0/+40
2022-11-01OvmfPkg: Introduce lazy accept in PlatformInitLib and PlatformPeiMin M Xu2-9/+81
2022-11-01ShellPkg: Update shell command memmap to show unaccepted memoryMin M Xu2-1/+15
2022-11-01MdeModulePkg: Update Dxe to handle unaccepted memory typeMin M Xu2-17/+52
2022-11-01MdePkg: Add UEFI Unaccepted memory definitionMin M Xu3-1/+39
2022-11-01OvmfPkg: Use BZ3937_EFI_RESOURCE_MEMORY_UNACCEPTED defined in MdeModulePkgMin M Xu2-8/+7
2022-11-01MdePkg: Increase EFI_RESOURCE_MAX_MEMORY_TYPEMin M Xu1-1/+10
2022-11-01MdeModulePkg: Add PrePiHob.hMin M Xu1-0/+20
2022-11-01RedfishPkg/RedfishDiscoverDxe: Fix memory free issueAbner Chang1-6/+10
2022-10-31Maintainers.txt: Add 'Pierre Gondois' as DynamicTablesPkg reviewerPierre Gondois1-0/+1
2022-10-31ShellPkg/AcpiView: Update PCCT fields for ACPI 6.5Pierre Gondois1-3/+3
2022-10-31DynamicTablesPkg: Readme.md: Update available tables for generationPierre Gondois1-0/+3
2022-10-31DynamicTablesPkg/AmlLib: Allow larger AccessSize for Pcc address spacePierre Gondois1-1/+6
2022-10-31DynamicTablesPkg: Add PCCT GeneratorPierre Gondois5-2/+1264
2022-10-31DynamicTablesPkg: Add PCCT related objectsPierre Gondois2-43/+341
2022-10-31DynamicTablesPkg: Fix Ssdt PCI generation commentsPierre Gondois2-7/+3
2022-10-31DynamicTablesPkg: FdtHwInfoParserLib: Remove wrong commentPierre Gondois2-6/+0
2022-10-31DynamicTablesPkg: Remove deprecated APIsPierre Gondois3-299/+0
2022-10-31DynamicTablesPkg: Fix wrong/missing fields in CmObjParserPierre Gondois1-11/+13
2022-10-31DynamicTablesPkg: Fix GTBlock and GTBlockTimerFrame CmObjParsersPierre Gondois2-27/+27
2022-10-31DynamicTablesPkg: Update CmObjParser for MinorRevisionPierre Gondois1-1/+2
2022-10-31DynamicTablesPkg: Update CmObjParser for IORT Rev E.dPierre Gondois1-14/+45
2022-10-31DynamicTablesPkg: Add PrintString to CmObjParserPierre Gondois1-0/+26
2022-10-31DynamicTablesPkg: Use correct print formatterPierre Gondois1-7/+7
2022-10-31MdeModulePkg/ScsiDiskDxe: Update proper device name for ScsiDisk driveCheripally Gopi3-2/+62
2022-10-28UefiCpuPkg: Restore HpetTimer after CpuExceptionHandlerLib testTan, Dun2-1/+30
2022-10-27ArmVirtPkg/ArmVirtKvmTool: Migrate to OVMF's VirtNorFlashDxeArd Biesheuvel4-15/+15
2022-10-27ArmVirtPkg/ArmVirtQemu: migrate to OVMF's VirtNorFlashDxeArd Biesheuvel5-13/+13
2022-10-27OvmfPkg/VirtNorFlashDxe: use EFI_MEMORY_WC and drop AlignedCopyMem()Ard Biesheuvel2-65/+4
2022-10-27OvmfPkg/VirtNorFlashDxe: avoid switching between modes in a tight loopArd Biesheuvel1-138/+76
2022-10-27OvmfPkg/VirtNorFlashDxe: avoid array mode switch after each word writeArd Biesheuvel2-9/+6
2022-10-27OvmfPkg/VirtNorFlashDxe: drop block I/O protocol implementationArd Biesheuvel5-154/+45
2022-10-27OvmfPkg/VirtNorFlashDxe: remove disk I/O protocol implementationArd Biesheuvel4-289/+0
2022-10-27OvmfPkg/VirtNorFlashDxe: remove CheckBlockLocked featureArd Biesheuvel2-30/+8
2022-10-27OvmfPkg/VirtNorFlashDxe: clone ArmPlatformPkg's NOR flash driverArd Biesheuvel6-0/+2891
2022-10-27OvmfPkg: clone NorFlashPlatformLib into VirtNorFlashPlatformLibArd Biesheuvel2-0/+34
2022-10-26ArmVirtPkg/ArmVirtQemu: Clear XIP flags instead of overriding themArd Biesheuvel1-1/+1
2022-10-26ArmVirtPkg/ArmVirtQemu: omit PCD PEIM unless TPM support is enabledArd Biesheuvel2-6/+18
2022-10-26ArmVirtPkg/QemuVirtMemInfoLib: use HOB not PCD to record the memory sizeArd Biesheuvel8-25/+75
2022-10-26ArmVirtPkg/ArmVirtQemu: avoid shadowing PEIMs unless necessaryArd Biesheuvel1-0/+3
2022-10-26ArmVirtPkg/ArmVirtQemu: Drop unused variable PEIMArd Biesheuvel2-3/+0