coreboot/src
Furquan Shaikh e284bff9cf mb/google/zork: Use SSDT generator for Chrome EC audio codec device
This change drops the inclusion of codec.asl in DSDT for `GOOG0013`
device and instead uses the newly added Chrome EC audio codec driver
for filling in the device node in SSDT.

TEST=Verified that following node gets generated:
Scope (\_SB.PCI0.LPCB.EC0.CREC)
{
	Device (ECA0)
	{
		Name (_HID, "GOOG0013")  // _HID: Hardware ID
		Name (_UID, One)  // _UID: Unique ID
		Name (_DDN, "Cros EC audio codec")  // _DDN: DOS Device Name
		Method (_STA, 0, NotSerialized)  // _STA: Status
		{
			Return (0x0F)
		}
	}
}

Change-Id: I3e626ce01a3735ac2c966c0e95310be4c828b241
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43042
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-07-05 18:34:12 +00:00
..
acpi acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo 2020-07-02 19:12:46 +00:00
arch arch/x86/Makefile.inc: Drop unused reset.c rule 2020-07-05 17:04:18 +00:00
commonlib lib/coreboot_table: Add Intel FSP version to coreboot table 2020-07-04 11:20:08 +00:00
console
cpu ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
device
drivers drivers/pc80/tpm: Remove support code if TPM is disabled 2020-07-05 11:32:17 +00:00
ec ec/google/chromeec: Add driver for audio codec device 2020-07-05 18:34:02 +00:00
include include/cpu/x86/lapic: Add support for x86_64 2020-07-05 08:52:33 +00:00
lib lib/coreboot_table: Add Intel FSP version to coreboot table 2020-07-04 11:20:08 +00:00
mainboard mb/google/zork: Use SSDT generator for Chrome EC audio codec device 2020-07-05 18:34:12 +00:00
northbridge nb/intel/ironlake: Clean up code style (except raminit) 2020-07-02 19:29:10 +00:00
security drivers/pc80/tpm: Remove LPC_TPM 2020-07-04 11:17:44 +00:00
soc soc/intel/xeon_sp/cpx: update HOB display code 2020-07-04 11:25:50 +00:00
southbridge ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
superio
vendorcode ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
Kconfig Kconfig: Fix warning 2020-07-01 05:15:59 +00:00