Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] riscv: Various fixes and small enhancements
@ 2023-06-26 16:00 Bin Meng
  2023-06-26 16:00 ` [Buildroot] [PATCH 01/10] configs/hifive_unleashed: Update to use OpenSBI 1.2 Bin Meng
                   ` (10 more replies)
  0 siblings, 11 replies; 21+ messages in thread
From: Bin Meng @ 2023-06-26 16:00 UTC (permalink / raw)
  To: buildroot; +Cc: Alistair Francis, Jan-Benedict Glaw

A bug report [1] was filed recently against HiFive Unleashed board that
it did not build. Although I could not reproduce the build failure, it
does make sense to upgrade the OpenSBI version for this board, as
discussed in the bug report.

Now OpenSBI version is bumped up to 1.3 in this series for all RISC-V
boards. For HiFive Unleashed board I decided to use the latest U-Boot
release as well, which requires some new changes.

The Kconfig options of RISC-V boards have been cleaned up. Instructions
of using QEMU to test the HiFive Unleashed board images are added.

[1] https://bugs.busybox.net/show_bug.cgi?id=15658


Bin Meng (10):
  configs/hifive_unleashed: Update to use OpenSBI 1.2
  configs/hifive_unleashed: Update to use U-Boot v2023.04
  configs/hifive_unleashed: Enable BR2_RISCV_ISA_CUSTOM_RVA explicitly
  configs/beaglev_defconfig: Enable BR2_RISCV_ISA_CUSTOM_RVA explicitly
  arch/Config.in.riscv: Remove BR2_RISCV_ISA_CUSTOM_RVA from
    BR2_riscv_custom
  configs: riscv: Drop BR2_TARGET_OPENSBI_CUSTOM_VERSION
  boot/opensbi: Config.in: Cosmetic style fix
  boot/opensbi: Bump to version 1.3
  board/sifive: hifive-unleashed: Update rootfs offset
  board/sifive: hifive-unleashed: Include QEMU instructions in
    readme.txt

 arch/Config.in.riscv                            |  1 -
 .../sifive/hifive-unleashed/genimage_sdcard.cfg |  1 +
 board/sifive/hifive-unleashed/readme.txt        | 17 +++++++++++++++++
 boot/opensbi/Config.in                          |  6 +++---
 boot/opensbi/opensbi.hash                       |  2 +-
 configs/beaglev_defconfig                       |  1 +
 configs/hifive_unleashed_defconfig              | 10 +++++-----
 configs/nezha_defconfig                         |  2 --
 configs/qemu_riscv32_virt_defconfig             |  2 --
 configs/qemu_riscv64_virt_defconfig             |  2 --
 configs/sipeed_lichee_rv_defconfig              |  2 --
 configs/sipeed_lichee_rv_dock_defconfig         |  2 --
 configs/spike_riscv64_defconfig                 |  2 --
 13 files changed, 28 insertions(+), 22 deletions(-)

-- 
2.34.1

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

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

end of thread, other threads:[~2023-08-12 21:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 16:00 [Buildroot] [PATCH 00/10] riscv: Various fixes and small enhancements Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 01/10] configs/hifive_unleashed: Update to use OpenSBI 1.2 Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 02/10] configs/hifive_unleashed: Update to use U-Boot v2023.04 Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 03/10] configs/hifive_unleashed: Enable BR2_RISCV_ISA_CUSTOM_RVA explicitly Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 04/10] configs/beaglev_defconfig: " Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 05/10] arch/Config.in.riscv: Remove BR2_RISCV_ISA_CUSTOM_RVA from BR2_riscv_custom Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 06/10] configs: riscv: Drop BR2_TARGET_OPENSBI_CUSTOM_VERSION Bin Meng
2023-06-26 17:10   ` Yann E. MORIN
2023-06-27  2:11     ` Bin Meng
2023-06-27 20:39       ` Yann E. MORIN
2023-06-26 16:00 ` [Buildroot] [PATCH 07/10] boot/opensbi: Config.in: Cosmetic style fix Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 08/10] boot/opensbi: Bump to version 1.3 Bin Meng
2023-06-26 16:00 ` [Buildroot] [PATCH 09/10] board/sifive: hifive-unleashed: Update rootfs offset Bin Meng
2023-06-26 17:12   ` Yann E. MORIN
2023-08-12 21:12   ` Thomas Petazzoni via buildroot
2023-06-26 16:00 ` [Buildroot] [PATCH 10/10] board/sifive: hifive-unleashed: Include QEMU instructions in readme.txt Bin Meng
2023-06-26 17:21   ` Yann E. MORIN
2023-06-27  0:32     ` Alistair Francis
2023-06-28 15:15       ` Bin Meng
2023-08-12 21:14   ` Thomas Petazzoni via buildroot
2023-06-26 17:04 ` [Buildroot] [PATCH 00/10] riscv: Various fixes and small enhancements Yann E. MORIN

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