mbox series

[PULL] u-boot-riscv/master

Message ID YvV2xGhZebWfRtC0@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 Aug. 11, 2022, 9:38 p.m. UTC
Hi Tom,

The following changes since commit cdebee1fd9fa04cc4c972f826bae19b28c253eb0:

  Merge branch '2022-08-10-assorted-updates' (2022-08-10 17:49:20 -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 aa0eda17cf98448c3ef826204f38c76bf48b3345:

  spl: opensbi: convert scratch options to config (2022-08-11 18:46:41 +0800)

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

----------------------------------------------------------------
Leo Yu-Chi Liang (1):
      riscv: ae350: Fix XIP config boot failure

Nikita Shubin (3):
      riscv: cpu: set gp before board_init_f_init_reserve
      spl: opensbi: fix typo
      spl: opensbi: convert scratch options to config

 arch/riscv/cpu/start.S                  |  5 ++++-
 board/AndesTech/ax25-ae350/ax25-ae350.c | 17 +++++++++++------
 common/spl/Kconfig                      |  8 ++++++++
 common/spl/spl_opensbi.c                |  4 ++--
 4 files changed, 25 insertions(+), 9 deletions(-)

Best regards,
Leo

Comments

Tom Rini Aug. 12, 2022, 12:17 p.m. UTC | #1
On Thu, Aug 11, 2022 at 09:38:31PM +0000, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit cdebee1fd9fa04cc4c972f826bae19b28c253eb0:
> 
>   Merge branch '2022-08-10-assorted-updates' (2022-08-10 17:49:20 -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 aa0eda17cf98448c3ef826204f38c76bf48b3345:
> 
>   spl: opensbi: convert scratch options to config (2022-08-11 18:46:41 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/13119
> 

Applied to u-boot/master, thanks!