boot/efi: Bring in a bunch of additional TianoCore EDK II headers.
commit655ec0ccb68cc8bc2cfac019cef89b8939b35325
authorSascha Wildner <saw@online.de>
Sun, 17 Dec 2017 13:40:41 +0000 (17 14:40 +0100)
committerSascha Wildner <saw@online.de>
Sun, 17 Dec 2017 13:40:41 +0000 (17 14:40 +0100)
treefb15cc08532a12eb103182181ae453a42b6a7452
parent61ebbe47081f4a20867f698690e11970b6c1b391
boot/efi: Bring in a bunch of additional 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.
20 files changed:
sys/contrib/edk2/Include/Base.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/Acpi.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/DebugImageInfoTable.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/DxeServices.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/HiiFormMapMethodGuid.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/HobList.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/Mps.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/SmBios.h [new file with mode: 0644]
sys/contrib/edk2/Include/Guid/WinCertificate.h [new file with mode: 0644]
sys/contrib/edk2/Include/Protocol/BlockIo.h [new file with mode: 0644]
sys/contrib/edk2/Include/Protocol/DevicePath.h [new file with mode: 0644]
sys/contrib/edk2/Include/Protocol/LoadedImage.h [new file with mode: 0644]
sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h [new file with mode: 0644]
sys/contrib/edk2/Include/Uefi/UefiBaseType.h [new file with mode: 0644]
sys/contrib/edk2/Include/Uefi/UefiGpt.h [new file with mode: 0644]
sys/contrib/edk2/Include/Uefi/UefiInternalFormRepresentation.h [new file with mode: 0644]
sys/contrib/edk2/Include/Uefi/UefiMultiPhase.h [new file with mode: 0644]
sys/contrib/edk2/Include/Uefi/UefiPxe.h [new file with mode: 0644]
sys/contrib/edk2/Include/Uefi/UefiSpec.h [new file with mode: 0644]
sys/contrib/edk2/Include/X64/ProcessorBind.h [new file with mode: 0644]