summaryrefslogtreecommitdiff
path: root/cmd/x86
AgeCommit message (Expand)AuthorFilesLines
2021-08-03Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini1-5/+4
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-3/+3
2021-08-02x86: cmd: hob: Fix display of resource type for system memoryBin Meng1-1/+1
2021-08-02x86: cmd: hob: Fix the command usage and help messagesBin Meng1-4/+3
2021-05-10x86: Correct regwidth prompt in cbsysinfoSimon Glass1-1/+1
2021-03-27x86: Add a command to display coreboot sysinfoSimon Glass2-0/+395
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass2-0/+2
2020-09-25x86: Add support for more than 8 MTRRsSimon Glass1-4/+5
2020-09-25x86: Allow showing details about a HOB entrySimon Glass1-4/+45
2020-09-25x86: hob: Try to show a name instead of a GUIDSimon Glass1-2/+41
2020-09-25x86: hob: Add way to show a single hob entrySimon Glass1-5/+11
2020-09-01x86: mtrr: Fix parsing of "mtrr list" commandWolfgang Wallner1-1/+2
2020-07-20x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPUSimon Glass1-1/+21
2020-07-20x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPUSimon Glass1-2/+16
2020-07-20x86: mtrr: Restructure so command execution is in one placeSimon Glass1-19/+36
2020-07-20x86: mtrr: Update the command to use the new mtrr callsSimon Glass1-26/+8
2020-07-20x86: mtrr: Add support for writing to MTRRs on any CPUSimon Glass1-3/+3
2020-07-20x86: mtrr: Use MP calls to list the MTRRsSimon Glass1-4/+21
2020-07-20x86: mtrr: Fix 'ensable' typoSimon Glass1-1/+1
2020-05-27x86: mtrr: Drop the mask display when changing an mtrrSimon Glass1-1/+0
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass4-10/+12
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2019-12-15x86: Update the fsp command for FSP2Simon Glass1-21/+44
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass1-1/+1
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass1-1/+1
2019-08-09x86: Add a common HOB libraryPark, Aiden3-64/+79
2019-08-09x86: lib: fsp: Use EFI_GUID and efi_guid_tPark, Aiden1-6/+4
2019-04-22cmd: add exception commandHeinrich Schuchardt2-0/+30
2018-10-09x86: Update mtrr functions to allow leaving cache aloneSimon Glass1-4/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini3-0/+297