soc/intel/skylake: Switch to runtime generation of Intel Power Engine
The pep.asl file is being obsoleted by runtime generation, therefore switch skylake boards to this method. Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: I7c7cb424278946a9767ea329d18fb03d4e57dce8 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56014 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
@@ -54,6 +54,7 @@ config CPU_SPECIFIC_OPTIONS
|
|||||||
select SOC_INTEL_COMMON_BLOCK
|
select SOC_INTEL_COMMON_BLOCK
|
||||||
select SOC_INTEL_COMMON_BLOCK_ACPI_GPIO
|
select SOC_INTEL_COMMON_BLOCK_ACPI_GPIO
|
||||||
select SOC_INTEL_COMMON_BLOCK_ACPI_LPIT
|
select SOC_INTEL_COMMON_BLOCK_ACPI_LPIT
|
||||||
|
select SOC_INTEL_COMMON_BLOCK_ACPI_PEP
|
||||||
select SOC_INTEL_COMMON_BLOCK_CAR
|
select SOC_INTEL_COMMON_BLOCK_CAR
|
||||||
select SOC_INTEL_COMMON_BLOCK_CHIP_CONFIG
|
select SOC_INTEL_COMMON_BLOCK_CHIP_CONFIG
|
||||||
select SOC_INTEL_COMMON_BLOCK_CPU
|
select SOC_INTEL_COMMON_BLOCK_CPU
|
||||||
|
@@ -65,6 +65,3 @@ Method (_OSC, 4)
|
|||||||
#if CONFIG(SOC_INTEL_COMMON_BLOCK_SGX)
|
#if CONFIG(SOC_INTEL_COMMON_BLOCK_SGX)
|
||||||
#include <soc/intel/common/acpi/sgx.asl>
|
#include <soc/intel/common/acpi/sgx.asl>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Intel Power Engine Plug-in */
|
|
||||||
#include <soc/intel/common/block/acpi/acpi/pep.asl>
|
|
||||||
|
Reference in New Issue
Block a user