[coreboot] [commit] r5913 - in trunk/src/mainboard: sunw/ultra40 tyan/s2895

repository service svn at coreboot.org
Tue Oct 5 20:21:59 CEST 2010


Author: myles
Date: Tue Oct  5 20:21:58 2010
New Revision: 5913
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5913

Log:
Add second CK804 for tyan/s2895 and sunw/ultra40.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>

Modified:
   trunk/src/mainboard/sunw/ultra40/Kconfig
   trunk/src/mainboard/tyan/s2895/Kconfig

Modified: trunk/src/mainboard/sunw/ultra40/Kconfig
==============================================================================
--- trunk/src/mainboard/sunw/ultra40/Kconfig	Tue Oct  5 19:59:12 2010	(r5912)
+++ trunk/src/mainboard/sunw/ultra40/Kconfig	Tue Oct  5 20:21:58 2010	(r5913)
@@ -37,6 +37,10 @@
 	bool
 	default n
 
+config CK804_NUM
+	int
+	default 2
+
 config SB_HT_CHAIN_ON_BUS0
 	int
 	default 2

Modified: trunk/src/mainboard/tyan/s2895/Kconfig
==============================================================================
--- trunk/src/mainboard/tyan/s2895/Kconfig	Tue Oct  5 19:59:12 2010	(r5912)
+++ trunk/src/mainboard/tyan/s2895/Kconfig	Tue Oct  5 20:21:58 2010	(r5913)
@@ -26,6 +26,10 @@
 	hex
 	default 0x10
 
+config CK804_NUM
+	int
+	default 2
+
 config SB_HT_CHAIN_ON_BUS0
 	int
 	default 2




More information about the coreboot mailing list