[PATCH v2 0/3] rockchip: ringneck-px30: migrate to common bss and stack addresses

Quentin Schulz foss+uboot at 0leil.net
Thu May 23 18:59:33 CEST 2024


PX30 Ringneck ran out of memory in the allocation pool of U-Boot proper
pre-reloc. Something needed to be done. Jonas did migrate a few SoCs
already to this common bss+stack addresses so it made sense to follow
the same route for one additional SoC: PX30.

The migration of other PX30-based boards will happen in next branch
instead, this one however is required for Ringneck to still reach U-Boot
CLI. Odroid-Go2 reaches the CLI without the patches in v1. Unknown
status for the other boards.

@Tom/Kever, please merge this on master.

To: Simon Glass <sjg at chromium.org>
To: Philipp Tomsich <philipp.tomsich at vrull.eu>
To: Kever Yang <kever.yang at rock-chips.com>
To: Heiko Stuebner <heiko.stuebner at theobroma-systems.com>
To: Jagan Teki <jagan at amarulasolutions.com>
To: Suniel Mahesh <sunil at amarulasolutions.com>
To: Quentin Schulz <quentin.schulz at theobroma-systems.com>
To: Klaus Goger <klaus.goger at theobroma-systems.com>
Cc: trini at konsulko.com
Cc: jonas at kwiboo.se
Cc: u-boot at lists.denx.de
Signed-off-by: Quentin Schulz <quentin.schulz at cherry.de>

Changes in v2:
- remove non-ringneck patches, they'll be for next instead
- Link to v1: https://lore.kernel.org/r/20240521-px30-2024-07-rc-v1-0-62109c84d44f@cherry.de

---
Quentin Schulz (3):
      rockchip: px30: default TPL_SYS_MALLOC_F_LEN to 0x600 on PX30 Kconfig level
      rockchip: Use common bss and stack addresses on PX30
      rockchip: ringneck_px30: Use common bss and stack addresses

 arch/arm/mach-rockchip/px30/Kconfig           |  8 +++++++-
 configs/evb-px30_defconfig                    |  1 -
 configs/firefly-px30_defconfig                |  1 -
 configs/odroid-go2_defconfig                  |  1 -
 configs/px30-core-ctouch2-of10-px30_defconfig |  1 -
 configs/px30-core-ctouch2-px30_defconfig      |  1 -
 configs/px30-core-edimm2.2-px30_defconfig     |  1 -
 configs/ringneck-px30_defconfig               | 19 +++----------------
 8 files changed, 10 insertions(+), 23 deletions(-)
---
base-commit: a7f0154c412859323396111dd0c09dbafbc153cb
change-id: 20240521-px30-2024-07-rc-7136f6241d29

Best regards,
-- 
Quentin Schulz <quentin.schulz at cherry.de>



More information about the U-Boot mailing list