commit | 4f6b7d534138faac2fa21a2a73eb30a1de789b51 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 26 23:59:33 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 09 22:04:56 2024 -0600 |
tree | 7a0d2540c85e82683908ce8ae8cae600bb2043a6 | |
parent | e1e0cc30c01813d71bd3a2ebb147da62bb3d9a5e [diff] |
efi_loader: Shorten the app rules We have quite a few apps now, so create a way to specify them as a list rather than repeating the same rules again and again. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>