summaryrefslogtreecommitdiff
path: root/UefiPayloadPkg
AgeCommit message (Expand)AuthorFilesLines
2023-06-14UefiPayloadPkg: Fix incorrect code on AddSectionHeaderBruceX Wang1-3/+3
2023-06-13UefiPayloadPkg: Add CAPSULE_SUPPORT in UPL and set it as FALSE in defaultMarsX Lin1-0/+5
2023-06-07UefiPayloadPkg: Enhance build script for BuildEntryOnlyGua Guo1-2/+3
2023-05-31UefiPayloadPkg: Add CpuPageTableLib required by SecCore & CpuMpPeiJiaxin Wu1-1/+1
2023-05-15UefiPayloadPkg: Fix boot shell issue for universal UEFI payloadGuo Dong3-12/+78
2023-05-02UefiPayloadPkg: Fix issues when MULTIPLE_DEBUG_PORT_SUPPORT is truePaytonX Hsieh4-3/+120
2023-04-28UefiPayloadPkg: Clang dependency removalBruceX Wang4-125/+923
2023-04-20UefiPayloadPkg: Move Network modules from Dxe FV to Network FV in elfLinus Wu2-2/+42
2023-04-12UefiPayloadPkg: Update default memory type information for S4Sean Rhodes1-4/+4
2023-04-12UefiPayloadPkg: Always build MemoryTypeInformation HOB for DXE GCDBenjamin Doron4-35/+8
2023-04-10UefiPayloadPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-3/+3
2023-04-07UefiPayloadPkg:Add new build commands for UniversalPayloadKasimX Liu1-36/+42
2023-03-30UefiPayloadPkg: Support more input parameterLinus Wu1-1/+44
2023-03-27UefiPayloadPkg: Add gUefiAcpiBoardInfoGuid supportGua Guo1-3/+6
2023-03-14UefiPayloadPkg: Correct MAX_LOGICAL_PROCESSORS valueMarsX Lin1-1/+1
2023-03-10UefiPayloadPkg: Remove UefiCpuLib from module INFs.Yu Pu4-4/+0
2023-03-07UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib.Xie, Yuanhao1-1/+2
2023-02-23UefiPayloadPkg: remove the change that get platform specific logicMarsX Lin4-114/+0
2023-01-31UefiPayloadPkg: Set RTC dynamic PCD to PeiPCDdatabaseKasimX Liu1-0/+5
2023-01-10UefiPayloadPkg: Fix debug print error level hob not save correctNing Feng1-1/+1
2023-01-09Revert "UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib."Yuanhao Xie1-1/+0
2023-01-06UefiPayloadPkg: Move RTC PCD to dynamic PCDKasimX Liu1-2/+3
2022-12-22UefiPayloadPkg: Fix boot issue for non-universal payloadGuo Dong1-3/+4
2022-12-21UefiPayloadPkg: Fixed that The UPL info section is not aligned at 4-byteMarsX Lin1-1/+1
2022-12-20UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib.Yuanhao Xie1-0/+1
2022-12-20UefiPayloadPkg/SerialPortLib: Enhance multi port behaviourKavya1-6/+35
2022-12-20UefiPayloadPkg: Define default values for the DynamicEX PCDsjdzhang1-8/+8
2022-12-19UefiPayloadPkg: Move bdsdxe.inf from DXEFV to BDSFVMarsX Lin2-6/+33
2022-12-06UefiPayloadPkg: Support multiple firmware volumeMarsX Lin1-1/+15
2022-11-28UefiPayloadPkg: The UPL info section is not aligned at 4-byte boundaryVictorX Hsu1-2/+2
2022-11-14OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLibMin M Xu1-1/+1
2022-11-04UefiPayloadPkg: Boot mode in PHIT HOB will not be updatedVictorX Hsu1-1/+3
2022-10-13UefiPayloadPkg: Remove deprecate Crypto ServiceGua Guo1-2/+0
2022-09-28UefiPayloadPkg: Provide a wrapper for UniversalPayloadBuild.pyVictorX Hsu1-0/+17
2022-09-16UefiPayloadPkg/PayloadLoaderPeim: remove GCC build warningJames Lu1-17/+12
2022-09-07UefiPayloadPkg: Allow DxeMain.inf to consume the new SerialPortLibKavya1-0/+6
2022-09-07UefiPayloadPkg: Implement a new SerialPortLib instanceKavya2-0/+854
2022-09-05UefiPayloadPkg: To replace the libraries for the capsule driver.KasimX Liu1-1/+2
2022-08-23UefiPayloadPkg: Fix Coverity report defectJames Lu3-5/+5
2022-08-23UefiPayloadPkg: Add macro to control NvmExpressDxeKavya2-0/+5
2022-08-23UefiPayloadPkg: Return PciRootBridges instead of NULLKavya1-2/+2
2022-08-15UefiPayloadPkg: Remove clearing CR0.WP when protecting pagetableDun Tan1-6/+1
2022-08-03UefiPayloadPkg: Load Boot Logo into ACPI tableSean Rhodes2-0/+14
2022-08-03UefiPayloadPkg: Add a Macro to enable Boot LogoSean Rhodes4-0/+20
2022-08-03UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot promptSean Rhodes1-1/+1
2022-07-27UefiPayloadPkg: Add support for logging to CBMEM consoleBenjamin Doron4-6/+327
2022-07-27UefiPayloadPkg: Fix RelaAddress type always mismatch in if conditionJames Lu1-1/+1
2022-07-25UefiPayloadPkg: Add macro to support selection of CryptoDxe driverPaytonX Hsieh2-0/+12
2022-07-18UefiPayloadPkg: Add macro to support selective driver in UPLJames Lu2-1/+34
2022-07-16UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot promptSean Rhodes1-4/+4