summaryrefslogtreecommitdiffstats
path: root/cmd/x86/mtrr.c
Commit message (Expand)AuthorAgeFilesLines
* x86: Add support for more than 8 MTRRsSimon Glass2020-09-251-4/+5
* x86: mtrr: Fix parsing of "mtrr list" commandWolfgang Wallner2020-09-011-1/+2
* x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass2020-07-201-1/+21
* x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass2020-07-201-2/+16
* x86: mtrr: Restructure so command execution is in one placeSimon Glass2020-07-201-19/+36
* x86: mtrr: Update the command to use the new mtrr callsSimon Glass2020-07-201-26/+8
* x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass2020-07-201-3/+3
* x86: mtrr: Use MP calls to list the MTRRsSimon Glass2020-07-201-4/+21
* x86: mtrr: Fix 'ensable' typoSimon Glass2020-07-201-1/+1
* x86: mtrr: Drop the mask display when changing an mtrrSimon Glass2020-05-271-1/+0
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+4
* x86: Update mtrr functions to allow leaving cache aloneSimon Glass2018-10-091-4/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2018-01-081-0/+139