This does the following:
authorStefan Reinauer <stepan@coresystems.de>
Sat, 27 Feb 2010 01:50:21 +0000 (01:50 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 27 Feb 2010 01:50:21 +0000 (01:50 +0000)
commit138be8315b63b0c8955159580d085e7621882b95
treeaabbcab390ea1e522524ff7e98d11ac752a051b5
parentbe07eb29bc087a97903f72c2253442c285ce5942
This does the following:

cd coreboot/src/southbridge
svn mv i82801ca i82801cx
svn mv i82801dbm i82801dx
svn mv i82801er i82801ex
svn copy i82801xx i82801bx
svn mv i82801xx i82801ax

Plus, fixing up the filenames in these directories and the romstage.c and
Kconfig files of the mainboards using those drivers.
Plus, switching the thomson ip1000 and rca rm4100 to the i82801dx driver.

There's a lot more to be done, like
- adding device IDs for the ICH3 and newer drivers that have been kept in
  i82801xx so far
- drop the additional parts support from the ax and bx drivers.

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Joseph Smith <joe@settoplinux.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5167 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
215 files changed:
src/mainboard/asus/mew-am/Kconfig
src/mainboard/asus/mew-am/devicetree.cb
src/mainboard/asus/mew-am/romstage.c
src/mainboard/asus/mew-vm/Kconfig
src/mainboard/asus/mew-vm/devicetree.cb
src/mainboard/asus/mew-vm/romstage.c
src/mainboard/dell/s1850/Kconfig
src/mainboard/dell/s1850/devicetree.cb
src/mainboard/dell/s1850/romstage.c
src/mainboard/digitallogic/adl855pc/Kconfig
src/mainboard/digitallogic/adl855pc/devicetree.cb
src/mainboard/digitallogic/adl855pc/romstage.c
src/mainboard/hp/e_vectra_p2706t/Kconfig
src/mainboard/hp/e_vectra_p2706t/devicetree.cb
src/mainboard/hp/e_vectra_p2706t/romstage.c
src/mainboard/intel/jarrell/Kconfig
src/mainboard/intel/jarrell/devicetree.cb
src/mainboard/intel/jarrell/romstage.c
src/mainboard/intel/xe7501devkit/Kconfig
src/mainboard/intel/xe7501devkit/devicetree.cb
src/mainboard/intel/xe7501devkit/failover.c
src/mainboard/intel/xe7501devkit/reset.c
src/mainboard/intel/xe7501devkit/romstage.c
src/mainboard/mitac/6513wu/Kconfig
src/mainboard/mitac/6513wu/devicetree.cb
src/mainboard/mitac/6513wu/romstage.c
src/mainboard/msi/ms6178/Kconfig
src/mainboard/msi/ms6178/devicetree.cb
src/mainboard/msi/ms6178/romstage.c
src/mainboard/nec/powermate2000/Kconfig
src/mainboard/nec/powermate2000/devicetree.cb
src/mainboard/nec/powermate2000/romstage.c
src/mainboard/rca/rm4100/Kconfig
src/mainboard/rca/rm4100/devicetree.cb
src/mainboard/rca/rm4100/gpio.c
src/mainboard/rca/rm4100/romstage.c
src/mainboard/supermicro/x6dhe_g2/Kconfig
src/mainboard/supermicro/x6dhe_g2/devicetree.cb
src/mainboard/supermicro/x6dhe_g2/romstage.c
src/mainboard/supermicro/x6dhr_ig/Kconfig
src/mainboard/supermicro/x6dhr_ig/devicetree.cb
src/mainboard/supermicro/x6dhr_ig/romstage.c
src/mainboard/supermicro/x6dhr_ig2/Kconfig
src/mainboard/supermicro/x6dhr_ig2/devicetree.cb
src/mainboard/supermicro/x6dhr_ig2/romstage.c
src/mainboard/thomson/ip1000/Kconfig
src/mainboard/thomson/ip1000/devicetree.cb
src/mainboard/thomson/ip1000/gpio.c
src/mainboard/thomson/ip1000/romstage.c
src/mainboard/tyan/s2735/Kconfig
src/mainboard/tyan/s2735/devicetree.cb
src/mainboard/tyan/s2735/reset.c
src/mainboard/tyan/s2735/romstage.c
src/southbridge/intel/Kconfig
src/southbridge/intel/Makefile.inc
src/southbridge/intel/i82801ax/Kconfig [new file with mode: 0644]
src/southbridge/intel/i82801ax/Makefile.inc [new file with mode: 0644]
src/southbridge/intel/i82801ax/chip.h [new file with mode: 0644]
src/southbridge/intel/i82801ax/cmos_failover.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax.h [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_early_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_ide.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_nic.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_pci.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_reset.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_sata.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_usb.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_usb_ehci.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/Kconfig [new file with mode: 0644]
src/southbridge/intel/i82801bx/Makefile.inc [new file with mode: 0644]
src/southbridge/intel/i82801bx/chip.h [new file with mode: 0644]
src/southbridge/intel/i82801bx/cmos_failover.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx.h [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_early_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_ide.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_nic.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_pci.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_reset.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_sata.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_usb.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_usb_ehci.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82801ca/Kconfig [deleted file]
src/southbridge/intel/i82801ca/Makefile.inc [deleted file]
src/southbridge/intel/i82801ca/chip.h [deleted file]
src/southbridge/intel/i82801ca/cmos_failover.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca.h [deleted file]
src/southbridge/intel/i82801ca/i82801ca_ac97.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_early_smbus.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_ide.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_lpc.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_nic.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_pci.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_reset.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_smbus.c [deleted file]
src/southbridge/intel/i82801ca/i82801ca_usb.c [deleted file]
src/southbridge/intel/i82801cx/Kconfig [new file with mode: 0644]
src/southbridge/intel/i82801cx/Makefile.inc [new file with mode: 0644]
src/southbridge/intel/i82801cx/chip.h [new file with mode: 0644]
src/southbridge/intel/i82801cx/cmos_failover.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx.h [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_ide.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_nic.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_pci.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_reset.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_usb.c [new file with mode: 0644]
src/southbridge/intel/i82801dbm/Kconfig [deleted file]
src/southbridge/intel/i82801dbm/Makefile.inc [deleted file]
src/southbridge/intel/i82801dbm/chip.h [deleted file]
src/southbridge/intel/i82801dbm/cmos_failover.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm.h [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_ac97.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_early_smbus.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_ide.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_lpc.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_nic.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_pci.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_reset.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_sata.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_smbus.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_usb.c [deleted file]
src/southbridge/intel/i82801dbm/i82801dbm_usb2.c [deleted file]
src/southbridge/intel/i82801dx/Kconfig [new file with mode: 0644]
src/southbridge/intel/i82801dx/Makefile.inc [new file with mode: 0644]
src/southbridge/intel/i82801dx/chip.h [new file with mode: 0644]
src/southbridge/intel/i82801dx/cmos_failover.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx.h [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_ide.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_nic.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_pci.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_reset.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_sata.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_usb.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_usb2.c [new file with mode: 0644]
src/southbridge/intel/i82801er/Kconfig [deleted file]
src/southbridge/intel/i82801er/Makefile.inc [deleted file]
src/southbridge/intel/i82801er/chip.h [deleted file]
src/southbridge/intel/i82801er/cmos_failover.c [deleted file]
src/southbridge/intel/i82801er/i82801er.c [deleted file]
src/southbridge/intel/i82801er/i82801er.h [deleted file]
src/southbridge/intel/i82801er/i82801er_ac97.c [deleted file]
src/southbridge/intel/i82801er/i82801er_early_smbus.c [deleted file]
src/southbridge/intel/i82801er/i82801er_ehci.c [deleted file]
src/southbridge/intel/i82801er/i82801er_ide.c [deleted file]
src/southbridge/intel/i82801er/i82801er_lpc.c [deleted file]
src/southbridge/intel/i82801er/i82801er_pci.c [deleted file]
src/southbridge/intel/i82801er/i82801er_reset.c [deleted file]
src/southbridge/intel/i82801er/i82801er_sata.c [deleted file]
src/southbridge/intel/i82801er/i82801er_smbus.c [deleted file]
src/southbridge/intel/i82801er/i82801er_smbus.h [deleted file]
src/southbridge/intel/i82801er/i82801er_uhci.c [deleted file]
src/southbridge/intel/i82801er/i82801er_watchdog.c [deleted file]
src/southbridge/intel/i82801ex/Kconfig [new file with mode: 0644]
src/southbridge/intel/i82801ex/Makefile.inc [new file with mode: 0644]
src/southbridge/intel/i82801ex/chip.h [new file with mode: 0644]
src/southbridge/intel/i82801ex/cmos_failover.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex.h [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_ehci.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_ide.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_pci.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_reset.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_sata.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_uhci.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82801xx/Kconfig [deleted file]
src/southbridge/intel/i82801xx/Makefile.inc [deleted file]
src/southbridge/intel/i82801xx/chip.h [deleted file]
src/southbridge/intel/i82801xx/cmos_failover.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx.h [deleted file]
src/southbridge/intel/i82801xx/i82801xx_ac97.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_early_lpc.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_early_smbus.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_ide.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_lpc.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_nic.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_pci.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_reset.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_sata.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_smbus.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_smbus.h [deleted file]
src/southbridge/intel/i82801xx/i82801xx_usb.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_usb_ehci.c [deleted file]
src/southbridge/intel/i82801xx/i82801xx_watchdog.c [deleted file]