From 6f8274ed68589a650817a63bde956f74ea59895f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 15 Aug 2025 14:48:10 -0600 Subject: [PATCH] coreboot: Increase the cyclic limit This fails in CI sometimes, so increase the limit to 50ms: cyclic_run() cyclic function video_init took too long: 20725us vs 5000us max Signed-off-by: Simon Glass --- configs/coreboot_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index bd190e40ffc..d26ee565945 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -23,6 +23,7 @@ CONFIG_LOG=y CONFIG_LOGF_LINE=y CONFIG_LOGF_FUNC=y CONFIG_DISPLAY_BOARDINFO_LATE=y +CONFIG_CYCLIC_MAX_CPU_TIME_US=50000 CONFIG_PCI_INIT_R=y CONFIG_CMD_IDE=y CONFIG_CMD_MMC=y