your problem how to get it into lar:-)
ron
ron minnich wrote:
+++ southbridge/intel/i82801gx/smihandler.c (working copy)
..
@@ -293,6 +295,8 @@ #define UART_MSR 0x06 #define UART_SCR 0x07
+int console_loglevel = 8;
Should this use some CONFIG_ ?
Otherwise;
Acked-by: Peter Stuge peter@stuge.se
On Wed, Nov 26, 2008 at 4:53 PM, Peter Stuge peter@stuge.se wrote:
ron minnich wrote:
+++ southbridge/intel/i82801gx/smihandler.c (working copy)
..
@@ -293,6 +295,8 @@ #define UART_MSR 0x06 #define UART_SCR 0x07
+int console_loglevel = 8;
Should this use some CONFIG_ ?
I made it BIOS_SPEW.
Committed revision 1061.
thanks
ron