summaryrefslogtreecommitdiffstats
path: root/include/arch/x86/mtrr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/x86/mtrr.h')
-rw-r--r--include/arch/x86/mtrr.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/arch/x86/mtrr.h b/include/arch/x86/mtrr.h
index 86869897e83d..d63402233ea3 100644
--- a/include/arch/x86/mtrr.h
+++ b/include/arch/x86/mtrr.h
@@ -35,12 +35,10 @@
void x86_setup_var_mtrrs(unsigned address_bits);
void x86_setup_mtrrs(unsigned address_bits);
int x86_mtrr_check(void);
-void stage1_set_var_mtrr(unsigned long reg, unsigned long base,
- unsigned long size, unsigned long type);
void stage1_set_fix_mtrr(u32 reg, u8 type);
-void stage1_set_var_mtrr_x(unsigned long reg, u32 base_lo, u32 base_hi,
- u32 size_lo, u32 size_hi, unsigned long type);
-
+u8 stage1_range_to_mtrr(u8 reg, u32 range_startk, u32 range_sizek,
+ u8 type, u32 address_bits);
+u32 stage1_resk(u64 value);
#endif