Add Intel Whitetip Mountain 1 mainboard

Lots of things are still placeholder and need work.

Due to the useful GPIOs being run to either the EC or the SIO1007
I have hard coded developer mode on and recovery mode off.

Change-Id: I4c308bd90db03ac5bffdfde566e5adbbaabac632
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: http://review.coreboot.org/2724
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Duncan Laurie
2013-01-11 09:54:55 -08:00
committed by Ronald G. Minnich
parent c9fc0297ad
commit 218a6864ff
23 changed files with 2465 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ config BOARD_INTEL_XE7501DEVKIT
bool "XE7501devkit"
config BOARD_INTEL_BASKING_RIDGE
bool "Basking Ridge CRB"
config BOARD_INTEL_WTM1
bool "Whitetip Mountain 1 CRB"
endchoice
@@ -33,6 +35,7 @@ source "src/mainboard/intel/jarrell/Kconfig"
source "src/mainboard/intel/mtarvon/Kconfig"
source "src/mainboard/intel/truxton/Kconfig"
source "src/mainboard/intel/xe7501devkit/Kconfig"
source "src/mainboard/intel/wtm1/Kconfig"
config MAINBOARD_VENDOR
string