coreboot/src
Uwe Hermann b8f73ed14d 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
2009-10-21 00:35:42 +00:00
..
arch Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
boot Remove: 2009-10-03 16:24:58 +00:00
config Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
console Make COM port selection and BAUD rate a "choice" for better usability. 2009-10-16 22:39:55 +00:00
cpu Clean up some #ifdef CONFIG_* 2009-10-19 16:21:30 +00:00
devices Remove a couple more warnings. Trivial. 2009-10-13 20:00:09 +00:00
drivers Remove CONFIG_ from #defines that aren't config variables. Trivial. 2009-10-17 13:25:07 +00:00
include Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. 2009-10-20 16:24:23 +00:00
lib Move the ulzma prototype out of the function to make the code easier to read. 2009-10-09 15:22:35 +00:00
mainboard Add CONFIG_VGA_ROM_RUN to HP e-Vectra P2706T to make VGA init work. 2009-10-21 00:35:42 +00:00
northbridge When I converted an #ifdef to an #if it broke the code because the variable was 2009-10-20 17:13:28 +00:00
pc80 Change CONFIG_LB_MEM_TOPK to CONFIG_RAMTOP to match CONFIG_RAMBASE. 2009-10-16 16:32:57 +00:00
southbridge Fix #if CONFIG_VGA==1 -> #if CONFIG_VGA. 2009-10-20 16:24:23 +00:00
superio Correct typo. Thanks to Mark Marshall for spotting it. 2009-10-20 13:40:30 +00:00
Kconfig Remove CONFIG_CPU_AMD_FAM10 & CONFIG_CPU_AMDK8 from mainboards. They should be 2009-10-20 16:10:04 +00:00