summaryrefslogtreecommitdiffstats
path: root/cmd/x86
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-022-0/+2
* x86: Add support for more than 8 MTRRsSimon Glass2020-09-251-4/+5
* x86: Allow showing details about a HOB entrySimon Glass2020-09-251-4/+45
* x86: hob: Try to show a name instead of a GUIDSimon Glass2020-09-251-2/+41
* x86: hob: Add way to show a single hob entrySimon Glass2020-09-251-5/+11
* 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-184-10/+12
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* x86: Update the fsp command for FSP2Simon Glass2019-12-151-21/+44
* x86: Rename some FSP functions to have an fsp_ prefixSimon Glass2019-10-081-1/+1
* x86: Rename existing FSP code to fsp1Simon Glass2019-10-081-1/+1
* x86: Add a common HOB libraryPark, Aiden2019-08-093-64/+79
* x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden2019-08-091-6/+4
* cmd: add exception commandHeinrich Schuchardt2019-04-222-0/+30
* 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-073-7/+3
* x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2018-01-083-0/+297