| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiPayloadPkg: Parse PCI RB Segment info when its available in FDT | Ajan Zhong | 10 days | 1 | -36/+38 |
* | UefiPayloadPkg: Add AARCH64 support | Amos Bu | 2025-02-24 | 2 | -0/+5 |
* | UefiPayloadpkg Add Missing part back | Linus Liu | 2024-12-30 | 1 | -0/+8 |
* | UefiPayloadPkg :Update RetrieveMultiSegmentInfoFromHob | Linus Liu | 2024-12-30 | 1 | -13/+66 |
* | UefiPayloadPkg: Align base address for ACPI region | Ajan Zhong | 2024-12-25 | 1 | -1/+8 |
* | UefiPayloadPkg: Set PixelsPerScanLine property in GraphicInfo HOB | Ajan Zhong | 2024-12-24 | 1 | -0/+3 |
* | UefiPayloadPkg: Fix the issue detected by Uncrustify | Guo Dong | 2024-12-19 | 1 | -44/+48 |
* | UefiPayloadPkg: Enhance Universal payload serial port node | Guo Dong | 2024-12-19 | 1 | -33/+77 |
* | UefiPayloadPkg: Update FDT parser logic for unaligned data access | Ajan Zhong | 2024-12-09 | 2 | -10/+10 |
* | UefiPayloadPkg: Add AARCH64 support on FdtParserLib | Ajan Zhong | 2024-12-09 | 1 | -2/+2 |
* | UefiPayloadPkg :ACPI memory node | Linus Liu | 2024-10-31 | 1 | -1/+22 |
* | UefiPayloadPkg:Add SMBIOS node. | Linus Liu | 2024-10-31 | 4 | -25/+54 |
* | UefiPayloadPkg: Modify PCI root reg . | Linus Liu | 2024-10-31 | 1 | -4/+14 |
* | MdePkg: consistently use "Property" in BaseFdtLib | Leif Lindholm | 2024-10-02 | 1 | -52/+52 |
* | MdePkg,UefiPayloadPkg: improve BaseFdtLib memreserve helper style | Leif Lindholm | 2024-10-02 | 1 | -2/+2 |
* | UefiPayloadPkg: Move FADT check to consumer coode. | Chasel Chiu | 2024-09-16 | 2 | -0/+7 |
* | UefiPayloadPkg: Handle simple reserved ranges from DT | Dhaval | 2024-09-14 | 1 | -0/+13 |
* | UefiPayloadPkg: Add support for Root bridge parser | Dhaval | 2024-09-14 | 4 | -41/+276 |
* | UefiPayloadPkg: Add support for Special Purpose memory | Dhaval | 2024-09-14 | 1 | -0/+5 |
* | UniversalPayload: Add RISC-V support for UPL PCDs | Dhaval | 2024-09-14 | 2 | -2/+2 |
* | UefiPayloadPkg: Parse fdt and create smbios table | Dhaval | 2024-09-14 | 1 | -11/+23 |
* | UefiPayloadPkg: Bugfix: Do not parse NULL nodes | Dhaval | 2024-09-14 | 1 | -0/+2 |
* | UefiPayloadPkg: Handle ordering issue with option node | Dhaval | 2024-09-14 | 1 | -3/+6 |
* | UefiPayloadPkg: Add FDT Paser relative LIBs. | Linus Liu | 2024-08-28 | 10 | -0/+2621 |
* | UefiPayloadPkg: Support Debug function when Hob was not available. | Linus Liu | 2024-08-28 | 7 | -6/+95 |
* | UefiPayloadPkg: CbParseLib: Fix integer overflow | Patrick Rudolph | 2024-01-22 | 1 | -1/+1 |
* | UefiPayloadPkg/Hob: Integer Overflow in CreateHob() | Gua Guo | 2024-01-16 | 1 | -0/+43 |
* | UefiPayloadPkg: Integrate UiApp and BootManagerMenuApp into MultiFv | MarsX Lin | 2023-07-11 | 2 | -59/+0 |
* | UefiPayloadPkg: Fix boot shell issue for universal UEFI payload | Guo Dong | 2023-05-15 | 2 | -9/+78 |
* | UefiPayloadPkg: Fix issues when MULTIPLE_DEBUG_PORT_SUPPORT is true | PaytonX Hsieh | 2023-05-02 | 3 | -1/+111 |
* | UefiPayloadPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2023-04-10 | 1 | -2/+2 |
* | UefiPayloadPkg: remove the change that get platform specific logic | MarsX Lin | 2023-02-23 | 2 | -28/+0 |
* | UefiPayloadPkg: Fix debug print error level hob not save correct | Ning Feng | 2023-01-10 | 1 | -1/+1 |
* | UefiPayloadPkg/SerialPortLib: Enhance multi port behaviour | Kavya | 2022-12-20 | 1 | -6/+35 |
* | UefiPayloadPkg: Implement a new SerialPortLib instance | Kavya | 2022-09-07 | 2 | -0/+854 |
* | UefiPayloadPkg: Fix Coverity report defect | James Lu | 2022-08-23 | 1 | -2/+2 |
* | UefiPayloadPkg: Return PciRootBridges instead of NULL | Kavya | 2022-08-23 | 1 | -2/+2 |
* | UefiPayloadPkg: Add a Macro to enable Boot Logo | Sean Rhodes | 2022-08-03 | 2 | -0/+10 |
* | UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt | Sean Rhodes | 2022-08-03 | 1 | -1/+1 |
* | UefiPayloadPkg: Add support for logging to CBMEM console | Benjamin Doron | 2022-07-27 | 2 | -0/+293 |
* | UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt | Sean Rhodes | 2022-07-16 | 1 | -4/+4 |
* | UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole | Liu, Zhiguang | 2022-05-13 | 2 | -35/+15 |
* | UefiPayloadPkg: Add Serial IO device path according to related protocol | Liu, Zhiguang | 2022-05-13 | 3 | -107/+41 |
* | UefiPayloadPkg: Simplify code logic | Liu, Zhiguang | 2022-05-13 | 2 | -73/+25 |
* | UefiPayloadPkg: Fix PciHostBridgeLib | Lean Sheng Tan | 2022-04-10 | 1 | -4/+9 |
* | UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance | Xie, Yuanhao | 2022-04-03 | 2 | -0/+119 |
* | UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection | Patrick Rudolph | 2022-03-29 | 1 | -9/+9 |
* | UefiPayloadPkg: Fix PciHostBridgeLib | Patrick Rudolph | 2022-03-29 | 1 | -119/+18 |
* | UefiPayloadPkg: Make Boot Manager Key configurable | Sean Rhodes | 2022-03-07 | 2 | -13/+32 |
* | UefiPayloadPkg: Add missing Guid gUefiAcpiBoardInfoGuid | Liu, Zhiguang | 2021-12-08 | 1 | -0/+3 |