diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/cpu/amd/mtrr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/cpu/amd/mtrr.h b/src/include/cpu/amd/mtrr.h index 33b5939e2f..46d66f8cef 100644 --- a/src/include/cpu/amd/mtrr.h +++ b/src/include/cpu/amd/mtrr.h @@ -1,6 +1,18 @@ #ifndef CPU_AMD_MTRR_H #define CPU_AMD_MTRR_H +/* FIXME + * Replace + * #define IORR_FIRST 0xC0010016 + * #define IORR_LAST 0xC0010019 + * with + * #define IORR0_BASE 0xC0010016 + * #define IORR0_MASK 0xC0010017 + * #define IORR1_BASE 0xC0010018 + * #define IORR1_MASK 0xC0010019 + * those are also defined in vendorcode <AGESA.h> file. + */ + #define IORR_FIRST 0xC0010016 #define IORR_LAST 0xC0010019 |