Marshall Dawson has uploaded this change for review.

View Change

cpu/amdfam15.h: Add definition for MMIO config MSR

Change-Id: Ide7f37e957964d8011438057e58c3d3a43829010
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
---
M src/include/cpu/amd/amdfam15.h
1 file changed, 4 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/22241/1
diff --git a/src/include/cpu/amd/amdfam15.h b/src/include/cpu/amd/amdfam15.h
index 33aa863..008d5da 100644
--- a/src/include/cpu/amd/amdfam15.h
+++ b/src/include/cpu/amd/amdfam15.h
@@ -26,6 +26,10 @@
# define SMM_LOCK (1 << 0)
#define NB_CFG_MSR 0xC001001f

+#define MMIO_CONF_BASE 0xC0010058
+# define MMIO_BUS_RANGE_SHIFT 2
+# define MMIO_RANGE_EN (1 << 0)
+
#define PSTATE_0_MSR 0xC0010064

#define LS_CFG_MSR 0xC0011020

To view, visit change 22241. To unsubscribe, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide7f37e957964d8011438057e58c3d3a43829010
Gerrit-Change-Number: 22241
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com>