boot/efi: Port most of our efi boot code to the EDK II headers.
commit8ca2d97eb80b825025a142a56615f212200ffa74
authorSascha Wildner <saw@online.de>
Sun, 17 Dec 2017 13:41:22 +0000 (17 14:41 +0100)
committerSascha Wildner <saw@online.de>
Sun, 17 Dec 2017 13:41:22 +0000 (17 14:41 +0100)
tree52ff292c9ca0bba39f7e249729afae1c15f616ab
parent655ec0ccb68cc8bc2cfac019cef89b8939b35325
boot/efi: Port most of our efi boot code to the EDK II headers.
14 files changed:
sys/boot/efi/boot1/Makefile
sys/boot/efi/boot1/boot1.c
sys/boot/efi/boot1/ufs_module.c
sys/boot/efi/include/efi.h
sys/boot/efi/libefi/Makefile
sys/boot/efi/libefi/efinet.c
sys/boot/efi/libefi/efipart.c
sys/boot/efi/loader/Makefile
sys/boot/efi/loader/arch/x86_64/Makefile.inc
sys/boot/efi/loader/arch/x86_64/elf64_freebsd.c
sys/boot/efi/loader/arch/x86_64/framebuffer.c
sys/boot/efi/loader/bootinfo.c
sys/boot/efi/loader/copy.c
sys/boot/efi/loader/main.c