commit | 9c6d57dc7e836c67aef95bc49ba6e7fe714b09d4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 28 15:00:25 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 06 13:04:53 2023 -0500 |
tree | 5e26050314dd2b9a3446ff6ba762caedf38d3825 | |
parent | dd4bd9ad861a15525a77879eb0098ab846286cb2 [diff] |
qemu: Add a bootmeth for qfw This supports reading a kernel and ramdisk from qfw, then loading it with either the booti or bootz commands. For now this uses the existing booti and bootz commands, rather than trying to call that functionality directly (e.g. do_bootm_states()). It does not require the HUSH parser though, which helps a little with size. Signed-off-by: Simon Glass <sjg@chromium.org>