]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: hob: Try to show a name instead of a GUID
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 20:54:49 +0000 (14:54 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:27 +0000 (11:27 +0800)
commit10536ceae993153ceaa40e64a267263e20051dec
treeec27a7db83efe689afd9fe52f721a1fe87bbcd4d
parentd11544dfa9f4aeb959ea9ca642827c44bc92151e
x86: hob: Try to show a name instead of a GUID

GUIDs are one of the seven evils of the computer world. They obfuscate the
meaning and require people to look up long hex strings to decode it.

Luckily only a miniscule fraction of the 10^38 possible GUIDs are in use.

Add a way to decode the GUIDs known to U-Boot. Add a few more to the list
for good measure.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/fsp/fsp_hob.h
cmd/x86/hob.c