git: stand/contrib: Add two more TianoCore EDK II headers
Aaron LI
aly at crater.dragonflybsd.org
Mon May 29 05:58:39 PDT 2023
commit 888e2fdc9acefa2052979425cf07477434f04a59
Author: Aaron LI <aly at aaronly.me>
Date: Sat May 6 07:10:16 2023 +0800
stand/contrib: Add two more TianoCore EDK II headers
Taken from the 'stable202302' release of repository:
https://github.com/tianocore/edk2
Paths:
- MdeModulePkg/Include/Guid/LzmaDecompress.h
- MdePkg/Include/Guid/SystemResourceTable.h
Modification: changed CRLF line endings to LF.
Suggested-by: swildner
Summary of changes:
stand/boot/efi/boot1/Makefile | 1 +
stand/boot/efi/include/efi.h | 2 +
stand/boot/efi/libefi/Makefile | 1 +
stand/boot/efi/loader/arch/x86_64/Makefile.inc | 1 +
.../MdeModulePkg/Include/Guid/LzmaDecompress.h | 29 +++++
.../edk2/MdePkg/Include/Guid/SystemResourceTable.h | 132 +++++++++++++++++++++
6 files changed, 166 insertions(+)
create mode 100644 stand/contrib/edk2/MdeModulePkg/Include/Guid/LzmaDecompress.h
create mode 100644 stand/contrib/edk2/MdePkg/Include/Guid/SystemResourceTable.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/888e2fdc9acefa2052979425cf07477434f04a59
--
DragonFly BSD source repository
More information about the Commits
mailing list