This sb800 code is derived from sb700.
authorZheng Bao <zheng.bao@amd.com>
Thu, 20 Jan 2011 04:45:48 +0000 (04:45 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Thu, 20 Jan 2011 04:45:48 +0000 (04:45 +0000)
commitd098575b0e8440da33eceaf715967ea8273bbaf2
tree10bb69008c6f512fa1bf9ac0563679ca63510471
parentdd676ddc54f8d210f9c62a0f6a259dd4482c9b1b
This sb800 code is derived from sb700.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6277 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
22 files changed:
src/southbridge/amd/Kconfig
src/southbridge/amd/Makefile.inc
src/southbridge/amd/sb800/Kconfig [new file with mode: 0644]
src/southbridge/amd/sb800/Makefile.inc [new file with mode: 0644]
src/southbridge/amd/sb800/bootblock.c [new file with mode: 0644]
src/southbridge/amd/sb800/chip.h [new file with mode: 0644]
src/southbridge/amd/sb800/early_setup.c [new file with mode: 0644]
src/southbridge/amd/sb800/enable_usbdebug.c [new file with mode: 0644]
src/southbridge/amd/sb800/fadt.c [new file with mode: 0644]
src/southbridge/amd/sb800/hda.c [new file with mode: 0644]
src/southbridge/amd/sb800/ide.c [new file with mode: 0644]
src/southbridge/amd/sb800/lpc.c [new file with mode: 0644]
src/southbridge/amd/sb800/pci.c [new file with mode: 0644]
src/southbridge/amd/sb800/pcie.c [new file with mode: 0644]
src/southbridge/amd/sb800/reset.c [new file with mode: 0644]
src/southbridge/amd/sb800/sata.c [new file with mode: 0644]
src/southbridge/amd/sb800/sb800.c [new file with mode: 0644]
src/southbridge/amd/sb800/sb800.h [new file with mode: 0644]
src/southbridge/amd/sb800/sm.c [new file with mode: 0644]
src/southbridge/amd/sb800/smbus.c [new file with mode: 0644]
src/southbridge/amd/sb800/smbus.h [new file with mode: 0644]
src/southbridge/amd/sb800/usb.c [new file with mode: 0644]