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