All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: u-boot-rockchip-20200708
@ 2020-07-08  1:29 Kever Yang
  2020-07-08 14:39 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Kever Yang @ 2020-07-08  1:29 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull the rockchip updates:
- dts sync from kernel for rk3399 boards;
- Add Radxa Rock Pi N8, N10;
- Some feature update for Pinebook Pro;

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

Thanks,
- Kever

The following changes since commit 2f5fbb5b39f7b67044dda5c35e4a4b31685a3109:

  Prepare v2020.07 (2020-07-06 15:22:53 -0400)

are available in the Git repository at:

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

for you to fetch changes up to ad277eb4587ab1ac710ce8fd2b733874032d951f:

  ARM: dts: rockchip: Add Radxa Rock Pi N8 initial support (2020-07-07 19:45:57 +0800)

----------------------------------------------------------------
Hugh Cole-Baker (1):
      rockchip: rk3399: allow deselecting SPL_ATF_NO_PLATFORM_PARAM

Jagan Teki (7):
      arm64: dts: rockchip: Sync v5.7-rc1 rk3399pro.dtsi
      arm64: dts: rockchip: Sync v5.7-rc1 VMARC RK3399Pro SOM
      ARM: dts: rockchip: Sync v5.7-rc1 Radxa Dalang Carrier
      arm64: dts: rockchip: Add Radxa Rock Pi N10 initial support
      ARM: dts: rockchip: radxa-dalang: Update sdmmc properties
      ARM: dts: rockchip: Add VMARC RK3288 SOM initial support
      ARM: dts: rockchip: Add Radxa Rock Pi N8 initial support

Marcin Juszkiewicz (1):
      rockchip: rockpro64: initialize USB in preboot

Peter Robinson (3):
      rockchip: Pinebook Pro: enable rng to provide an entropy source
      rockchip: Pinebook Pro: Fix USB and the USB attached keyboard
      rockchip: Pinebook Pro: Fix SPI flash and store env on it

 arch/arm/dts/Makefile                           |   4 +-
 arch/arm/dts/rk3288-rock-pi-n8-u-boot.dtsi      |  33 +++
 arch/arm/dts/rk3288-rock-pi-n8.dts              |  17 ++
 arch/arm/dts/rk3288-vmarc-som.dtsi              | 289 ++++++++++++++++++++
 arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi    |  10 +-
 arch/arm/dts/rk3399-rockpro64-u-boot.dtsi       |   4 +
 arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi  |   7 +
 arch/arm/dts/rk3399pro-rock-pi-n10.dts          |  18 ++
 arch/arm/dts/rk3399pro-u-boot.dtsi              |   6 +
 arch/arm/dts/rk3399pro-vmarc-som.dtsi           | 338 ++++++++++++++++++++++++
 arch/arm/dts/rk3399pro.dtsi                     |  22 ++
 arch/arm/dts/rockchip-radxa-dalang-carrier.dtsi |  79 ++++++
 arch/arm/mach-rockchip/Kconfig                  |   2 +-
 board/rockchip/evb_rk3288/MAINTAINERS           |   6 +
 board/rockchip/evb_rk3399/MAINTAINERS           |   6 +
 configs/pinebook-pro-rk3399_defconfig           |  12 +-
 configs/rock-pi-n10-rk3399pro_defconfig         |  46 ++++
 configs/rock-pi-n8-rk3288_defconfig             |  66 +++++
 configs/rockpro64-rk3399_defconfig              |   2 +
 include/configs/pinebook-pro-rk3399.h           |  12 +-
 20 files changed, 966 insertions(+), 13 deletions(-)
 create mode 100644 arch/arm/dts/rk3288-rock-pi-n8-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3288-rock-pi-n8.dts
 create mode 100644 arch/arm/dts/rk3288-vmarc-som.dtsi
 create mode 100644 arch/arm/dts/rk3399pro-rock-pi-n10-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3399pro-rock-pi-n10.dts
 create mode 100644 arch/arm/dts/rk3399pro-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3399pro-vmarc-som.dtsi
 create mode 100644 arch/arm/dts/rk3399pro.dtsi
 create mode 100644 arch/arm/dts/rockchip-radxa-dalang-carrier.dtsi
 create mode 100644 configs/rock-pi-n10-rk3399pro_defconfig
 create mode 100644 configs/rock-pi-n8-rk3288_defconfig

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Pull request: u-boot-rockchip-20200708
  2020-07-08  1:29 Pull request: u-boot-rockchip-20200708 Kever Yang
@ 2020-07-08 14:39 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-07-08 14:39 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 08, 2020 at 09:29:09AM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the rockchip updates:
> - dts sync from kernel for rk3399 boards;
> - Add Radxa Rock Pi N8, N10;
> - Some feature update for Pinebook Pro;
> 
> Gitlab ci:
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/3907
> 
> Thanks,
> - Kever
> 
> The following changes since commit 2f5fbb5b39f7b67044dda5c35e4a4b31685a3109:
> 
>   Prepare v2020.07 (2020-07-06 15:22:53 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20200708
> 
> for you to fetch changes up to ad277eb4587ab1ac710ce8fd2b733874032d951f:
> 
>   ARM: dts: rockchip: Add Radxa Rock Pi N8 initial support (2020-07-07 19:45:57 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200708/968b728c/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-08 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08  1:29 Pull request: u-boot-rockchip-20200708 Kever Yang
2020-07-08 14:39 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.