diff options
author | Arnaud Maye <arnaud.maye@4dsp.com> | 2009-08-28 20:42:21 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-08-28 20:42:21 +0000 |
commit | 5b1d51ba2e9ac22c7878cd5e8d9c51d8269bb76b (patch) | |
tree | e5d2a3440c5b62ba5c59ec94ea377a622568e100 /targets | |
parent | 8b1c382cc083f391405c29b2c83892e74904e801 (diff) |
This patch adds VGA and PS/2 Keyboard/mouse support to the already existing intel truxton (ep80579) dev board.
This patch tries to improve the pcie portA configuration.
The Matrox G550e PCIe gfx card shipped along with the dev board is supported.
Signed-off-by: Arnaud Maye <arnaud.maye@4dsp.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4615 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets')
-rw-r--r-- | targets/intel/truxton/Config.lb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/intel/truxton/Config.lb b/targets/intel/truxton/Config.lb index 08c4f73b93..fd6a7bd3ca 100644 --- a/targets/intel/truxton/Config.lb +++ b/targets/intel/truxton/Config.lb @@ -34,7 +34,7 @@ option CONFIG_FALLBACK_SIZE = CONFIG_ROM_IMAGE_SIZE romimage "fallback" option CONFIG_USE_FALLBACK_IMAGE=1 - payload /tmp/filo.elf + payload /tmp/seabios.elf end buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |