mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
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:
@@ -28,7 +28,7 @@ CONFIG_ROM_SIZE=0
|
||||
# Hardware support
|
||||
#
|
||||
CONFIG_ATA=y
|
||||
CONFIG_ATA_DMA=y
|
||||
# CONFIG_ATA_DMA is not set
|
||||
# CONFIG_ATA_PIO32 is not set
|
||||
CONFIG_AHCI=y
|
||||
CONFIG_SDCARD=y
|
||||
@@ -88,4 +88,7 @@ CONFIG_VGA_EXTRA_STACK_SIZE=512
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user