cpu/amd: Rename MCA status register
Change the defined name of MCI_STATUS (i.e. MCi_STATUS) to reflect its MC0_STATUS address. Change-Id: I97d2631a186965bb8b18f544ed9648b3a71f5fb0 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/27922 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
parent
b388c0e557
commit
bddd157ea1
11 changed files with 14 additions and 14 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef CPU_AMD_FAM15_H
|
||||
#define CPU_AMD_FAM15_H
|
||||
|
||||
#define MCI_STATUS 0x00000401
|
||||
#define MC0_STATUS 0x00000401
|
||||
#define MSR_SMM_BASE 0xC0010111
|
||||
#define MSR_TSEG_BASE 0xC0010112
|
||||
#define MSR_SMM_MASK 0xC0010113
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
#ifndef CPU_AMD_FAM16_H
|
||||
#define CPU_AMD_FAM16_H
|
||||
|
||||
#define MCI_STATUS 0x00000401
|
||||
#define MC0_STATUS 0x00000401
|
||||
#define HWCR_MSR 0xC0010015
|
||||
#define NB_CFG_MSR 0xC001001f
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue