diff options
author | Bari Ari <bari@onelabs.com> | 2008-09-01 01:48:07 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2008-09-01 01:48:07 +0000 |
commit | d4759d0f22892cc740d5aae559eaf5b9b5ab735a (patch) | |
tree | adbd541327d47654590814029eb3493d2e5deef3 /targets/via | |
parent | 3153863567f51c9173227b9cb4375d53e6f3e6ed (diff) |
This patch gets the Epia-CN working without ACPI or APIC.
All devices work, no irq storms. Enjoy.
Signed-off-by: Bari Ari <bari@onelabs.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3556 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 |