commit | a97b3d21cb5636558b21bd35219110a7af33a7ce | [log] [tgz] |
---|---|---|
author | Adriano Cordova <adrianox@gmail.com> | Wed Mar 19 11:45:01 2025 -0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Apr 11 13:20:38 2025 +0200 |
tree | a40a64587e0c1af46c0b31494554061be689f247 | |
parent | cea09bac1c63a379495e7800869c177f82a6bb8b [diff] |
bootm: add support for initrd in do_bootm_efi Pass a pointer to a memory mapped initrd and its size to efi_binary_run. The EFI stack will register an EFI_LOAD_FILE2_PROTOCOL for the next boot stage to access this initrd. Signed-off-by: Adriano Cordova <adriano.cordova@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>