mbox series

[PULL] u-boot-riscv/master

Message ID Y1FAxzlNJacsY4K1@ubuntu01
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-riscv/master | expand

Pull-request

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

Message

Leo Liang Oct. 20, 2022, 12:36 p.m. UTC
Hi Tom,

The following changes since commit 3724ddf157aab3bd009c1da234b9a1af1621b544:

  Merge branch '2022-10-18-TI-platform-updates' (2022-10-18 18:13:39 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b3b44c674a473bdd3d53cf5196fae897107af619:

  riscv: ae350: Check firmware_fdt_addr header (2022-10-20 15:26:31 +0800)

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

----------------------------------------------------------------
Bin Meng (1):
      riscv: qemu: spl: Fix booting Linux kernel with OpenSBI 1.0+

Heinrich Schuchardt (5):
      cmd/sbi: format RustSBI version number
      cmd/sbi: error message for failure to get spec version
      cmd/sbi: user friendly short texts
      riscv: support building double-float modules
      k210: fix k210_pll_calc_config()

Rick Chen (1):
      riscv: ae350: Check firmware_fdt_addr header

Yu Chien Peter Lin (1):
      riscv: andes_plic.c: use modified IPI scheme

 arch/riscv/Kconfig                      | 15 +++++++++++++++
 arch/riscv/Makefile                     | 15 ++++++++++++---
 arch/riscv/lib/andes_plic.c             |  7 ++++---
 board/AndesTech/ax25-ae350/ax25-ae350.c |  2 +-
 board/emulation/qemu-riscv/Kconfig      |  2 +-
 cmd/riscv/sbi.c                         | 26 +++++++++++++++-----------
 drivers/clk/clk_k210.c                  |  2 +-
 test/dm/k210_pll.c                      |  2 +-
 8 files changed, 50 insertions(+), 21 deletions(-)

Best regards,
Leo

Comments

Tom Rini Oct. 20, 2022, 7:03 p.m. UTC | #1
On Thu, Oct 20, 2022 at 12:36:23PM +0000, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit 3724ddf157aab3bd009c1da234b9a1af1621b544:
> 
>   Merge branch '2022-10-18-TI-platform-updates' (2022-10-18 18:13:39 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-riscv.git
> 
> for you to fetch changes up to b3b44c674a473bdd3d53cf5196fae897107af619:
> 
>   riscv: ae350: Check firmware_fdt_addr header (2022-10-20 15:26:31 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/13866
> 

Applied to u-boot/master, thanks!