mbox series

[PULL] u-boot-riscv/master

Message ID 20210722021510.GA8149@andestech.com
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-riscv/master | expand

Pull-request

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

Message

Leo Liang July 22, 2021, 2:15 a.m. UTC
Hi Tom,

The following changes since commit c9204859bbdb924cda811813c545032971656480:

  Merge branch 'master' of git://source.denx.de/u-boot-sh (2021-07-20 19:31:40 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 219cb173114c9cfaf1dc7fed21281f2c43c88c9f:

  board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device in SPL (2021-07-21 22:25:15 +0800)

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

----------------------------------------------------------------
Vincent Chen (2):
      board: sifive: unmatched: refine GEMGXL initialized function in SPL
      board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device in SPL

Vitaly Wool (1):
      riscv: booti: do not force relocation if force_reloc is not set

Zong Li (2):
      board: sifive: remove the command for setting serial number
      board: sifive: drop stuff related to unmatched revision 1

 arch/riscv/dts/Makefile                            |    2 +-
 .../dts/fu740-hifive-unmatched-a00-ddr-rev1.dtsi   | 1489 --------------------
 .../dts/hifive-unmatched-a00-rev1-u-boot.dtsi      |    7 -
 arch/riscv/dts/hifive-unmatched-a00-rev1.dts       |    4 -
 arch/riscv/lib/image.c                             |    7 +-
 .../sifive/unmatched/hifive-platform-i2c-eeprom.c  |   23 +-
 board/sifive/unmatched/spl.c                       |  114 +-
 configs/sifive_unmatched_defconfig                 |    4 -
 8 files changed, 81 insertions(+), 1569 deletions(-)
 delete mode 100644 arch/riscv/dts/fu740-hifive-unmatched-a00-ddr-rev1.dtsi
 delete mode 100644 arch/riscv/dts/hifive-unmatched-a00-rev1-u-boot.dtsi
 delete mode 100644 arch/riscv/dts/hifive-unmatched-a00-rev1.dts

 Best regards,
 Leo

Comments

Tom Rini July 22, 2021, 12:15 p.m. UTC | #1
On Thu, Jul 22, 2021 at 10:15:10AM +0800, Leo Liang wrote:

> Hi Tom,
> 
> The following changes since commit c9204859bbdb924cda811813c545032971656480:
> 
>   Merge branch 'master' of git://source.denx.de/u-boot-sh (2021-07-20 19:31:40 -0400)
> 
> are available in the Git repository at:
> 
>   git@source.denx.de:u-boot/custodians/u-boot-riscv.git 
> 
> for you to fetch changes up to 219cb173114c9cfaf1dc7fed21281f2c43c88c9f:
> 
>   board: sifive: unmatched: reset USB hub, PCIe-USB bridge, and ULPI device in SPL (2021-07-21 22:25:15 +0800)
> 
> CI result show no issue: https://source.denx.de/u-boot/custodians/u-boot-riscv/-/pipelines/8344
> 

Applied to u-boot/master, thanks!