mbox series

Pull request: u-boot-rockchip-20200628

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

Pull-request

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

Message

Kever Yang June 28, 2020, 10:20 a.m. UTC
Hi Tom,

Please pull the rockchip updates/fixes:
- rk3188 cpu init and APLL fix;
- rk3399: Add BOOTENV_SF command;
- rk3288 correct vop0 vop1 setting;

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

Thanks,
- Kever

The following changes since commit eae62ae8de1893f7cf08e276ab841d3f99245603:

  Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-06-25 13:33:15 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 673eb44e91bc0c06cb1e3f353f5d07b4f9e5a586:

  rockchip: correctly set vop0 or vop1 (2020-06-28 09:56:11 +0800)

----------------------------------------------------------------
Alexander Kochetkov (2):
      rockchip: rk3188: Fix back to BROM boot
      rockchip: clk: rk3188: change APLL to safe 600MHz

Jagan Teki (1):
      rk3399: Add BOOTENV_SF command

Patrick Wildt (1):
      rockchip: correctly set vop0 or vop1

 arch/arm/mach-rockchip/rk3188/rk3188.c | 21 +++++++++++++++++++--
 drivers/clk/rockchip/clk_rk3188.c      |  3 ++-
 drivers/video/rockchip/rk_edp.c        |  3 ++-
 include/configs/rk3399_common.h        |  1 +
 4 files changed, 24 insertions(+), 4 deletions(-)

Comments

Tom Rini June 29, 2020, 1:30 a.m. UTC | #1
On Sun, Jun 28, 2020 at 06:20:29PM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the rockchip updates/fixes:
> - rk3188 cpu init and APLL fix;
> - rk3399: Add BOOTENV_SF command;
> - rk3288 correct vop0 vop1 setting;
> 
> Gitlab ci:
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/3807
> 
> Thanks,
> - Kever
> 
> The following changes since commit eae62ae8de1893f7cf08e276ab841d3f99245603:
> 
>   Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi (2020-06-25 13:33:15 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200628
> 
> for you to fetch changes up to 673eb44e91bc0c06cb1e3f353f5d07b4f9e5a586:
> 
>   rockchip: correctly set vop0 or vop1 (2020-06-28 09:56:11 +0800)
> 

Applied to u-boot/master, thanks!