This patch adds a new mainboard variant called mc_apl7 which is based on mc_apl4. So far only the names have been adjusted with no further changes. Following commits will introduce the needed changes for this mainboard variant. Test: build mc_apl7, flash to mc_apl4 and compare log level 8 output Change-Id: Ie9f2f5c29d071de442f8f3e3eaf4b3c2a6b8920f Signed-off-by: Uwe Poeche <uwe.poeche@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65283 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
30 lines
641 B
Plaintext
30 lines
641 B
Plaintext
comment "MC APLx"
|
|
|
|
config BOARD_SIEMENS_MC_APL1
|
|
bool "-> MC APL1"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL2
|
|
bool "-> MC APL2"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL3
|
|
bool "-> MC APL3"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL4
|
|
bool "-> MC APL4"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL5
|
|
bool "-> MC APL5"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL6
|
|
bool "-> MC APL6"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|
|
|
|
config BOARD_SIEMENS_MC_APL7
|
|
bool "-> MC APL7"
|
|
select BOARD_SIEMENS_BASEBOARD_MC_APL1
|