This is so that people can see it. This is the sb600 for v3. It almost
authorRonald G. Minnich <rminnich@gmail.com>
Thu, 2 Oct 2008 15:42:14 +0000 (15:42 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Thu, 2 Oct 2008 15:42:14 +0000 (15:42 +0000)
commit5107174459f581ff9a2f548768df6e1eef3c2d79
treeef99af6ad50971acff6afd4825f75263dfa7c457
parent248a7df94a2f35c75eaf4fe3b949398577368816
This is so that people can see it. This is the sb600 for v3. It almost
certainly won't build -- that comes later. I am hoping to get some
eyeballs on it for simple errors.

rs690 is next.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3630 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
25 files changed:
src/southbridge/amd/sb600/ac97.c [new file with mode: 0644]
src/southbridge/amd/sb600/ac97audio.dts [new file with mode: 0644]
src/southbridge/amd/sb600/ac97modem.dts [new file with mode: 0644]
src/southbridge/amd/sb600/enable_usbdebug_direct.c [new file with mode: 0644]
src/southbridge/amd/sb600/hda.c [new file with mode: 0644]
src/southbridge/amd/sb600/hda.dts [new file with mode: 0644]
src/southbridge/amd/sb600/ide.c [new file with mode: 0644]
src/southbridge/amd/sb600/ide.dts [new file with mode: 0644]
src/southbridge/amd/sb600/lpc.c [new file with mode: 0644]
src/southbridge/amd/sb600/lpc.dts [new file with mode: 0644]
src/southbridge/amd/sb600/pci.c [new file with mode: 0644]
src/southbridge/amd/sb600/pci.dts [new file with mode: 0644]
src/southbridge/amd/sb600/sata.c [new file with mode: 0644]
src/southbridge/amd/sb600/sata.dts [new file with mode: 0644]
src/southbridge/amd/sb600/sb600.c
src/southbridge/amd/sb600/sb600.dts [new file with mode: 0644]
src/southbridge/amd/sb600/sb600.h
src/southbridge/amd/sb600/sm.c [new file with mode: 0644]
src/southbridge/amd/sb600/sm.dts [new file with mode: 0644]
src/southbridge/amd/sb600/stage1.c [new file with mode: 0644]
src/southbridge/amd/sb600/stage1_reset.c [new file with mode: 0644]
src/southbridge/amd/sb600/stage1_smbus.c [new file with mode: 0644]
src/southbridge/amd/sb600/usb.c [new file with mode: 0644]
src/southbridge/amd/sb600/usb.dts [new file with mode: 0644]
src/southbridge/amd/sb600/usb2.dts [new file with mode: 0644]