make seabios more verbose
authorBernhard Urban <lewurm@gmail.com>
Fri, 6 Apr 2012 12:27:38 +0000 (14:27 +0200)
committerBernhard Urban <lewurm@gmail.com>
Fri, 6 Apr 2012 12:27:38 +0000 (14:27 +0200)
payloads/external/SeaBIOS/Makefile.inc

index 7d0d6fc1600b0afd9577806c845395fff64ee16e..ed66a373c37a5a64bb44a368ac1a5b916c497abb 100644 (file)
@@ -24,6 +24,7 @@ config: checkout
        $(MAKE) -C $(OUT)/seabios defconfig OUT=$(OUT)/seabios/out/
        echo "CONFIG_COREBOOT=y" >> $(OUT)/seabios/.config
        echo "CONFIG_DEBUG_SERIAL=y" >> $(OUT)/seabios/.config
+       echo "CONFIG_DEBUG_LEVEL=10" >> seabios/.config
        echo "CONFIG_DEBUG_SERIAL_PORT=0x3f8" >> $(OUT)/seabios/.config
        echo "CONFIG_COREBOOT_FLASH=y" >> $(OUT)/seabios/.config
        echo "CONFIG_LZMA=y" >> $(OUT)/seabios/.config