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