public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/7] Assorted fixes to core RISC-V and RiscVVirt
@ 2023-02-23 23:54 Andrei Warkentin
  2023-02-23 23:54 ` [PATCH 1/7] OvmfPkg: RiscVVirt: add SATA support Andrei Warkentin
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Andrei Warkentin @ 2023-02-23 23:54 UTC (permalink / raw)
  To: devel; +Cc: Andrei Warkentin

Dear all,

Please find the following patches for your reviewing
pleasure. Sunil suggested I put these into a single patch
set, instead of sending out these separately.

This patch set is also available at https://github.com/andreiw/edk2-rv-wip

Andrei Warkentin (7):
  OvmfPkg: RiscVVirt: add SATA support
  MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in
    ImageFormatSupported
  MdePkg: BaseLib: don't log in RISCV InternalSwitchStack
  MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name.
  MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfo
  UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accounting
  UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean up exception
    handling

 OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc           |   7 +
 OvmfPkg/RiscVVirt/RiscVVirtQemu.fdf           |   7 +
 MdePkg/Include/Protocol/DebugSupport.h        |  32 ++-
 .../CpuExceptionHandlerLib.h                  |  11 +-
 MdeModulePkg/Core/Dxe/Image/Image.c           |   3 +-
 .../BaseLib/RiscV64/InternalSwitchStack.c     |   8 -
 .../BasePeCoffLib/RiscV/PeCoffLoaderEx.c      |   9 +-
 UefiCpuPkg/CpuTimerDxeRiscV64/Timer.c         |  39 +--
 .../CpuExceptionHandlerLib.c                  | 232 ++++++++++++++++--
 MdePkg/Library/BaseCpuLib/RiscV/Cpu.S         |   4 +-
 .../SupervisorTrapHandler.S                   |  17 +-
 11 files changed, 299 insertions(+), 70 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-03-02  5:26 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 23:54 [PATCH 0/7] Assorted fixes to core RISC-V and RiscVVirt Andrei Warkentin
2023-02-23 23:54 ` [PATCH 1/7] OvmfPkg: RiscVVirt: add SATA support Andrei Warkentin
2023-02-24 10:00   ` [edk2-devel] " Sunil V L
2023-02-23 23:54 ` [PATCH 2/7] MdePkg: BasePeCoffLib: Allow AArch64 and x64 images in ImageFormatSupported Andrei Warkentin
2023-02-24 10:02   ` Sunil V L
2023-02-23 23:54 ` [PATCH 3/7] MdePkg: BaseLib: don't log in RISCV InternalSwitchStack Andrei Warkentin
2023-02-23 23:54 ` [PATCH 4/7] MdePkg: BaseCpuLib: Fix RISCV CpuSleep symbol name Andrei Warkentin
2023-02-23 23:54 ` [PATCH 5/7] MdeModulePkg: Dxe: add RISCV64 to mMachineTypeInfo Andrei Warkentin
2023-02-23 23:54 ` [PATCH 6/7] [PATCH v2] UefiCpuPkg: CpuTimerDxeRiscV64: fix tick duration accounting Andrei Warkentin
2023-02-24 10:45   ` Sunil V L
2023-02-23 23:54 ` [PATCH 7/7] [PATCH v2] UefiCpuPkg: BaseRiscV64CpuExceptionHandlerLib: clean up exception handling Andrei Warkentin
2023-02-24 10:44   ` Sunil V L
2023-03-02  4:59   ` [edk2-devel] " Tuan Phan
     [not found]   ` <17488173C4DD581F.9697@groups.io>
2023-03-02  5:17     ` Tuan Phan
2023-03-02  5:26       ` Andrei Warkentin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox