mb/siemens/mc_apl{1,2,3,5,6}: Disable ACPI-support for RX6110
Already released Linux versions did not have the needed ACPI-extension in the RTC driver. If the ACPI-Support is enabled for the RTC, this older Linux will not be able to use this device as it will be claimed by the PNP-drivers. As there is no way to avoid that an older Linux kernel meets a newer coreboot in the field, we need to disable the ACPI support for the RTC for the mc_apl-based mainboards. Change-Id: I9f9939ba3234dc3654a4ef8a498649453941ebdf Signed-off-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55004 Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
964948d97f
commit
80d5a05cfd
|
@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select DRIVER_INTEL_I210
|
||||
select DRIVERS_I2C_RX6110SA
|
||||
select RX6110SA_DISABLE_ACPI
|
||||
select DRIVER_SIEMENS_NC_FPGA
|
||||
select NC_FPGA_NOTIFY_CB_READY
|
||||
select APL_SKIP_SET_POWER_LIMITS
|
||||
|
|
|
@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select DRIVER_INTEL_I210
|
||||
select DRIVERS_I2C_RX6110SA
|
||||
select RX6110SA_DISABLE_ACPI
|
||||
select DRIVER_SIEMENS_NC_FPGA
|
||||
select MAINBOARD_HAS_TPM2
|
||||
select MAINBOARD_HAS_LPC_TPM
|
||||
|
|
|
@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select DRIVER_INTEL_I210
|
||||
select DRIVERS_I2C_RX6110SA
|
||||
select RX6110SA_DISABLE_ACPI
|
||||
select DRIVER_SIEMENS_NC_FPGA
|
||||
select NC_FPGA_NOTIFY_CB_READY
|
||||
select APL_SKIP_SET_POWER_LIMITS
|
||||
|
|
|
@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select DRIVER_INTEL_I210
|
||||
select DRIVERS_I2C_RX6110SA
|
||||
select RX6110SA_DISABLE_ACPI
|
||||
select DRIVER_SIEMENS_NC_FPGA
|
||||
select NC_FPGA_NOTIFY_CB_READY
|
||||
select APL_SKIP_SET_POWER_LIMITS
|
||||
|
|
|
@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS
|
|||
def_bool y
|
||||
select DRIVER_INTEL_I210
|
||||
select DRIVERS_I2C_RX6110SA
|
||||
select RX6110SA_DISABLE_ACPI
|
||||
select DRIVER_SIEMENS_NC_FPGA
|
||||
select NC_FPGA_NOTIFY_CB_READY
|
||||
select APL_SKIP_SET_POWER_LIMITS
|
||||
|
|
Loading…
Reference in New Issue