Add AMD SB800 southbridge CIMx code.
authorKerry She <Kerry.she@amd.com>
Sat, 1 Jan 2011 17:44:07 +0000 (17:44 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 1 Jan 2011 17:44:07 +0000 (17:44 +0000)
commit799fed98ea57fc9632b7bf95b3f1d79519cbdd15
tree94d053f98639980e357b9fba1b404bec153e052c
parent123edb0f688f2c6b7146929d6650751f6674a95c
Add AMD SB800 southbridge CIMx code.

The main CIMx code is in a src/vendorcode directory and should not be
changed with regard to coding style etc. in order to remain easily syncable
with the "upstream" AMD code.

Signed-off-by: Kerry She <Kerry.she@amd.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6229 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
40 files changed:
Makefile
src/cpu/amd/model_10xxx/init_cpus.c
src/vendorcode/Makefile.inc [new file with mode: 0644]
src/vendorcode/amd/cimx/lib/Makefile.inc [new file with mode: 0644]
src/vendorcode/amd/cimx/lib/amdlib32.c [new file with mode: 0644]
src/vendorcode/amd/cimx/lib/amdlib32.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/ACPILIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/ACPILIB.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/AMDLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/AMDSBLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/AMDSBLIB.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/AZALIA.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/DISPATCHER.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/EC.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/ECLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/ECfan.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/ECfanLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/ECfanc.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/GEC.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/Gpp.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/IOLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/LEGACY.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/MEMLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/Makefile.inc [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/OEM.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/PCILIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/PMIO2LIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/PMIOLIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SATA.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SB800.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBCMN.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBDEF.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBMAIN.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBPELIB.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBPOR.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBSUBFUN.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SBTYPE.h [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SMM.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/SbModInf.c [new file with mode: 0644]
src/vendorcode/amd/cimx/sb800/USB.c [new file with mode: 0644]