]> git.ipfire.org Git - thirdparty/u-boot.git/commit - scripts/build-efi.sh
efI: Allow packaging a kernel in the debugging script
authorSimon Glass <sjg@chromium.org>
Sun, 19 Mar 2023 19:30:16 +0000 (08:30 +1300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 25 Mar 2023 10:07:22 +0000 (11:07 +0100)
commited10008babeb6750555f26fd8fbb4572489d635c
tree7e71fae32db00e4eb18a5f959f9cce2713d79ec3
parent1d32eee4faedc11d98a342c92aa7d139d9b204cc
efI: Allow packaging a kernel in the debugging script

Add an option to package a kernel into the debugging script used for
EFI.

The name of the kernel must be added to the script. By default it is
assumed that the kernel is built in the /tmp/kernel directory.

Signed-off-by: Simon Glass <sjg@chromium.org>
scripts/build-efi.sh