[coreboot-gerrit] Change in coreboot[master]: cpu/amdfam15.h: Add definition for MMIO config MSR

Marshall Dawson (Code Review) gerrit at coreboot.org
Tue Oct 31 02:15:26 CET 2017


Marshall Dawson has uploaded this change for review. ( https://review.coreboot.org/22241


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

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

Change-Id: Ide7f37e957964d8011438057e58c3d3a43829010
Signed-off-by: Marshall Dawson <marshalldawson3rd at 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 https://review.coreboot.org/22241
To unsubscribe, visit https://review.coreboot.org/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 at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171031/fc40dfcf/attachment-0001.html>


More information about the coreboot-gerrit mailing list