diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2018-08-22 13:50:28 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-08-23 15:52:26 +0000 |
commit | 053851f283e8a9239cff8f667dba958fbc3ce63e (patch) | |
tree | 68e2caa547658cc7c57478cfd6e0f39e4e29c3e9 /src/mainboard/siemens | |
parent | eb2fc04c97c41290678161ca95a9529c5d388189 (diff) | |
download | coreboot-053851f283e8a9239cff8f667dba958fbc3ce63e.tar.xz |
siemens/mc_apl1: Move board specific things to mc_apl1 variant
A FPGA is not necessarily available in further mc_apl1 variants. So we
move the loading of the driver and the notify function to the mc_apl1
variant.
Setting the CPU to Max Non-Turbo Ratio is also not absolutely necessary
for further variants.
Change-Id: I9f8438407f231df08e1ad04655bb6f747257e268
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/28269
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/Kconfig index 44b81dc9fe..97ba66f20b 100644 --- a/src/mainboard/siemens/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/Kconfig @@ -5,9 +5,6 @@ config BOARD_SIEMENS_BASEBOARD_MC_APL1 select BOARD_ROMSIZE_KB_16384 select HAVE_ACPI_TABLES select USE_SIEMENS_HWILIB - select DRIVER_SIEMENS_NC_FPGA - select APL_SKIP_SET_POWER_LIMITS - select NC_FPGA_NOTIFY_CB_READY source "src/mainboard/siemens/mc_apl1/variants/*/Kconfig" diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig index ae72d9e2d6..a265ca3635 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl1/Kconfig @@ -6,6 +6,9 @@ config BOARD_SIEMENS_MC_APL1_VAR select DRIVER_INTEL_I210 select DRIVERS_I2C_RX6110SA select DRIVERS_UART_8250IO + select DRIVER_SIEMENS_NC_FPGA + select NC_FPGA_NOTIFY_CB_READY + select APL_SKIP_SET_POWER_LIMITS config DEVICETREE string |