[coreboot] [PATCH] new AMD K8 SMM version

Stefan Reinauer stefan.reinauer at coresystems.de
Mon Dec 13 02:25:09 CET 2010


See patch. This adds SMM support for Asus M2V-MX SE.


 cpu/amd/model_fxx/model_fxx_init.c    |    5
 cpu/amd/smm/Makefile.inc              |    2
 cpu/amd/smm/smm_init.c                |  121 +++++++++++++++
 cpu/amd/socket_754/Makefile.inc       |    2
 cpu/amd/socket_939/Makefile.inc       |    2
 cpu/amd/socket_940/Makefile.inc       |    2
 cpu/amd/socket_AM2/Makefile.inc       |    1
 cpu/amd/socket_AM2r2/Makefile.inc     |    3
 cpu/amd/socket_AM3/Makefile.inc       |    3
 cpu/amd/socket_ASB2/Makefile.inc      |    3
 cpu/amd/socket_F/Makefile.inc         |    1
 cpu/amd/socket_F_1207/Makefile.inc    |    1
 cpu/amd/socket_S1G1/Makefile.inc      |    3
 cpu/x86/smm/smihandler.c              |   23 ++
 cpu/x86/smm/smmrelocate.S             |    4
 include/cpu/x86/smm.h                 |    2
 mainboard/asus/m2v-mx_se/Kconfig      |    1
 southbridge/intel/i82801gx/i82801gx.h |   10 -
 southbridge/intel/i82801gx/lpc.c      |    2
 southbridge/intel/i82801gx/smi.c      |    9 +
 southbridge/via/vt8237r/Makefile.inc  |    1
 southbridge/via/vt8237r/lpc.c         |   13 +
 southbridge/via/vt8237r/nvs.h         |   46 +++++
 southbridge/via/vt8237r/smihandler.c  |  265
++++++++++++++++++++++++++++++++++
 southbridge/via/vt8237r/vt8237r.h     |   47 +++++-
 25 files changed, 544 insertions(+), 28 deletions(-)

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: amdk8_smm_20101212.diff
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20101212/e6e05ff1/attachment.ksh>


More information about the coreboot mailing list