summaryrefslogtreecommitdiff
path: root/src/mainboard/bap
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-23 20:22:09 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2019-11-27 10:12:59 +0000
commita0a50775c2a08495c0e1d394504d9d2bfd84125c (patch)
tree113de33e88bc90872f6fae3a1969d9ea6a802fe9 /src/mainboard/bap
parentf77f2c79c2bb898c123ffe89a0bd1acb5362afc5 (diff)
downloadcoreboot-a0a50775c2a08495c0e1d394504d9d2bfd84125c.tar.xz
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>
Diffstat (limited to 'src/mainboard/bap')
-rw-r--r--src/mainboard/bap/ode_e21XX/Kconfig3
-rw-r--r--src/mainboard/bap/ode_e21XX/Kconfig.name5
2 files changed, 6 insertions, 2 deletions
diff --git a/src/mainboard/bap/ode_e21XX/Kconfig b/src/mainboard/bap/ode_e21XX/Kconfig
index bf812f26ea..5b0d2fb2f3 100644
--- a/src/mainboard/bap/ode_e21XX/Kconfig
+++ b/src/mainboard/bap/ode_e21XX/Kconfig
@@ -13,6 +13,9 @@
# GNU General Public License for more details.
#
+config BOARD_ODE_E21XX
+ def_bool n
+
if BOARD_ODE_E21XX
config BOARD_SPECIFIC_OPTIONS
diff --git a/src/mainboard/bap/ode_e21XX/Kconfig.name b/src/mainboard/bap/ode_e21XX/Kconfig.name
index 5ef8804717..64665daea7 100644
--- a/src/mainboard/bap/ode_e21XX/Kconfig.name
+++ b/src/mainboard/bap/ode_e21XX/Kconfig.name
@@ -1,2 +1,3 @@
-config BOARD_ODE_E21XX
- bool "ODE_e21xx"
+# Disabled
+#config BOARD_ODE_E21XX
+# bool "ODE_e21xx"