[GIT PULL] u-boot-riscv/next

E Shattow e at freeshell.de
Mon Mar 23 20:20:02 CET 2026


Hi Tom,

There are some Fixes tags for master in this pull request applied to
next and not yet applied to master, noted inline below.

On 3/16/26 23:01, Leo Yu-Chi Liang wrote:
> Hi Tom,
> 
> The following changes since commit 841856ed9675b26ec517fdd00b5cc0aef8db508e:
> 
>   Merge patch series "Add PCIe Boot support for TI J784S4 SoC" (2026-03-16 08:24:18 -0600)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-riscv.git next
> 
> for you to fetch changes up to b51e59c8b34c780e28728bc0cb58783855c7ffbf:
> 
>   riscv: Add support for BeagleV-Fire (2026-03-17 11:39:18 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/29548
> ----------------------------------------------------------------
> - board: starfive: Add Xunlong OrangePi RV
> - board: starfive: Add VisionFive 2 Lite
> - board: beagle: Add BeagleV-Fire
> ----------------------------------------------------------------
> E Shattow (5):
>       board: starfive: visionfive2: Add Orange Pi RV selection by product_id
>       configs: starfive: Add Orange Pi RV to visionfive2
>       doc: board: starfive: Add Xunlong OrangePi RV

>       doc: board: starfive: jh7110 common give build output dir by env not arg

commit 24662f698f5ad6f444e6dc437c0b5a932726a6ef
Fixes: 8304f3226700 ("doc: board: starfive: update jh7110 common
description")

>       doc: board: starfive: jh7110 common update OPENSBI build env reference

commit 1edeb52086c6e160d93d86386505e6cc6ce1457c
Fixes: 8304f3226700 ("doc: board: starfive: update jh7110 common
description")

> 
> Hal Feng (7):
>       eeprom: starfive: Simplify get_ddr_size_from_eeprom()

commit 6015c98be50f2fc571c294d2f2b0768212fb7e99
Fixes: aea1bd95b61e ("eeprom: starfive: Enable ID EEPROM configuration")

>       eeprom: starfive: Correct get_pcb_revision_from_eeprom()

commit 78253aeeecdfea4c71779905ff2b400fa7400b1c
Fixes: aea1bd95b61e ("eeprom: starfive: Enable ID EEPROM configuration")

>       eeprom: starfive: Support eeprom data format v3
>       pcie: starfive: Add a optional power gpio support
>       configs: visionfive2: Add VisionFive 2 Lite DT to OF_LIST
>       board: starfive: spl: Support VisionFive 2 Lite
>       board: starfive: visionfive2: Add VisionFive 2 Lite fdt selection
> 
> Jamie Gibbons (1):
>       riscv: Add support for BeagleV-Fire
> 
>  arch/riscv/Kconfig                                 |   4 +
>  arch/riscv/cpu/jh7110/spl.c                        |   2 +-
>  arch/riscv/include/asm/arch-jh7110/eeprom.h        |  13 ++-
>  board/beagle/beaglev_fire/Kconfig                  |  43 ++++++++
>  board/beagle/beaglev_fire/MAINTAINERS              |   7 ++
>  board/beagle/beaglev_fire/Makefile                 |   6 ++
>  board/beagle/beaglev_fire/beaglev_fire.c           | 117 +++++++++++++++++++++
>  board/starfive/visionfive2/spl.c                   |   6 ++
>  board/starfive/visionfive2/starfive_visionfive2.c  |   4 +
>  .../starfive/visionfive2/visionfive2-i2c-eeprom.c  |  64 ++++++-----
>  configs/beaglev_fire_defconfig                     |  29 +++++
>  configs/starfive_visionfive2_defconfig             |   2 +-
>  doc/board/starfive/index.rst                       |   1 +
>  doc/board/starfive/jh7110_common.rst               |  11 +-
>  doc/board/starfive/orangepi_rv.rst                 |  35 ++++++
>  drivers/pci/pcie_starfive_jh7110.c                 |   8 ++
>  include/configs/beaglev_fire.h                     |  57 ++++++++++
>  17 files changed, 375 insertions(+), 34 deletions(-)
>  create mode 100644 board/beagle/beaglev_fire/Kconfig
>  create mode 100644 board/beagle/beaglev_fire/MAINTAINERS
>  create mode 100644 board/beagle/beaglev_fire/Makefile
>  create mode 100644 board/beagle/beaglev_fire/beaglev_fire.c
>  create mode 100644 configs/beaglev_fire_defconfig
>  create mode 100644 doc/board/starfive/orangepi_rv.rst
>  create mode 100644 include/configs/beaglev_fire.h
> 
>  Best regards,
>  Leo

I note that there may be other authors' contributions applied to next
with Fixes tags for master that are not part of this pull request, not
highlighted in my reply here.

Thanks,

-E


More information about the U-Boot mailing list