summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-27MdeModulePkg/XhciDxe: Add access xHCI Extended Capabilities PointerIan Chiu4-16/+296
2022-06-27BaseTools/Ecc: Fix grammar in Ecc error messageRebecca Cran1-2/+2
2022-06-24Ovmf: Include HardwareInfoLib library classes for IntelTdxNicolas Ojeda Leon1-0/+2
2022-06-24ArmVirtPkg: Include DxeHardwareInfoLib library class in dscNicolas Ojeda Leon2-1/+1
2022-06-24UefiPayloadPkg: Backward support with python 3.6KasimX Liu1-8/+25
2022-06-23UefiCpuPkg: CpuDxe: Set RW and P Attributes on Split PagesRay Ni1-3/+5
2022-06-22ArmPlatformPkg: Add PCD for serial debug port interruptThomas Abraham1-0/+1
2022-06-22OvmfPkg/PciHostBridgeUtilityLib: Initialize RootBridges apertures with specNicolas Ojeda Leon2-5/+328
2022-06-22Ovmf/PlatformPei: Use host-provided GPA end if availableNicolas Ojeda Leon2-7/+142
2022-06-22Ovmf/HardwareInfoLib: Add Dxe lib to dynamically parse heterogenous dataNicolas Ojeda Leon11-0/+302
2022-06-22Ovmf/HardwareInfoLib: Create Pei lib to parse directly from fw-cfgNicolas Ojeda Leon14-0/+378
2022-06-22OvmfPkg/Library: Create base HardwareInfoLib for PCI Host BridgesNicolas Ojeda Leon3-0/+823
2022-06-22OvmfPkg: reduce the number of dsc include files for tpm libsGerd Hoffmann8-41/+18
2022-06-22ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBltRebecca Cran1-12/+0
2022-06-22MdeModulePkg/XhciDxe: Check return value of XHC_PAGESIZE registerLuo, Heng1-2/+8
2022-06-21UefiPayloadPkg: UniversalPayloadBuild.py to support --pcd featureGua Guo1-0/+8
2022-06-20UefiPayloadPkg: Always split page table entry to 4K if it covers stack.Liu, Zhiguang1-10/+2
2022-06-17UefiPayloadPkg: Increase the PcdMaximumUnicodeStringLengthXie, Yuanhao1-0/+1
2022-06-16BaseTools: output the intermediate library instance when error occursNi, Ray1-1/+3
2022-06-16SecurityPkg/HashLibTdx: Return EFI_UNSUPPORTED if it is not Tdx guestMin M Xu1-1/+7
2022-06-16OvmfPkg: Use PcdOvmfWorkAreaBase instead of PcdSevEsWorkAreaBaseMin M Xu2-3/+3
2022-06-14DxeMain: Fix the bug that StackGuard is not enabledRay Ni1-0/+8
2022-06-14ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIsRay Ni1-47/+11
2022-06-13MdePkg/BaseLib: Add CRC16-ANSI and CRC32c implementationsPedro Falcato2-1/+178
2022-06-13MdePkg: Remove "assert" from SmmCpuRendevousLibNull.cZhihao Li1-1/+0
2022-06-10Revert "OvmfPkg/Sec: fix stack switch"Gerd Hoffmann2-7/+3
2022-06-10MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitializeRay Ni1-24/+29
2022-06-10MpInitLib: Only allocate below 1MB memory for 16bit codeRay Ni3-56/+46
2022-06-10MpInitLib: Put SEV logic in separate fileRay Ni6-172/+161
2022-06-10MpInitLib: remove unneeded global ASM_PFXRay Ni2-15/+3
2022-06-10MpInitLib: Allocate code buffer for PEI phaseRay Ni4-8/+13
2022-06-10CpuException: Add InitializeSeparateExceptionStacksRay Ni9-184/+74
2022-06-10CpuException: Remove InitializeCpuInterruptHandlersRay Ni8-262/+56
2022-06-10CpuException: Avoid allocating page but using global variablesRay Ni1-19/+5
2022-06-10CpuException: Init global variables in-placeRay Ni2-13/+12
2022-06-10CpuException: Avoid allocating code pages for DXE instanceRay Ni4-28/+9
2022-06-08OvmfPkg/Sec: fix stack switchGerd Hoffmann2-3/+7
2022-06-07OvmfPkg: Delete SecMeasurementLibTdxMin M Xu4-420/+0
2022-06-07OvmfPkg: Implement MeasureHobList/MeasureFvImageMin M Xu5-3/+224
2022-06-07Security: Add SecTpmMeasurementLibTdxMin M Xu3-0/+212
2022-06-07.pytool: UncrustifyCheck: Set IgnoreFiles path relative to package pathKun Qin1-1/+1
2022-06-06BaseTools: Fix dependency issue in PcdValueInitJake Garver1-1/+2
2022-06-03OvmfPkg/IntelTdx: Enable RTMR based measurement and measure bootMin Xu2-1/+16
2022-06-03OvmfPkg/IntelTdx: Add TdTcg2DxeMin Xu3-0/+2997
2022-06-03MdePkg: Define CC Measure EventLog ACPI TableMin Xu1-0/+21
2022-06-03OvmfPkg: Add PCDs for LAML/LASA field in CC EVENTLOG ACPI tableMin Xu1-0/+6
2022-06-03OvmfPkg/IntelTdx: Measure Td HobList and Configuration FVMin Xu5-2/+221
2022-06-03OvmfPkg: Introduce SecMeasurementLibMin Xu4-0/+420
2022-06-03SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUIDMin Xu2-0/+26
2022-06-03CryptoPkg: Add SecCryptLibMin Xu8-0/+1023