]> git.baikalelectronics.ru Git - uboot.git/commit
x86: zboot: Add an 'info' subcommand
authorSimon Glass <sjg@chromium.org>
Sat, 5 Sep 2020 20:50:45 +0000 (14:50 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:09 +0000 (11:27 +0800)
commit611c49e07baaef6f1307dd4f281e2c751d8378f2
tree8d895537ebe1a7d268af3de94da042fc6472eca0
parent6200694a0ac4d20119ddd7ca818f2b758833d940
x86: zboot: Add an 'info' subcommand

Add a little subcommand that prints out where the kernel was loaded and
its setup pointer. Run it by default in the normal boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/zimage.c