mbox series

Pull request: u-boot-rockchip-20200916

Message ID 20200916094749.358088-1-kever.yang@rock-chips.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-rockchip-20200916 | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200916

Message

Kever Yang Sept. 16, 2020, 9:47 a.m. UTC
Hi Tom,

Please pull the rockchip fixes:
- Fix rv1108 grf access issue
- make_fit_atf: ignore empty PT_LOAD segment

Gitlab ci:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/4685

Thanks,
- Kever

The following changes since commit 4dcced116976937f6f7dd9a0e39cde8120250c16:

  Merge tag 'mmc-2020-9-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-09-15 08:59:32 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200916

for you to fetch changes up to 5b861eea7927da63f016b75265e454a19ab19d0b:

  rockchip: make_fit_atf: ignore empty PT_LOAD segment (2020-09-16 16:41:30 +0800)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      rockchip: make_fit_atf: ignore empty PT_LOAD segment

Kever Yang (3):
      rockchip: rv1108: use correct API for board callback
      rockchip: rv1108: Enable grf as pre-reloc node
      rockchip: rv1108: enable board early init

 arch/arm/dts/rv1108-u-boot.dtsi         | 4 ++++
 arch/arm/mach-rockchip/make_fit_atf.py  | 5 +++--
 board/elgin/elgin_rv1108/elgin_rv1108.c | 2 +-
 board/rockchip/evb_rv1108/evb_rv1108.c  | 2 +-
 configs/elgin-rv1108_defconfig          | 1 +
 configs/evb-rv1108_defconfig            | 1 +
 6 files changed, 11 insertions(+), 4 deletions(-)

Comments

Tom Rini Sept. 16, 2020, 7:37 p.m. UTC | #1
On Wed, Sep 16, 2020 at 05:47:49PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the rockchip fixes:
> - Fix rv1108 grf access issue
> - make_fit_atf: ignore empty PT_LOAD segment
> 
> Gitlab ci:
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/4685
> 
> Thanks,
> - Kever
> 
> The following changes since commit 4dcced116976937f6f7dd9a0e39cde8120250c16:
> 
>   Merge tag 'mmc-2020-9-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc (2020-09-15 08:59:32 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200916
> 
> for you to fetch changes up to 5b861eea7927da63f016b75265e454a19ab19d0b:
> 
>   rockchip: make_fit_atf: ignore empty PT_LOAD segment (2020-09-16 16:41:30 +0800)
> 

Applied to u-boot/master, thanks!