summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-08UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accountingAndrei Warkentin1-14/+21
2023-03-08MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfoAndrei Warkentin1-1/+2
2023-03-08MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name.Andrei Warkentin1-2/+2
2023-03-08MdePkg: BaseLib: don't log in RISCV InternalSwitchStackAndrei Warkentin1-8/+0
2023-03-08MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupportedAndrei Warkentin1-1/+9
2023-03-08OvmfPkg: RiscVVirt: add SATA supportAndrei Warkentin2-0/+14
2023-03-07SecurityPkg/RngDxe: Conditionally install EFI_RNG_PROTOCOLPierre Gondois1-5/+14
2023-03-07SecurityPkg/RngDxe: Correctly update mAvailableAlgoArrayCountPierre Gondois2-1/+9
2023-03-07UefiCpuPkg: Calculate DisplayFamily correctlyLiu, Zhiguang2-6/+6
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA512()Gerd Hoffmann1-3/+13
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA384()Gerd Hoffmann1-3/+13
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA256()Gerd Hoffmann1-3/+13
2023-03-07CryptoPkg/BaseCryptLib: avoid using SHA1()Gerd Hoffmann1-3/+13
2023-03-07UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasmXie, Yuanhao2-169/+170
2023-03-07UefiCpuPkg: Rename AsmRelocateApLoopStart.Yuanhao Xie4-28/+28
2023-03-07UefiCpuPkg: Put APs in 64 bit mode before handoff to OS.Xie, Yuanhao8-49/+273
2023-03-07UefiPayloadPkg: Add CpuPageTableLib required by MpInitLib.Xie, Yuanhao1-1/+2
2023-03-07OvmfPkg: Add CpuPageTableLib required by MpInitLib.Yuanhao Xie7-7/+16
2023-03-07UefiCpuPkg: Allocate contiguous memory for stacks and APs loop.Xie, Yuanhao1-23/+17
2023-03-07UefiCpuPkg: Split the path in RelocateApLoop into two.Xie, Yuanhao2-28/+48
2023-03-07UefiCpuPkg: Check AP_SAFE_STACK_SIZE during build time.Xie, Yuanhao1-1/+2
2023-03-07MdeModulePkg: Improve formatting of DEBUG messages in UsbBusDxeRebecca Cran4-11/+11
2023-03-06OvmfPkg/SmmCpuFeaturesLib: Check SmBase relocation supported or notWu, Jiaxin2-2/+14
2023-03-06UefiCpuPkg/SmmCpuFeaturesLib: Skip SMBASE configurationWu, Jiaxin6-9/+36
2023-03-06UefiCpuPkg/PiSmmCpuDxeSmm: Consume SMM Base Hob for SmBase infoWu, Jiaxin5-37/+214
2023-03-06UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB DataWu, Jiaxin2-1/+79
2023-03-06UefiCpuPkg/PiSmmCpuDxeSmm: Replace mIsBsp by mBspApicId checkWu, Jiaxin1-11/+12
2023-03-06UefiCpuPkg/PiSmmCpuDxeSmm: Fix invalid InitializeMpSyncData callWu, Jiaxin1-4/+2
2023-03-06RedfishPkg/RedfishDebugLib: provide Redfish debugNickle Wang9-15/+387
2023-03-06ShellPkg: Improve "ping" output by adding equals sign after timeRebecca Cran2-2/+2
2023-03-01OvmfPkg/RiscVVirt: Add Stack HOBedk2-stable202302Sunil V L1-3/+6
2023-02-23UefiPayloadPkg: remove the change that get platform specific logicMarsX Lin4-114/+0
2023-02-23OvmfPkg/RiscVVirt: Fix SCT memory allocation test case failureSunil V L1-2/+3
2023-02-23BaseTools/tools_def.template: Update -march parameter for RISC-VSunil V L1-1/+1
2023-02-16BaseTools: Update WindowsVsToolChain pluginJoey Vagedes2-6/+14
2023-02-16Maintainers.txt: Add entry for OvmfPkg/RiscVVirtSunil V L1-0/+5
2023-02-16OvmfPkg/RiscVVirt: Add build files for Qemu Virt platformSunil V L5-0/+1266
2023-02-16OvmfPkg/RiscVVirt: Add SEC moduleSunil V L7-0/+673
2023-02-16OvmfPkg/RiscVVirt: Add PciCpuIo2Dxe moduleSunil V L2-0/+605
2023-02-16OvmfPkg/RiscVVirt: Add VirtNorFlashPlatformLib librarySunil V L2-0/+70
2023-02-16OvmfPkg/RiscVVirt: Add ResetSystemLib librarySunil V L2-0/+166
2023-02-16OvmfPkg/RiscVVirt: Add PrePiHobListPointerLib librarySunil V L2-0/+88
2023-02-16OvmfPkg/RiscVVirt: Add PlatformBootManagerLib librarySunil V L4-0/+1275
2023-02-16ArmVirtPkg: Fix up the location of PlatformHasAcpiDtDxeSunil V L6-8/+8
2023-02-16ArmVirtPkg/PlatformHasAcpiDtDxe: Move to OvmfPkgSunil V L4-11/+8
2023-02-16UefiCpuPkg/UefiCpuPkg.ci.yaml: Ignore RISC-V fileSunil V L1-0/+1
2023-02-16UefiCpuPkg: Add CpuDxeRiscV64 moduleSunil V L6-0/+660
2023-02-16UefiCpuPkg: Add CpuTimerDxeRiscV64 moduleSunil V L6-0/+549
2023-02-16UefiCpuPkg: Add BaseRiscV64CpuTimerLib librarySunil V L4-0/+247
2023-02-16UefiCpuPkg: Add BaseRiscV64CpuExceptionHandlerLibSunil V L6-0/+412