Files
u-boot/include
Heiko Stuebner 7e41aad2e8 configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS for px30 to rk3308/etc
Loading a FIT image for kernel, initrd and rootfs on px30 can result in an
memory overlap, resulting in the not 100% helpful message of
"This will not be a case any time" from lmb_fix_over_lap_regions().

Adding a bit of debug info to lmb_fix_over_lap_regions() brings:
lmb_fix_over_lap_regions: base1 0x280000-0x6005ac > base2 0x600000-0x6000d1

So this is because the FIT image gets loaded to the kernel_addr_r at
0x280000 while the pxe-file is already living at 0x600000, only 3.5MB
behind.

In commit 4acc8bb044 ("configs: rockchip: sync ENV_MEM_LAYOUT_SETTINGS
for rk3308, rk3328, and rk3399") FUKAUMI Naoki already brought the memory
layouts for the mentioned socs in sync.

Adjusting the env-layout on px30 to this scheme, magically solves the
overlap issue and also brings px30 more in line with the other mentioned
SoCs.

Signed-off-by: Heiko Stuebner <heiko.stuebner@cherry.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2025-05-27 05:16:31 +01:00
..
2025-05-16 06:14:22 +02:00
2025-04-17 09:54:26 -06:00
2025-05-24 08:19:02 +01:00
2025-05-01 05:56:47 -06:00
2025-05-16 14:45:25 +02:00
2025-03-15 08:49:42 +00:00
2025-02-25 16:39:57 -07:00
2025-05-16 14:45:25 +02:00
2025-05-16 14:45:23 +02:00
2025-02-16 14:11:28 +00:00
2025-05-16 14:00:05 +02:00
2025-05-16 18:17:17 +02:00