SB700 southbridge: AMD SB700/SP5100 southbridge CIMX wrapper
authorKerry Sheh <shekairui@gmail.com>
Tue, 7 Feb 2012 12:31:40 +0000 (20:31 +0800)
committerMarc Jones <marcj303@gmail.com>
Thu, 16 Feb 2012 21:31:53 +0000 (22:31 +0100)
commit131c936b45a4f0d3a1aaaf0165faffc8a7cd72c6
tree9c22dc09a64513e58211c7df682b8f90962ba92e
parent6811f75457148cc0d3b0cb4832fda712e7797af2
SB700 southbridge: AMD SB700/SP5100 southbridge CIMX wrapper

Change-Id: If924b7eb176e7d3d82fa394929b653b1ced3a743
Signed-off-by: Kerry Sheh <kerry.she@amd.com>
Signed-off-by: Kerry Sheh <shekairui@gmail.com>
Reviewed-on: http://review.coreboot.org/561
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
19 files changed:
src/southbridge/amd/Makefile.inc
src/southbridge/amd/cimx/Kconfig
src/southbridge/amd/cimx/Makefile.inc
src/southbridge/amd/cimx/sb700/Amd.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/AmdSbLib.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/Kconfig [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/Makefile.inc [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/Platform.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/bootblock.c [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/cbtypes.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/chip.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/chip_name.c [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/early.c [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/late.c [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/lpc.c [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/lpc.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/sb_cimx.h [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/smbus.c [new file with mode: 0644]
src/southbridge/amd/cimx/sb700/smbus.h [new file with mode: 0644]