All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] rockchip: resurrect rk3368 functionality and make lion bootable again
@ 2021-02-09 13:47 Heiko Stuebner
  2021-02-09 13:47 ` [PATCH 1/8] rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDR Heiko Stuebner
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Heiko Stuebner @ 2021-02-09 13:47 UTC (permalink / raw)
  To: u-boot

From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>

With current u-boot (and probably for some time now) rk3368-lion
can't boot anymore. As the patches indicate, that is partially
on the lion support but also on general rk3368-support not fitting
current expectations anymore.

So this series, adapts options to what other Rockchip SoCs do
and makes lion also bootable again.

Heiko Stuebner (8):
  rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDR
  rockchip: rk3368: set CONFIG_SYS_BOOTM_LEN to 64MB
  rockchip: rk3368: increase SYS_MALLOC_F_LEN to 0x4000
  rockchip: rk3368: move STACK_R_ADDR address and into Kconfig
  rockchip: rk3368: sync clock dt-binding header from Linux
  rockchip: rk3368: sync main rk3368 dtsi from Linux
  rockchip: rk3368: sync down rk3368-lion board devicetree from Linux
  rockchip: lion: update board defconfig

 arch/arm/dts/Makefile                         |   2 +-
 arch/arm/dts/rk3368-geekbox-u-boot.dtsi       |   2 +
 ...ot.dtsi => rk3368-lion-haikou-u-boot.dtsi} |   6 +
 arch/arm/dts/rk3368-lion-haikou.dts           | 140 +++++
 .../dts/{rk3368-lion.dts => rk3368-lion.dtsi} | 271 ++++++--
 arch/arm/dts/rk3368-px5-evb-u-boot.dtsi       |   3 +
 arch/arm/dts/rk3368-sheep-u-boot.dtsi         |   2 +
 arch/arm/dts/rk3368-u-boot.dtsi               |  27 +
 arch/arm/dts/rk3368.dtsi                      | 578 +++++++++++-------
 arch/arm/mach-rockchip/rk3368/Kconfig         |   5 +-
 configs/lion-rk3368_defconfig                 |  19 +-
 include/configs/rk3368_common.h               |   4 +-
 include/dt-bindings/clock/rk3368-cru.h        |  31 +-
 13 files changed, 769 insertions(+), 321 deletions(-)
 rename arch/arm/dts/{rk3368-lion-u-boot.dtsi => rk3368-lion-haikou-u-boot.dtsi} (96%)
 create mode 100644 arch/arm/dts/rk3368-lion-haikou.dts
 rename arch/arm/dts/{rk3368-lion.dts => rk3368-lion.dtsi} (54%)
 create mode 100644 arch/arm/dts/rk3368-u-boot.dtsi

-- 
2.29.2

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

end of thread, other threads:[~2021-02-09 13:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 13:47 [PATCH 0/8] rockchip: resurrect rk3368 functionality and make lion bootable again Heiko Stuebner
2021-02-09 13:47 ` [PATCH 1/8] rockchip: rk3368: adjust CONFIG_SYS_LOAD_ADDR Heiko Stuebner
2021-02-09 13:47 ` [PATCH 2/8] rockchip: rk3368: set CONFIG_SYS_BOOTM_LEN to 64MB Heiko Stuebner
2021-02-09 13:47 ` [PATCH 3/8] rockchip: rk3368: increase SYS_MALLOC_F_LEN to 0x4000 Heiko Stuebner
2021-02-09 13:47 ` [PATCH 4/8] rockchip: rk3368: move STACK_R_ADDR address and into Kconfig Heiko Stuebner
2021-02-09 13:47 ` [PATCH 5/8] rockchip: rk3368: sync clock dt-binding header from Linux Heiko Stuebner
2021-02-09 13:47 ` [PATCH 6/8] rockchip: rk3368: sync main rk3368 dtsi " Heiko Stuebner
2021-02-09 13:47 ` [PATCH 7/8] rockchip: rk3368: sync down rk3368-lion board devicetree " Heiko Stuebner
2021-02-09 13:47 ` [PATCH 8/8] rockchip: lion: update board defconfig Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.