Recent updates to RISC-V qemu virt platform merged today (07/14), have enabled both pflash devices for the S-mode payload like EDK2. These updates also aligned the design similar to other architectures where pflash0 is for read-only code and pflash1 for variable store. Previously only pflash1 was available for S-mode use.
Current EDK2 will not work with this latest qemu changes since it always assumed to boot from pflash1. So, separate the code and variable store and use pflash0 to keep the code. Add 'readme' about build and test as per these changes. The changes are available in the branch : https://github.com/vlsunil/edk2/tree/separate_code_vars Cc: Ard Biesheuvel <ardb+tianoc...@kernel.org> Cc: Jiewen Yao <jiewen....@intel.com> Cc: Jordan Justen <jordan.l.jus...@intel.com> Cc: Gerd Hoffmann <kra...@redhat.com> Cc: Andrei Warkentin <andrei.warken...@intel.com> Cc: Heinrich Schuchardt <heinrich.schucha...@canonical.com> Cc: Dann Frazier <dann.fraz...@canonical.com> Changes since v1: 1) Updated readme to add minimum qemu version required. Sunil V L (4): OvmfPkg/RiscVVirt: Fix couple of issues in VarStore OvmfPkg/RiscVVirt: Add VirtNorFlashDeviceTreeLib library OvmfPkg/RiscVVirt: Add support for separate code and variable store OvmfPkg/RiscVVirt: Add a readme for build and test OvmfPkg/RiscVVirt/RiscVVirtQemu.dsc | 2 +- OvmfPkg/RiscVVirt/RiscVVirtQemu.fdf | 16 +- .../VirtNorFlashDeviceTreeLib.inf | 40 +++++ .../VirtNorFlashDeviceTreeLib.c | 137 ++++++++++++++++++ OvmfPkg/RiscVVirt/README.md | 46 ++++++ OvmfPkg/RiscVVirt/RiscVVirt.fdf.inc | 14 +- OvmfPkg/RiscVVirt/VarStore.fdf.inc | 12 +- 7 files changed, 248 insertions(+), 19 deletions(-) create mode 100644 OvmfPkg/RiscVVirt/Library/VirtNorFlashPlatformLib/VirtNorFlashDeviceTreeLib.inf create mode 100644 OvmfPkg/RiscVVirt/Library/VirtNorFlashPlatformLib/VirtNorFlashDeviceTreeLib.c create mode 100644 OvmfPkg/RiscVVirt/README.md -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106143): https://edk2.groups.io/g/devel/message/106143 Mute This Topic: https://groups.io/mt/99567396/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-