diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-08 13:05:47 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-08 13:05:47 +0000 |
commit | e8c6f86b80efbb90a7f708aded55f5a6032df8a5 (patch) | |
tree | 508552fd47d2929d3dfdc836d86bdc4053301f6e | |
parent | 6ce41c06ccdf1c80600ef4cf8e140f928b09d754 (diff) | |
download | coreboot-e8c6f86b80efbb90a7f708aded55f5a6032df8a5.tar.xz |
Add (commented) line for VGA blob adding (CBFS version) to simplify things for users a bit.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4352 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r-- | targets/kontron/986lcd-m/Config.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/targets/kontron/986lcd-m/Config.lb b/targets/kontron/986lcd-m/Config.lb index 2974fd8213..8d1a1fd5a8 100644 --- a/targets/kontron/986lcd-m/Config.lb +++ b/targets/kontron/986lcd-m/Config.lb @@ -11,3 +11,8 @@ romimage "fallback" end buildrom ./coreboot.rom ROM_SIZE "fallback" + +# Uncomment this and fix the path to your VGA BIOS blob (~/amipci_01.20 here) for on-board VGA support. +# See http://www.coreboot.org/Kontron_986LCD-M_mITX for details. +# pci_rom ~/amipci_01.20 vendor_id=0x8086 device_id=0x27a2 + |