first round name simplification. drop the <component>_ prefix.
authorstepan <stepan@coresystems.de>
Wed, 8 Dec 2010 05:42:47 +0000 (05:42 +0000)
committerStefan Reinauer <stepan@openbios.org>
Wed, 8 Dec 2010 05:42:47 +0000 (05:42 +0000)
commit836ae29ee325b1e3d28ff59468cc50913b1e24ce
treee2691a1e1ee1d795ffe7a99fb93778a9910044c2
parent1bc5ccac51d94cfb4f9666ecf2cac619d8dc80a6
first round name simplification. drop the <component>_ prefix.

the prefix was introduced in the early v2 tree many years ago
because our old build system "newconfig" could not handle two files with
the same name in different paths like /path/to/usb.c and
/another/path/to/usb.c correctly. Only one of the files would end up
being compiled into the final image.

Since Kconfig (actually since shortly before we switched to Kconfig) we
don't suffer from that problem anymore. So we could drop the sb700_
prefix from all those filenames (or, the <componentname>_ prefix in general)

- makes it easier to fork off a new chipset
- makes it easier to diff against other chipsets
- storing redundant information in filenames seems wrong

Signed-off-by: <stepan@coresystems.de>
Acked-by: Patrick Georgi <patrick@georgi-clan.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6149 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
752 files changed:
src/mainboard/advantech/pcm-5820/romstage.c
src/mainboard/amd/db800/romstage.c
src/mainboard/amd/dbm690t/romstage.c
src/mainboard/amd/mahogany/romstage.c
src/mainboard/amd/mahogany_fam10/romstage.c
src/mainboard/amd/norwich/romstage.c
src/mainboard/amd/pistachio/romstage.c
src/mainboard/amd/rumba/romstage.c
src/mainboard/amd/serengeti_cheetah/romstage.c
src/mainboard/amd/serengeti_cheetah_fam10/romstage.c
src/mainboard/amd/tilapia_fam10/romstage.c
src/mainboard/arima/hdama/romstage.c
src/mainboard/artecgroup/dbe61/romstage.c
src/mainboard/asi/mb_5blgp/romstage.c
src/mainboard/asi/mb_5blmp/romstage.c
src/mainboard/asrock/939a785gmh/romstage.c
src/mainboard/asus/a8n_e/romstage.c
src/mainboard/asus/a8v-e_deluxe/romstage.c
src/mainboard/asus/a8v-e_se/romstage.c
src/mainboard/asus/m2v-mx_se/romstage.c
src/mainboard/asus/m2v/romstage.c
src/mainboard/asus/m4a78-em/romstage.c
src/mainboard/asus/m4a785-m/romstage.c
src/mainboard/axus/tc320/romstage.c
src/mainboard/bcom/winnet100/romstage.c
src/mainboard/bcom/winnetp680/romstage.c
src/mainboard/broadcom/blast/romstage.c
src/mainboard/dell/s1850/romstage.c
src/mainboard/digitallogic/adl855pc/romstage.c
src/mainboard/digitallogic/msm800sev/romstage.c
src/mainboard/eaglelion/5bcm/romstage.c
src/mainboard/getac/p470/acpi_tables.c
src/mainboard/getac/p470/mainboard_smi.c
src/mainboard/gigabyte/ga_2761gxdk/romstage.c
src/mainboard/gigabyte/m57sli/romstage.c
src/mainboard/gigabyte/ma785gmt/romstage.c
src/mainboard/gigabyte/ma78gm/romstage.c
src/mainboard/hp/dl145_g1/romstage.c
src/mainboard/hp/dl145_g3/romstage.c
src/mainboard/hp/dl165_g6_fam10/romstage.c
src/mainboard/ibase/mb899/acpi_tables.c
src/mainboard/ibase/mb899/mainboard_smi.c
src/mainboard/ibm/e325/romstage.c
src/mainboard/ibm/e326/romstage.c
src/mainboard/iei/juki-511p/romstage.c
src/mainboard/iei/kino-780am2-fam10/romstage.c
src/mainboard/iei/nova4899r/romstage.c
src/mainboard/iei/pcisa-lx-800-r10/romstage.c
src/mainboard/intel/d945gclf/acpi_tables.c
src/mainboard/intel/d945gclf/mainboard_smi.c
src/mainboard/intel/eagleheights/romstage.c
src/mainboard/intel/jarrell/romstage.c
src/mainboard/intel/mtarvon/romstage.c
src/mainboard/intel/truxton/romstage.c
src/mainboard/intel/xe7501devkit/romstage.c
src/mainboard/iwill/dk8_htx/romstage.c
src/mainboard/iwill/dk8s2/romstage.c
src/mainboard/iwill/dk8x/romstage.c
src/mainboard/jetway/j7f24/romstage.c
src/mainboard/jetway/pa78vm5/romstage.c
src/mainboard/kontron/986lcd-m/acpi_tables.c
src/mainboard/kontron/986lcd-m/mainboard_smi.c
src/mainboard/kontron/kt690/romstage.c
src/mainboard/lanner/em8510/romstage.c
src/mainboard/lippert/frontrunner/romstage.c
src/mainboard/lippert/hurricane-lx/romstage.c
src/mainboard/lippert/literunner-lx/romstage.c
src/mainboard/lippert/roadrunner-lx/romstage.c
src/mainboard/lippert/spacerunner-lx/romstage.c
src/mainboard/msi/ms7135/romstage.c
src/mainboard/msi/ms7260/romstage.c
src/mainboard/msi/ms9185/romstage.c
src/mainboard/msi/ms9282/romstage.c
src/mainboard/msi/ms9652_fam10/romstage.c
src/mainboard/newisys/khepri/romstage.c
src/mainboard/nvidia/l1_2pvv/romstage.c
src/mainboard/pcengines/alix1c/romstage.c
src/mainboard/pcengines/alix2d/romstage.c
src/mainboard/rca/rm4100/romstage.c
src/mainboard/roda/rk886ex/acpi_tables.c
src/mainboard/roda/rk886ex/mainboard_smi.c
src/mainboard/sunw/ultra40/romstage.c
src/mainboard/supermicro/h8dme/romstage.c
src/mainboard/supermicro/h8dmr/romstage.c
src/mainboard/supermicro/h8dmr_fam10/romstage.c
src/mainboard/supermicro/h8qme_fam10/romstage.c
src/mainboard/supermicro/x6dai_g/romstage.c
src/mainboard/supermicro/x6dhe_g/romstage.c
src/mainboard/supermicro/x6dhe_g2/romstage.c
src/mainboard/supermicro/x6dhr_ig/romstage.c
src/mainboard/supermicro/x6dhr_ig2/romstage.c
src/mainboard/technexion/tim5690/romstage.c
src/mainboard/technexion/tim8690/romstage.c
src/mainboard/televideo/tc7020/romstage.c
src/mainboard/thomson/ip1000/romstage.c
src/mainboard/traverse/geos/romstage.c
src/mainboard/tyan/s2735/romstage.c
src/mainboard/tyan/s2850/romstage.c
src/mainboard/tyan/s2875/romstage.c
src/mainboard/tyan/s2880/romstage.c
src/mainboard/tyan/s2881/romstage.c
src/mainboard/tyan/s2882/romstage.c
src/mainboard/tyan/s2885/romstage.c
src/mainboard/tyan/s2891/romstage.c
src/mainboard/tyan/s2892/romstage.c
src/mainboard/tyan/s2895/romstage.c
src/mainboard/tyan/s2912/romstage.c
src/mainboard/tyan/s2912_fam10/romstage.c
src/mainboard/tyan/s4880/romstage.c
src/mainboard/tyan/s4882/romstage.c
src/mainboard/via/epia-cn/romstage.c
src/mainboard/via/epia-m/romstage.c
src/mainboard/via/epia-n/romstage.c
src/mainboard/via/epia/romstage.c
src/mainboard/via/pc2500e/romstage.c
src/mainboard/winent/pl6064/romstage.c
src/mainboard/wyse/s50/romstage.c
src/southbridge/amd/amd8111/Makefile.inc
src/southbridge/amd/amd8111/ac97.c [new file with mode: 0644]
src/southbridge/amd/amd8111/acpi.c [new file with mode: 0644]
src/southbridge/amd/amd8111/amd8111_ac97.c [deleted file]
src/southbridge/amd/amd8111/amd8111_acpi.c [deleted file]
src/southbridge/amd/amd8111/amd8111_early_ctrl.c [deleted file]
src/southbridge/amd/amd8111/amd8111_early_smbus.c [deleted file]
src/southbridge/amd/amd8111/amd8111_enable_rom.c [deleted file]
src/southbridge/amd/amd8111/amd8111_ide.c [deleted file]
src/southbridge/amd/amd8111/amd8111_lpc.c [deleted file]
src/southbridge/amd/amd8111/amd8111_nic.c [deleted file]
src/southbridge/amd/amd8111/amd8111_pci.c [deleted file]
src/southbridge/amd/amd8111/amd8111_reset.c [deleted file]
src/southbridge/amd/amd8111/amd8111_smbus.c [deleted file]
src/southbridge/amd/amd8111/amd8111_usb.c [deleted file]
src/southbridge/amd/amd8111/amd8111_usb2.c [deleted file]
src/southbridge/amd/amd8111/bootblock.c
src/southbridge/amd/amd8111/early_ctrl.c [new file with mode: 0644]
src/southbridge/amd/amd8111/early_smbus.c [new file with mode: 0644]
src/southbridge/amd/amd8111/enable_rom.c [new file with mode: 0644]
src/southbridge/amd/amd8111/ide.c [new file with mode: 0644]
src/southbridge/amd/amd8111/lpc.c [new file with mode: 0644]
src/southbridge/amd/amd8111/nic.c [new file with mode: 0644]
src/southbridge/amd/amd8111/pci.c [new file with mode: 0644]
src/southbridge/amd/amd8111/reset.c [new file with mode: 0644]
src/southbridge/amd/amd8111/smbus.c [new file with mode: 0644]
src/southbridge/amd/amd8111/usb.c [new file with mode: 0644]
src/southbridge/amd/amd8111/usb2.c [new file with mode: 0644]
src/southbridge/amd/amd8131-disable/amd8131_bridge.c [deleted file]
src/southbridge/amd/amd8131-disable/bridge.c [new file with mode: 0644]
src/southbridge/amd/amd8131/Makefile.inc
src/southbridge/amd/amd8131/amd8131_bridge.c [deleted file]
src/southbridge/amd/amd8131/bridge.c [new file with mode: 0644]
src/southbridge/amd/amd8132/Makefile.inc
src/southbridge/amd/amd8132/amd8132_bridge.c [deleted file]
src/southbridge/amd/amd8132/bridge.c [new file with mode: 0644]
src/southbridge/amd/amd8151/Makefile.inc
src/southbridge/amd/amd8151/agp3.c [new file with mode: 0644]
src/southbridge/amd/amd8151/amd8151_agp3.c [deleted file]
src/southbridge/amd/cs5530/Makefile.inc
src/southbridge/amd/cs5530/cs5530_enable_rom.c [deleted file]
src/southbridge/amd/cs5530/cs5530_ide.c [deleted file]
src/southbridge/amd/cs5530/cs5530_isa.c [deleted file]
src/southbridge/amd/cs5530/cs5530_pirq.c [deleted file]
src/southbridge/amd/cs5530/cs5530_vga.c [deleted file]
src/southbridge/amd/cs5530/enable_rom.c [new file with mode: 0644]
src/southbridge/amd/cs5530/ide.c [new file with mode: 0644]
src/southbridge/amd/cs5530/isa.c [new file with mode: 0644]
src/southbridge/amd/cs5530/pirq.c [new file with mode: 0644]
src/southbridge/amd/cs5530/vga.c [new file with mode: 0644]
src/southbridge/amd/cs5535/Makefile.inc
src/southbridge/amd/cs5535/cs5535_early_setup.c [deleted file]
src/southbridge/amd/cs5535/cs5535_early_smbus.c [deleted file]
src/southbridge/amd/cs5535/cs5535_ide.c [deleted file]
src/southbridge/amd/cs5535/cs5535_smbus.h [deleted file]
src/southbridge/amd/cs5535/early_setup.c [new file with mode: 0644]
src/southbridge/amd/cs5535/early_smbus.c [new file with mode: 0644]
src/southbridge/amd/cs5535/ide.c [new file with mode: 0644]
src/southbridge/amd/cs5535/smbus.h [new file with mode: 0644]
src/southbridge/amd/cs5536/Makefile.inc
src/southbridge/amd/cs5536/cs5536_early_setup.c [deleted file]
src/southbridge/amd/cs5536/cs5536_early_smbus.c [deleted file]
src/southbridge/amd/cs5536/cs5536_ide.c [deleted file]
src/southbridge/amd/cs5536/cs5536_pirq.c [deleted file]
src/southbridge/amd/cs5536/cs5536_smbus2.h [deleted file]
src/southbridge/amd/cs5536/early_setup.c [new file with mode: 0644]
src/southbridge/amd/cs5536/early_smbus.c [new file with mode: 0644]
src/southbridge/amd/cs5536/ide.c [new file with mode: 0644]
src/southbridge/amd/cs5536/pirq.c [new file with mode: 0644]
src/southbridge/amd/cs5536/smbus2.h [new file with mode: 0644]
src/southbridge/amd/rs690/Makefile.inc
src/southbridge/amd/rs690/cmn.c [new file with mode: 0644]
src/southbridge/amd/rs690/early_setup.c [new file with mode: 0644]
src/southbridge/amd/rs690/gfx.c [new file with mode: 0644]
src/southbridge/amd/rs690/ht.c [new file with mode: 0644]
src/southbridge/amd/rs690/pcie.c [new file with mode: 0644]
src/southbridge/amd/rs690/rs690_cmn.c [deleted file]
src/southbridge/amd/rs690/rs690_early_setup.c [deleted file]
src/southbridge/amd/rs690/rs690_gfx.c [deleted file]
src/southbridge/amd/rs690/rs690_ht.c [deleted file]
src/southbridge/amd/rs690/rs690_pcie.c [deleted file]
src/southbridge/amd/rs780/Makefile.inc
src/southbridge/amd/rs780/cmn.c [new file with mode: 0644]
src/southbridge/amd/rs780/early_setup.c [new file with mode: 0644]
src/southbridge/amd/rs780/gfx.c [new file with mode: 0644]
src/southbridge/amd/rs780/ht.c [new file with mode: 0644]
src/southbridge/amd/rs780/pcie.c [new file with mode: 0644]
src/southbridge/amd/rs780/rev.h [new file with mode: 0644]
src/southbridge/amd/rs780/rs780.h
src/southbridge/amd/rs780/rs780_cmn.c [deleted file]
src/southbridge/amd/rs780/rs780_early_setup.c [deleted file]
src/southbridge/amd/rs780/rs780_gfx.c [deleted file]
src/southbridge/amd/rs780/rs780_ht.c [deleted file]
src/southbridge/amd/rs780/rs780_pcie.c [deleted file]
src/southbridge/amd/rs780/rs780_rev.h [deleted file]
src/southbridge/amd/sb600/Makefile.inc
src/southbridge/amd/sb600/ac97.c [new file with mode: 0644]
src/southbridge/amd/sb600/bootblock.c
src/southbridge/amd/sb600/early_setup.c [new file with mode: 0644]
src/southbridge/amd/sb600/enable_rom.c [new file with mode: 0644]
src/southbridge/amd/sb600/enable_usbdebug.c [new file with mode: 0644]
src/southbridge/amd/sb600/hda.c [new file with mode: 0644]
src/southbridge/amd/sb600/ide.c [new file with mode: 0644]
src/southbridge/amd/sb600/lpc.c [new file with mode: 0644]
src/southbridge/amd/sb600/pci.c [new file with mode: 0644]
src/southbridge/amd/sb600/reset.c [new file with mode: 0644]
src/southbridge/amd/sb600/sata.c [new file with mode: 0644]
src/southbridge/amd/sb600/sb600_ac97.c [deleted file]
src/southbridge/amd/sb600/sb600_early_setup.c [deleted file]
src/southbridge/amd/sb600/sb600_enable_rom.c [deleted file]
src/southbridge/amd/sb600/sb600_enable_usbdebug.c [deleted file]
src/southbridge/amd/sb600/sb600_hda.c [deleted file]
src/southbridge/amd/sb600/sb600_ide.c [deleted file]
src/southbridge/amd/sb600/sb600_lpc.c [deleted file]
src/southbridge/amd/sb600/sb600_pci.c [deleted file]
src/southbridge/amd/sb600/sb600_reset.c [deleted file]
src/southbridge/amd/sb600/sb600_sata.c [deleted file]
src/southbridge/amd/sb600/sb600_sm.c [deleted file]
src/southbridge/amd/sb600/sb600_smbus.c [deleted file]
src/southbridge/amd/sb600/sb600_smbus.h [deleted file]
src/southbridge/amd/sb600/sb600_usb.c [deleted file]
src/southbridge/amd/sb600/sm.c [new file with mode: 0644]
src/southbridge/amd/sb600/smbus.c [new file with mode: 0644]
src/southbridge/amd/sb600/smbus.h [new file with mode: 0644]
src/southbridge/amd/sb600/usb.c [new file with mode: 0644]
src/southbridge/amd/sb700/Makefile.inc
src/southbridge/amd/sb700/early_setup.c [new file with mode: 0644]
src/southbridge/amd/sb700/enable_usbdebug.c [new file with mode: 0644]
src/southbridge/amd/sb700/hda.c [new file with mode: 0644]
src/southbridge/amd/sb700/ide.c [new file with mode: 0644]
src/southbridge/amd/sb700/lpc.c [new file with mode: 0644]
src/southbridge/amd/sb700/pci.c [new file with mode: 0644]
src/southbridge/amd/sb700/reset.c [new file with mode: 0644]
src/southbridge/amd/sb700/sata.c [new file with mode: 0644]
src/southbridge/amd/sb700/sb700_early_setup.c [deleted file]
src/southbridge/amd/sb700/sb700_enable_usbdebug.c [deleted file]
src/southbridge/amd/sb700/sb700_hda.c [deleted file]
src/southbridge/amd/sb700/sb700_ide.c [deleted file]
src/southbridge/amd/sb700/sb700_lpc.c [deleted file]
src/southbridge/amd/sb700/sb700_pci.c [deleted file]
src/southbridge/amd/sb700/sb700_reset.c [deleted file]
src/southbridge/amd/sb700/sb700_sata.c [deleted file]
src/southbridge/amd/sb700/sb700_sm.c [deleted file]
src/southbridge/amd/sb700/sb700_smbus.c [deleted file]
src/southbridge/amd/sb700/sb700_smbus.h [deleted file]
src/southbridge/amd/sb700/sb700_usb.c [deleted file]
src/southbridge/amd/sb700/sm.c [new file with mode: 0644]
src/southbridge/amd/sb700/smbus.c [new file with mode: 0644]
src/southbridge/amd/sb700/smbus.h [new file with mode: 0644]
src/southbridge/amd/sb700/usb.c [new file with mode: 0644]
src/southbridge/broadcom/bcm21000/Makefile.inc
src/southbridge/broadcom/bcm21000/bcm21000_pcie.c [deleted file]
src/southbridge/broadcom/bcm21000/pcie.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5780/Makefile.inc
src/southbridge/broadcom/bcm5780/bcm5780_nic.c [deleted file]
src/southbridge/broadcom/bcm5780/bcm5780_pcie.c [deleted file]
src/southbridge/broadcom/bcm5780/bcm5780_pcix.c [deleted file]
src/southbridge/broadcom/bcm5780/nic.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5780/pcie.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5780/pcix.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/Makefile.inc
src/southbridge/broadcom/bcm5785/bcm5785_early_setup.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_early_smbus.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_enable_rom.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_ide.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_lpc.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_reset.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_sata.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_sb_pci_main.c [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_smbus.h [deleted file]
src/southbridge/broadcom/bcm5785/bcm5785_usb.c [deleted file]
src/southbridge/broadcom/bcm5785/bootblock.c
src/southbridge/broadcom/bcm5785/early_setup.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/early_smbus.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/enable_rom.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/ide.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/lpc.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/reset.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/sata.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/sb_pci_main.c [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/smbus.h [new file with mode: 0644]
src/southbridge/broadcom/bcm5785/usb.c [new file with mode: 0644]
src/southbridge/intel/esb6300/Makefile.inc
src/southbridge/intel/esb6300/ac97.c [new file with mode: 0644]
src/southbridge/intel/esb6300/bridge1c.c [new file with mode: 0644]
src/southbridge/intel/esb6300/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/esb6300/ehci.c [new file with mode: 0644]
src/southbridge/intel/esb6300/esb6300_ac97.c [deleted file]
src/southbridge/intel/esb6300/esb6300_bridge1c.c [deleted file]
src/southbridge/intel/esb6300/esb6300_early_smbus.c [deleted file]
src/southbridge/intel/esb6300/esb6300_ehci.c [deleted file]
src/southbridge/intel/esb6300/esb6300_ide.c [deleted file]
src/southbridge/intel/esb6300/esb6300_lpc.c [deleted file]
src/southbridge/intel/esb6300/esb6300_pci.c [deleted file]
src/southbridge/intel/esb6300/esb6300_pic.c [deleted file]
src/southbridge/intel/esb6300/esb6300_reset.c [deleted file]
src/southbridge/intel/esb6300/esb6300_sata.c [deleted file]
src/southbridge/intel/esb6300/esb6300_smbus.c [deleted file]
src/southbridge/intel/esb6300/esb6300_smbus.h [deleted file]
src/southbridge/intel/esb6300/esb6300_uhci.c [deleted file]
src/southbridge/intel/esb6300/ide.c [new file with mode: 0644]
src/southbridge/intel/esb6300/lpc.c [new file with mode: 0644]
src/southbridge/intel/esb6300/pci.c [new file with mode: 0644]
src/southbridge/intel/esb6300/pic.c [new file with mode: 0644]
src/southbridge/intel/esb6300/reset.c [new file with mode: 0644]
src/southbridge/intel/esb6300/sata.c [new file with mode: 0644]
src/southbridge/intel/esb6300/smbus.c [new file with mode: 0644]
src/southbridge/intel/esb6300/smbus.h [new file with mode: 0644]
src/southbridge/intel/esb6300/uhci.c [new file with mode: 0644]
src/southbridge/intel/i3100/Makefile.inc
src/southbridge/intel/i3100/early_lpc.c [new file with mode: 0644]
src/southbridge/intel/i3100/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i3100/ehci.c [new file with mode: 0644]
src/southbridge/intel/i3100/i3100_early_lpc.c [deleted file]
src/southbridge/intel/i3100/i3100_early_smbus.c [deleted file]
src/southbridge/intel/i3100/i3100_ehci.c [deleted file]
src/southbridge/intel/i3100/i3100_lpc.c [deleted file]
src/southbridge/intel/i3100/i3100_pci.c [deleted file]
src/southbridge/intel/i3100/i3100_pciexp_portb.c [deleted file]
src/southbridge/intel/i3100/i3100_reset.c [deleted file]
src/southbridge/intel/i3100/i3100_sata.c [deleted file]
src/southbridge/intel/i3100/i3100_smbus.c [deleted file]
src/southbridge/intel/i3100/i3100_smbus.h [deleted file]
src/southbridge/intel/i3100/i3100_uhci.c [deleted file]
src/southbridge/intel/i3100/lpc.c [new file with mode: 0644]
src/southbridge/intel/i3100/pci.c [new file with mode: 0644]
src/southbridge/intel/i3100/pciexp_portb.c [new file with mode: 0644]
src/southbridge/intel/i3100/reset.c [new file with mode: 0644]
src/southbridge/intel/i3100/sata.c [new file with mode: 0644]
src/southbridge/intel/i3100/smbus.c [new file with mode: 0644]
src/southbridge/intel/i3100/smbus.h [new file with mode: 0644]
src/southbridge/intel/i3100/uhci.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/Makefile.inc
src/southbridge/intel/i82371eb/bootblock.c
src/southbridge/intel/i82371eb/early_pm.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/enable_rom.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/fadt.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/i82371eb_early_pm.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_early_smbus.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_enable_rom.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_fadt.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_ide.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_isa.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_reset.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_smbus.c [deleted file]
src/southbridge/intel/i82371eb/i82371eb_smbus.h [deleted file]
src/southbridge/intel/i82371eb/i82371eb_usb.c [deleted file]
src/southbridge/intel/i82371eb/ide.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/isa.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/reset.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82371eb/smbus.h [new file with mode: 0644]
src/southbridge/intel/i82371eb/usb.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/Makefile.inc
src/southbridge/intel/i82801ax/ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/i82801ax_ac97.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_early_smbus.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_ide.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_lpc.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_pci.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_reset.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_smbus.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_smbus.h [deleted file]
src/southbridge/intel/i82801ax/i82801ax_usb.c [deleted file]
src/southbridge/intel/i82801ax/i82801ax_watchdog.c [deleted file]
src/southbridge/intel/i82801ax/ide.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/pci.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/reset.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801ax/usb.c [new file with mode: 0644]
src/southbridge/intel/i82801ax/watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/Makefile.inc
src/southbridge/intel/i82801bx/ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/i82801bx_ac97.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_early_smbus.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_ide.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_lpc.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_nic.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_pci.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_reset.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_smbus.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_smbus.h [deleted file]
src/southbridge/intel/i82801bx/i82801bx_usb.c [deleted file]
src/southbridge/intel/i82801bx/i82801bx_watchdog.c [deleted file]
src/southbridge/intel/i82801bx/ide.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/nic.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/pci.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/reset.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801bx/usb.c [new file with mode: 0644]
src/southbridge/intel/i82801bx/watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/Makefile.inc
src/southbridge/intel/i82801cx/ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/i82801cx_ac97.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_early_smbus.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_ide.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_lpc.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_nic.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_pci.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_reset.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_smbus.c [deleted file]
src/southbridge/intel/i82801cx/i82801cx_usb.c [deleted file]
src/southbridge/intel/i82801cx/ide.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/nic.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/pci.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/reset.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801cx/usb.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/Makefile.inc
src/southbridge/intel/i82801dx/ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/i82801dx_ac97.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_early_smbus.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_ide.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_lpc.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_nvs.h [deleted file]
src/southbridge/intel/i82801dx/i82801dx_pci.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_reset.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_smbus.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_smi.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_smihandler.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_tco_timer.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_usb.c [deleted file]
src/southbridge/intel/i82801dx/i82801dx_usb2.c [deleted file]
src/southbridge/intel/i82801dx/ide.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/nvs.h [new file with mode: 0644]
src/southbridge/intel/i82801dx/pci.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/reset.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/smi.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/smihandler.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/tco_timer.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/usb.c [new file with mode: 0644]
src/southbridge/intel/i82801dx/usb2.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/Makefile.inc
src/southbridge/intel/i82801ex/ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/ehci.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/i82801ex_ac97.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_early_smbus.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_ehci.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_ide.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_lpc.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_pci.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_reset.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_sata.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_smbus.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_smbus.h [deleted file]
src/southbridge/intel/i82801ex/i82801ex_uhci.c [deleted file]
src/southbridge/intel/i82801ex/i82801ex_watchdog.c [deleted file]
src/southbridge/intel/i82801ex/ide.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/pci.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/reset.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/sata.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801ex/uhci.c [new file with mode: 0644]
src/southbridge/intel/i82801ex/watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/Makefile.inc
src/southbridge/intel/i82801gx/ac97.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ac97.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/audio.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/ich7.asl
src/southbridge/intel/i82801gx/acpi/ich7_ac97.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_audio.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_irqlinks.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_lpc.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_pata.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_pci.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_pcie.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_sata.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_smbus.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/ich7_usb.asl [deleted file]
src/southbridge/intel/i82801gx/acpi/irqlinks.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/lpc.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/pata.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/pci.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/pcie.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/sata.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/smbus.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/acpi/usb.asl [new file with mode: 0644]
src/southbridge/intel/i82801gx/azalia.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/early_smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/i82801gx_ac97.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_azalia.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_early_smbus.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_ide.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_lpc.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_nic.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_nvs.h [deleted file]
src/southbridge/intel/i82801gx/i82801gx_pci.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_pcie.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_reset.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_sata.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_smbus.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_smbus.h [deleted file]
src/southbridge/intel/i82801gx/i82801gx_smi.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_smihandler.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_usb.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_usb_debug.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_usb_ehci.c [deleted file]
src/southbridge/intel/i82801gx/i82801gx_watchdog.c [deleted file]
src/southbridge/intel/i82801gx/ide.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/lpc.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/nic.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/nvs.h [new file with mode: 0644]
src/southbridge/intel/i82801gx/pci.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/pcie.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/reset.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/sata.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/smbus.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/smbus.h [new file with mode: 0644]
src/southbridge/intel/i82801gx/smi.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/smihandler.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/usb.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/usb_debug.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/usb_ehci.c [new file with mode: 0644]
src/southbridge/intel/i82801gx/watchdog.c [new file with mode: 0644]
src/southbridge/intel/i82870/Makefile.inc
src/southbridge/intel/i82870/ioapic.c [new file with mode: 0644]
src/southbridge/intel/i82870/p64h2_ioapic.c [deleted file]
src/southbridge/intel/i82870/p64h2_pci_parity.c [deleted file]
src/southbridge/intel/i82870/p64h2_pcibridge.c [deleted file]
src/southbridge/intel/i82870/pci_parity.c [new file with mode: 0644]
src/southbridge/intel/i82870/pcibridge.c [new file with mode: 0644]
src/southbridge/intel/pxhd/Makefile.inc
src/southbridge/intel/pxhd/bridge.c [new file with mode: 0644]
src/southbridge/intel/pxhd/pxhd_bridge.c [deleted file]
src/southbridge/nvidia/ck804/Makefile.inc
src/southbridge/nvidia/ck804/ac97.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/bootblock.c
src/southbridge/nvidia/ck804/ck804_ac97.c [deleted file]
src/southbridge/nvidia/ck804/ck804_early_setup.c [deleted file]
src/southbridge/nvidia/ck804/ck804_early_setup_car.c [deleted file]
src/southbridge/nvidia/ck804/ck804_early_setup_ss.h [deleted file]
src/southbridge/nvidia/ck804/ck804_early_smbus.c [deleted file]
src/southbridge/nvidia/ck804/ck804_early_smbus.h [deleted file]
src/southbridge/nvidia/ck804/ck804_enable_rom.c [deleted file]
src/southbridge/nvidia/ck804/ck804_enable_usbdebug.c [deleted file]
src/southbridge/nvidia/ck804/ck804_fadt.c [deleted file]
src/southbridge/nvidia/ck804/ck804_ht.c [deleted file]
src/southbridge/nvidia/ck804/ck804_ide.c [deleted file]
src/southbridge/nvidia/ck804/ck804_lpc.c [deleted file]
src/southbridge/nvidia/ck804/ck804_nic.c [deleted file]
src/southbridge/nvidia/ck804/ck804_pci.c [deleted file]
src/southbridge/nvidia/ck804/ck804_pcie.c [deleted file]
src/southbridge/nvidia/ck804/ck804_reset.c [deleted file]
src/southbridge/nvidia/ck804/ck804_sata.c [deleted file]
src/southbridge/nvidia/ck804/ck804_smbus.c [deleted file]
src/southbridge/nvidia/ck804/ck804_smbus.h [deleted file]
src/southbridge/nvidia/ck804/ck804_usb.c [deleted file]
src/southbridge/nvidia/ck804/ck804_usb2.c [deleted file]
src/southbridge/nvidia/ck804/early_setup.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/early_setup_car.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/early_setup_ss.h [new file with mode: 0644]
src/southbridge/nvidia/ck804/early_smbus.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/early_smbus.h [new file with mode: 0644]
src/southbridge/nvidia/ck804/enable_rom.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/enable_usbdebug.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/fadt.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/ht.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/ide.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/lpc.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/nic.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/pci.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/pcie.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/reset.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/sata.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/smbus.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/smbus.h [new file with mode: 0644]
src/southbridge/nvidia/ck804/usb.c [new file with mode: 0644]
src/southbridge/nvidia/ck804/usb2.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/Makefile.inc
src/southbridge/nvidia/mcp55/azalia.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/bootblock.c
src/southbridge/nvidia/mcp55/early_ctrl.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/early_setup_car.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/early_setup_ss.h [new file with mode: 0644]
src/southbridge/nvidia/mcp55/early_smbus.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/enable_rom.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/enable_usbdebug.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/fadt.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/ht.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/ide.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/lpc.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/mcp55_azalia.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_early_ctrl.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_early_setup_car.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_early_setup_ss.h [deleted file]
src/southbridge/nvidia/mcp55/mcp55_early_smbus.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_enable_rom.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_fadt.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_ht.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_ide.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_lpc.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_nic.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_pci.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_pcie.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_reset.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_sata.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_smbus.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_smbus.h [deleted file]
src/southbridge/nvidia/mcp55/mcp55_usb.c [deleted file]
src/southbridge/nvidia/mcp55/mcp55_usb2.c [deleted file]
src/southbridge/nvidia/mcp55/nic.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/pci.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/pcie.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/reset.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/sata.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/smbus.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/smbus.h [new file with mode: 0644]
src/southbridge/nvidia/mcp55/usb.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/usb2.c [new file with mode: 0644]
src/southbridge/sis/sis966/Makefile.inc
src/southbridge/sis/sis966/aza.c [new file with mode: 0644]
src/southbridge/sis/sis966/early_ctrl.c [new file with mode: 0644]
src/southbridge/sis/sis966/early_setup_car.c [new file with mode: 0644]
src/southbridge/sis/sis966/early_setup_ss.h [new file with mode: 0644]
src/southbridge/sis/sis966/early_smbus.c [new file with mode: 0644]
src/southbridge/sis/sis966/enable_rom.c [new file with mode: 0644]
src/southbridge/sis/sis966/enable_usbdebug.c [new file with mode: 0644]
src/southbridge/sis/sis966/ide.c [new file with mode: 0644]
src/southbridge/sis/sis966/lpc.c [new file with mode: 0644]
src/southbridge/sis/sis966/nic.c [new file with mode: 0644]
src/southbridge/sis/sis966/pcie.c [new file with mode: 0644]
src/southbridge/sis/sis966/reset.c [new file with mode: 0644]
src/southbridge/sis/sis966/sata.c [new file with mode: 0644]
src/southbridge/sis/sis966/sis966_aza.c [deleted file]
src/southbridge/sis/sis966/sis966_early_ctrl.c [deleted file]
src/southbridge/sis/sis966/sis966_early_setup_car.c [deleted file]
src/southbridge/sis/sis966/sis966_early_setup_ss.h [deleted file]
src/southbridge/sis/sis966/sis966_early_smbus.c [deleted file]
src/southbridge/sis/sis966/sis966_enable_rom.c [deleted file]
src/southbridge/sis/sis966/sis966_enable_usbdebug.c [deleted file]
src/southbridge/sis/sis966/sis966_ide.c [deleted file]
src/southbridge/sis/sis966/sis966_lpc.c [deleted file]
src/southbridge/sis/sis966/sis966_nic.c [deleted file]
src/southbridge/sis/sis966/sis966_pcie.c [deleted file]
src/southbridge/sis/sis966/sis966_reset.c [deleted file]
src/southbridge/sis/sis966/sis966_sata.c [deleted file]
src/southbridge/sis/sis966/sis966_smbus.h [deleted file]
src/southbridge/sis/sis966/sis966_usb.c [deleted file]
src/southbridge/sis/sis966/sis966_usb2.c [deleted file]
src/southbridge/sis/sis966/smbus.h [new file with mode: 0644]
src/southbridge/sis/sis966/usb.c [new file with mode: 0644]
src/southbridge/sis/sis966/usb2.c [new file with mode: 0644]
src/southbridge/ti/pci7420/Makefile.inc
src/southbridge/ti/pci7420/cardbus.c [new file with mode: 0644]
src/southbridge/ti/pci7420/firewire.c [new file with mode: 0644]
src/southbridge/ti/pci7420/pci7420_cardbus.c [deleted file]
src/southbridge/ti/pci7420/pci7420_firewire.c [deleted file]
src/southbridge/via/k8t890/Makefile.inc
src/southbridge/via/k8t890/bridge.c [new file with mode: 0644]
src/southbridge/via/k8t890/chrome.c [new file with mode: 0644]
src/southbridge/via/k8t890/ctrl.c [new file with mode: 0644]
src/southbridge/via/k8t890/dram.c [new file with mode: 0644]
src/southbridge/via/k8t890/early_car.c [new file with mode: 0644]
src/southbridge/via/k8t890/error.c [new file with mode: 0644]
src/southbridge/via/k8t890/host.c [new file with mode: 0644]
src/southbridge/via/k8t890/host_ctrl.c [new file with mode: 0644]
src/southbridge/via/k8t890/k8m890_chrome.c [deleted file]
src/southbridge/via/k8t890/k8t890_bridge.c [deleted file]
src/southbridge/via/k8t890/k8t890_ctrl.c [deleted file]
src/southbridge/via/k8t890/k8t890_dram.c [deleted file]
src/southbridge/via/k8t890/k8t890_early_car.c [deleted file]
src/southbridge/via/k8t890/k8t890_error.c [deleted file]
src/southbridge/via/k8t890/k8t890_host.c [deleted file]
src/southbridge/via/k8t890/k8t890_host_ctrl.c [deleted file]
src/southbridge/via/k8t890/k8t890_pcie.c [deleted file]
src/southbridge/via/k8t890/k8t890_traf_ctrl.c [deleted file]
src/southbridge/via/k8t890/pcie.c [new file with mode: 0644]
src/southbridge/via/k8t890/traf_ctrl.c [new file with mode: 0644]
src/southbridge/via/vt8231/Makefile.inc
src/southbridge/via/vt8231/acpi.c [new file with mode: 0644]
src/southbridge/via/vt8231/early_serial.c [new file with mode: 0644]
src/southbridge/via/vt8231/early_smbus.c [new file with mode: 0644]
src/southbridge/via/vt8231/enable_rom.c [new file with mode: 0644]
src/southbridge/via/vt8231/ide.c [new file with mode: 0644]
src/southbridge/via/vt8231/lpc.c [new file with mode: 0644]
src/southbridge/via/vt8231/nic.c [new file with mode: 0644]
src/southbridge/via/vt8231/usb.c [new file with mode: 0644]
src/southbridge/via/vt8231/vt8231_acpi.c [deleted file]
src/southbridge/via/vt8231/vt8231_early_serial.c [deleted file]
src/southbridge/via/vt8231/vt8231_early_smbus.c [deleted file]
src/southbridge/via/vt8231/vt8231_enable_rom.c [deleted file]
src/southbridge/via/vt8231/vt8231_ide.c [deleted file]
src/southbridge/via/vt8231/vt8231_lpc.c [deleted file]
src/southbridge/via/vt8231/vt8231_nic.c [deleted file]
src/southbridge/via/vt8231/vt8231_usb.c [deleted file]
src/southbridge/via/vt8235/Makefile.inc
src/southbridge/via/vt8235/early_serial.c [new file with mode: 0644]
src/southbridge/via/vt8235/early_smbus.c [new file with mode: 0644]
src/southbridge/via/vt8235/ide.c [new file with mode: 0644]
src/southbridge/via/vt8235/lpc.c [new file with mode: 0644]
src/southbridge/via/vt8235/nic.c [new file with mode: 0644]
src/southbridge/via/vt8235/usb.c [new file with mode: 0644]
src/southbridge/via/vt8235/vt8235_early_serial.c [deleted file]
src/southbridge/via/vt8235/vt8235_early_smbus.c [deleted file]
src/southbridge/via/vt8235/vt8235_ide.c [deleted file]
src/southbridge/via/vt8235/vt8235_lpc.c [deleted file]
src/southbridge/via/vt8235/vt8235_nic.c [deleted file]
src/southbridge/via/vt8235/vt8235_usb.c [deleted file]
src/southbridge/via/vt8237r/Makefile.inc
src/southbridge/via/vt8237r/ctrl.c [new file with mode: 0644]
src/southbridge/via/vt8237r/early_smbus.c [new file with mode: 0644]
src/southbridge/via/vt8237r/fadt.c [new file with mode: 0644]
src/southbridge/via/vt8237r/ide.c [new file with mode: 0644]
src/southbridge/via/vt8237r/lpc.c [new file with mode: 0644]
src/southbridge/via/vt8237r/nic.c [new file with mode: 0644]
src/southbridge/via/vt8237r/pirq.c [new file with mode: 0644]
src/southbridge/via/vt8237r/sata.c [new file with mode: 0644]
src/southbridge/via/vt8237r/usb.c [new file with mode: 0644]
src/southbridge/via/vt8237r/vt8237_ctrl.c [deleted file]
src/southbridge/via/vt8237r/vt8237_fadt.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_early_smbus.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_ide.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_lpc.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_nic.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_pirq.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_sata.c [deleted file]
src/southbridge/via/vt8237r/vt8237r_usb.c [deleted file]
src/southbridge/via/vt82c686/early_serial.c [new file with mode: 0644]
src/southbridge/via/vt82c686/vt82c686_early_serial.c [deleted file]