coreboot-kgpe-d16/src
Uwe Hermann 91df5619db Trim down the list of southbridges supported by the i82801xx driver
to only a set of reasonably similar ones, namely (for now) ICH0* - ICH6*,
and C-ICH.

All later ICH* southbridges (ICH7-ICH10) are _very_ different and were surely
not working with this driver anyway (and there's no chance to support
them reasonably with this driver without ending up in #ifdef hell).

ICH7 now has an extra driver in svn, whether ICH8-ICH10 are similar
enough to be supported by that ICH7 driver remains to be seen.

This patch was informally acked by Stefan Reinauer
<stepan@coresystems.de> on IRC.

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@3718 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2008-11-02 14:33:51 +00:00
..
arch Speed up copying coreboot to ram by using "movsl" instead of "movsb". 2008-10-22 22:24:47 +00:00
boot Remove welcome message from elfboot. None of the other subsystems have their 2008-08-03 10:38:26 +00:00
config Support for the Intel ICH7 southbridge. 2008-10-29 04:46:52 +00:00
console fix warning in vga console code (trivial) 2008-08-01 11:38:23 +00:00
cpu Support for Intel Core Duo and Core 2 Duo (tm) CPUs. 2008-10-29 04:48:44 +00:00
devices Changes required to the device allocator: 2008-10-29 03:15:42 +00:00
drivers The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00
include Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. 2008-10-31 18:41:09 +00:00
lib Drop tons of duplicated debug.c files, move common file to 2008-10-12 22:34:08 +00:00
mainboard Here's a patch towards r3690 upping the ROM size for the S2912 Fam10 target to 1M. 2008-10-30 20:17:11 +00:00
northbridge Revert i945/ICH7 PCI IDs to be hard-coded numbers instead of #defines. 2008-10-31 18:41:09 +00:00
pc80 Made await_ide(), which polls for an ide status change, check the status 2008-10-22 22:30:17 +00:00
pmc/altimus/mpc7410 Please bear with me - another rename checkin. This qualifies as trivial, no 2008-01-18 10:35:56 +00:00
ram use printk, when possible. (trivial) 2008-08-01 12:12:37 +00:00
sdram fix typo in commend of generic_sdram.c (trivial) 2008-08-01 11:36:40 +00:00
southbridge Trim down the list of southbridges supported by the i82801xx driver 2008-11-02 14:33:51 +00:00
stream The ARRAY_SIZE macro is convenient, yet mostly unused. Switch lots of 2008-10-01 12:52:52 +00:00
superio Implement support for the Winbond W83627THG. 2008-10-29 04:45:28 +00:00