git: boot/efi: Bring in two more TianoCore EDK II headers.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Dec 12 00:59:30 PST 2017


commit 27c3123d617fee5e76211ef9da0e7702c58c92c8
Author: Sascha Wildner <saw at online.de>
Date:   Tue Dec 12 09:59:07 2017 +0100

    boot/efi: Bring in two more TianoCore EDK II headers.
    
    Taken from the MdePkg of the UDK2017 branch of the
    git://github.com/tianocore/edk2 repository.
    All I modified was killing CRs using 'tr -d "\015"'.
    
    This is a work in progress.

Summary of changes:
 sys/boot/efi/include/efi.h                         |   4 +-
 sys/boot/efi/include/efi_nii.h                     |  86 ---
 sys/boot/efi/include/efinet.h                      | 348 -----------
 sys/boot/efi/libefi/efinet.c                       |   2 +-
 sys/boot/efi/loader/main.c                         |   2 +-
 .../Include/Protocol/NetworkInterfaceIdentifier.h  | 118 ++++
 sys/contrib/edk2/Include/Protocol/SimpleNetwork.h  | 681 +++++++++++++++++++++
 7 files changed, 803 insertions(+), 438 deletions(-)
 delete mode 100644 sys/boot/efi/include/efi_nii.h
 delete mode 100644 sys/boot/efi/include/efinet.h
 create mode 100644 sys/contrib/edk2/Include/Protocol/NetworkInterfaceIdentifier.h
 create mode 100644 sys/contrib/edk2/Include/Protocol/SimpleNetwork.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27c3123d617fee5e76211ef9da0e7702c58c92c8


-- 
DragonFly BSD source repository



More information about the Commits mailing list