binaryPI: Disable boards from build

As per the 4.11 release requirement, CAR_GLOBAL_MIGRATION=n is a
mandatory feature, which most binaryPI boards lack as they
use BINARYPI_LEGACY_WRAPPER.

Disable all binaryPI platforms, except pcengines/apu2, from
the build for the time being. If a platform does not reach
POSTCAR_STAGE=y and C_ENVIRONMENT_BOOTBLOCK=y within a
reasonable timeframe both the mainboard and the respective
unused platform support code will get removed.

Change-Id: Id81ab0f168034187ecf62203b5a33ac6ba49a35d
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37170
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
This commit is contained in:
Kyösti Mälkki
2019-11-23 20:22:09 +02:00
parent f77f2c79c2
commit a0a50775c2
10 changed files with 30 additions and 10 deletions

View File

@ -13,6 +13,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
config BOARD_AMD_BETTONG
def_bool n
if BOARD_AMD_BETTONG if BOARD_AMD_BETTONG
config BOARD_SPECIFIC_OPTIONS config BOARD_SPECIFIC_OPTIONS

View File

@ -1,2 +1,3 @@
config BOARD_AMD_BETTONG # Disabled
bool "Bettong" #config BOARD_AMD_BETTONG
# bool "Bettong"

View File

@ -14,6 +14,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
config BOARD_AMD_DB_FT3B_LC
def_bool n
if BOARD_AMD_DB_FT3B_LC if BOARD_AMD_DB_FT3B_LC
config BOARD_SPECIFIC_OPTIONS config BOARD_SPECIFIC_OPTIONS

View File

@ -1,2 +1,3 @@
config BOARD_AMD_DB_FT3B_LC # Disabled
bool "DB-FT3b-LC" #config BOARD_AMD_DB_FT3B_LC
# bool "DB-FT3b-LC"

View File

@ -13,6 +13,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
config BOARD_AMD_LAMAR
def_bool n
if BOARD_AMD_LAMAR if BOARD_AMD_LAMAR
config BOARD_SPECIFIC_OPTIONS config BOARD_SPECIFIC_OPTIONS

View File

@ -1,2 +1,3 @@
config BOARD_AMD_LAMAR # Disabled
bool "Lamar" #config BOARD_AMD_LAMAR
# bool "Lamar"

View File

@ -13,6 +13,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
config BOARD_AMD_OLIVEHILLPLUS
def_bool n
if BOARD_AMD_OLIVEHILLPLUS if BOARD_AMD_OLIVEHILLPLUS
config BOARD_SPECIFIC_OPTIONS config BOARD_SPECIFIC_OPTIONS

View File

@ -1,2 +1,3 @@
config BOARD_AMD_OLIVEHILLPLUS # Disabled
bool "Olive Hill Plus" #config BOARD_AMD_OLIVEHILLPLUS
# bool "Olive Hill Plus"

View File

@ -13,6 +13,9 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
config BOARD_ODE_E21XX
def_bool n
if BOARD_ODE_E21XX if BOARD_ODE_E21XX
config BOARD_SPECIFIC_OPTIONS config BOARD_SPECIFIC_OPTIONS

View File

@ -1,2 +1,3 @@
config BOARD_ODE_E21XX # Disabled
bool "ODE_e21xx" #config BOARD_ODE_E21XX
# bool "ODE_e21xx"