aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/ironlake/ironlake.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-07-22 17:49:28 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-03 05:31:47 +0000
commit10993c4ad40c92b2b2796856f9de2a5f602a2da9 (patch)
tree6c1f108c00a6ebab16d574aa44581bbde6697acd /src/northbridge/intel/ironlake/ironlake.h
parent08143576466918413bfae2303abc4d0d16ae5b5c (diff)
nb/intel/ironlake: Add QPI Physical Layer device definition
Like the QPI Link device, there can be more of these devices on multi-socket platforms. So, name it Physical Layer 0. Tested with BUILD_TIMELESS=1, Packard Bell MS2290 remains identical. Change-Id: Ia5f6e42a742bc69237de38f1833e56c8da7c4f7e Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43737 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/northbridge/intel/ironlake/ironlake.h')
-rw-r--r--src/northbridge/intel/ironlake/ironlake.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/northbridge/intel/ironlake/ironlake.h b/src/northbridge/intel/ironlake/ironlake.h
index aa2399f136..d09ccccfd7 100644
--- a/src/northbridge/intel/ironlake/ironlake.h
+++ b/src/northbridge/intel/ironlake/ironlake.h
@@ -70,6 +70,11 @@
#define QPI_QPILS 0x50 /* QPI Link Status */
#define QPI_DEF_RMT_VN_CREDITS 0x58 /* Default Available Remote Credits */
+/*
+ * QPI Physical Layer 0
+ */
+#define QPI_PHY_0 PCI_DEV(QUICKPATH_BUS, 2, 1)
+
/* Device 0:2.0 PCI configuration space (Graphics Device) */