summaryrefslogtreecommitdiff
path: root/cmd/x86/hob.c
AgeCommit message (Expand)Author
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-02-02common: Drop asm/global_data.h from common headerSimon 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-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2019-08-09x86: Add a common HOB libraryPark, Aiden