Age | Commit message (Expand) | Author | Files | Lines |
2022-10-13 | UefiPayloadPkg: Remove deprecate Crypto Service | Gua Guo | 1 | -2/+0 |
2022-09-28 | UefiPayloadPkg: Provide a wrapper for UniversalPayloadBuild.py | VictorX Hsu | 1 | -0/+17 |
2022-09-16 | UefiPayloadPkg/PayloadLoaderPeim: remove GCC build warning | James Lu | 1 | -17/+12 |
2022-09-07 | UefiPayloadPkg: Allow DxeMain.inf to consume the new SerialPortLib | Kavya | 1 | -0/+6 |
2022-09-07 | UefiPayloadPkg: Implement a new SerialPortLib instance | Kavya | 2 | -0/+854 |
2022-09-05 | UefiPayloadPkg: To replace the libraries for the capsule driver. | KasimX Liu | 1 | -1/+2 |
2022-08-23 | UefiPayloadPkg: Fix Coverity report defect | James Lu | 3 | -5/+5 |
2022-08-23 | UefiPayloadPkg: Add macro to control NvmExpressDxe | Kavya | 2 | -0/+5 |
2022-08-23 | UefiPayloadPkg: Return PciRootBridges instead of NULL | Kavya | 1 | -2/+2 |
2022-08-15 | UefiPayloadPkg: Remove clearing CR0.WP when protecting pagetable | Dun Tan | 1 | -6/+1 |
2022-08-03 | UefiPayloadPkg: Load Boot Logo into ACPI table | Sean Rhodes | 2 | -0/+14 |
2022-08-03 | UefiPayloadPkg: Add a Macro to enable Boot Logo | Sean Rhodes | 4 | -0/+20 |
2022-08-03 | UefiPayloadPkg/PlatformBootManagerLib: Correct spacing in boot prompt | Sean Rhodes | 1 | -1/+1 |
2022-07-27 | UefiPayloadPkg: Add support for logging to CBMEM console | Benjamin Doron | 4 | -6/+327 |
2022-07-27 | UefiPayloadPkg: Fix RelaAddress type always mismatch in if condition | James Lu | 1 | -1/+1 |
2022-07-25 | UefiPayloadPkg: Add macro to support selection of CryptoDxe driver | PaytonX Hsieh | 2 | -0/+12 |
2022-07-18 | UefiPayloadPkg: Add macro to support selective driver in UPL | James Lu | 2 | -1/+34 |
2022-07-16 | UefiPayloadPkg/PlatformBootManagerLib: Evenly space boot prompt | Sean Rhodes | 1 | -4/+4 |
2022-07-11 | UefiPayloadPkg: Add CryptoDxe driver to UefiPayload | PaytonX Hsieh | 2 | -2/+35 |
2022-06-30 | UefiPayloadPkg: Align Attribute value with UPL spec | Gua Guo | 1 | -0/+1 |
2022-06-24 | UefiPayloadPkg: Backward support with python 3.6 | KasimX Liu | 1 | -8/+25 |
2022-06-21 | UefiPayloadPkg: UniversalPayloadBuild.py to support --pcd feature | Gua Guo | 1 | -0/+8 |
2022-06-20 | UefiPayloadPkg: Always split page table entry to 4K if it covers stack. | Liu, Zhiguang | 1 | -10/+2 |
2022-06-17 | UefiPayloadPkg: Increase the PcdMaximumUnicodeStringLength | Xie, Yuanhao | 1 | -0/+1 |
2022-05-27 | UefiPayloadPkg: Align SpecRevision value with UPL spec | Gua Guo | 1 | -1/+1 |
2022-05-27 | UefiPayloadPkg: Align Identifier value with UPL spec | Gua Guo | 1 | -1/+1 |
2022-05-19 | UefiPayloadPkg: Add VariableFlashInfoLib | Michael Kubacki | 1 | -0/+1 |
2022-05-13 | UefiPayloadPkg: Connect all root bridge in PlatformBootManagerBeforeConsole | Liu, Zhiguang | 2 | -35/+15 |
2022-05-13 | UefiPayloadPkg: Add Serial IO device path according to related protocol | Liu, Zhiguang | 3 | -107/+41 |
2022-05-13 | UefiPayloadPkg: Simplify code logic | Liu, Zhiguang | 2 | -73/+25 |
2022-05-09 | UefiPayloadPkg: Fix the UPL build failure | Tan, Dun | 1 | -3/+3 |
2022-05-06 | UefiPayloadPkg: Add CpuLib to module INFs that depend on UefiCpuLib. | Yu Pu | 3 | -0/+3 |
2022-05-06 | UefiPayloadPkg: Add definition for PayloadCommandLine HOB | duntan | 2 | -0/+29 |
2022-04-22 | UefiPayloadPkg: Fix IA32 entry build failure | Tan, Dun | 1 | -6/+12 |
2022-04-14 | UefiPayloadPkg: Fix the build failure | Guo Dong | 1 | -2/+2 |
2022-04-10 | UefiPayloadPkg: Add --quiet argument to Universal Payload build script | Guo Dong | 1 | -2/+4 |
2022-04-10 | UefiPayloadPkg: Add dependency of VariableSmm driver. | Li, Zhihao | 1 | -1/+2 |
2022-04-10 | UefiPayloadPkg: Support IA32 Build | Guo Dong | 1 | -1/+3 |
2022-04-10 | UefiPayloadPkg: Fix PciHostBridgeLib | Lean Sheng Tan | 1 | -4/+9 |
2022-04-03 | UefiPayloadPkg: Consume the new added DebugPrintErrorLevelLib instance | Xie, Yuanhao | 1 | -1/+1 |
2022-04-03 | UefiPayloadPkg: Change some configuration of the payload | Xie, Yuanhao | 1 | -5/+5 |
2022-04-03 | UefiPayloadPkg: Add a new DebugPrintErrorLevelLib instance | Xie, Yuanhao | 4 | -1/+151 |
2022-03-29 | UefiPayloadPkg: Make Boot Timeout configurable | Guo Dong | 1 | -1/+2 |
2022-03-29 | UefiPayloadPkg/Library/PlatformBootManagerLib: Remove broken VGA detection | Patrick Rudolph | 1 | -9/+9 |
2022-03-29 | UefiPayloadPkg: Fix PciHostBridgeLib | Patrick Rudolph | 1 | -119/+18 |
2022-03-29 | UefiPayloadPkg: Fix architecture in the build instruction | Akihiko Odaki | 1 | -1/+1 |
2022-03-29 | UefiPayloadPkg: Fix build error | Guo Dong | 1 | -0/+4 |
2022-03-29 | UefiPayloadPkg/UefiPayloadPkg.ci.yaml: Remove duplicated entry | Patrick Rudolph | 1 | -1/+0 |
2022-03-17 | UefiPayloadPkg: Hookup SD/MMC timeout | Sean Rhodes | 1 | -0/+2 |
2022-03-07 | BlSupportSmm: fix definition of SetSmrr() | Sean Rhodes | 1 | -0/+1 |