commit | 44d57f62c7c2fd5c9801355a6b7bb4b6d16508d3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 23 15:07:21 2025 -0700 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Jan 26 11:06:57 2025 +0100 |
tree | ebbdfce56ef5d185648e10dc854bc650a9eab79f | |
parent | a39a78b4603c7f8065db19760cebc4ac82734d4a [diff] |
efi_loader: Add a version of efi_binary_run() with more parameters This uses a few global variables at present. With the bootflow we have the required parameters, so add a function which accepts these. Update the existing function to call the new one with the globals. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>