[coreboot] r880 - coreboot-v3/include/arch/x86/amd/k8

svn at coreboot.org svn at coreboot.org
Thu Oct 2 18:07:10 CEST 2008


Author: rminnich
Date: 2008-10-02 18:07:10 +0200 (Thu, 02 Oct 2008)
New Revision: 880

Modified:
   coreboot-v3/include/arch/x86/amd/k8/k8.h
Log:
add new socket type (trivial)
Signed-off-by: Ronald G. Minnich <rminnch at gmail.com>
Acked-by: Ronald G. Minnich <rminnch at gmail.com>



Modified: coreboot-v3/include/arch/x86/amd/k8/k8.h
===================================================================
--- coreboot-v3/include/arch/x86/amd/k8/k8.h	2008-10-01 18:29:22 UTC (rev 879)
+++ coreboot-v3/include/arch/x86/amd/k8/k8.h	2008-10-02 16:07:10 UTC (rev 880)
@@ -23,6 +23,7 @@
 #ifndef AMD_K8_H
 #define AMD_K8_H
 /* Socket types */
+#define SOCKET_S1G1 0x12
 #define SOCKET_AM2 0x11
 #define SOCKET_L1	0x10
 





More information about the coreboot mailing list