boot: let BOOTSTAGE_RECORD_COUNT default to 50
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 30 Apr 2025 07:34:05 +0000 (09:34 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 1 May 2025 07:24:56 +0000 (09:24 +0200)
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.

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@kernel.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
boot/Kconfig

index fb37d91..2456856 100644 (file)
@@ -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.