U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: Pull request: u-boot-rockchip-20210121
Date: Thu, 21 Jan 2021 18:07:17 +0800	[thread overview]
Message-ID: <20210121100717.475911-1-kever.yang@rock-chips.com> (raw)

Hi Tom,

Please pull the rockchip updates/fixes:
- New board: rk3328 NanoPi R2S board;
- Fix init voltage for some rk3399 boards;
- enable rng for rk3399 by default;
- set default to SPI bus 1 for SPI-flash for some board;
- add dwc PCIe controller driver on rockchip platform;

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

Thanks,
- Kever

The following changes since commit 83433fdab4920e206700bca33b9040c7978afc9d:

  Merge branch '2021-01-20-fs-fixes' (2021-01-20 16:45:43 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 9ddc0787bd660214366e386ce689dd78299ac9d0:

  pci: Add Rockchip dwc based PCIe controller driver (2021-01-21 12:00:45 +0800)

----------------------------------------------------------------
David Bauer (1):
      rockchip: rk3328: Add support for FriendlyARM NanoPi R2S

Hugh Cole-Baker (2):
      rockchip: rk3399-roc-pc: default to SPI bus 1 for SPI-flash
      rockchip: puma-haikou: default to SPI bus 1 for SPI-flash

Kever Yang (3):
      rockchip: evb-rk3399: Provide init voltage
      rockchip: firefly-rk3399: Provide init voltage
      rockchip: leez-rk3399: Provide init voltage

Peter Robinson (2):
      arm: dts: rockchip: rk3399: enable rng at the SoC level
      configs: rk3399: enable rng on firefly/rock960/rockpro64

Shawn Lin (2):
      phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY
      pci: Add Rockchip dwc based PCIe controller driver

 arch/arm/dts/Makefile                          |   1 +
 arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi     |  40 ++
 arch/arm/dts/rk3328-nanopi-r2s.dts             | 370 +++++++++++
 arch/arm/dts/rk3399-evb-u-boot.dtsi            |   8 +-
 arch/arm/dts/rk3399-firefly-u-boot.dtsi        |   4 +
 arch/arm/dts/rk3399-leez-p710-u-boot.dtsi      |   4 +
 arch/arm/dts/rk3399-pinebook-pro-u-boot.dtsi   |   4 -
 arch/arm/dts/rk3399-puma-haikou-u-boot.dtsi    |   3 +-
 arch/arm/dts/rk3399-roc-pc-u-boot.dtsi         |   4 -
 arch/arm/dts/rk3399-rockpro64-u-boot.dtsi      |   4 -
 arch/arm/dts/rk3399-u-boot.dtsi                |   2 +-
 board/rockchip/evb_rk3328/MAINTAINERS          |   7 +
 configs/firefly-rk3399_defconfig               |   2 +
 configs/nanopi-r2s-rk3328_defconfig            |  98 +++
 configs/puma-rk3399_defconfig                  |   2 +
 configs/roc-pc-mezzanine-rk3399_defconfig      |   1 +
 configs/roc-pc-rk3399_defconfig                |   1 +
 configs/rock960-rk3399_defconfig               |   2 +
 configs/rockpro64-rk3399_defconfig             |   2 +
 drivers/pci/Kconfig                            |   9 +
 drivers/pci/Makefile                           |   1 +
 drivers/pci/pcie_dw_rockchip.c                 | 877 +++++++++++++++++++++++++
 drivers/phy/rockchip/Kconfig                   |   9 +
 drivers/phy/rockchip/Makefile                  |   1 +
 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 157 +++++
 25 files changed, 1594 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm/dts/rk3328-nanopi-r2s-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3328-nanopi-r2s.dts
 create mode 100644 configs/nanopi-r2s-rk3328_defconfig
 create mode 100644 drivers/pci/pcie_dw_rockchip.c
 create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c

             reply	other threads:[~2021-01-21 10:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-21 10:07 Kever Yang [this message]
2021-01-21 11:39 ` Pull request: u-boot-rockchip-20210121 Arnaud Patard
2021-01-21 12:44   ` Kever Yang
2021-01-21 20:53 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210121100717.475911-1-kever.yang@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox