Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/20010
Change subject: mainboard/eve: [Don't merge] Sample code to enable ACPI debug ......................................................................
mainboard/eve: [Don't merge] Sample code to enable ACPI debug
Change-Id: Icfc366114cbbb4c1354d71ed8c7074c2750f6bde Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/mainboard/google/eve/Kconfig M src/soc/intel/skylake/acpi/platform.asl 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/20010/1
diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig index 16bcbd5..b54bf10 100644 --- a/src/mainboard/google/eve/Kconfig +++ b/src/mainboard/google/eve/Kconfig @@ -19,6 +19,7 @@ select MAINBOARD_USES_FSP2_0 select SOC_INTEL_KABYLAKE select TPM2 + select ACPI_CONSOLE
config VBOOT select EC_GOOGLE_CHROMEEC_SWITCHES diff --git a/src/soc/intel/skylake/acpi/platform.asl b/src/soc/intel/skylake/acpi/platform.asl index 39debe1..a1a9357 100644 --- a/src/soc/intel/skylake/acpi/platform.asl +++ b/src/soc/intel/skylake/acpi/platform.asl @@ -17,6 +17,7 @@
/* Enable ACPI _SWS methods */ #include <soc/intel/common/acpi/acpi_wake_source.asl> +#include <soc/intel/common/acpi/acpi_debug.asl>
/* The APM port can be used for generating software SMIs */