]> git.baikalelectronics.ru Git - uboot.git/commit
x86: zboot: Add a 'go' subcommand
authorSimon Glass <sjg@chromium.org>
Sat, 5 Sep 2020 20:50:44 +0000 (14:50 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:08 +0000 (11:27 +0800)
commit6200694a0ac4d20119ddd7ca818f2b758833d940
treeb54b3240795b97f1fcd4fe206374cff2b99b5226
parent0610a57fe2fce499095ad63d96168ba1e62c44d1
x86: zboot: Add a 'go' subcommand

Split out the code that actually boots linux into a separate sub-command.
Add base_ptr to the state to support this.

Show an error if the boot fails, since this should not happen.

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