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 <[email protected]> Acked-by: Myles Watson <[email protected]> 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

