All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2
@ 2023-01-07  8:27 Peter Korsgaard
  2023-01-07  8:27 ` [Buildroot] [PATCH 2/4] configs/qemu_riscv64_virt_defconfig: " Peter Korsgaard
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Korsgaard @ 2023-01-07  8:27 UTC (permalink / raw)
  To: buildroot; +Cc: Mark Corbin, Romain Naour

Rather than the default (currently 0.9).

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/qemu_riscv32_virt_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig
index faf4e1e312..f354e303e5 100644
--- a/configs/qemu_riscv32_virt_defconfig
+++ b/configs/qemu_riscv32_virt_defconfig
@@ -25,6 +25,8 @@ BR2_LINUX_KERNEL_IMAGE=y
 
 # Bootloader
 BR2_TARGET_OPENSBI=y
+BR2_TARGET_OPENSBI_CUSTOM_VERSION=y
+BR2_TARGET_OPENSBI_CUSTOM_VERSION_VALUE="1.2"
 BR2_TARGET_OPENSBI_PLAT="generic"
 
 # host-qemu for gitlab testing
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-01-07 19:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-07  8:27 [Buildroot] [PATCH 1/4] configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2 Peter Korsgaard
2023-01-07  8:27 ` [Buildroot] [PATCH 2/4] configs/qemu_riscv64_virt_defconfig: " Peter Korsgaard
2023-01-07 19:25   ` Peter Korsgaard
2023-01-07  8:27 ` [Buildroot] [PATCH 3/4] configs/spike_riscv64_defconfig: " Peter Korsgaard
2023-01-07 11:01   ` Julien Olivain
2023-01-07 19:25   ` Peter Korsgaard
2023-01-07  8:27 ` [Buildroot] [PATCH 4/4] configs/hifive_unleashed_defconfig: explicitly use OpenSBI 0.9 Peter Korsgaard
2023-01-07  8:40   ` Peter Korsgaard
2023-01-07 19:25   ` Peter Korsgaard
2023-01-07 19:25 ` [Buildroot] [PATCH 1/4] configs/qemu_riscv32_virt_defconfig: use OpenSBI 1.2 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.