diff options
author | Subrata Banik <subrata.banik@intel.com> | 2017-11-27 12:14:38 +0530 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-11-28 20:29:36 +0000 |
commit | fb15d463d2cfaceb4b45d090525179da20ca6b26 (patch) | |
tree | 2a57f71046c595b8fd902a26f121c028223a6cfa /src/soc/intel/skylake/include | |
parent | add7666a47c454df39e86c3782bf736372b765be (diff) | |
download | coreboot-fb15d463d2cfaceb4b45d090525179da20ca6b26.tar.xz |
soc/intel/skylake: Make use of Intel common DSP block
TEST=Build and boot soraka/eve.
Change-Id: I8be2a90dc4e4c5eb196af57045d2a46b7f0c9722
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/22609
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/include')
-rw-r--r-- | src/soc/intel/skylake/include/soc/pci_devs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/skylake/include/soc/pci_devs.h b/src/soc/intel/skylake/include/soc/pci_devs.h index 28f2f391af..4fc8807281 100644 --- a/src/soc/intel/skylake/include/soc/pci_devs.h +++ b/src/soc/intel/skylake/include/soc/pci_devs.h @@ -44,10 +44,6 @@ #define SA_DEVFN_IGD _SA_DEVFN(IGD) #define SA_DEV_IGD _SA_DEV(IGD) -#define SA_DEV_SLOT_DSP 0x04 -#define SA_DEVFN_DSP _SA_DEVFN(DSP) -#define SA_DEV_DSP _SA_DEV(DSP) - /* PCH Devices */ #define PCH_DEV_SLOT_ISH 0x13 |