Pull request: u-boot-rockchip-20231007
Kever Yang
kever.yang at rock-chips.com
Sat Oct 7 11:01:10 CEST 2023
Hi Tom,
Please ignore this PR, two patches are missing, sorry.
I will update a new version and send a new PR.
Thanks,
- Kever
On 2023/10/7 16:47, Kever Yang wrote:
> 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/18045
>
> 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 a7c86c57fb404df0a807c2ad9717c510150b8ebb:
>
> configs: rockchip: rk3308: enable CONFIG_OF_LIBFDT_OVERLAY (2023-10-07 10:48:16 +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 (19):
> 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
> rockchip: rk356x: Enable poweroff command
> 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
>
> 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/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/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 +
> 67 files changed, 5206 insertions(+), 465 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
More information about the U-Boot
mailing list