aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/cpx
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2020-11-10 16:46:18 +0100
committerHung-Te Lin <hungte@chromium.org>2020-12-28 13:39:23 +0000
commit42a6f7e417f64a475f6e2b54ea59ee0a733a9c79 (patch)
tree8d21e58d01cbda59faaa2e8a87634987d92c55eb /src/soc/intel/xeon_sp/cpx
parentb0ab41e0279e47d3bb09d6cddc803686859e6985 (diff)
soc/intel/xeon_sp: Lock down DMI3 PCI registers
This is required for CBnT. Change-Id: If5637eb8dd7de406b24b92100b68c5fa11c16854 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47448 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/cpx')
-rw-r--r--src/soc/intel/xeon_sp/cpx/include/soc/pci_devs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/cpx/include/soc/pci_devs.h b/src/soc/intel/xeon_sp/cpx/include/soc/pci_devs.h
index 198d385829..6ddcce4cfe 100644
--- a/src/soc/intel/xeon_sp/cpx/include/soc/pci_devs.h
+++ b/src/soc/intel/xeon_sp/cpx/include/soc/pci_devs.h
@@ -122,4 +122,9 @@
// ========== IOAPIC Definitions for DMAR/ACPI ========
#define PCH_IOAPIC_ID 0x08
+// DMI3 B0D0F0 registers
+#define DMI3_DEVID 0x2020
+#define DMIRCBAR 0x50
+#define ERRINJCON 0x1d8
+
#endif /* _SOC_PCI_DEVS_H_ */