mbox series

[PULL] u-boot-riscv/master

Message ID 20211109023924.GA1128463@atcsi01
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 Nov. 9, 2021, 2:40 a.m. UTC
Hi Tom,

The following changes since commit 52207514ba419a69a8105d16997b025f966c8879:

  Merge branch '2021-11-05-Kconfig-syncs' (2021-11-05 15:38:46 -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 990e1e4beae546ddc9c50854c0588d1bea494cd2:

  Fix syntax error (2021-11-08 15:35:55 +0800)

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

----------------------------------------------------------------
Heinrich Schuchardt (2):
      riscv: function to retrieve SBI implementation version
      cmd: sbi: show SBI implementation version

Leo Yu-Chi Liang (2):
      riscv: ae350: Use #if defined instead of CONFIG_IS_ENABLED
      Fix syntax error

Wei Fu (1):
      riscv: add #define in asm/io.h for some device drivers

 arch/riscv/include/asm/io.h             |  4 ++++
 arch/riscv/include/asm/sbi.h            |  1 +
 arch/riscv/lib/sbi.c                    | 19 +++++++++++++++++++
 board/AndesTech/ax25-ae350/ax25-ae350.c |  4 ++--
 cmd/riscv/sbi.c                         | 26 ++++++++++++++++++--------
 common/image-board.c                    |  2 +-
 6 files changed, 45 insertions(+), 11 deletions(-)

 Best regards,
 Leo

Comments

Tom Rini Nov. 9, 2021, 1:45 p.m. UTC | #1
On Tue, Nov 09, 2021 at 10:40:01AM +0800, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit 52207514ba419a69a8105d16997b025f966c8879:
> 
>   Merge branch '2021-11-05-Kconfig-syncs' (2021-11-05 15:38:46 -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 990e1e4beae546ddc9c50854c0588d1bea494cd2:
> 
>   Fix syntax error (2021-11-08 15:35:55 +0800)
> 
> CI result shows no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/9775
> 

Applied to u-boot/master, thanks!