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/+/56221
to look at the new patch set (#7).
Change subject: mb/intel/adlrvp: Rework Kconfig ......................................................................
mb/intel/adlrvp: 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_ADLRVP_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: If68c118f22579cc0a3db570119798f0f535f9804 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/intel/adlrvp/Kconfig M src/mainboard/intel/adlrvp/Kconfig.name 2 files changed, 45 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/56221/7