git: stand/edk2: Reorganize the edk2 contrib hierarchy a bit.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed May 10 19:35:03 PDT 2023


commit 1370a72311f999d5cc5041717aeea26d08ad6923
Author: Sascha Wildner <saw at online.de>
Date:   Thu May 11 04:34:39 2023 +0200

    stand/edk2: Reorganize the edk2 contrib hierarchy a bit.
    
    * Move sys/contrib/edk2 to stand/contrib/edk2 where it really belongs.
    
    * Put the *Pkg dir as an additional layer. Work that is currently in
      progress will require headers from other *Pkg's and we don't want to
      jumble them all into one directory.
    
    In-discussion-with: aly

Summary of changes:
 lib/libefivar/Makefile                                                | 2 +-
 stand/boot/efi/boot1/Makefile                                         | 4 ++--
 stand/boot/efi/libefi/Makefile                                        | 4 ++--
 stand/boot/efi/loader/arch/x86_64/Makefile.inc                        | 4 ++--
 {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Base.h        | 0
 {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/Acpi.h   | 0
 .../contrib/edk2/MdePkg}/Include/Guid/DebugImageInfoTable.h           | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/DxeServices.h     | 0
 .../contrib/edk2/MdePkg}/Include/Guid/HiiFormMapMethodGuid.h          | 0
 .../contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/HobList.h | 0
 {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/Mps.h    | 0
 {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/PcAnsi.h | 0
 {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/SmBios.h | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/WinCertificate.h  | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi10.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi20.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi30.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi40.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi50.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi51.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi60.h            | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/AcpiAml.h           | 0
 .../contrib/edk2/MdePkg}/Include/IndustryStandard/Bluetooth.h         | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Library/BaseLib.h      | 0
 .../contrib/edk2/MdePkg}/Include/Library/BaseMemoryLib.h              | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Library/DebugLib.h     | 0
 .../contrib/edk2/MdePkg}/Include/Library/DevicePathLib.h              | 0
 .../contrib/edk2/MdePkg}/Include/Library/MemoryAllocationLib.h        | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Library/PcdLib.h       | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Library/PrintLib.h     | 0
 .../contrib/edk2/MdePkg}/Include/Library/UefiBootServicesTableLib.h   | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/BlockIo.h     | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DebugPort.h   | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DevicePath.h  | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/DevicePathFromText.h        | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/DevicePathToText.h          | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/DevicePathUtilities.h       | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/GraphicsOutput.h            | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/LoadedImage.h | 0
 .../edk2/MdePkg}/Include/Protocol/NetworkInterfaceIdentifier.h        | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/PciIo.h       | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/SerialIo.h    | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/SimpleNetwork.h             | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/SimpleTextIn.h              | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/SimpleTextInEx.h            | 0
 .../contrib/edk2/MdePkg}/Include/Protocol/SimpleTextOut.h             | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/UgaDraw.h     | 0
 {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi.h        | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiBaseType.h    | 0
 .../contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiGpt.h | 0
 .../edk2/MdePkg}/Include/Uefi/UefiInternalFormRepresentation.h        | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiMultiPhase.h  | 0
 .../contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiPxe.h | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiSpec.h        | 0
 .../edk2 => stand/contrib/edk2/MdePkg}/Include/X64/ProcessorBind.h    | 0
 55 files changed, 7 insertions(+), 7 deletions(-)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Base.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/Acpi.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/DebugImageInfoTable.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/DxeServices.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/HiiFormMapMethodGuid.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/HobList.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/Mps.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/PcAnsi.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/SmBios.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Guid/WinCertificate.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi10.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi20.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi30.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi40.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi50.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi51.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Acpi60.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/AcpiAml.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/IndustryStandard/Bluetooth.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/BaseLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/BaseMemoryLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/DebugLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/DevicePathLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/MemoryAllocationLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/PcdLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/PrintLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Library/UefiBootServicesTableLib.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/BlockIo.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DebugPort.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DevicePath.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DevicePathFromText.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DevicePathToText.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/DevicePathUtilities.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/GraphicsOutput.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/LoadedImage.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/NetworkInterfaceIdentifier.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/PciIo.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/SerialIo.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/SimpleNetwork.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/SimpleTextIn.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/SimpleTextInEx.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/SimpleTextOut.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Protocol/UgaDraw.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiBaseType.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiGpt.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiInternalFormRepresentation.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiMultiPhase.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiPxe.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/Uefi/UefiSpec.h (100%)
 rename {sys/contrib/edk2 => stand/contrib/edk2/MdePkg}/Include/X64/ProcessorBind.h (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1370a72311f999d5cc5041717aeea26d08ad6923


-- 
DragonFly BSD source repository


More information about the Commits mailing list