the following patch was just integrated into master: commit 6a21b73be66084db0cd3364678b9a4e9a3505d43 Author: Siyuan Wang wangsiyuanbuaa@gmail.com Date: Fri Sep 7 18:35:17 2012 +0800
C32 legacy code: change CONFIG_CPU_AMD_SOCKET_C32 to CONFIG_CPU_AMD_SOCKET_C32_NON_AGESA
Currently the C32 has some legacy boards which use the old C32 code. We need to seperate them. CONFIG_CPU_AMD_SOCKET_C32 was used in legacy code before. But it is not a good idea, so we change the code as follows: So we use CONFIG_CPU_AMD_SOCKET_C32 to identify mainboard which uses agesa code, and use CONFIG_CPU_AMD_SOCKET_C32_NON_AGESA to identify mainboard which uses legacy code.
Change-Id: If6114bf8912e78b7732f25a1adfb2e4d8eb10ee4 Signed-off-by: Siyuan Wang SiYuan.Wang@amd.com Signed-off-by: Siyuan Wang wangsiyuanbuaa@gmail.com
Build-Tested: build bot (Jenkins) at Mon Sep 10 13:56:03 2012, giving +1 Reviewed-By: Marc Jones marcj303@gmail.com at Tue Sep 11 19:43:57 2012, giving +2 See http://review.coreboot.org/1497 for details.
-gerrit