On Wed, Jul 30, 2025 at 04:50:15PM +0200, Philip Oberfichtner wrote: > > > With VPL_SIZE_LIMIT and a patch for UBOOT_WITH_SPL_SIZE_LIMIT pending > > > things > > > get even more involved. > > > > > > We should think about a documentation page on size limits: > > > > > > CONFIG_HAS_BOARD_SIZE_LIMIT > > > CONFIG_BOARD_SIZE_LIMIT > > > CONFIG_SPL_SIZE_LIMIT > > > CONFIG_SPL_SIZE_LIMIT_SUBTRACT_GD > > > CONFIG_SPL_SIZE_LIMIT_SUBTRACT_MALLOC > > > CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK > > > CONFIG_TPL_SIZE_LIMIT > > > CONFIG_VPL_SIZE_LIMIT > >
Hi again, > > As Philip has hit adding a new MIPS board and need for specific size > > check, yes, better documentation (and then perhaps adjusting and > > cleanup) of our various size checks is much needed and would be > > appreciated. I just posted an RFC on how we might want to start cleaning up the current situation: https://patchwork.ozlabs.org/project/uboot/list/?series=467406 Best, Philip