e7a0976 Update to 3.0.11 and add some fixes and enhancements.

Authored and Committed by pjones 4 years ago
48 files changed. 6694 lines added. 404 lines removed.
0001-Set-0-properly-in-StrnCpy.patch
file modified
+5 -2
0002-Fix-typeo-in-efierr.h-EFI_WARN_UNKNOWN_GLYPH-definit.patch
file modified
+6 -2
0003-Fixed-typeo-lib-error.c-EFI_WARN_UNKNOWN_GLYPH-defin.patch
file modified
+12 -9
0004-efilink-fix-build-with-gcc-4.8.patch
file modified
+5 -2
0005-Fix-for-problem-with-undeclared-intptr_t-type.patch
file modified
+5 -2
0006-Redefine-jmp_buf-to-comply-with-C-calling-convention.patch
file modified
+5 -2
0007-Make.rules-incomplete-wrong-make-r-failure.patch
file modified
+5 -2
0008-gnuefi-Makefile-uses-a-strange-rule-to-create-libgnu.patch
file modified
+7 -4
0009-efiapi.h-fix-EventGroup-parameter-of-EFI_CREATE_EVEN.patch
file modified
+6 -3
0010-Do-not-include-efisetjmp.h-on-efi.h.patch
file modified
+5 -2
0011-Bump-revision-to-VERSION-3.0.10.patch
file added
+25
0012-Make-travis-build-the-right-project.patch
file removed
-20
0012-Revert-efilink-fix-build-with-gcc-4.8.patch
file added
+34
0013-Bump-revision-to-VERSION-3.0.11.patch
file added
+25
0014-efibind-Fix-usage-of-efi-headers-from-C-code.patch0001-efibind-Fix-usage-of-efi-headers-from-C-code.patch
file renamed
+18 -18
0015-Fix-ARCH-on-ARMv6.patch
file added
+35
0016-Re-add-back-the-original-symbol-typeo.patch
file added
+30
0017-Add-elf.h-for-cross-building-without-a-system-libelf.patch
file added
+4043
0018-make-parameter-to-compile-apps-add-example-output-di.patch
file added
+30
0019-Support-for-building-on-macOS-systems.patch
file added
+89
0020-Make-apps-link-against-the-local-gnuefi-and-crt-obje.patch
file added
+33
0021-Add-.travis.yml.patch0011-Add-.travis.yml.patch
file renamed
+7 -4
0022-Use-EFI-canonical-names-everywhere-the-compiler-does.patch0013-Use-EFI-canonical-names-everywhere-the-compiler-does.patch
file renamed
+57 -51
0023-Fix-a-minor-coverity-complaint-in-some-apps.patch0014-Fix-a-minor-coverity-complaint-in-some-apps.patch
file renamed
+5 -2
0024-Get-rid-of-some-unused-junk-that-has-the-BSD-4-claus.patch0015-Get-rid-of-some-unused-junk-that-has-the-BSD-4-claus.patch
file renamed
+82 -239
0025-Make-ELF-constructors-and-destructors-work.patch0016-Make-ELF-constructors-and-destructors-work.patch
file renamed
+22 -22
0026-Remove-the-accidental-lib-Makefile.orig.patch
file added
+111
0027-gitignore-add-our-build-directories.patch
file added
+27
0028-make-Fix-shell-exit-status-handling.patch
file added
+53
0029-make-Make-make-clean-use-and-rm-v-everywhere.patch
file added
+97
0030-Add-stuff-that-s-got-weird-characters-to-.gitattribu.patch
file added
+30
0031-Get-rid-of-unused-make-like-files-from-yore.patch
file added
+78
0032-Make-our-dummy-.reloc-sections-not-depend-on-section.patch
file added
+83
0033-Make-CHAR8-and-similar-be-defined-the-same-way-edk2-.patch
file added
+207
0034-Make-make-TOPDIR-actually-work-and-get-rid-of-unused.patch
file added
+103
0035-Make-make-make-DESTDIR-.-foo-install-work-right.patch
file added
+41
0036-Install-our-libraries-in-LIBDIR-gnuefi-ARCH.patch
file added
+56
0037-Install-all-headers-for-all-arches.patch
file added
+40
0038-Rename-our-installed-.o-and-linker-scripts.patch
file added
+49
0039-Supply-makefile-templates.patch
file added
+616
0040-Semi-asciibetize-_Print-s-formatters.patch
file added
+220
0041-Implement-Print-L-p-ptr.patch
file added
+38
0042-Switch-to-fPIE.patch
file added
+30
0043-lfbgrid-Make-pointer-size-testing-not-arch-name-depe.patch
file added
+42
0044-Fix-the-arch-subdirs-in-.gitignore.patch
file added
+42
0045-Use-CFLAGS-with-gcc-print-libgcc-file-name-to-get-th.patch
file added
+40
gnu-efi.patches
file modified
+35 -7
gnu-efi.spec
file modified
+60 -11
    Update to 3.0.11 and add some fixes and enhancements.
    
    - Update to 3.0.11 (via patches generated from git)
    - Plus newer upstream fixes (also via patches generated from git)
    - Fix shell exit failures in make
    - Fix .reloc section generation
    - Fix CHAR8 definition
    - Fix "make DESTDIR=..."
    - Change the installed .a/.o layout
    - Provide makefiles for consumers to use.
    - Make the -devel noarch since it's just headers.
    - Add a bunch of compatibility symlinks for our older packages.
      These will go away once we've migrated everything using them in fedora
      to use the newer make system...
    
    Signed-off-by: Peter Jones <pjones@redhat.com>
    
        
0014-efibind-Fix-usage-of-efi-headers-from-C-code.patch 0001-efibind-Fix-usage-of-efi-headers-from-C-code.patch
file renamed
+18 -18
0021-Add-.travis.yml.patch 0011-Add-.travis.yml.patch
file renamed
+7 -4
0022-Use-EFI-canonical-names-everywhere-the-compiler-does.patch 0013-Use-EFI-canonical-names-everywhere-the-compiler-does.patch
file renamed
+57 -51
0023-Fix-a-minor-coverity-complaint-in-some-apps.patch 0014-Fix-a-minor-coverity-complaint-in-some-apps.patch
file renamed
+5 -2
0024-Get-rid-of-some-unused-junk-that-has-the-BSD-4-claus.patch 0015-Get-rid-of-some-unused-junk-that-has-the-BSD-4-claus.patch
file renamed
+82 -239
0025-Make-ELF-constructors-and-destructors-work.patch 0016-Make-ELF-constructors-and-destructors-work.patch
file renamed
+22 -22
file modified
+35 -7
file modified
+60 -11