From 7a36ca5a3af464bab21e61256e41c4c8eb220f7d Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 10 Nov 2020 15:55:31 +0100 Subject: soc/intel/xeon_sp: Lock down IIO DFX Global registers This is required for CbNT. Change-Id: I565a95cd2e76cb1c648884be6d1954288f6e4804 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/47447 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/xeon_sp/skx/include/soc/pci_devs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/soc/intel/xeon_sp/skx') diff --git a/src/soc/intel/xeon_sp/skx/include/soc/pci_devs.h b/src/soc/intel/xeon_sp/skx/include/soc/pci_devs.h index 5fa2a38387..02061f98f0 100644 --- a/src/soc/intel/xeon_sp/skx/include/soc/pci_devs.h +++ b/src/soc/intel/xeon_sp/skx/include/soc/pci_devs.h @@ -172,4 +172,8 @@ #define DMIRCBAR 0x50 #define ERRINJCON 0x1d8 +// IIO DFX Global D7F7 registers +#define IIO_DFX_TSWCTL0 0x30c +#define IIO_DFX_LCK_CTL 0x504 + #endif /* _SOC_PCI_DEVS_H_ */ -- cgit v1.2.3