summaryrefslogtreecommitdiff
path: root/UefiPayloadPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2023-07-11UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFvMarsX Lin2-59/+0
2023-05-15UefiPayloadPkg: Fix boot shell issue for universal UEFI payloadGuo Dong2-9/+78
2023-05-02UefiPayloadPkg: Fix issues when MULTIPLE_DEBUG_PORT_SUPPORT is truePaytonX Hsieh3-1/+111
2023-04-10UefiPayloadPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2023-02-23UefiPayloadPkg: remove the change that get platform specific logicMarsX Lin2-28/+0
2023-01-10UefiPayloadPkg: Fix debug print error level hob not save correctNing Feng1-1/+1
2022-12-20UefiPayloadPkg/SerialPortLib: Enhance multi port behaviourKavya1-6/+35
2022-09-07UefiPayloadPkg: Implement a new SerialPortLib instanceKavya2-0/+854
2022-08-23UefiPayloadPkg: Fix Coverity report defectJames Lu1-2/+2
2022-08-23UefiPayloadPkg: Return PciRootBridges instead of NULLKavya1-2/+2
2022-08-03UefiPayloadPkg: Add a Macro to enable Boot LogoSean Rhodes2-0/+10
2022-08-03UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot promptSean Rhodes1-1/+1
2022-07-27UefiPayloadPkg: Add support for logging to CBMEM consoleBenjamin Doron2-0/+293
2022-07-16UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot promptSean Rhodes1-4/+4
2022-05-13UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsoleLiu, Zhiguang2-35/+15
2022-05-13UefiPayloadPkg: Add Serial IO device path according to related protocolLiu, Zhiguang3-107/+41
2022-05-13UefiPayloadPkg: Simplify code logicLiu, Zhiguang2-73/+25
2022-04-10UefiPayloadPkg: Fix PciHostBridgeLibLean Sheng Tan1-4/+9
2022-04-03UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instanceXie, Yuanhao2-0/+119
2022-03-29UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detectionPatrick Rudolph1-9/+9
2022-03-29UefiPayloadPkg: Fix PciHostBridgeLibPatrick Rudolph1-119/+18
2022-03-07UefiPayloadPkg: Make Boot Manager Key configurableSean Rhodes2-13/+32
2021-12-08UefiPayloadPkg: Add missing Guid gUefiAcpiBoardInfoGuidLiu, Zhiguang1-0/+3
2021-12-07UefiPayloadPkg: Apply uncrustify changesMichael Kubacki24-1086/+1137
2021-12-07UefiPayloadPkg: Change OPTIONAL keyword usage styleMichael D Kinney4-7/+4
2021-10-30UefiPayloadPkg: Remove SystemTableInfo GUID.Kesavan Balakrishnan, ThiyaguX3-17/+65
2021-10-25UefiPayloadPkg: Add FlashDeviceLibGuo Dong2-0/+203
2021-10-25UefiPayloadPkg: Add SpiFlashLibGuo Dong5-0/+1415
2021-10-19UefiPayloadPkg: Fix ECC reported issuesGuo Dong12-69/+44
2021-10-19UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRYGuo Dong2-3/+3
2021-10-15UefiPayloadPkg: Fix the build issue for corebootGuo Dong1-2/+2
2021-10-13UefiPayloadPkg: Add PCI root bridge info hob support for SBLMa, Maurice3-2/+62
2021-09-30UefiPayloadPkg: Remove asm code and sharing librariesGuo Dong7-203/+74
2021-09-29UefiPayloadPkg: Use dummy constructor for PlatformHookLibGuo Dong2-1/+18
2021-09-01UefiPayloadPkg: Fix the build error when enable Core ci for UefiPayloadPkgduntan1-3/+3
2021-08-09UefiPayloadPkg: define some PCD as DynamicEX PCDZhiguang Liu4-11/+0
2021-06-24UefiPayloadPkg: consume the BootManagerMenuFile HOBduntan2-1/+56
2021-06-24UefiPayloadPkg: Update the function definition of HobConstructorZhiguang Liu1-13/+13
2021-06-24UefiPayloadPkg: Add a separate PlatformHookLib for Universal PayloadZhiguang Liu2-0/+123
2021-06-24UefiPayloadPkg: Add HobLib for UniversalPayloadZhiguang Liu9-2/+800
2021-06-16UefiPayloadPkg: UefiPayload retrieve PCI root bridge from Guid HobZhiguang Liu4-7/+161
2021-06-16UefiPayloadPkg: Get platform specific logic via protocol for BDSZhiguang Liu2-2/+26
2021-02-12UefiPayloadPkg/PlatformBootManager: Connect console after EndOfDxeGuo Dong1-2/+2
2020-12-02UefiPayloadPkg: Remove PEI phase from PayloadGuo Dong2-0/+745
2020-06-24UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOBRay Ni2-0/+95
2020-01-10UefiPayloadPkg: remove EnterS3WithImmediateWake () from ResetSystemLibArd Biesheuvel1-18/+0
2020-01-02UefiPayloadPkg/BootManager: Add PS2 keyboard supportDong, Guo1-5/+20
2019-06-14UefiPayloadPkg/PlatformBootManagerLib: Use EDKII_SERIAL_PORT_LIB_VENDOR_GUID ...Anthony PERARD1-1/+2
2019-04-15UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim BootloaderDong, Guo22-0/+3686