SB700 southbridge: AMD SB700/SP5100 southbridge CIMX code
authorKerry Sheh <shekairui@gmail.com>
Wed, 1 Feb 2012 05:55:13 +0000 (13:55 +0800)
committerPatrick Georgi <patrick@georgi-clan.de>
Thu, 2 Feb 2012 14:05:36 +0000 (15:05 +0100)
commit3439bba6695577e0bb51d08393e470c4a561adbc
tree8ae7f752a802f608d330460dca9718f5e9dce5a6
parent9292d89be84d6abf9257ddb872887d4f53b2a00e
SB700 southbridge: AMD SB700/SP5100 southbridge CIMX code

Support AMD SB700 and SP5100 chipsets.

Change-Id: I0955abf7f48a79483f624b46a61b22711315f888
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/560
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
25 files changed:
src/vendorcode/amd/cimx/Makefile.inc
src/vendorcode/amd/cimx/sb700/ACPILIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/ACPILIB.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/AMDLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/AMDSBLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/AZALIA.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/DEBUG.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/DISPATCHER.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/EC.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/FLASH.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/LEGACY.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/Makefile.inc [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/OEM.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SATA.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SB700.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBCMN.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBCMNLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBCMNLIB.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBDEF.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBMAIN.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBPOR.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SBTYPE.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/SMM.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/USB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb700/sbAMDLIB.h [new file with mode: 0644]