commit | c886557c18956dca5819920fd48d0d250c4b76a1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:43 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 13:38:35 2023 +0800 |
tree | c2b7488fb26854b6eeb3cd6f0e83fa8f6d1ab7c4 | |
parent | 33ebcb468109c40ef0dce262be00a4c161265b90 [diff] |
x86: Add a function to boot a zimage Add a direct interface to booting a zimage, so that bootstd can call it without going through the command-line interface. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>