Attention is currently required from: Subrata Banik. Hello build bot (Jenkins), Subrata Banik,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56217
to look at the new patch set (#2).
Change subject: mb/intel/coffeelake_rvp: Rework Kconfig ......................................................................
mb/intel/coffeelake_rvp: Rework Kconfig
Rework Kconfig file that each variant has its own config option with their specific selects / configuration and move common selects to `BOARD_INTEL_COFFEELAKE_COMMON`, which is used as base for each variant.
Also, move selects from Kconfig.name to Kconfig that the configuration is at one place and not distributed over two files.
Built each variant with `BUILD_TIMELESS=1` and all generated coreboot.rom files remain identical.
Change-Id: I3b3d3cff5ea7a3f4d1c4ddd911240763e4891e06 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/intel/coffeelake_rvp/Kconfig M src/mainboard/intel/coffeelake_rvp/Kconfig.name 2 files changed, 57 insertions(+), 20 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/56217/2