AMD Socket ASB2 and AM3 support.
authorZheng Bao <zheng.bao@amd.com>
Fri, 23 Apr 2010 17:35:37 +0000 (17:35 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 23 Apr 2010 17:35:37 +0000 (17:35 +0000)
commiteedf7a646c36ee5c48a996e2c571223e2eae244b
treec6ea574e2f2bbc389482efc3550da77ee29376fb
parenteb75f652d392d2f4f257194e112f3f0db7479145
AMD Socket ASB2 and AM3 support.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5482 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
15 files changed:
src/cpu/amd/Kconfig
src/cpu/amd/Makefile.inc
src/cpu/amd/model_10xxx/defaults.h
src/cpu/amd/model_10xxx/mc_patch_01000086.h [new file with mode: 0644]
src/cpu/amd/model_10xxx/mc_patch_010000b6.h [new file with mode: 0644]
src/cpu/amd/model_10xxx/model_10xxx_init.c
src/cpu/amd/model_10xxx/update_microcode.c
src/cpu/amd/socket_AM3/Kconfig [new file with mode: 0644]
src/cpu/amd/socket_AM3/Makefile.inc [new file with mode: 0644]
src/cpu/amd/socket_AM3/chip.h [new file with mode: 0644]
src/cpu/amd/socket_AM3/socket_AM3.c [new file with mode: 0644]
src/cpu/amd/socket_ASB2/Kconfig [new file with mode: 0644]
src/cpu/amd/socket_ASB2/Makefile.inc [new file with mode: 0644]
src/cpu/amd/socket_ASB2/chip.h [new file with mode: 0644]
src/cpu/amd/socket_ASB2/socket_ASB2.c [new file with mode: 0644]