From 8996084f82119564362b1f9cb28fcbb7d74b3188 Mon Sep 17 00:00:00 2001 From: Duncan Laurie Date: Sat, 21 Nov 2015 18:40:19 -0800 Subject: intel/skylake: Add ACPI device for audio controller Add the audio controller device to ACPI and define the _DSM handler to return the address of the NHLT table, if it has been set in NVS. BUG=chrome-os-partner:47346 BRANCH=none TEST=build and boot on glados and chell Change-Id: I8dc186a8bb79407b69ef32fb224a7c0f85c05bc4 Signed-off-by: Patrick Georgi Original-Commit-Id: 6b73fba375f83f175d0b73e5e70a058a6c259e0d Original-Change-Id: Ia9bedbae198e53fe415adc086a44b8b29b7f611d Original-Signed-off-by: Duncan Laurie Original-Reviewed-on: https://chromium-review.googlesource.com/313824 Original-Commit-Ready: Aaron Durbin Original-Reviewed-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/12597 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/soc/intel/skylake/acpi/pch.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/skylake/acpi/pch.asl') diff --git a/src/soc/intel/skylake/acpi/pch.asl b/src/soc/intel/skylake/acpi/pch.asl index ef46c15d55..4e7c951af5 100644 --- a/src/soc/intel/skylake/acpi/pch.asl +++ b/src/soc/intel/skylake/acpi/pch.asl @@ -30,6 +30,9 @@ /* LPC 0:1f.0 */ #include "lpc.asl" +/* PCH HDA */ +#include "pch_hda.asl" + /* PCIE Ports */ #include "pcie.asl" -- cgit v1.2.3