summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/cezanne/include
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-11-24 11:32:39 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-11-25 18:46:11 +0000
commit2f5cb2e3556db4b5fc7e372488e194646893e4fa (patch)
tree2e452d565f380bcad2e24d7f08fd2d41a45397e6 /src/soc/amd/cezanne/include
parentf80f32b0e5b183f5ef269b94598dcef58a73a657 (diff)
downloadcoreboot-2f5cb2e3556db4b5fc7e372488e194646893e4fa.tar.gz
coreboot-2f5cb2e3556db4b5fc7e372488e194646893e4fa.tar.bz2
coreboot-2f5cb2e3556db4b5fc7e372488e194646893e4fa.zip
soc/amd/*/include/data_fabric: make MMIO_NP definition SoC-specific
On Picasso the MMIO_NP bit in the D18F0_MMIO_CTRL0 data fabric register is bit 12, but that has changed to bit 16 in Cezanne. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I64c06b84e2c0737b259077e7932f418306638e19 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59626 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne/include')
-rw-r--r--src/soc/amd/cezanne/include/soc/data_fabric.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/include/soc/data_fabric.h b/src/soc/amd/cezanne/include/soc/data_fabric.h
index 5dcbdd07cef4..13a96e048891 100644
--- a/src/soc/amd/cezanne/include/soc/data_fabric.h
+++ b/src/soc/amd/cezanne/include/soc/data_fabric.h
@@ -5,6 +5,9 @@
#include <types.h>
+/* SoC-specific bits in D18F0_MMIO_CTRL0 */
+#define MMIO_NP BIT(16)
+
#define IOMS0_FABRIC_ID 10
#define NUM_NB_MMIO_REGS 8