mbox series

[PULL] u-boot-riscv/next

Message ID ZQucTuzK1hvN9NMl@swlinux02
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-riscv/next | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-riscv.git next

Message

Leo Liang Sept. 21, 2023, 1:28 a.m. UTC
Hi Tom,

The following changes since commit c58ee1c9946a1550b1f6fee2b25da9ecc89baf71:

  Merge branch '2023-09-19-tidy-up-some-kconfig-options' into next (2023-09-19 17:44:18 -0400)

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 90602e779d3ae3bd02faae0eb40b4fcefec419f7:

  riscv: dts: starfive: generate u-boot-spl.bin.normal.out (2023-09-20 21:05:16 +0800)

CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/17779
----------------------------------------------------------------

+ Add NVMe & USB boot devices for VisionFive2
+ Add StarFive SPL image support in mkimage tool

----------------------------------------------------------------
Heinrich Schuchardt (4):
      riscv: set fdtfile on VisionFive 2
      configs: NVMe/USB target boot devices on VisionFive 2
      tools: mkimage: Add StarFive SPL image support
      riscv: dts: starfive: generate u-boot-spl.bin.normal.out

Milan P. Stanić (1):
      starfive: visionfive2: add mmc0 and nvme boot targets

 arch/riscv/Kconfig                                 |   1 +
 .../dts/jh7110-starfive-visionfive-2-u-boot.dtsi   |  11 ++
 board/starfive/visionfive2/starfive_visionfive2.c  |  43 ++++-
 boot/image.c                                       |   1 +
 doc/board/starfive/visionfive2.rst                 |  14 +-
 include/configs/starfive-visionfive2.h             |   3 +
 include/image.h                                    |   1 +
 tools/Makefile                                     |   1 +
 tools/sfspl.c                                      | 174 +++++++++++++++++++++
 9 files changed, 235 insertions(+), 14 deletions(-)
 create mode 100644 tools/sfspl.c

 Best regards,
 Leo

Comments

Tom Rini Sept. 21, 2023, 7:56 p.m. UTC | #1
On Thu, Sep 21, 2023 at 09:28:46AM +0800, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit c58ee1c9946a1550b1f6fee2b25da9ecc89baf71:
> 
>   Merge branch '2023-09-19-tidy-up-some-kconfig-options' into next (2023-09-19 17:44:18 -0400)
> 
> 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 90602e779d3ae3bd02faae0eb40b4fcefec419f7:
> 
>   riscv: dts: starfive: generate u-boot-spl.bin.normal.out (2023-09-20 21:05:16 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/17779

Applied to u-boot/next, thanks!