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