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-
; Loic Devulder via groups.io
> Sent: Wednesday, March 24, 2021 9:59 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [PATCH] RISC-V/PlatformPkg: Fix compilation breakage
> in OpenSBI
>
> platform_ops and platform structures have older entries that don't exist
> anymore
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