[edk2-devel] [edk2 0/7] v3 Assorted fixes to core RISC-V and RiscVVirt

Andrei Warkentin posted 7 patches 1 year, 1 month ago
Failed in applying to current master (apply log)
OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc                                           |   7 +
OvmfPkg/RiscVVirt/RiscVVirtQemu.fdf                                           |   7 +
MdePkg/Include/Protocol/DebugSupport.h                                        |  32 ++-
UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.h |  11 +-
MdeModulePkg/Core/Dxe/Image/Image.c                                           |   3 +-
MdePkg/Library/BaseLib/RiscV64/InternalSwitchStack.c                          |   8 -
MdePkg/Library/BasePeCoffLib/RiscV/PeCoffLoaderEx.c                           |   9 +-
UefiCpuPkg/CpuTimerDxeRiscV64/Timer.c                                         |  39 ++--
UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.c | 235 ++++++++++++++++++--
MdePkg/Library/BaseCpuLib/RiscV/Cpu.S                                         |   4 +-
UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/SupervisorTrapHandler.S  |  17 +-
11 files changed, 302 insertions(+), 70 deletions(-)
[edk2-devel] [edk2 0/7] v3 Assorted fixes to core RISC-V and RiscVVirt
Posted by Andrei Warkentin 1 year, 1 month ago
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/tree/patchset-1

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 ++-
 UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.h |  11 +-
 MdeModulePkg/Core/Dxe/Image/Image.c                                           |   3 +-
 MdePkg/Library/BaseLib/RiscV64/InternalSwitchStack.c                          |   8 -
 MdePkg/Library/BasePeCoffLib/RiscV/PeCoffLoaderEx.c                           |   9 +-
 UefiCpuPkg/CpuTimerDxeRiscV64/Timer.c                                         |  39 ++--
 UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.c | 235 ++++++++++++++++++--
 MdePkg/Library/BaseCpuLib/RiscV/Cpu.S                                         |   4 +-
 UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/SupervisorTrapHandler.S  |  17 +-
 11 files changed, 302 insertions(+), 70 deletions(-)

-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#100759): https://edk2.groups.io/g/devel/message/100759
Mute This Topic: https://groups.io/mt/97436045/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [edk2 0/7] v3 Assorted fixes to core RISC-V and RiscVVirt
Posted by Sunil V L 1 year, 1 month ago
On Mon, Mar 06, 2023 at 03:26:08PM -0600, Andrei Warkentin wrote:
> 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/tree/patchset-1
> 
> 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 ++-
>  UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.h |  11 +-
>  MdeModulePkg/Core/Dxe/Image/Image.c                                           |   3 +-
>  MdePkg/Library/BaseLib/RiscV64/InternalSwitchStack.c                          |   8 -
>  MdePkg/Library/BasePeCoffLib/RiscV/PeCoffLoaderEx.c                           |   9 +-
>  UefiCpuPkg/CpuTimerDxeRiscV64/Timer.c                                         |  39 ++--
>  UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/CpuExceptionHandlerLib.c | 235 ++++++++++++++++++--
>  MdePkg/Library/BaseCpuLib/RiscV/Cpu.S                                         |   4 +-
>  UefiCpuPkg/Library/BaseRiscV64CpuExceptionHandlerLib/SupervisorTrapHandler.S  |  17 +-
>  11 files changed, 302 insertions(+), 70 deletions(-)
> 

Thanks. Merged as part of PR #4118


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#100878): https://edk2.groups.io/g/devel/message/100878
Mute This Topic: https://groups.io/mt/97436045/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-