Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
mb/bap/ode_e21XX: Drop old commented Kconfigs
Change-Id: I56225c0a533e5f9e8294b7866a41c9a6c24a7f67 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/mainboard/bap/ode_e21XX/Kconfig 1 file changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/66/41966/1
diff --git a/src/mainboard/bap/ode_e21XX/Kconfig b/src/mainboard/bap/ode_e21XX/Kconfig index a454e8a..4d77280 100644 --- a/src/mainboard/bap/ode_e21XX/Kconfig +++ b/src/mainboard/bap/ode_e21XX/Kconfig @@ -7,8 +7,6 @@
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER - #select ROMCC_BOOTBLOCK select CPU_AMD_PI_00730F01 select NORTHBRIDGE_AMD_PI_00730F01 select SOUTHBRIDGE_AMD_PI_AVALON
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
Patch Set 1: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
mb/bap/ode_e21XX: Drop old commented Kconfigs
Change-Id: I56225c0a533e5f9e8294b7866a41c9a6c24a7f67 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/41966 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de --- M src/mainboard/bap/ode_e21XX/Kconfig 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/mainboard/bap/ode_e21XX/Kconfig b/src/mainboard/bap/ode_e21XX/Kconfig index a454e8a..4d77280 100644 --- a/src/mainboard/bap/ode_e21XX/Kconfig +++ b/src/mainboard/bap/ode_e21XX/Kconfig @@ -7,8 +7,6 @@
config BOARD_SPECIFIC_OPTIONS def_bool y - #select BINARYPI_LEGACY_WRAPPER - #select ROMCC_BOOTBLOCK select CPU_AMD_PI_00730F01 select NORTHBRIDGE_AMD_PI_00730F01 select SOUTHBRIDGE_AMD_PI_AVALON
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
Patch Set 2:
This board is disabled
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
Patch Set 2:
Patch Set 2:
This board is disabled
Ah. Any reason why it was left out from same treatment like CB:39068, removal that is.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
Patch Set 2:
Patch Set 2:
Patch Set 2:
This board is disabled
Ah. Any reason why it was left out from same treatment like CB:39068, removal that is.
I mean, we probably have to avoid touching the code as Jenkins will not check it. (here only commented lines where removed, so it's fine)
if I'm not wrong, you want to port this board. do you think you'll have time for this board?
Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/41966 )
Change subject: mb/bap/ode_e21XX: Drop old commented Kconfigs ......................................................................
Patch Set 2:
Patch Set 2:
Patch Set 2:
Patch Set 2:
This board is disabled
Ah. Any reason why it was left out from same treatment like CB:39068, removal that is.
I mean, we probably have to avoid touching the code as Jenkins will not check it. (here only commented lines where removed, so it's fine)
if I'm not wrong, you want to port this board. do you think you'll have time for this board?
I never had plans for this board. Like with rest of ROMCC_BOOTBLOCK my request was to only keep in those that see boot-testing. But other people wanted to do some boards blindfolded.