diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-21 00:35:42 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-10-21 00:35:42 +0000 |
commit | b8f73ed14dc87fdbf9103f722d7e6e3c606af3ee (patch) | |
tree | d881498369bbc56ec2f42e7616345185211c4654 /targets/hp/e_vectra_p2706t | |
parent | 7b8d4fae8e5c305dc111aacc211fe950b4a895e2 (diff) |
Add CONFIG_VGA_ROM_RUN to HP e-Vectra P2706T to make VGA init work.
Also add pci_rom entries (commented) to targets/hp/e_vectra_p2706t/Config.lb
for the same reason. They have to be uncommented to be used.
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@4821 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'targets/hp/e_vectra_p2706t')
-rw-r--r-- | targets/hp/e_vectra_p2706t/Config.lb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/hp/e_vectra_p2706t/Config.lb b/targets/hp/e_vectra_p2706t/Config.lb index be770d79d1..ff36c574fc 100644 --- a/targets/hp/e_vectra_p2706t/Config.lb +++ b/targets/hp/e_vectra_p2706t/Config.lb @@ -37,3 +37,6 @@ end buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" "fallback" +# pci_rom /tmp/vgabios.rom vendor_id=0x8086 device_id=0x7125 +# pci_rom /tmp/ethbios.rom vendor_id=0x10b7 device_id=0x9200 + |