Added optional boot slowdown, and removed bootsplash ability

Added an option to allow waiting x milliseconds until clearing the
framebuffer to allow time to the Coreboot bootsplash.
Also removed SeaBIOS's bootsplash ability completely.
This commit is contained in:
2026-02-17 09:32:07 +10:00
parent 5e919b3ee7
commit 488ff14b4e
4 changed files with 10 additions and 206 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _RF_CONFIG_H
#define _RF_CONFIG_H
#define RF_CONF_COREBOOT_BOOTSPLASH 500 // 500 ms before clearing Coreboot bootsplash
#endif