cpu/x86: Define MTRR_CAP_PRMRR
Followups will remove remaining cases of PRMRR_SUPPORTED and SMRR_SUPPORTED in the tree. Change-Id: I7f8c7d98f5e83a45cc0787c245cdcaf8fab176d5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42358 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
96cb2522fd
commit
eadd251bf7
5 changed files with 6 additions and 4 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#define MTRR_CAP_MSR 0x0fe
|
||||
|
||||
#define MTRR_CAP_PRMRR (1 << 12)
|
||||
#define MTRR_CAP_SMRR (1 << 11)
|
||||
#define MTRR_CAP_WC (1 << 10)
|
||||
#define MTRR_CAP_FIX (1 << 8)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue