]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[efi] Split out autoexec script portions of efi_autoboot.c
authorMichael Brown <mcb30@ipxe.org>
Wed, 17 Feb 2021 16:57:19 +0000 (16:57 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 17 Feb 2021 17:14:19 +0000 (17:14 +0000)
commite39cd79a00b1b353f47836f1144d28268c541ed6
tree3984989fab45230766c58c74e28a995e5a8216d3
parent057674bb1f766db8b4c6593dc238ea68e4f38028
[efi] Split out autoexec script portions of efi_autoboot.c

The "autoboot device" and "autoexec script" functionalities in
efi_autoboot.c are unrelated except in that they both need to be
invoked by efiprefix.c before device drivers are loaded.

Split out the autoexec script portions to a separate file to avoid
potential confusion.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/efi/efi_autoboot.h
src/include/ipxe/efi/efi_autoexec.h [new file with mode: 0644]
src/include/ipxe/errfile.h
src/interface/efi/efi_autoboot.c
src/interface/efi/efi_autoexec.c [new file with mode: 0644]
src/interface/efi/efiprefix.c