| Commit message (Expand) | Author | Age | Files | Lines |
* | .github/codeql/edk2.qls: Enable CWE 120, 787, and 805 queries12m23 | Michael Kubacki | 2022-12-23 | 1 | -2/+5 |
* | .github/codeql/edk2.qls: Enable CWE 457, 676, and 758 queries | Michael Kubacki | 2022-12-23 | 1 | -0/+7 |
* | UefiPayloadPkg: Fix boot issue for non-universal payload | Guo Dong | 2022-12-22 | 1 | -3/+4 |
* | ArmVirtPkg: Remove CcProbeLib from ArmVirtQemu.dsc | Min M Xu | 2022-12-22 | 1 | -1/+0 |
* | OvmfPkg/AcpiPlatformDxe: Check PcdConfidentialComputingGuestAttr | Min M Xu | 2022-12-22 | 2 | -5/+3 |
* | PcAtChipsetPkg: Move RTC PCD to dynamic PCD | KasimX Liu | 2022-12-22 | 1 | -8/+8 |
* | tools_def: add -fno-omit-frame-pointer to GCC48_{IA32,X64}_CC_FLAGS | Gerd Hoffmann | 2022-12-22 | 1 | -2/+2 |
* | tools_def: remove GCC_IA32_CC_FLAGS/GCC_X64_CC_FLAGS | Gerd Hoffmann | 2022-12-22 | 1 | -2/+0 |
* | CryptoPkg: Need to enable crypto functions | Judah Vang | 2022-12-21 | 2 | -7/+13 |
* | UefiCpuPkg: Simplify the code to set smm page table as RO | Tan, Dun | 2022-12-21 | 4 | -259/+136 |
* | UefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.h | Tan, Dun | 2022-12-21 | 1 | -25/+0 |
* | UefiCpuPkg/PiSmmCpuDxeSmm: Introduce page table pool mechanism | duntan | 2022-12-21 | 5 | -66/+172 |
* | OvmfPkg/OvmfXen: Build platform info HOB in XenPlatformPei | Anthony PERARD | 2022-12-21 | 2 | -0/+21 |
* | OvmfPkg/PlatformInitLib: Implement multi-core accept memory for TDVF | Min M Xu | 2022-12-21 | 2 | -49/+363 |
* | OvmfPkg: Enable APs to accept memory for TDVF | Min M Xu | 2022-12-21 | 2 | -2/+63 |
* | OvmfPkg/Sec: Move TDX APs related nasm code to IntelTdxAPs.nasm | Min M Xu | 2022-12-21 | 3 | -106/+68 |
* | OvmfPkg: Add TdxMailboxLibNull in some platform dsc | Min M Xu | 2022-12-21 | 5 | -1/+5 |
* | OvmfPkg/TdxMailboxLib: Add NULL instance of TdxMailboxLib | Min M Xu | 2022-12-21 | 2 | -5/+36 |
* | OvmfPkg/TdxMailboxLib: Delete global variables | Min M Xu | 2022-12-21 | 1 | -12/+10 |
* | SecurityPkg: deprecate RpmcLib and VariableKeyLib | Jian J Wang | 2022-12-21 | 8 | -291/+0 |
* | UefiPayloadPkg: Fixed that The UPL info section is not aligned at 4-byte | MarsX Lin | 2022-12-21 | 1 | -1/+1 |
* | MdePkg: Fix typos and spacing in Library/PerformanceLib.h | Rebecca Cran | 2022-12-21 | 1 | -31/+31 |
* | MdePkg: Fix typo of EFI_INVALID_PARAMETER in Protocol/UsbIo.h | Rebecca Cran | 2022-12-21 | 1 | -2/+2 |
* | MdeModulePkg/Bus/Pci/XhciDxe: Check port is compatible before getting PSIV | Sean Rhodes | 2022-12-21 | 3 | -11/+36 |
* | MdeModulePkg/XhciDxe/Xhci: Don't check for invalid PSIV | Matt DeVillier | 2022-12-21 | 1 | -19/+25 |
* | UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib. | Yuanhao Xie | 2022-12-20 | 1 | -0/+1 |
* | OvmfPkg: Add CpuPageTableLib required by MpInitLib. | Yuanhao Xie | 2022-12-20 | 7 | -4/+13 |
* | UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS. | Xie, Yuanhao | 2022-12-20 | 7 | -200/+184 |
* | UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd | Yuanhao Xie | 2022-12-20 | 5 | -20/+235 |
* | UefiPayloadPkg/SerialPortLib: Enhance multi port behaviour | Kavya | 2022-12-20 | 1 | -6/+35 |
* | EmulatorPkg/RedfishHostInterface: Add NULL function | Abner Chang | 2022-12-20 | 1 | -0/+24 |
* | RedfishPkg/RedfishHostInterface: Platform Redfish HI notification | Abner Chang | 2022-12-20 | 3 | -6/+121 |
* | OvmfPkg/PlatformInitLib: Fix integrity checking failed of NvVarStore | Chun-Yi Lee | 2022-12-20 | 1 | -4/+5 |
* | UefiPayloadPkg: Define default values for the DynamicEX PCDs | jdzhang | 2022-12-20 | 1 | -8/+8 |
* | CryptoPkg: Need to enable crypto functions | Judah Vang | 2022-12-20 | 3 | -14/+17 |
* | DynamicTablesPkg: Allow for specified CPU names | Jeff Brasen | 2022-12-19 | 3 | -11/+43 |
* | UefiPayloadPkg: Move bdsdxe.inf from DXEFV to BDSFV | MarsX Lin | 2022-12-19 | 2 | -6/+33 |
* | MdeModulePkg: Supporting S3 in 64bit PEI | Kuo, Ted | 2022-12-19 | 3 | -13/+22 |
* | UefiCpuPkg: Supporting S3 in 64bit PEI | Kuo, Ted | 2022-12-19 | 4 | -57/+117 |
* | Maintainers: Update OvmfPkg/IoMmuDxe | Min M Xu | 2022-12-18 | 1 | -1/+1 |
* | OvmfPkg/IoMmuDxe: Add SEV support for reserved shared memory | Tom Lendacky | 2022-12-18 | 2 | -53/+83 |
* | OvmfPkg/IoMmuDxe: Rename AmdSevIoMmu to CcIoMmu | Min M Xu | 2022-12-18 | 4 | -5/+4 |
* | OvmfPkg/IoMmuDxe: Reserve shared memory region for DMA operation | Min M Xu | 2022-12-18 | 4 | -71/+716 |
* | OvmfPkg: Add reference to new build instructions | Michael Kubacki | 2022-12-16 | 2 | -1/+7 |
* | EmulatorPkg: Add reference to new build instructions | Michael Kubacki | 2022-12-16 | 1 | -0/+3 |
* | BaseTools: Add reference to new build instructions | Michael Kubacki | 2022-12-16 | 1 | -3/+10 |
* | ArmVirtPkg: Add reference to new build instructions | Michael Kubacki | 2022-12-16 | 1 | -0/+3 |
* | .pytool/Readme.md: Add reference to new build instructions | Michael Kubacki | 2022-12-16 | 1 | -35/+17 |
* | OvmfPkg/AcpiPlatformDxe: Differentiate TDX case for Cloud Hypervisor | Sebastien Boeuf | 2022-12-16 | 6 | -1/+105 |
* | OvmfPkg/PlatformInitLib: Transfer GUID Extension HOB | Sebastien Boeuf | 2022-12-16 | 1 | -0/+5 |