All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] boot: let BOOTSTAGE_RECORD_COUNT default to 50
@ 2025-04-30  7:34 Heinrich Schuchardt
  2025-04-30  8:32 ` Heinrich Schuchardt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Heinrich Schuchardt @ 2025-04-30  7:34 UTC (permalink / raw)
  To: Tom Rini
  Cc: Simon Glass, Marek Vasut, Peter Robinson, Mattijs Korpershoek,
	Ilias Apalodimas, Quentin Schulz, u-boot, Heinrich Schuchardt

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@canonical.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-04-30 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30  7:34 [PATCH 1/1] boot: let BOOTSTAGE_RECORD_COUNT default to 50 Heinrich Schuchardt
2025-04-30  8:32 ` Heinrich Schuchardt
2025-04-30 13:54   ` Simon Glass
2025-04-30  8:55 ` Mattijs Korpershoek
2025-04-30 14:19 ` Ilias Apalodimas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.