[coreboot-gerrit] Change in coreboot[master]: amd/fam15: Add MCA bank register definitions

Marshall Dawson (Code Review) gerrit at coreboot.org
Tue Aug 7 16:01:28 CEST 2018


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


Change subject: amd/fam15: Add MCA bank register definitions
......................................................................

amd/fam15: Add MCA bank register definitions

Define the additional registers used for each Machine Check
Architecture bank.

Change-Id: I962f23662789a3b974f4946555f67fcfc6147df8
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/25/27925/1

diff --git a/src/include/cpu/amd/amdfam15.h b/src/include/cpu/amd/amdfam15.h
index 3095dd1..1441c05 100644
--- a/src/include/cpu/amd/amdfam15.h
+++ b/src/include/cpu/amd/amdfam15.h
@@ -18,7 +18,11 @@
 
 #define MCG_CAP				0x00000179
 # define MCA_BANKS_MASK			0xff
+#define MC0_CTL				0x00000400
 #define MC0_STATUS			0x00000401
+#define MC0_ADDR			0x00000402
+#define MC0_MISC			0x00000403
+#define MC0_CTL_MASK			0xC0010044
 #define MSR_SMM_BASE			0xC0010111
 #define MSR_TSEG_BASE			0xC0010112
 #define MSR_SMM_MASK			0xC0010113

-- 
To view, visit https://review.coreboot.org/27925
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I962f23662789a3b974f4946555f67fcfc6147df8
Gerrit-Change-Number: 27925
Gerrit-PatchSet: 1
Gerrit-Owner: Marshall Dawson <marshalldawson3rd at gmail.com>
Gerrit-Reviewer: Marshall Dawson <marshall.dawson at scarletltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180807/474cdd15/attachment-0001.html>


More information about the coreboot-gerrit mailing list