mbox series

[00/11] rockchip: rk3288-miqi: Migrate to OF_UPSTREAM

Message ID 20241105215202.1491441-1-jonas@kwiboo.se
Headers show
Series rockchip: rk3288-miqi: Migrate to OF_UPSTREAM | expand

Message

Jonas Karlman Nov. 5, 2024, 9:51 p.m. UTC
This series migrate MiQi to use OF_UPSTREAM, ensure devices and pinctrl
is included in xPL control FDT, set ethaddr based on cpuid and finally
change to use FIT with checksum validation.

I do not have a MiQi board and have only done limited runtime test, with
adjusted sdram props, on a Tinker Board.

This series have a loose dependancy on the "rockchip: rk3288-tinker:
Migrate to OF_UPSTREAM" series. Specifically that series change to
SYS_MALLOC_F_LEN and TPL variant in Kconfig.

Jonas Karlman (11):
  rockchip: rk3288-miqi: Sort u-boot.dtsi nodes alphabetically
  rockchip: rk3288-miqi: Remove unused work led node from xPL
  rockchip: rk3288-miqi: Set ethaddr env based on cpuid
  rockchip: rk3288-miqi: Use TPL with common bss and stack addresses
  rockchip: rk3288-miqi: Include required DT nodes in xPL
  rockchip: rk3288-miqi: Include sdmmc regulator in SPL
  rockchip: rk3288-miqi: Drop use of silent console and late boardinfo
  rockchip: rk3288-miqi: Drop USE_PREBOOT Kconfig option
  rockchip: rk3288-miqi: Migrate to OF_UPSTREAM
  rockchip: rk3288-miqi: Fix slow Ethernet initializion
  rockchip: rk3288-miqi: Change to use FIT

 arch/arm/dts/Makefile                 |   1 -
 arch/arm/dts/rk3288-miqi-u-boot.dtsi  |  83 ++++-
 arch/arm/dts/rk3288-miqi.dts          |  16 -
 arch/arm/dts/rk3288-miqi.dtsi         | 417 --------------------------
 arch/arm/mach-rockchip/rk3288/Kconfig |   2 +
 board/mqmaker/miqi_rk3288/MAINTAINERS |   1 -
 configs/miqi-rk3288_defconfig         |  43 +--
 7 files changed, 93 insertions(+), 470 deletions(-)
 delete mode 100644 arch/arm/dts/rk3288-miqi.dts
 delete mode 100644 arch/arm/dts/rk3288-miqi.dtsi