[coreboot] [commit] r6465 - trunk/src/southbridge/amd

repository service svn at coreboot.org
Mon Mar 28 06:36:22 CEST 2011


Author: zbao
Date: Mon Mar 28 06:36:21 2011
New Revision: 6465
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6465

Log:
Add the SR5650 & SP5100 to the Kconfig and Makefile.inc

Signed-off-by: Zheng Bao <zheng.bao at amd.com>
Acked-by: Marc Jones <marcj303 at gmail.com>

Modified:
   trunk/src/southbridge/amd/Kconfig
   trunk/src/southbridge/amd/Makefile.inc

Modified: trunk/src/southbridge/amd/Kconfig
==============================================================================
--- trunk/src/southbridge/amd/Kconfig	Mon Mar 28 06:29:14 2011	(r6464)
+++ trunk/src/southbridge/amd/Kconfig	Mon Mar 28 06:36:21 2011	(r6465)
@@ -12,3 +12,4 @@
 source src/southbridge/amd/sb700/Kconfig
 source src/southbridge/amd/sb800/Kconfig
 source src/southbridge/amd/cimx_wrapper/Kconfig
+source src/southbridge/amd/sr5650/Kconfig

Modified: trunk/src/southbridge/amd/Makefile.inc
==============================================================================
--- trunk/src/southbridge/amd/Makefile.inc	Mon Mar 28 06:29:14 2011	(r6464)
+++ trunk/src/southbridge/amd/Makefile.inc	Mon Mar 28 06:36:21 2011	(r6465)
@@ -7,6 +7,8 @@
 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_RS780) += rs780
 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB700) += sb700
 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SB800) += sb800
+subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SR5650) += sr5650
+subdirs-$(CONFIG_SOUTHBRIDGE_AMD_SP5100) += sb700
 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5530) += cs5530
 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5535) += cs5535
 subdirs-$(CONFIG_SOUTHBRIDGE_AMD_CS5536) += cs5536




More information about the coreboot mailing list