index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
x86
/
mtrr.c
Age
Commit message (
Expand
)
Author
2023-07-17
x86: Allow listing MTRRs in SPL
Simon Glass
2023-05-11
mtrr: Don't show an invalid CPU number
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2020-09-25
x86: Add support for more than 8 MTRRs
Simon Glass
2020-09-01
x86: mtrr: Fix parsing of "mtrr list" command
Wolfgang Wallner
2020-07-20
x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU
Simon Glass
2020-07-20
x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU
Simon Glass
2020-07-20
x86: mtrr: Restructure so command execution is in one place
Simon Glass
2020-07-20
x86: mtrr: Update the command to use the new mtrr calls
Simon Glass
2020-07-20
x86: mtrr: Add support for writing to MTRRs on any CPU
Simon Glass
2020-07-20
x86: mtrr: Use MP calls to list the MTRRs
Simon Glass
2020-07-20
x86: mtrr: Fix 'ensable' typo
Simon Glass
2020-05-27
x86: mtrr: Drop the mask display when changing an mtrr
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2018-10-09
x86: Update mtrr functions to allow leaving cache alone
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-08
x86: Move commands from under arch/x86 to cmd/x86/
Tom Rini