From 829c41da6cd9d8e9c9244c8c9ea2b181ea5ab930 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 21 May 2014 14:21:22 -0600 Subject: southbridge/intel: Add fsp_rangeley support This adds the southbridge initialization pieces for Intel's Atom C2000 processor (formerly Rangeley). It is intended to be used with the Intel Atom C2000 FSP and does not contain all of the pieces that would otherwise be required for initialization. Change-Id: I416e85bd6e9c9dcf79f97785074135902fdd18b7 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/6370 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/southbridge/intel/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/intel/Kconfig') diff --git a/src/southbridge/intel/Kconfig b/src/southbridge/intel/Kconfig index 6b46f8a1f4..45e3a4ee5e 100644 --- a/src/southbridge/intel/Kconfig +++ b/src/southbridge/intel/Kconfig @@ -16,3 +16,4 @@ source src/southbridge/intel/bd82x6x/Kconfig source src/southbridge/intel/ibexpeak/Kconfig source src/southbridge/intel/lynxpoint/Kconfig source src/southbridge/intel/fsp_bd82x6x/Kconfig +source src/southbridge/intel/fsp_rangeley/Kconfig -- cgit v1.2.3