From 274d20a0652f45ed54834524c485f7ab59bcdf70 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Sun, 15 May 2016 13:52:36 -0700 Subject: mainboard/intel/galileo: Add GPIO initialization Add Kconfig to configure coreboot for a specific Galileo board. Configure the GPIOs for the specific Galileo board. TEST=Build and run on Galileo Gen2 Change-Id: I992460d506b5543915c27f6a531da4b1a53d6505 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/14826 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/intel/galileo/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/mainboard/intel/galileo/Kconfig') diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig index f89232fa49..6381ae82ba 100644 --- a/src/mainboard/intel/galileo/Kconfig +++ b/src/mainboard/intel/galileo/Kconfig @@ -34,4 +34,13 @@ config MAINBOARD_VENDOR string default "Intel" +config GALILEO_GEN2 + bool "Board generation: GEN1 (n) or GEN2 (y)" + default y + help + The coreboot binary will configure only one generation of the Galileo + board since coreboot can not determine the board generation at + runtime. Select which generation of the Galileo that coreboot + should initialize. + endif # BOARD_INTEL_QUARK -- cgit v1.2.3