From b1fc0ba3fc10a7ad261fcf16f0880fc66711b7a3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 19 Dec 2008 14:21:42 +0000 Subject: Add some comments to make it easier to enable onboard VGA for different ROM chip sizes (trivial, tested with 256 KB chip). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3825 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/kontron/986lcd-m/Config.lb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mainboard/kontron') diff --git a/src/mainboard/kontron/986lcd-m/Config.lb b/src/mainboard/kontron/986lcd-m/Config.lb index 5be778c0f0..0e1ee9774f 100644 --- a/src/mainboard/kontron/986lcd-m/Config.lb +++ b/src/mainboard/kontron/986lcd-m/Config.lb @@ -180,7 +180,9 @@ chip northbridge/intel/i945 device pci 01.0 off end # i945 PCIe root port chip drivers/pci/onboard device pci 02.0 on end # vga controller - register "rom_address" = "0xfff00000" + # register "rom_address" = "0xfffc0000" # 256 KB image + # register "rom_address" = "0xfff80000" # 512 KB image + register "rom_address" = "0xfff00000" # 1 MB image end device pci 02.1 on end # display controller -- cgit v1.2.3