x86: Allow showing details about a HOB entry
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 20:54:50 +0000 (14:54 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:27 +0000 (11:27 +0800)
commit51af144eb7a0bba3f54991059920ceccd83ddc91
tree4d4a99af74d9207d46f60c53503bea819a5141b2
parent10536ceae993153ceaa40e64a267263e20051dec
x86: Allow showing details about a HOB entry

Some HOBs include information that can be decoded. Add a -v option to the
hob command, to allow this to be displayed. Add the ability to decode a
resource descriptor.

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