[PATCH 1/1] boot: let BOOTSTAGE_RECORD_COUNT default to 50

Mattijs Korpershoek mkorpershoek at kernel.org
Wed Apr 30 10:55:57 CEST 2025


Hi Heinrich,

Thank you for the patch.

On mer., avril 30, 2025 at 09:34, Heinrich Schuchardt <heinrich.schuchardt at canonical.com> wrote:

> BOOTSTAGE_RECORD_COUNT=30 is too small to record booting a FIT image
> with EFI kernel, initrd, dtb as seen on the StarFive VisionFive 2
> board.
>
> Increase the default for BOOTSTAGE_RECORD_COUNT to 50.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>

Reviewed-by: Mattijs Korpershoek <mkorpershoek at kernel.org>

> ---
>  boot/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/boot/Kconfig b/boot/Kconfig
> index fb37d912bc9..2456856a572 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -1170,7 +1170,7 @@ config BOOTSTAGE_REPORT
>  config BOOTSTAGE_RECORD_COUNT
>  	int "Number of boot stage records to store"
>  	depends on BOOTSTAGE
> -	default 30
> +	default 50
>  	help
>  	  This is the size of the bootstage record list and is the maximum
>  	  number of bootstage records that can be recorded.
> -- 
> 2.48.1


More information about the U-Boot mailing list