Re: [edk2-devel] [PATCH] RISC-V/PlatformPkg: Fix compilation breakage in OpenSBI

2021-03-25 Thread Loic Devulder via groups.io
On Thu, Mar 25, 2021 at 01:46 AM, Abner Chang wrote: > > Hi Loic, > The current edk2 RISC-V is incorporated with opensbi v0.8, please check > below link > https://github.com/riscv/riscv-uefi-edk2-docs Yes, I think this is the version I used. In fact I followed https://github.com/tianocore/edk2-

[edk2-devel] [PATCH] RISC-V/PlatformPkg: Fix compilation breakage in OpenSBI

2021-03-24 Thread Loic Devulder via groups.io
platform_ops and platform structures have older entries that don't exist anymore on recent OpenSBI versions, so we can remove them. Cc: Abner Chang Cc: Daniel Schaefer Cc: Gilbert Chen Signed-off-by: Loic Devulder --- .../PlatformPkg/Library/OpensbiPlatformLibNull/Platform.c | 4 +--- 1