aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini2021-04-15 09:19:31 -0400
committerTom Rini2021-04-15 09:19:31 -0400
commitb86772eda6033ea795e42f5463d436057919b6be (patch)
treec0ebb3e8f449b8c3657a4d8d24c27f21cb902431 /arch
parent3505fa572793d50f7ae53a46630cf5976b69e700 (diff)
parent2c32c701ea6cc04881589c09cc229ee77acae723 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-x86
- Minor fix to Apollo Lake devicetree bindings for FSP - Refactor Designware PCIe drivers to core and SoC parts - Add Amlogic Meson Designware PCIe controller driver
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/include/asm/mtrr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/mtrr.h b/arch/x86/include/asm/mtrr.h
index 3a98aacdef5..384672e93fb 100644
--- a/arch/x86/include/asm/mtrr.h
+++ b/arch/x86/include/asm/mtrr.h
@@ -103,7 +103,7 @@ struct mtrr_info {
void mtrr_open(struct mtrr_state *state, bool do_caches);
/**
- * mtrr_open() - Clean up after adjusting MTRRs, and enable them
+ * mtrr_close() - Clean up after adjusting MTRRs, and enable them
*
* This uses the structure containing information returned from mtrr_open().
*
@@ -170,7 +170,7 @@ void mtrr_read_all(struct mtrr_info *info);
int mtrr_set_valid(int cpu_select, int reg, bool valid);
/**
- * mtrr_set() - Set the valid flag for a selected MTRR and CPU(s)
+ * mtrr_set() - Set the base address and mask for a selected MTRR and CPU(s)
*
* @cpu_select: Selected CPUs (either a CPU number or MP_SELECT_...)
* @reg: MTRR register to write (0-7)