SMM for AMD K8 Part 1/2
authorStefan Reinauer <stepan@coresystems.de>
Sat, 18 Dec 2010 23:29:37 +0000 (23:29 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 18 Dec 2010 23:29:37 +0000 (23:29 +0000)
commitcadc54583877db65f33d2db11088d5fae1b77b74
tree86377962deb6e6b1faa2093828ff7cb3e127120b
parent405721d45c8f7cd58c2466e43df8c2aee6f8e714
SMM for AMD K8 Part 1/2

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6201 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
26 files changed:
src/cpu/amd/model_fxx/model_fxx_init.c
src/cpu/amd/smm/Makefile.inc [new file with mode: 0644]
src/cpu/amd/smm/smm_init.c [new file with mode: 0644]
src/cpu/amd/socket_754/Makefile.inc
src/cpu/amd/socket_939/Makefile.inc
src/cpu/amd/socket_940/Makefile.inc
src/cpu/amd/socket_AM2/Makefile.inc
src/cpu/amd/socket_AM2r2/Makefile.inc
src/cpu/amd/socket_AM3/Makefile.inc
src/cpu/amd/socket_ASB2/Makefile.inc
src/cpu/amd/socket_F/Makefile.inc
src/cpu/amd/socket_F_1207/Makefile.inc
src/cpu/amd/socket_S1G1/Makefile.inc
src/cpu/x86/smm/smihandler.c
src/cpu/x86/smm/smmrelocate.S
src/include/cpu/x86/smm.h
src/mainboard/asus/m2v-mx_se/Kconfig
src/mainboard/via/epia-n/fadt.c
src/southbridge/intel/i82801gx/i82801gx.h
src/southbridge/intel/i82801gx/lpc.c
src/southbridge/intel/i82801gx/smi.c
src/southbridge/via/vt8237r/Makefile.inc
src/southbridge/via/vt8237r/lpc.c
src/southbridge/via/vt8237r/nvs.h [new file with mode: 0644]
src/southbridge/via/vt8237r/smihandler.c [new file with mode: 0644]
src/southbridge/via/vt8237r/vt8237r.h