soc/intel/common: Add Intel HDA common block driver
There is common HDA code in soc/intel/common that provides generic HDA support functions, but it does not provide a driver. This change adds a common block driver for HDA that provides a ramstage driver for SOCs that need to initialize an HDA codec. This was tested on a board with an HDA codec to ensure that it properly detected it and ran the codec init steps. Change-Id: I41b4c54d3c81e1f09810cfaf934ffacafca1cf38 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://review.coreboot.org/23187 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -2907,6 +2907,7 @@
|
||||
#define PCI_DEVICE_ID_INTEL_GLK_AUDIO 0x3198
|
||||
#define PCI_DEVICE_ID_INTEL_CNL_AUDIO 0x9dc8
|
||||
#define PCI_DEVICE_ID_INTEL_SKL_AUDIO 0x9d70
|
||||
#define PCI_DEVICE_ID_INTEL_KBL_AUDIO 0x9d71
|
||||
|
||||
/* Intel HECI/ME device Ids */
|
||||
#define PCI_DEVICE_ID_INTEL_APL_CSE0 0x5a9a
|
||||
|
Reference in New Issue
Block a user