diff --git a/src/lib/logbuf_subr.c b/src/lib/logbuf_subr.c index 92723c1461..af89ca3d86 100644 --- a/src/lib/logbuf_subr.c +++ b/src/lib/logbuf_subr.c @@ -1,6 +1,6 @@ #include -#define LOGBUF_SIZE = 1024; +#define LOGBUF_SIZE 1024 // KEEP THIS GLOBAL. // I need the address so I can watch it with the ARIUM hardware. RGM. diff --git a/src/mainboard/asus/cua/SampleConfig.config b/src/mainboard/asus/cua/SampleConfig.config index 6246983c47..47ef021cf2 100644 --- a/src/mainboard/asus/cua/SampleConfig.config +++ b/src/mainboard/asus/cua/SampleConfig.config @@ -13,7 +13,7 @@ option USE_DOC_MIL docipl mainboard/asus/cua/ipl.S # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/src/mainboard/asus/cua/config.DoC b/src/mainboard/asus/cua/config.DoC index bcb2ac278e..d3369505d0 100644 --- a/src/mainboard/asus/cua/config.DoC +++ b/src/mainboard/asus/cua/config.DoC @@ -13,7 +13,7 @@ option USE_DOC_MIL docipl northbridge/acer/m1631/ipl.S # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII #option UPDATE_MICROCODE diff --git a/src/mainboard/gigabit/ga-6bxc/ga-6bxc.config.example b/src/mainboard/gigabit/ga-6bxc/ga-6bxc.config.example index e4198d62d7..33f7d5eea6 100644 --- a/src/mainboard/gigabit/ga-6bxc/ga-6bxc.config.example +++ b/src/mainboard/gigabit/ga-6bxc/ga-6bxc.config.example @@ -7,7 +7,7 @@ target ga-6bxc mainboard gigabit/ga-6bxc # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 option NO_KEYBOARD # Enable MicroCode update and L2 Cache init for PII and PIII diff --git a/src/mainboard/irobot/proto1/proto1.config.example b/src/mainboard/irobot/proto1/proto1.config.example index 5dd8fc63b4..dfd749ffb5 100644 --- a/src/mainboard/irobot/proto1/proto1.config.example +++ b/src/mainboard/irobot/proto1/proto1.config.example @@ -7,7 +7,7 @@ target proto1 mainboard irobot/proto1 # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 option NO_KEYBOARD # Enable MicroCode update for PIII diff --git a/src/mainboard/lanner/em-370/example.config b/src/mainboard/lanner/em-370/example.config index f715d6b8f0..dc84108166 100644 --- a/src/mainboard/lanner/em-370/example.config +++ b/src/mainboard/lanner/em-370/example.config @@ -2,7 +2,7 @@ target purple_box mainboard lanner/em-370 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 option UPDATE_MICROCODE option SERIAL_POST #option HAVE_FAMEBUFFER diff --git a/src/mainboard/matsonic/ms7308e/example.tftpboot.config b/src/mainboard/matsonic/ms7308e/example.tftpboot.config index 65f109e434..52ca538739 100644 --- a/src/mainboard/matsonic/ms7308e/example.tftpboot.config +++ b/src/mainboard/matsonic/ms7308e/example.tftpboot.config @@ -7,7 +7,7 @@ mainboard matsonic/ms7308e # Enable Serial Console for debugging # It will come up at 115200,8n1 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII #option UPDATE_MICROCODE diff --git a/src/mainboard/pcchips/m810lmr/example.tftpboot.config b/src/mainboard/pcchips/m810lmr/example.tftpboot.config index 806aa29b57..4cac157553 100644 --- a/src/mainboard/pcchips/m810lmr/example.tftpboot.config +++ b/src/mainboard/pcchips/m810lmr/example.tftpboot.config @@ -8,7 +8,7 @@ mainboard pcchips/m810lmr # Enable Serial Console for debugging # It will come up at 115200,8n1 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII #option UPDATE_MICROCODE diff --git a/src/mainboard/rcn/dc1100s/Example.config b/src/mainboard/rcn/dc1100s/Example.config index d12b82300b..ef8bfbf246 100644 --- a/src/mainboard/rcn/dc1100s/Example.config +++ b/src/mainboard/rcn/dc1100s/Example.config @@ -8,7 +8,7 @@ mainboard rcn/dc1100s option USE_DOC_MIL docipl northbridge/via/vt694/ipl.S # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/src/mainboard/technoland/sbc710/config.example b/src/mainboard/technoland/sbc710/config.example index 0990f7daca..591178e60e 100644 --- a/src/mainboard/technoland/sbc710/config.example +++ b/src/mainboard/technoland/sbc710/config.example @@ -5,7 +5,7 @@ target tlsbc710 mainboard technoland/sbc710 # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 option NO_KEYBOARD option INBUF_COPY diff --git a/src/mainboard/tyan/s1846/sample_config b/src/mainboard/tyan/s1846/sample_config index c4b9114005..dd49be34fa 100644 --- a/src/mainboard/tyan/s1846/sample_config +++ b/src/mainboard/tyan/s1846/sample_config @@ -7,7 +7,7 @@ mainboard tyan/s1846 # Enable Serial Console for debugging # It will come up at 115200,8n1 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/util/config/LBConfig.txt b/util/config/LBConfig.txt index 538272ce35..250373998e 100644 --- a/util/config/LBConfig.txt +++ b/util/config/LBConfig.txt @@ -68,6 +68,6 @@ makerule Specify an additional makerule, e.g. commandline Specify the command line, e.g. commandline root=/dev/hda1 single option Add an option, implicitly setting it. - e.g. option SERIAL_CONSOLE + e.g. option SERIAL_CONSOLE=1 diff --git a/util/config/asus_cua_doc.config b/util/config/asus_cua_doc.config index 848050b0cd..5883a18470 100644 --- a/util/config/asus_cua_doc.config +++ b/util/config/asus_cua_doc.config @@ -6,7 +6,7 @@ target asus_cua mainboard asus/cua # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/util/config/ds10.config b/util/config/ds10.config index 87e45f2440..0b9ba8248b 100644 --- a/util/config/ds10.config +++ b/util/config/ds10.config @@ -7,7 +7,7 @@ mainboard compaq/ds10 # Enable Serial Console for debugging # It will come up at 115200,8n1 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable SROM_CONSOLE # This uses the SROM serial debug port at 9600 baud diff --git a/util/config/l440bx-test12.config b/util/config/l440bx-test12.config index 6b4948708c..22d87faaf4 100644 --- a/util/config/l440bx-test12.config +++ b/util/config/l440bx-test12.config @@ -6,7 +6,7 @@ mainboard intel/l440bx # Enable Serial Console for debugging # It will come up at 115200,8n1 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/util/config/l440gx.config b/util/config/l440gx.config index 3e7a518cb2..5d5ed299a0 100644 --- a/util/config/l440gx.config +++ b/util/config/l440gx.config @@ -7,7 +7,7 @@ mainboard intel/l440gx # Enable Serial Console for debugging # It will come up at 115200,8n1 -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/util/config/via.config b/util/config/via.config index eeec45cdcc..75187be081 100644 --- a/util/config/via.config +++ b/util/config/via.config @@ -6,7 +6,7 @@ target vt5292 mainboard via/vt5292 # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE diff --git a/util/config/viavt5426.config b/util/config/viavt5426.config index 2caccc1898..f5329430f4 100644 --- a/util/config/viavt5426.config +++ b/util/config/viavt5426.config @@ -8,7 +8,7 @@ mainboard via/vt5426 option USE_DOC_MIL docipl northbridge/via/vt8601/ipl.S # Enable Serial Console for debugging -option SERIAL_CONSOLE +option SERIAL_CONSOLE=1 # Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE