Use SeaBIOS 1.16.3 and enable debugging

This diff matches the setup currently used in coreboot.

I'm eliminating as many differences as possible, while
I test the SeaBIOS hanging issue on Dell Optiplex 3050 Micro.

The actual SeaBIOS configs have also been modified, to match
the coreboot config.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-10-27 16:05:25 +00:00
parent d8ac9d53b6
commit c56f698713
4 changed files with 16 additions and 7 deletions
+5 -2
View File
@@ -28,7 +28,7 @@ CONFIG_ROM_SIZE=0
# Hardware support # Hardware support
# #
CONFIG_ATA=y CONFIG_ATA=y
CONFIG_ATA_DMA=y # CONFIG_ATA_DMA is not set
# CONFIG_ATA_PIO32 is not set # CONFIG_ATA_PIO32 is not set
CONFIG_AHCI=y CONFIG_AHCI=y
CONFIG_SDCARD=y CONFIG_SDCARD=y
@@ -92,4 +92,7 @@ CONFIG_VGA_VBE=y
# #
# Debugging # Debugging
# #
CONFIG_DEBUG_LEVEL=0 CONFIG_DEBUG_LEVEL=1
# CONFIG_DEBUG_SERIAL is not set
# CONFIG_DEBUG_SERIAL_MMIO is not set
CONFIG_DEBUG_COREBOOT=y
+5 -2
View File
@@ -28,7 +28,7 @@ CONFIG_ROM_SIZE=0
# Hardware support # Hardware support
# #
CONFIG_ATA=y CONFIG_ATA=y
CONFIG_ATA_DMA=y # CONFIG_ATA_DMA is not set
# CONFIG_ATA_PIO32 is not set # CONFIG_ATA_PIO32 is not set
CONFIG_AHCI=y CONFIG_AHCI=y
CONFIG_SDCARD=y CONFIG_SDCARD=y
@@ -88,4 +88,7 @@ CONFIG_VGA_EXTRA_STACK_SIZE=512
# #
# Debugging # Debugging
# #
CONFIG_DEBUG_LEVEL=0 CONFIG_DEBUG_LEVEL=1
# CONFIG_DEBUG_SERIAL is not set
# CONFIG_DEBUG_SERIAL_MMIO is not set
CONFIG_DEBUG_COREBOOT=y
+5 -2
View File
@@ -28,7 +28,7 @@ CONFIG_ROM_SIZE=0
# Hardware support # Hardware support
# #
CONFIG_ATA=y CONFIG_ATA=y
CONFIG_ATA_DMA=y # CONFIG_ATA_DMA is not set
# CONFIG_ATA_PIO32 is not set # CONFIG_ATA_PIO32 is not set
CONFIG_AHCI=y CONFIG_AHCI=y
CONFIG_SDCARD=y CONFIG_SDCARD=y
@@ -87,4 +87,7 @@ CONFIG_VGA_EXTRA_STACK_SIZE=512
# #
# Debugging # Debugging
# #
CONFIG_DEBUG_LEVEL=0 CONFIG_DEBUG_LEVEL=1
# CONFIG_DEBUG_SERIAL is not set
# CONFIG_DEBUG_SERIAL_MMIO is not set
CONFIG_DEBUG_COREBOOT=y
+1 -1
View File
@@ -1,2 +1,2 @@
tree="default" tree="default"
rev="2424e4c04aa30d90e85073ea41d18a7845460783" rev="a6ed6b701f0a57db0569ab98b0661c12a6ec3ff8"