coreboot-kgpe-d16/src/mainboard/google
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
..
auron ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
beltino ACPI: Drop typedef global_nvs_t 2020-06-30 09:19:10 +00:00
butterfly ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
cheza treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
cyan ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
daisy treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
dedede mb/google/dedede: set tcc_offset value to 10 2020-07-01 19:04:30 +00:00
deltaur Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
drallion Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
eve skylake: update processor power limits configuration 2020-05-18 07:13:23 +00:00
fizz Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
foster treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
gale treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
glados ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
gru treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
hatch mb/google/hatch: Allow USB2/3 wakeups to (un)plug events in Wyvern 2020-07-03 00:04:16 +00:00
jecht ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
kahlee mb/google/kahlee: Drop macro H1_PCH_INT 2020-07-05 18:33:47 +00:00
kukui mb/google/kukui: Add Hynix 4GB discrete LPDDR4X DDR support 2020-06-22 12:02:15 +00:00
link ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
mistral treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
nyan treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
nyan_big treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
nyan_blaze treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
oak treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
octopus mb/google/octopus/variants/dood: fix disable_xhci_lfps_pm by sku 2020-07-01 05:13:38 +00:00
parrot ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
peach_pit treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
poppy mb/google/poppy-nocturne: Add SX9310 driver unconditionally 2020-07-05 11:29:21 +00:00
rambi ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
reef mb/google/reef/variants/: add Samsung K4F8E3S4HD-MGCL support 2020-06-28 21:46:01 +00:00
sarien Kconfig: Escape variable to accommodate new Kconfig versions 2020-06-19 15:29:04 +00:00
slippy ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
smaug treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
storm treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
stout ACPI GNVS: Replace uses of smm_get_gnvs() 2020-07-01 05:14:24 +00:00
trogdor treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
veyron treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
veyron_mickey treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
veyron_rialto treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
volteer drivers/intel/pmc_mux: Rename con driver to conn 2020-07-04 21:59:00 +00:00
zork mb/google/zork: Use SSDT generator for Chrome EC audio codec device 2020-07-05 18:34:12 +00:00
Kconfig src: Remove leading blank lines from SPDX header 2020-05-18 07:00:27 +00:00
Kconfig.name