diff options
Diffstat (limited to 'targets/via')
-rw-r--r-- | targets/via/epia-cn/Config.lb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/targets/via/epia-cn/Config.lb b/targets/via/epia-cn/Config.lb index 359659c12c..c6d82e5b5d 100644 --- a/targets/via/epia-cn/Config.lb +++ b/targets/via/epia-cn/Config.lb @@ -22,6 +22,13 @@ target via_epia_cn mainboard via/epia-cn +option MAXIMUM_CONSOLE_LOGLEVEL=8 +option DEFAULT_CONSOLE_LOGLEVEL=8 +option CONFIG_CONSOLE_SERIAL8250=1 + +# coreboot C code runs at this location in RAM +option _RAMBASE=0x00004000 + # # Generate the final ROM like this: # cat vgabios bochsbios coreboot.rom > coreboot.rom.final |