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>
This commit is contained in:
parent
eb2fc04c97
commit
053851f283
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue