commit | 10536ceae993153ceaa40e64a267263e20051dec | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 22 14:54:49 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:27 2020 +0800 |
tree | ec27a7db83efe689afd9fe52f721a1fe87bbcd4d | |
parent | d11544dfa9f4aeb959ea9ca642827c44bc92151e [diff] |
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>