Re: [PATCH v2 1/4] sunxi: spl: Disable padding from SPL_PAD_TO

2023-04-06 Thread Andre Przywara
On Sun, 22 Jan 2023 15:15:27 -0600 Samuel Holland wrote: Hi Samuel, > Starting with H6, Allwinner removed the artificial 32 KiB SPL size limit > from the boot ROM. Now SPL size is only limited by the available SRAM. > This limit ranges from 152 KiB on H6 to a whopping 2052 KiB on R329. To > take

[PATCH v2 1/4] sunxi: spl: Disable padding from SPL_PAD_TO

2023-01-22 Thread Samuel Holland
Starting with H6, Allwinner removed the artificial 32 KiB SPL size limit from the boot ROM. Now SPL size is only limited by the available SRAM. This limit ranges from 152 KiB on H6 to a whopping 2052 KiB on R329. To take advantage of this additional space, we must increase SPL_MAX_SIZE. Since we do