commit | 1931b19dab9291741edd97dfccabc235a3538af9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Sep 05 14:50:44 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:08 2020 +0800 |
tree | b54b3240795b97f1fcd4fe206374cff2b99b5226 | |
parent | d9b3c9838b1f6f63fea29014eb6b8835e1744ec8 [diff] |
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>