git: boot/efi: Port most of our efi boot code to the EDK II headers.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Dec 17 05:42:26 PST 2017
commit 8ca2d97eb80b825025a142a56615f212200ffa74
Author: Sascha Wildner <saw at online.de>
Date: Sun Dec 17 14:41:22 2017 +0100
boot/efi: Port most of our efi boot code to the EDK II headers.
Summary of changes:
sys/boot/efi/boot1/Makefile | 5 +-
sys/boot/efi/boot1/boot1.c | 48 +++++-----
sys/boot/efi/boot1/ufs_module.c | 8 +-
sys/boot/efi/include/efi.h | 113 +++++++++++++-----------
sys/boot/efi/libefi/Makefile | 2 +-
sys/boot/efi/libefi/efinet.c | 16 ++--
sys/boot/efi/libefi/efipart.c | 1 -
sys/boot/efi/loader/Makefile | 1 -
sys/boot/efi/loader/arch/x86_64/Makefile.inc | 1 +
sys/boot/efi/loader/arch/x86_64/elf64_freebsd.c | 3 +-
sys/boot/efi/loader/arch/x86_64/framebuffer.c | 14 +--
sys/boot/efi/loader/bootinfo.c | 10 +--
sys/boot/efi/loader/copy.c | 8 +-
sys/boot/efi/loader/main.c | 16 ++--
14 files changed, 127 insertions(+), 119 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8ca2d97eb80b825025a142a56615f212200ffa74
--
DragonFly BSD source repository
More information about the Commits
mailing list