coreboot/src
Furquan Shaikh c1c1ba5582 soc/intel/alderlake and mb: Drop PchHdaAudioLink*Enable UPDs from chip.h
FSP uses PchHdaAudioLink{Hda|Dmic|Ssp|Sndw}Enable UPDs to configure
GPIO pads for audio. However, mainboard is expected to perform all
GPIO configration in coreboot and hence these UPDs must be set to
0. There is no need to expose these UPDs in chip.h and provide
mainboard an option to set these in devicetree.

This change drops PchHdaAudioLink{Hda|Dmic|Ssp|Sndw}Enable UPDs from
chip.h and the corresponding devicetree in mainboards. Currently,
shadowmountain already set these UPDs to 0, whereas adlrvp set these
to 1. But all the ADL boards are correctly configuring the GPIO pads
for audio, so this change should not impact audio for any of these
boards.

BUG=b:183482000
TEST=adlrvp and shadowmountain build successfully.

Change-Id: I90e4eb5cc242a789800f4c9f8c71e9d8c8a2becf
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52559
Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-04-22 15:59:16 +00:00
..
acpi ACPI: Fix the devices scope in the SATC structure 2021-04-22 10:15:11 +00:00
arch arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID 2021-04-22 12:42:46 +00:00
commonlib commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
console Rename do_printk() to printk() 2021-04-14 10:38:09 +00:00
cpu cpu/x86/smm/smm_module_loaderv2.c: Rename file 2021-04-19 06:36:43 +00:00
device device/azalia_device.c: Add option to lock down GCAP 2021-04-19 19:02:08 +00:00
drivers commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
ec ec/purism/librem-ec: Apply initial Purism customizations 2021-04-21 09:15:26 +00:00
include arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID 2021-04-22 12:42:46 +00:00
lib commonlib/region: Turn addrspace_32bit into a more official API 2021-04-21 02:06:26 +00:00
mainboard soc/intel/alderlake and mb: Drop PchHdaAudioLink*Enable UPDs from chip.h 2021-04-22 15:59:16 +00:00
northbridge nb/intel: Use get_int_option() 2021-04-21 09:01:28 +00:00
security vboot: ec_sync: Switch to new CBFS API 2021-04-14 01:03:22 +00:00
soc soc/intel/alderlake and mb: Drop PchHdaAudioLink*Enable UPDs from chip.h 2021-04-22 15:59:16 +00:00
southbridge ChromeOS: Use CHROMEOS_NVS guard 2021-04-21 09:27:31 +00:00
superio superio/nuvoton/npcd378: Fix psu_fan_lvl option 2021-04-21 09:07:40 +00:00
vendorcode ChromeOS: Use CHROMEOS_NVS guard 2021-04-21 09:27:31 +00:00
Kconfig src/drivers/ipmi: Add DEBUG_IPMI option 2021-04-18 20:37:10 +00:00