From 70b92456eb2f507b6d6ce24212219e7dfbb59747 Mon Sep 17 00:00:00 2001 From: Kamil Wcislo Date: Thu, 12 Oct 2017 11:55:16 +0200 Subject: mainboard/pcengines/apu2: add apu3 and apu5 variants MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apu3 and apu5 are additional variants of apu2 board. Apu3 has no LPC connector exposed, but has additional USB header. It has also 2 slots for SIM cards and one of the gpios is used to control switching between them. Apu5 is differing by having 6 SIM card slots (3 SIMSWAP switches). This patch adds support for those other variants by not introducing additional code redundancy. Change-Id: I4fded98fed7a8085062cdea035ecac3d608cd2a0 Signed-off-by: Kamil Wcislo Reviewed-on: https://review.coreboot.org/21981 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/mainboard/pcengines/apu2/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainboard/pcengines/apu2/Makefile.inc') diff --git a/src/mainboard/pcengines/apu2/Makefile.inc b/src/mainboard/pcengines/apu2/Makefile.inc index 3724b1748e..0e897400ec 100644 --- a/src/mainboard/pcengines/apu2/Makefile.inc +++ b/src/mainboard/pcengines/apu2/Makefile.inc @@ -24,3 +24,5 @@ ramstage-y += gpio_ftns.c # Order of names in SPD_SOURCES is important! SPD_SOURCES = HYNIX-2G-1333 SPD_SOURCES += HYNIX-4G-1333-ECC + +subdirs-y += variants/$(VARIANT_DIR) -- cgit v1.2.3