From 2963ae7fd49c7086ca9c4231f00a94e2f8a33080 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 21 May 2014 14:20:38 -0600 Subject: northbridge/intel: Add fsp_rangeley northbridge support This adds the northbridge 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. Not currently supported: S3 suspend/resume CAR memory Migration (No early cbmem console) SMM Change-Id: I7665212c892d9a08ecf35d7be70d0afe5fd2c77b Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/6369 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/northbridge/intel/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/Kconfig') diff --git a/src/northbridge/intel/Kconfig b/src/northbridge/intel/Kconfig index b9ee5c69fd..001e875df7 100644 --- a/src/northbridge/intel/Kconfig +++ b/src/northbridge/intel/Kconfig @@ -16,3 +16,4 @@ source src/northbridge/intel/nehalem/Kconfig source src/northbridge/intel/sandybridge/Kconfig source src/northbridge/intel/haswell/Kconfig source src/northbridge/intel/fsp_sandybridge/Kconfig +source src/northbridge/intel/fsp_rangeley/Kconfig -- cgit v1.2.3