u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* Pull request: u-boot-rockchip-20231007
@ 2023-10-07 10:26 Kever Yang
  2023-10-07 10:37 ` Jonas Karlman
  2023-10-09 14:35 ` Tom Rini
  0 siblings, 2 replies; 7+ messages in thread
From: Kever Yang @ 2023-10-07 10:26 UTC (permalink / raw)
  To: trini; +Cc: u-boot

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

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

* Re: Pull request: u-boot-rockchip-20231007
  2023-10-07 10:26 Pull request: u-boot-rockchip-20231007 Kever Yang
@ 2023-10-07 10:37 ` Jonas Karlman
  2023-10-08  1:13   ` Kever Yang
  2023-10-09 14:35 ` Tom Rini
  1 sibling, 1 reply; 7+ messages in thread
From: Jonas Karlman @ 2023-10-07 10:37 UTC (permalink / raw)
  To: Kever Yang, trini; +Cc: u-boot

Hi Kever,

Looks like the following patch is missing:

[v2,7/7] rockchip: rk3568-radxa-e25: Enable pcie3x1 node
https://patchwork.ozlabs.org/patch/1816145/

from merged series:
[v2,0/7] rockchip: rk3568: Fix use of PCIe bifurcation

Do you want me to send it as a new separate patch?

Regards,
Jonas

On 2023-10-07 12:26, 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/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


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

* Re: Pull request: u-boot-rockchip-20231007
  2023-10-07 10:37 ` Jonas Karlman
@ 2023-10-08  1:13   ` Kever Yang
  2023-10-08  8:03     ` Jonas Karlman
  0 siblings, 1 reply; 7+ messages in thread
From: Kever Yang @ 2023-10-08  1:13 UTC (permalink / raw)
  To: Jonas Karlman, trini; +Cc: u-boot

Hi Jonas,

On 2023/10/7 18:37, Jonas Karlman wrote:
> Hi Kever,
>
> Looks like the following patch is missing:
>
> [v2,7/7] rockchip: rk3568-radxa-e25: Enable pcie3x1 node
> https://patchwork.ozlabs.org/patch/1816145/

This patch set does not show in sorted order in the patchwork system.

I use the last patch(which is 6/7) to apply this series, but 
unfortunately 7/7 is missing.

How do you send this patch set? All other patch sets looks OK in system.

I can pick this patch up later when merge other patches for next PR.


Thanks,

- Kever

>
> from merged series:
> [v2,0/7] rockchip: rk3568: Fix use of PCIe bifurcation
>
> Do you want me to send it as a new separate patch?
>
> Regards,
> Jonas
>
> On 2023-10-07 12:26, 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/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

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

* Re: Pull request: u-boot-rockchip-20231007
  2023-10-08  1:13   ` Kever Yang
@ 2023-10-08  8:03     ` Jonas Karlman
  0 siblings, 0 replies; 7+ messages in thread
From: Jonas Karlman @ 2023-10-08  8:03 UTC (permalink / raw)
  To: Kever Yang, trini; +Cc: u-boot

Hi Kever,

On 2023-10-08 03:13, Kever Yang wrote:
> Hi Jonas,
> 
> On 2023/10/7 18:37, Jonas Karlman wrote:
>> Hi Kever,
>>
>> Looks like the following patch is missing:
>>
>> [v2,7/7] rockchip: rk3568-radxa-e25: Enable pcie3x1 node
>> https://patchwork.ozlabs.org/patch/1816145/
> 
> This patch set does not show in sorted order in the patchwork system.
> 
> I use the last patch(which is 6/7) to apply this series, but 
> unfortunately 7/7 is missing.
> 
> How do you send this patch set? All other patch sets looks OK in system.

I think there was an issue with the mail-server at the time, as a result
mails got delayed and patches ended up in a strange order.

Patchwork list them in wrong/strange order, trying to download the
series as a mbox seem to sort the patches in proper patch order.

> 
> I can pick this patch up later when merge other patches for next PR.

Great, I will re-send the missing patch after this PR has been merged.

Regards,
Jonas

> 
> 
> Thanks,
> 
> - Kever
> 
>>
>> from merged series:
>> [v2,0/7] rockchip: rk3568: Fix use of PCIe bifurcation
>>
>> Do you want me to send it as a new separate patch?
>>
>> Regards,
>> Jonas
>>
>> On 2023-10-07 12:26, 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/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



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

* Re: Pull request: u-boot-rockchip-20231007
  2023-10-07 10:26 Pull request: u-boot-rockchip-20231007 Kever Yang
  2023-10-07 10:37 ` Jonas Karlman
@ 2023-10-09 14:35 ` Tom Rini
  1 sibling, 0 replies; 7+ messages in thread
From: Tom Rini @ 2023-10-09 14:35 UTC (permalink / raw)
  To: Kever Yang; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

On Sat, Oct 07, 2023 at 06:26:58PM +0800, 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/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)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

* Re: Pull request: u-boot-rockchip-20231007
  2023-10-07  8:47 Kever Yang
@ 2023-10-07  9:01 ` Kever Yang
  0 siblings, 0 replies; 7+ messages in thread
From: Kever Yang @ 2023-10-07  9:01 UTC (permalink / raw)
  To: trini; +Cc: u-boot

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

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

* Pull request: u-boot-rockchip-20231007
@ 2023-10-07  8:47 Kever Yang
  2023-10-07  9:01 ` Kever Yang
  0 siblings, 1 reply; 7+ messages in thread
From: Kever Yang @ 2023-10-07  8:47 UTC (permalink / raw)
  To: trini; +Cc: u-boot

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

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

end of thread, other threads:[~2023-10-09 14:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-07 10:26 Pull request: u-boot-rockchip-20231007 Kever Yang
2023-10-07 10:37 ` 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

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).