mbox series

[U-Boot] Pull request: u-boot-riscv/master

Message ID 3803ba13-4427-4772-b364-e1005958af84@ATCPCS12.andestech.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Pull request: u-boot-riscv/master | expand

Pull-request

git@gitlab.denx.de:u-boot/custodians/u-boot-riscv.git

Message

Andes May 26, 2020, 8:31 a.m. UTC
Hi Tom,

Please pull some riscv updates:

- sifive: fix palmer's email address.
- Move all SMP related SBI calls to SBI_v01.

Thanks
Rick


The following changes since commit 8c48bb21bd6a1778d1f299de30ff62c07929702b:

  Prepare v2020.07-rc3 (2020-05-25 20:34:01 -0400)

are available in the Git repository at:

  git@gitlab.denx.de:u-boot/custodians/u-boot-riscv.git

for you to fetch changes up to 4ef196ce20fc832a412e8fedf51f2f20b3bd6e62:

  sifive: fix palmer's email address (2020-05-26 15:50:15 +0800)

----------------------------------------------------------------
Atish Patra (1):
      riscv: Move all SMP related SBI calls to SBI_v01

Pragnesh Patel (1):
      sifive: fix palmer's email address

 arch/riscv/include/asm/sbi.h   |  5 ++---
 arch/riscv/lib/sbi.c           | 37 ++++++++++++++++++-------------------
 board/sifive/fu540/MAINTAINERS |  2 +-
 3 files changed, 21 insertions(+), 23 deletions(-)

Comments

Tom Rini May 26, 2020, 7:55 p.m. UTC | #1
On Tue, May 26, 2020 at 04:31:43PM +0800, uboot@andestech.com wrote:

> Hi Tom,
> 
> Please pull some riscv updates:
> 
> - sifive: fix palmer's email address.
> - Move all SMP related SBI calls to SBI_v01.
> 
> Thanks
> Rick
> 
> 
> The following changes since commit 8c48bb21bd6a1778d1f299de30ff62c07929702b:
> 
>   Prepare v2020.07-rc3 (2020-05-25 20:34:01 -0400)
> 
> are available in the Git repository at:
> 
>   git@gitlab.denx.de:u-boot/custodians/u-boot-riscv.git
> 
> for you to fetch changes up to 4ef196ce20fc832a412e8fedf51f2f20b3bd6e62:
> 
>   sifive: fix palmer's email address (2020-05-26 15:50:15 +0800)
> 

Applied to u-boot/master, thanks!