pcengines/alix2c: Add ALIX.2C as a clone of ALIX.2D.

According to vendor (Pascal Dornier) they're the same from coreboot
perspective.

Change-Id: I43aeb77f21c251b3d9c5c2dcfa01d4d1de0bc87b
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/5114
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Vladimir Serbinenko 2014-02-04 15:11:45 +01:00
parent fbdbcb713f
commit f592c08b68
4 changed files with 19 additions and 2 deletions

View File

@ -5,6 +5,8 @@ choice
config BOARD_PCENGINES_ALIX1C
bool "ALIX.1C"
config BOARD_PCENGINES_ALIX2C
bool "ALIX.2C2 or 2C3"
config BOARD_PCENGINES_ALIX2D
bool "ALIX.2D2 or 2D3"
config BOARD_PCENGINES_ALIX6
@ -13,6 +15,7 @@ config BOARD_PCENGINES_ALIX6
endchoice
source "src/mainboard/pcengines/alix1c/Kconfig"
source "src/mainboard/pcengines/alix2c/Kconfig"
source "src/mainboard/pcengines/alix2d/Kconfig"
source "src/mainboard/pcengines/alix6/Kconfig"

View File

@ -0,0 +1,10 @@
if BOARD_PCENGINES_ALIX2C
# Dummy for abuild
#select ARCH_X86
config MAINBOARD_PART_NUMBER
string
default "ALIX.2C"
endif

View File

@ -0,0 +1,4 @@
Category: half
Board URL: http://pcengines.ch/alix2c3.htm
Flashrom support: y
Clone of: pcengines/alix2d

View File

@ -1,4 +1,4 @@
if BOARD_PCENGINES_ALIX2D || BOARD_PCENGINES_ALIX6
if BOARD_PCENGINES_ALIX2C || BOARD_PCENGINES_ALIX2D || BOARD_PCENGINES_ALIX6
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
@ -28,4 +28,4 @@ config IRQ_SLOT_COUNT
int
default 7
endif # BOARD_PCENGINES_ALIX2D || BOARD_PCENGINES_ALIX6
endif # BOARD_PCENGINES_ALIX2C || BOARD_PCENGINES_ALIX2D || BOARD_PCENGINES_ALIX6