summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* UefiPayloadPkg :ACPI memory nodeLinus Liu2024-10-311-1/+22
* UefiPayloadPkg:Add SMBIOS node.Linus Liu2024-10-314-25/+54
* UefiPayloadPkg: Modify PCI root reg .Linus Liu2024-10-311-4/+14
* MdePkg: consistently use "Property" in BaseFdtLibLeif Lindholm2024-10-021-52/+52
* MdePkg,UefiPayloadPkg: improve BaseFdtLib memreserve helper styleLeif Lindholm2024-10-021-2/+2
* UefiPayloadPkg: Move FADT check to consumer coode.Chasel Chiu2024-09-162-0/+7
* UefiPayloadPkg: Handle simple reserved ranges from DTDhaval2024-09-141-0/+13
* UefiPayloadPkg: Add support for Root bridge parserDhaval2024-09-144-41/+276
* UefiPayloadPkg: Add support for Special Purpose memoryDhaval2024-09-141-0/+5
* UniversalPayload: Add RISC-V support for UPL PCDsDhaval2024-09-142-2/+2
* UefiPayloadPkg: Parse fdt and create smbios tableDhaval2024-09-141-11/+23
* UefiPayloadPkg: Bugfix: Do not parse NULL nodesDhaval2024-09-141-0/+2
* UefiPayloadPkg: Handle ordering issue with option nodeDhaval2024-09-141-3/+6
* UefiPayloadPkg: Add FDT Paser relative LIBs.Linus Liu2024-08-2810-0/+2621
* UefiPayloadPkg: Support Debug function when Hob was not available.Linus Liu2024-08-287-6/+95
* UefiPayloadPkg: CbParseLib: Fix integer overflowPatrick Rudolph2024-01-221-1/+1
* UefiPayloadPkg/Hob: Integer Overflow in CreateHob()Gua Guo2024-01-161-0/+43
* UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFvMarsX Lin2023-07-112-59/+0
* UefiPayloadPkg: Fix boot shell issue for universal UEFI payloadGuo Dong2023-05-152-9/+78
* UefiPayloadPkg: Fix issues when MULTIPLE_DEBUG_PORT_SUPPORT is truePaytonX Hsieh2023-05-023-1/+111
* UefiPayloadPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-2/+2
* UefiPayloadPkg: remove the change that get platform specific logicMarsX Lin2023-02-232-28/+0
* UefiPayloadPkg: Fix debug print error level hob not save correctNing Feng2023-01-101-1/+1
* UefiPayloadPkg/SerialPortLib: Enhance multi port behaviourKavya2022-12-201-6/+35
* UefiPayloadPkg: Implement a new SerialPortLib instanceKavya2022-09-072-0/+854
* UefiPayloadPkg: Fix Coverity report defectJames Lu2022-08-231-2/+2
* UefiPayloadPkg: Return PciRootBridges instead of NULLKavya2022-08-231-2/+2
* UefiPayloadPkg: Add a Macro to enable Boot LogoSean Rhodes2022-08-032-0/+10
* UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot promptSean Rhodes2022-08-031-1/+1
* UefiPayloadPkg: Add support for logging to CBMEM consoleBenjamin Doron2022-07-272-0/+293
* UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot promptSean Rhodes2022-07-161-4/+4
* UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsoleLiu, Zhiguang2022-05-132-35/+15
* UefiPayloadPkg: Add Serial IO device path according to related protocolLiu, Zhiguang2022-05-133-107/+41
* UefiPayloadPkg: Simplify code logicLiu, Zhiguang2022-05-132-73/+25
* UefiPayloadPkg: Fix PciHostBridgeLibLean Sheng Tan2022-04-101-4/+9
* UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instanceXie, Yuanhao2022-04-032-0/+119
* UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detectionPatrick Rudolph2022-03-291-9/+9
* UefiPayloadPkg: Fix PciHostBridgeLibPatrick Rudolph2022-03-291-119/+18
* UefiPayloadPkg: Make Boot Manager Key configurableSean Rhodes2022-03-072-13/+32
* UefiPayloadPkg: Add missing Guid gUefiAcpiBoardInfoGuidLiu, Zhiguang2021-12-081-0/+3
* UefiPayloadPkg: Apply uncrustify changesMichael Kubacki2021-12-0724-1086/+1137
* UefiPayloadPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-074-7/+4
* UefiPayloadPkg: Remove SystemTableInfo GUID.Kesavan Balakrishnan, ThiyaguX2021-10-303-17/+65
* UefiPayloadPkg: Add FlashDeviceLibGuo Dong2021-10-252-0/+203
* UefiPayloadPkg: Add SpiFlashLibGuo Dong2021-10-255-0/+1415
* UefiPayloadPkg: Fix ECC reported issuesGuo Dong2021-10-1912-69/+44
* UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRYGuo Dong2021-10-192-3/+3
* UefiPayloadPkg: Fix the build issue for corebootGuo Dong2021-10-151-2/+2
* UefiPayloadPkg: Add PCI root bridge info hob support for SBLMa, Maurice2021-10-133-2/+62
* UefiPayloadPkg: Remove asm code and sharing librariesGuo Dong2021-09-307-203/+74