From d4759d0f22892cc740d5aae559eaf5b9b5ab735a Mon Sep 17 00:00:00 2001 From: Bari Ari Date: Mon, 1 Sep 2008 01:48:07 +0000 Subject: This patch gets the Epia-CN working without ACPI or APIC. All devices work, no irq storms. Enjoy. Signed-off-by: Bari Ari Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3556 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/via/epia-cn/Config.lb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'targets') 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 -- cgit v1.2.3