commit | d498980c02bd2e7bae544117cb74e36aeb20b954 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Aug 07 16:00:09 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Aug 11 07:53:49 2024 +0200 |
tree | e26c496e053c64843e81c8a3ca0ff9cfe594009f | |
parent | 9c8cf10bd47a80742fec9c28b0bb44410a91da06 [diff] |
configs: enable efidebug and EFI http boot on QEMU aarch64 EFI HTTP is a useful option to have by default and is working reliably on QEMU. Let's enable it by default, since we have no size limitations. While at it enable 'efidebug' as well, which is currently needed to configure the EFI HTTP boot options. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>