lol

u-boot: embiggen RPi kernel allocation again, again

K900 ff391e0f 83658b28

+7 -7
+7 -7
pkgs/misc/uboot/0001-configs-rpi-allow-for-bigger-kernels.patch
··· 17 17 * parameter given to the kernel. So reserving memory from low to high 18 18 - * satisfies this constraint again. Reserving 1M at 0x02600000-0x02700000 for 19 19 - * the DTB leaves rest of the free RAM to the initrd starting at 0x02700000. 20 - + * satisfies this constraint again. Reserving 1M at 0x03700000-0x03800000 for 21 - + * the DTB leaves rest of the free RAM to the initrd starting at 0x03800000. 20 + + * satisfies this constraint again. Reserving 1M at 0x04700000-0x04800000 for 21 + + * the DTB leaves rest of the free RAM to the initrd starting at 0x04800000. 22 22 * Even with the smallest possible CPU-GPU memory split of the CPU getting 23 23 - * only 64M, the remaining 25M starting at 0x02700000 should allow quite 24 24 - * large initrds before they start colliding with U-Boot. 25 - + * only 64M, the remaining 9M starting at 0x03800000 should allow reasonably 25 + + * only 64M, the remaining 8M starting at 0x04800000 should allow reasonably 26 26 + * sized initrds before they start colliding with U-Boot. 27 27 */ 28 28 #define ENV_MEM_LAYOUT_SETTINGS \ ··· 33 33 - "pxefile_addr_r=0x02500000\0" \ 34 34 - "fdt_addr_r=0x02600000\0" \ 35 35 - "ramdisk_addr_r=0x02700000\0" 36 - + "scriptaddr=0x03500000\0" \ 37 - + "pxefile_addr_r=0x03600000\0" \ 38 - + "fdt_addr_r=0x03700000\0" \ 39 - + "ramdisk_addr_r=0x03800000\0" 36 + + "scriptaddr=0x04500000\0" \ 37 + + "pxefile_addr_r=0x04600000\0" \ 38 + + "fdt_addr_r=0x04700000\0" \ 39 + + "ramdisk_addr_r=0x04800000\0" 40 40 41 41 #if CONFIG_IS_ENABLED(CMD_MMC) 42 42 #define BOOT_TARGET_MMC(func) \