Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37176 )
Change subject: [TESTONLY] binaryPI: Re-enable boards to build ......................................................................
[TESTONLY] binaryPI: Re-enable boards to build
This reverts commit 9847152c831fe206d47bc6858389a5425e2d778c.
Change-Id: Ifa07ba9df80488135c7d7cbc8be20e36655f7a65 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/mainboard/amd/bettong/Kconfig M src/mainboard/amd/bettong/Kconfig.name M src/mainboard/amd/db-ft3b-lc/Kconfig M src/mainboard/amd/db-ft3b-lc/Kconfig.name M src/mainboard/amd/lamar/Kconfig M src/mainboard/amd/lamar/Kconfig.name M src/mainboard/amd/olivehillplus/Kconfig M src/mainboard/amd/olivehillplus/Kconfig.name M src/mainboard/bap/ode_e21XX/Kconfig M src/mainboard/bap/ode_e21XX/Kconfig.name 10 files changed, 10 insertions(+), 35 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/37176/1
diff --git a/src/mainboard/amd/bettong/Kconfig b/src/mainboard/amd/bettong/Kconfig index 5d55679..46f0cfe 100644 --- a/src/mainboard/amd/bettong/Kconfig +++ b/src/mainboard/amd/bettong/Kconfig @@ -13,14 +13,10 @@ # GNU General Public License for more details. #
-config BOARD_AMD_BETTONG - def_bool n - if BOARD_AMD_BETTONG
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER select CPU_AMD_PI_00660F01 select NORTHBRIDGE_AMD_PI_00660F01 select SOUTHBRIDGE_AMD_PI_KERN diff --git a/src/mainboard/amd/bettong/Kconfig.name b/src/mainboard/amd/bettong/Kconfig.name index 4bd1329..09201b5 100644 --- a/src/mainboard/amd/bettong/Kconfig.name +++ b/src/mainboard/amd/bettong/Kconfig.name @@ -1,3 +1,2 @@ -# Disabled -#config BOARD_AMD_BETTONG -# bool "Bettong" +config BOARD_AMD_BETTONG + bool "Bettong" diff --git a/src/mainboard/amd/db-ft3b-lc/Kconfig b/src/mainboard/amd/db-ft3b-lc/Kconfig index 6a7ca87..2aecaa1 100644 --- a/src/mainboard/amd/db-ft3b-lc/Kconfig +++ b/src/mainboard/amd/db-ft3b-lc/Kconfig @@ -14,14 +14,10 @@ # GNU General Public License for more details. #
-config BOARD_AMD_DB_FT3B_LC - def_bool n - if BOARD_AMD_DB_FT3B_LC
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER select CPU_AMD_PI_00730F01 select NORTHBRIDGE_AMD_PI_00730F01 select SOUTHBRIDGE_AMD_PI_AVALON diff --git a/src/mainboard/amd/db-ft3b-lc/Kconfig.name b/src/mainboard/amd/db-ft3b-lc/Kconfig.name index 3197a70..7caf95d 100644 --- a/src/mainboard/amd/db-ft3b-lc/Kconfig.name +++ b/src/mainboard/amd/db-ft3b-lc/Kconfig.name @@ -1,3 +1,2 @@ -# Disabled -#config BOARD_AMD_DB_FT3B_LC -# bool "DB-FT3b-LC" +config BOARD_AMD_DB_FT3B_LC + bool "DB-FT3b-LC" diff --git a/src/mainboard/amd/lamar/Kconfig b/src/mainboard/amd/lamar/Kconfig index bc3859d..26d6c33 100644 --- a/src/mainboard/amd/lamar/Kconfig +++ b/src/mainboard/amd/lamar/Kconfig @@ -13,14 +13,10 @@ # GNU General Public License for more details. #
-config BOARD_AMD_LAMAR - def_bool n - if BOARD_AMD_LAMAR
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER select CPU_AMD_PI_00630F01 select NORTHBRIDGE_AMD_PI_00630F01 select SOUTHBRIDGE_AMD_PI_BOLTON diff --git a/src/mainboard/amd/lamar/Kconfig.name b/src/mainboard/amd/lamar/Kconfig.name index 75eec04..1831b9a 100644 --- a/src/mainboard/amd/lamar/Kconfig.name +++ b/src/mainboard/amd/lamar/Kconfig.name @@ -1,3 +1,2 @@ -# Disabled -#config BOARD_AMD_LAMAR -# bool "Lamar" +config BOARD_AMD_LAMAR + bool "Lamar" diff --git a/src/mainboard/amd/olivehillplus/Kconfig b/src/mainboard/amd/olivehillplus/Kconfig index 490e0a6..9bfd83a 100644 --- a/src/mainboard/amd/olivehillplus/Kconfig +++ b/src/mainboard/amd/olivehillplus/Kconfig @@ -13,14 +13,10 @@ # GNU General Public License for more details. #
-config BOARD_AMD_OLIVEHILLPLUS - def_bool n - if BOARD_AMD_OLIVEHILLPLUS
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER select CPU_AMD_PI_00730F01 select NORTHBRIDGE_AMD_PI_00730F01 select SOUTHBRIDGE_AMD_PI_AVALON diff --git a/src/mainboard/amd/olivehillplus/Kconfig.name b/src/mainboard/amd/olivehillplus/Kconfig.name index 1ce4a20..85a3e86 100644 --- a/src/mainboard/amd/olivehillplus/Kconfig.name +++ b/src/mainboard/amd/olivehillplus/Kconfig.name @@ -1,3 +1,2 @@ -# Disabled -#config BOARD_AMD_OLIVEHILLPLUS -# bool "Olive Hill Plus" +config BOARD_AMD_OLIVEHILLPLUS + bool "Olive Hill Plus" diff --git a/src/mainboard/bap/ode_e21XX/Kconfig b/src/mainboard/bap/ode_e21XX/Kconfig index c371631..77ec98a 100644 --- a/src/mainboard/bap/ode_e21XX/Kconfig +++ b/src/mainboard/bap/ode_e21XX/Kconfig @@ -13,14 +13,10 @@ # GNU General Public License for more details. #
-config BOARD_ODE_E21XX - def_bool n - if BOARD_ODE_E21XX
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER select CPU_AMD_PI_00730F01 select NORTHBRIDGE_AMD_PI_00730F01 select SOUTHBRIDGE_AMD_PI_AVALON diff --git a/src/mainboard/bap/ode_e21XX/Kconfig.name b/src/mainboard/bap/ode_e21XX/Kconfig.name index 64665da..5ef8804 100644 --- a/src/mainboard/bap/ode_e21XX/Kconfig.name +++ b/src/mainboard/bap/ode_e21XX/Kconfig.name @@ -1,3 +1,2 @@ -# Disabled -#config BOARD_ODE_E21XX -# bool "ODE_e21xx" +config BOARD_ODE_E21XX + bool "ODE_e21xx"
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37176 )
Change subject: [TESTONLY] binaryPI: Re-enable boards to build ......................................................................
Patch Set 1: Code-Review-2
This would be my current top-of-tree.
Kyösti Mälkki has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/37176 )
Change subject: [TESTONLY] binaryPI: Re-enable boards to build ......................................................................
Abandoned