]> git.baikalelectronics.ru Git - uboot.git/commit
x86: hob: Add way to show a single hob entry
authorSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 20:54:48 +0000 (14:54 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:26 +0000 (11:27 +0800)
commitfc08fb92b976c19ea95be77e7d8393462a07e850
tree853ab2fffd79e043e908ba63c74e6a2051fa689c
parent6d9ae5d8407f6a06e7e833f31a3c2a37a90a23c9
x86: hob: Add way to show a single hob entry

The 'hob' command currently lists all HOB entries. Add way to list a
single entry, by index.

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