Age | Commit message (Expand) | Author | Files | Lines |
2023-03-13 | ShellPkg/Library: Fix 32-bit truncation of pointer values | Michael D Kinney | 5 | -44/+12 |
2023-03-11 | BaseTools: Extend fields for module_report.json | Guillermo Antonio Palomino Sosa | 1 | -0/+4 |
2023-03-11 | BaseTools: Generate compile information in build report | Palomino Sosa, Guillermo A | 2 | -3/+140 |
2023-03-10 | DynamicTablesPkg: Add SMBIOS String table helper library | Sami Mujawar | 6 | -2/+378 |
2023-03-10 | UefiPayloadPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 4 | -4/+0 |
2023-03-10 | UefiCpuPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 15 | -15/+0 |
2023-03-10 | SourceLevelDebugPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 1 | -1/+0 |
2023-03-10 | PcAtChipsetPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 1 | -1/+0 |
2023-03-10 | OvmfPkg: Remove UefiCpuLib from module INFs. | Yu Pu | 16 | -16/+0 |
2023-03-10 | IntelFsp2Pkg: Remove UefiCpuLib from module INFs. | Yu Pu | 8 | -8/+0 |
2023-03-10 | MdePkg: Move API and implementation from UefiCpuLib to CpuLib | Yu Pu | 8 | -57/+74 |
2023-03-10 | OvmfPkg: Add CpuLib to module INFs that depend on UefiCpuLib. | Zhiguang Liu | 5 | -0/+5 |
2023-03-10 | UefiCpuPkg/MicrocodeMeasurementDxe: Fix exception | Darbin Reyes | 1 | -1/+1 |
2023-03-10 | CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1t | Sheng Wei | 6 | -0/+5 |
2023-03-10 | IntelFsp2Pkg: Fix GCC Compiler warning. | S, Ashraf Ali | 1 | -0/+1 |
2023-03-09 | OvmfPkg/SmbiosPlatformDxe: tweak fallback release date | Gerd Hoffmann | 1 | -1/+1 |
2023-03-09 | ArmPkg/SemihostFs: replace SetMem with ZeroMem | Gerd Hoffmann | 1 | -1/+1 |
2023-03-08 | UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean up | Andrei Warkentin | 5 | -45/+261 |
2023-03-08 | UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accounting | Andrei Warkentin | 1 | -14/+21 |
2023-03-08 | MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfo | Andrei Warkentin | 1 | -1/+2 |
2023-03-08 | MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name. | Andrei Warkentin | 1 | -2/+2 |
2023-03-08 | MdePkg: BaseLib: don't log in RISCV InternalSwitchStack | Andrei Warkentin | 1 | -8/+0 |
2023-03-08 | MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupported | Andrei Warkentin | 1 | -1/+9 |
2023-03-08 | OvmfPkg: RiscVVirt: add SATA support | Andrei Warkentin | 2 | -0/+14 |
2023-03-07 | SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOL | Pierre Gondois | 1 | -5/+14 |
2023-03-07 | SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCount | Pierre Gondois | 2 | -1/+9 |
2023-03-07 | UefiCpuPkg: Calculate DisplayFamily correctly | Liu, Zhiguang | 2 | -6/+6 |
2023-03-07 | CryptoPkg/BaseCryptLib: avoid using SHA512() | Gerd Hoffmann | 1 | -3/+13 |
2023-03-07 | CryptoPkg/BaseCryptLib: avoid using SHA384() | Gerd Hoffmann | 1 | -3/+13 |
2023-03-07 | CryptoPkg/BaseCryptLib: avoid using SHA256() | Gerd Hoffmann | 1 | -3/+13 |
2023-03-07 | CryptoPkg/BaseCryptLib: avoid using SHA1() | Gerd Hoffmann | 1 | -3/+13 |
2023-03-07 | UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm | Xie, Yuanhao | 2 | -169/+170 |
2023-03-07 | UefiCpuPkg: Rename AsmRelocateApLoopStart. | Yuanhao Xie | 4 | -28/+28 |
2023-03-07 | UefiCpuPkg: Put APs in 64 bit mode before handoff to OS. | Xie, Yuanhao | 8 | -49/+273 |
2023-03-07 | UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib. | Xie, Yuanhao | 1 | -1/+2 |
2023-03-07 | OvmfPkg: Add CpuPageTableLib required by MpInitLib. | Yuanhao Xie | 7 | -7/+16 |
2023-03-07 | UefiCpuPkg: Allocate contiguous memory for stacks and APs loop. | Xie, Yuanhao | 1 | -23/+17 |
2023-03-07 | UefiCpuPkg: Split the path in RelocateApLoop into two. | Xie, Yuanhao | 2 | -28/+48 |
2023-03-07 | UefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time. | Xie, Yuanhao | 1 | -1/+2 |
2023-03-07 | MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxe | Rebecca Cran | 4 | -11/+11 |
2023-03-06 | OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or not | Wu, Jiaxin | 2 | -2/+14 |
2023-03-06 | UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configuration | Wu, Jiaxin | 6 | -9/+36 |
2023-03-06 | UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase info | Wu, Jiaxin | 5 | -37/+214 |
2023-03-06 | UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB Data | Wu, Jiaxin | 2 | -1/+79 |
2023-03-06 | UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId check | Wu, Jiaxin | 1 | -11/+12 |
2023-03-06 | UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData call | Wu, Jiaxin | 1 | -4/+2 |
2023-03-06 | RedfishPkg/RedfishDebugLib: provide Redfish debug | Nickle Wang | 9 | -15/+387 |
2023-03-06 | ShellPkg: Improve "ping" output by adding equals sign after time | Rebecca Cran | 2 | -2/+2 |
2023-03-01 | OvmfPkg/RiscVVirt: Add Stack HOBedk2-stable202302 | Sunil V L | 1 | -3/+6 |
2023-02-23 | UefiPayloadPkg: remove the change that get platform specific logic | MarsX Lin | 4 | -114/+0 |