Add AMD SB900 CIMx code
authorefdesign98 <efdesign98@gmail.com>
Thu, 16 Jun 2011 23:39:30 +0000 (16:39 -0700)
committerMarc Jones <marcj303@gmail.com>
Tue, 21 Jun 2011 20:38:39 +0000 (22:38 +0200)
commitee39ea7e7edf9699f1bae1b2708ad6816f054817
treee2de6cd600b1b8d4a657202962d8bc2e348ec67f
parentb0969d65e675f7c7a3004fc3f6fc154f22e73d44
Add AMD SB900 CIMx code

This code is added to support the AMD SB900 southbridge.

Change-Id: I7dc5e13a53ffd479dcea4e05e8c8631096e2ba91
Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Signed-off-by: efdesign98 <efdesign98@gmail.com>
Reviewed-on: http://review.coreboot.org/41
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marcj303@gmail.com>
38 files changed:
src/vendorcode/amd/cimx/sb900/AcpiLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/AcpiLib.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/AmdLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/AmdSbLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/AmdSbLib.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Azalia.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Debug.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Dispatcher.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Ec.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/EcFan.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/EcFanLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/EcFanc.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/EcLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Gec.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Gpp.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/GppHp.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Hudson-2.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Hwm.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/IoLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Legacy.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Makefile.inc [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/MemLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Oem.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/PciLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Pmio2Lib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/PmioLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Sata.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbBiosRamUsage.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbCmn.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbDef.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbMain.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbModInf.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbPeLib.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbPor.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbSubFun.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/SbType.h [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Smm.c [new file with mode: 0755]
src/vendorcode/amd/cimx/sb900/Usb.c [new file with mode: 0755]