u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: Pull request: u-boot-rockchip-20231007
Date: Sat,  7 Oct 2023 18:26:58 +0800	[thread overview]
Message-ID: <20231007102658.568693-1-kever.yang@rock-chips.com> (raw)

Hi Tom,

Please pull the updates for rockchip platform:
- Add Board: rk3568 Bananapi R2Pro;
- Update pcie bifurcation support;
- dwc_eth_qos controller support for rk3568 and rk3588;
- Compressed binary support for U-Boot on rockchip platform;
- dts and config updates for different board and soc;

CI:
https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/18047

Thanks,
- Kever

The following changes since commit be2abe73df58a35da9e8d5afb13fccdf1b0faa8e:

  Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-10-05 13:26:44 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20231007

for you to fetch changes up to dd8d52c934e8858264f91e8e8e2d8c7d8b059dd7:

  rockchip: rk356x-u-boot: Add bootph-all to i2c0_xfer pinctrl node (2023-10-07 16:52:48 +0800)

----------------------------------------------------------------
FUKAUMI Naoki (5):
      configs: rockchip: rock-pi-s: use default bootdelay (2s)
      arm: dts: rockchip: sync DT for RK3588 series with Linux
      arm: dts: rockchip: rock-5b: add support for PCIe3 and NVMe
      configs: rockchip: rk3308: use CONFIG_DEFAULT_FDT_FILE
      configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY

Frank Wunderlich (1):
      board: rockchip: Add Bananapi R2Pro Board

Jonas Karlman (22):
      pci: pcie_dw_rockchip: Configure number of lanes and link width speed
      phy: rockchip: snps-pcie3: Refactor to use clk_bulk API
      phy: rockchip: snps-pcie3: Refactor to use a phy_init ops
      phy: rockchip: snps-pcie3: Add bifurcation support for RK3568
      phy: rockchip: snps-pcie3: Add support for RK3588
      phy: rockchip: naneng-combphy: Use signal from comb PHY on RK3588
      rockchip: rk3568-nanopi-r5: Update defconfig for NanoPi R5C and R5S
      rockchip: rk3568-nanopi-r5: Enable PCIe on NanoPi R5C and R5S
      power: regulator: Only run autoset once for each regulator
      rockchip: Port IO-domain driver for RK3568 from linux
      rockchip: board: Add minimal generic RK3566/RK3568 board
      net: dwc_eth_qos: Drop unused rx_pkt from eqos_priv
      net: dwc_eth_qos: Return error code when start fails
      net: dwc_eth_qos: Stop spam of RX packet not available message
      net: dwc_eth_qos: Add glue driver for GMAC on Rockchip RK3568
      net: dwc_eth_qos_rockchip: Add support for RK3588
      configs: rockchip: Enable ethernet driver on RK356x boards
      configs: rockchip: Enable ethernet driver on RK3588 boards
      power: pmic: rk8xx: Use sysreset implementation of the poweroff command
      rockchip: rk356x: Enable poweroff command
      power: pmic: rk8xx: Fix power-on source check in SPL
      rockchip: rk356x-u-boot: Add bootph-all to i2c0_xfer pinctrl node

Joseph Chen (1):
      regulator: rk8xx: Return correct voltage for buck converters

Manoj Sai (4):
      spl: fit: support for booting a GZIP-compressed U-boot binary
      spl: fit: support for booting a LZMA-compressed U-boot binary
      rockchip: Add support to generate GZIP compressed U-boot binary
      rockchip: Add support to generate LZMA compressed U-boot binary

Massimo Pegorer (3):
      rockchip: Kconfig: Enable external TPL binary for rk3308
      doc: rockchip: Update and improve info on rk3308, TPL and TF-A
      configs: rockchip: add DOS_PARTITION to RK3308 boards defconfig

shengfei Xu (1):
      regulator: rk8xx: Return correct voltage for switchout converters

 arch/arm/dts/Makefile                              |   1 +
 arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi         |  19 +
 arch/arm/dts/rk3568-bpi-r2-pro.dts                 | 852 +++++++++++++++++++++
 arch/arm/dts/rk3568-generic-u-boot.dtsi            |  14 +
 arch/arm/dts/rk3568-generic.dts                    |  38 +
 arch/arm/dts/rk3568-nanopi-r5c-u-boot.dtsi         |   4 +
 arch/arm/dts/rk3568-nanopi-r5c.dts                 |   2 +-
 arch/arm/dts/rk3568-nanopi-r5s-u-boot.dtsi         |  10 +-
 arch/arm/dts/rk356x-u-boot.dtsi                    |   8 +
 arch/arm/dts/rk3588-edgeble-neu6a-io-u-boot.dtsi   |   1 -
 arch/arm/dts/rk3588-edgeble-neu6a.dtsi             |   1 -
 arch/arm/dts/rk3588-edgeble-neu6b-io-u-boot.dtsi   |   6 -
 arch/arm/dts/rk3588-edgeble-neu6b-io.dts           |  66 ++
 arch/arm/dts/rk3588-edgeble-neu6b.dtsi             | 359 ++++++++-
 arch/arm/dts/rk3588-evb1-v10.dts                   | 720 ++++++++++++++++-
 arch/arm/dts/rk3588-rock-5b-u-boot.dtsi            | 142 ++--
 arch/arm/dts/rk3588-rock-5b.dts                    | 448 ++++++++++-
 arch/arm/dts/rk3588.dtsi                           | 215 ++++++
 arch/arm/dts/rk3588s-rock-5a-u-boot.dtsi           |  12 -
 arch/arm/dts/rk3588s-rock-5a.dts                   | 665 +++++++++++++++-
 arch/arm/dts/rk3588s-u-boot.dtsi                   | 162 ----
 arch/arm/dts/rk3588s.dtsi                          | 367 +++++++++
 arch/arm/dts/rockchip-u-boot.dtsi                  |  11 +
 arch/arm/mach-rockchip/Kconfig                     |   3 +-
 board/rockchip/evb_rk3568/MAINTAINERS              |  14 +
 common/spl/spl_fit.c                               |  20 +-
 configs/bpi-r2-pro-rk3568_defconfig                |  93 +++
 configs/evb-rk3308_defconfig                       |   3 +-
 configs/evb-rk3568_defconfig                       |   6 +-
 configs/evb-rk3588_defconfig                       |   5 +-
 configs/generic-rk3568_defconfig                   |  64 ++
 configs/lubancat-2-rk3568_defconfig                |   3 +
 configs/nanopi-r5c-rk3568_defconfig                |  18 +-
 configs/nanopi-r5s-rk3568_defconfig                |  22 +-
 configs/neu6a-io-rk3588_defconfig                  |   2 -
 configs/neu6b-io-rk3588_defconfig                  |   2 -
 configs/odroid-m1-rk3568_defconfig                 |   3 +
 configs/quartz64-a-rk3566_defconfig                |   4 +
 configs/quartz64-b-rk3566_defconfig                |   4 +
 configs/radxa-cm3-io-rk3566_defconfig              |   6 +-
 configs/roc-cc-rk3308_defconfig                    |   3 +-
 configs/rock-3a-rk3568_defconfig                   |   6 +-
 configs/rock-pi-s-rk3308_defconfig                 |   5 +-
 configs/rock5a-rk3588s_defconfig                   |   5 +-
 configs/rock5b-rk3588_defconfig                    |   4 +-
 configs/soquartz-blade-rk3566_defconfig            |   3 +
 configs/soquartz-cm4-rk3566_defconfig              |   3 +
 configs/soquartz-model-a-rk3566_defconfig          |   4 +
 doc/README.rockchip                                |  10 +-
 doc/board/rockchip/rockchip.rst                    |  45 +-
 drivers/misc/Kconfig                               |   9 +
 drivers/misc/Makefile                              |   1 +
 drivers/misc/rockchip-io-domain.c                  | 167 ++++
 drivers/net/Kconfig                                |   8 +
 drivers/net/Makefile                               |   1 +
 drivers/net/dwc_eth_qos.c                          |  33 +-
 drivers/net/dwc_eth_qos.h                          |   3 +-
 drivers/net/dwc_eth_qos_rockchip.c                 | 531 +++++++++++++
 drivers/pci/pcie_dw_rockchip.c                     |  58 +-
 drivers/phy/rockchip/phy-rockchip-naneng-combphy.c |   6 +
 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c     | 230 ++++--
 drivers/power/pmic/Kconfig                         |   1 +
 drivers/power/pmic/rk8xx.c                         |  20 +-
 drivers/power/regulator/regulator-uclass.c         |  18 +-
 drivers/power/regulator/rk8xx.c                    |  95 ++-
 include/configs/rk3308_common.h                    |   4 +-
 include/dt-bindings/ata/ahci.h                     |  20 +
 include/power/regulator.h                          |   1 +
 include/spl.h                                      |  10 +
 69 files changed, 5227 insertions(+), 472 deletions(-)
 create mode 100644 arch/arm/dts/rk3568-bpi-r2-pro-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3568-bpi-r2-pro.dts
 create mode 100644 arch/arm/dts/rk3568-generic-u-boot.dtsi
 create mode 100644 arch/arm/dts/rk3568-generic.dts
 create mode 100644 configs/bpi-r2-pro-rk3568_defconfig
 create mode 100644 configs/generic-rk3568_defconfig
 create mode 100644 drivers/misc/rockchip-io-domain.c
 create mode 100644 drivers/net/dwc_eth_qos_rockchip.c
 create mode 100644 include/dt-bindings/ata/ahci.h

             reply	other threads:[~2023-10-07 10:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-07 10:26 Kever Yang [this message]
2023-10-07 10:37 ` Pull request: u-boot-rockchip-20231007 Jonas Karlman
2023-10-08  1:13   ` Kever Yang
2023-10-08  8:03     ` Jonas Karlman
2023-10-09 14:35 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2023-10-07  8:47 Kever Yang
2023-10-07  9:01 ` Kever Yang

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=20231007102658.568693-1-kever.yang@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=trini@konsulko.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;
as well as URLs for NNTP newsgroup(s).