Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2] configs: riscv: qemu: Drop BR2_TARGET_OPENSBI_CUSTOM_VERSION
@ 2024-08-29 15:41 Bin Meng
  2024-08-29 23:35 ` Alistair Francis
  2024-08-30 17:02 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Bin Meng @ 2024-08-29 15:41 UTC (permalink / raw)
  To: Yann E . MORIN, Alistair Francis; +Cc: Bin Meng, buildroot

From: Bin Meng <bmeng@tinylab.org>

Update qemu_riscv32_virt_defconfig and qemu_riscv64_virt_defconfig
to use the latest OpenSBI due to the reason that:

1. they are the main platforms to develop and test OpenSBI
2. latest OpenSBI binaries are always integrated into QEMU as
   the default bios

Signed-off-by: Bin Meng <bmeng@tinylab.org>
---
See v1 @ https://patchwork.ozlabs.org/project/buildroot/patch/20230626160030.93063-7-bmeng.cn@gmail.com/

Changes in v2:
- Only update QEMU defconfig files

 configs/qemu_riscv32_virt_defconfig | 2 --
 configs/qemu_riscv64_virt_defconfig | 2 --
 2 files changed, 4 deletions(-)

diff --git a/configs/qemu_riscv32_virt_defconfig b/configs/qemu_riscv32_virt_defconfig
index 631526b695..28bb2b0cd6 100644
--- a/configs/qemu_riscv32_virt_defconfig
+++ b/configs/qemu_riscv32_virt_defconfig
@@ -29,8 +29,6 @@ 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
diff --git a/configs/qemu_riscv64_virt_defconfig b/configs/qemu_riscv64_virt_defconfig
index 31ac1d1ed9..54999cfee7 100644
--- a/configs/qemu_riscv64_virt_defconfig
+++ b/configs/qemu_riscv64_virt_defconfig
@@ -29,8 +29,6 @@ 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.34.1

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

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

end of thread, other threads:[~2024-09-02 13:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-29 15:41 [Buildroot] [PATCH v2] configs: riscv: qemu: Drop BR2_TARGET_OPENSBI_CUSTOM_VERSION Bin Meng
2024-08-29 23:35 ` Alistair Francis
2024-08-30 17:02 ` Thomas Petazzoni via buildroot
2024-09-02 13:31   ` Bin Meng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox