summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/include/soc/pci_devs.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-06-15 13:55:03 +0200
committerPaul Fagerburg <pfagerburg@chromium.org>2021-08-02 14:59:57 +0000
commit29924b24fa65e9dad6813ee31968b85e996ddd11 (patch)
tree454859e8b904dc94f268bb2166748174c795a444 /src/soc/intel/broadwell/include/soc/pci_devs.h
parent6672dff0887678fb2f36663d0175d9a88f3de72f (diff)
downloadcoreboot-29924b24fa65e9dad6813ee31968b85e996ddd11.tar.gz
coreboot-29924b24fa65e9dad6813ee31968b85e996ddd11.tar.bz2
coreboot-29924b24fa65e9dad6813ee31968b85e996ddd11.zip
soc/intel/broadwell: Rename `SA_DEV_ROOT`
For consistency with Haswell, rename this macro to `HOST_BRIDGE`. Tested with BUILD_TIMELESS=1, Purism Librem 13 v1 remains identical. Change-Id: I4319f04c67aec8df118fa539e00c7328128f0700 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55528 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/include/soc/pci_devs.h')
-rw-r--r--src/soc/intel/broadwell/include/soc/pci_devs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/intel/broadwell/include/soc/pci_devs.h b/src/soc/intel/broadwell/include/soc/pci_devs.h
index 3cf7cf35b15c..b49023cc34df 100644
--- a/src/soc/intel/broadwell/include/soc/pci_devs.h
+++ b/src/soc/intel/broadwell/include/soc/pci_devs.h
@@ -17,9 +17,7 @@
#define SA_DEV_SLOT_ROOT 0x00
#define SA_DEVFN_ROOT PCI_DEVFN(SA_DEV_SLOT_ROOT, 0)
-#if defined(__SIMPLE_DEVICE__)
-#define SA_DEV_ROOT PCI_DEV(0, SA_DEV_SLOT_ROOT, 0)
-#endif
+#define HOST_BRIDGE PCI_DEV(0, SA_DEV_SLOT_ROOT, 0)
#define SA_DEV_SLOT_IGD 0x02
#define SA_DEVFN_IGD PCI_DEVFN(SA_DEV_SLOT_IGD, 0)