d30f3b
Summary: Development Libraries and headers for EFI
d30f3b
Name: gnu-efi
d30f3b
Version: 3.0.8
d30f3b
%global tarball_version 3.0.6
d30f3b
Release: 4%{?dist}%{?buildid}
d30f3b
Epoch: 1
d30f3b
Group: Development/System
d30f3b
License: BSD 
d30f3b
URL: ftp://ftp.hpl.hp.com/pub/linux-ia64
d30f3b
ExclusiveArch: x86_64 aarch64 %{arm} %{ix86}
d30f3b
BuildRequires: git
d30f3b
%ifarch x86_64
d30f3b
# So... in some build environments, glibc32 provides some headers.  In
d30f3b
# others, glibc-devel.i686 does.  They have no non-file provides in common.
d30f3b
#BuildRequires: glibc32
d30f3b
#BuildRequires: glibc-devel(x86-32)
d30f3b
BuildRequires: /usr/include/gnu/stubs-32.h
d30f3b
%endif
d30f3b
Source: http://superb-dca2.dl.sourceforge.net/project/gnu-efi/gnu-efi-%{tarball_version}.tar.bz2
d30f3b
d30f3b
# dammit, rpmlint, shut up.
d30f3b
%define lib %{nil}lib%{nil}
d30f3b
d30f3b
Patch0001: 0001-PATCH-Disable-AVX-instruction-set-on-IA32-and-x86_64.patch
d30f3b
Patch0002: 0002-Use-ARFLAGS-when-invoking-ar.patch
d30f3b
Patch0003: 0003-Stripped-diff-for-makefile.patch
d30f3b
Patch0004: 0004-Make-sure-stdint.h-is-always-used-with-MSVC-on-ARM-A.patch
d30f3b
Patch0005: 0005-Add-EFI_DRIVER_ENTRY_POINT-support-for-MSVC-ARM64.patch
d30f3b
Patch0006: 0006-Move-memcpy-memset-definition-to-global-init.c.patch
d30f3b
Patch0007: 0007-Bump-revision-from-VERSION-3.0.6-to-VERSION-3.0.7.patch
d30f3b
Patch0008: 0008-Currently-we-have-DivU64x32-on-ia32-but-it-tries-to-.patch
d30f3b
Patch0009: 0009-gnuefi-preserve-.gnu.hash-sections-unbreaks-elilo-on.patch
d30f3b
Patch0010: 0010-gnu-efi-fix-lib-ia64-setjmp.S-IA-64-build-failure.patch
d30f3b
Patch0011: 0011-Fix-some-types-gcc-doesn-t-like.patch
d30f3b
Patch0012: 0012-Fix-arm-build-paths-in-the-makefile.patch
d30f3b
Patch0013: 0013-Work-around-Werror-maybe-uninitialized-not-being-ver.patch
d30f3b
Patch0014: 0014-Fix-a-sign-error-in-the-debughook-example-app.patch
d30f3b
Patch0015: 0015-Fix-typedef-of-EFI_PXE_BASE_CODE.patch
d30f3b
Patch0016: 0016-make-clang-not-complain-about-fno-merge-all-constant.patch
d30f3b
Patch0017: 0017-Fix-another-place-clang-complains-about.patch
d30f3b
Patch0018: 0018-gnu-efi-add-some-more-common-string-functions.patch
d30f3b
Patch0019: 0019-Add-D-to-print-device-paths.patch
d30f3b
Patch0020: 0020-Make-ARCH-overrideable-on-the-command-line.patch
d30f3b
Patch0021: 0021-apps-Add-bltgrid-and-lfbgrid-and-add-error-checks-to.patch
d30f3b
Patch0022: 0022-Nerf-Werror-pragma-away.patch
d30f3b
Patch0023: 0023-Call-ar-in-deterministic-mode.patch
d30f3b
Patch0024: 0024-Add-debug-helper-applications.patch
d30f3b
Patch0025: 0025-Bump-revision-from-VERSION-3.0.7-to-VERSION-3.0.8.patch
d30f3b
Patch0026: 0026-Get-rid-of-some-unused-junk-that-has-the-BSD-4-claus.patch
d30f3b
d30f3b
%define debug_package %{nil}
d30f3b
d30f3b
# brp-strip-static-archive will senselessly /add/ timestamps and uid/gid
d30f3b
# data to our .a and make them not multilib clean if we don't have this.
d30f3b
# Note that if we don't have the shell quotes there, -p becomes $2 on its
d30f3b
# invocation, and so it completely ignores it.
d30f3b
#
d30f3b
# Also note that if we try to use -D as we should (so it doesn't add
d30f3b
# uid/gid), strip(1) from binutils-2.25.1-22.base.el7.x86_64 throws a
d30f3b
# syntax error.
d30f3b
#
d30f3b
# True story.
d30f3b
#
d30f3b
%global __strip "%{__strip} -p"
d30f3b
d30f3b
# Figure out the right file path to use
d30f3b
%global efidir %(eval echo $(grep ^ID= /etc/os-release | sed -e 's/^ID=//' -e 's/rhel/redhat/'))
d30f3b
d30f3b
%ifarch x86_64
d30f3b
%global efiarch x86_64
d30f3b
%endif
d30f3b
%ifarch aarch64
d30f3b
%global efiarch aarch64
d30f3b
%endif
d30f3b
%ifarch %{arm}
d30f3b
%global efiarch arm
d30f3b
%endif
d30f3b
d30f3b
%ifarch %{ix86}
d30f3b
%global efiarch ia32
d30f3b
%endif
d30f3b
d30f3b
%description
d30f3b
This package contains development headers and libraries for developing
d30f3b
applications that run under EFI (Extensible Firmware Interface).
d30f3b
d30f3b
%package devel
d30f3b
Summary: Development Libraries and headers for EFI
d30f3b
Group: Development/System
d30f3b
Obsoletes: gnu-efi < 1:3.0.2-1
d30f3b
Requires: gnu-efi
d30f3b
d30f3b
%description devel
d30f3b
This package contains development headers and libraries for developing
d30f3b
applications that run under EFI (Extensible Firmware Interface).
d30f3b
d30f3b
%package utils
d30f3b
Summary: Utilities for EFI systems
d30f3b
Group: Applications/System
d30f3b
d30f3b
%description utils
d30f3b
This package contains utilties for debugging and developing EFI systems.
d30f3b
d30f3b
%prep
d30f3b
%setup -q -n gnu-efi-%{tarball_version}
d30f3b
git init
d30f3b
git config user.email "gnu-efi-owner@fedoraproject.org"
d30f3b
git config user.name "Fedora Ninjas"
d30f3b
git config sendemail.to "gnu-efi-owner@fedoraproject.org"
d30f3b
git add .
d30f3b
git commit -a -q -m "%{version} baseline."
d30f3b
git am --ignore-whitespace %{patches} 
d30f3b
git config --unset user.email
d30f3b
git config --unset user.name
d30f3b
d30f3b
%build
d30f3b
# Package cannot build with %{?_smp_mflags}.
d30f3b
make
d30f3b
make apps
d30f3b
%ifarch x86_64
d30f3b
setarch linux32 -B make ARCH=ia32 PREFIX=%{_prefix} LIBDIR=%{_prefix}/%{lib}
d30f3b
setarch linux32 -B make ARCH=ia32 PREFIX=%{_prefix} LIBDIR=%{_prefix}/%{lib} apps
d30f3b
%endif
d30f3b
d30f3b
%install
d30f3b
rm -rf %{buildroot}
d30f3b
d30f3b
mkdir -p %{buildroot}/%{_libdir}/gnuefi
d30f3b
mkdir -p %{buildroot}/boot/efi/EFI/%{efidir}/%{efiarch}
d30f3b
make PREFIX=%{_prefix} LIBDIR=%{_libdir} INSTALLROOT=%{buildroot} install
d30f3b
mv %{buildroot}/%{_libdir}/*.lds %{buildroot}/%{_libdir}/*.o %{buildroot}/%{_libdir}/gnuefi
d30f3b
mv %{efiarch}/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidir}/%{efiarch}/
d30f3b
d30f3b
%ifarch x86_64
d30f3b
mkdir -p %{buildroot}/%{_prefix}/%{lib}/gnuefi
d30f3b
mkdir -p %{buildroot}/boot/efi/EFI/%{efidir}/ia32
d30f3b
d30f3b
setarch linux32 -B make PREFIX=%{_prefix} LIBDIR=%{_prefix}/%{lib} INSTALLROOT=%{buildroot} ARCH=ia32 install
d30f3b
mv %{buildroot}/%{_prefix}/%{lib}/*.{lds,o} %{buildroot}/%{_prefix}/%{lib}/gnuefi/
d30f3b
mv ia32/apps/{route80h.efi,modelist.efi} %{buildroot}/boot/efi/EFI/%{efidir}/ia32/
d30f3b
%endif
d30f3b
d30f3b
%files
d30f3b
%{_prefix}/%{lib}*/*
d30f3b
d30f3b
%files devel
d30f3b
%defattr(-,root,root,-)
d30f3b
%doc README.* ChangeLog
d30f3b
%{_includedir}/efi
d30f3b
d30f3b
%files utils
d30f3b
%dir %attr(0700,root,root) /boot/efi/EFI/%{efidir}/
d30f3b
%attr(0700,root,root) /boot/efi/EFI/%{efidir}/*/*.efi
d30f3b
d30f3b
%changelog
d30f3b
* Tue Jul 02 2019 Javier Martinez Canillas <javierm@redhat.com> - 3.0.8-4
d30f3b
- Add a gating.yaml file so the package can be properly gated.
d30f3b
  Related: rhbz#1681788
d30f3b
d30f3b
* Mon Jul 01 2019 Javier Martinez Canillas <javierm@redhat.com> - 3.0.8-3
d30f3b
- Change mode attribute for files in /boot/efi to prevent conflicts.
d30f3b
  Resolves: rhbz#1724562
d30f3b
d30f3b
* Thu Jul 19 2018 Peter Jones <pjones@redhat.com> - 3.0.8-2
d30f3b
- Get rid of some stuff we don't want.
d30f3b
d30f3b
* Tue Mar 20 2018 Peter Jones <pjones@redhat.com> - 3.0.8-1
d30f3b
- Update to 3.0.8 (from git).
d30f3b
d30f3b
* Tue Mar 13 2018 Peter Jones <pjones@redhat.com> - 3.0.7-1
d30f3b
- Update to 3.0.7 (from git) and add some pending patches we need.
d30f3b
d30f3b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-12
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d30f3b
d30f3b
* Thu Aug 24 2017 Peter Jones <pjones@redhat.com> - 3.0.5-11
d30f3b
- Don't make .reloc sections on Aarch64 binaries.
d30f3b
d30f3b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-10
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d30f3b
d30f3b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-9
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d30f3b
d30f3b
* Tue Jun 13 2017 Peter Jones <pjones@redhat.com> - 3.0.5-8
d30f3b
- Update this to try to get determanistic builds.
d30f3b
d30f3b
* Mon Mar 20 2017 Peter Jones <pjones@redhat.com> - 3.0.5-7
d30f3b
- Also build the ia32 bits in a separate 32-bit package for other consumers.
d30f3b
d30f3b
* Mon Mar 13 2017 Peter Jones <pjones@redhat.com> - 3.0.5-6
d30f3b
- Include ia32 bits in the x86_64 packages instead of making a separate
d30f3b
  32-bit package
d30f3b
d30f3b
* Tue Feb 28 2017 Peter Jones <pjones@redhat.com> - 3.0.5-5
d30f3b
- Fix some bugs from the 3.0.5 release...
d30f3b
d30f3b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.5-4
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d30f3b
d30f3b
* Thu Feb 02 2017 Peter Jones <pjones@redhat.com> - 3.0.5-3
d30f3b
- Update to 3.0.5
d30f3b
d30f3b
* Tue Feb 23 2016 Peter Jones <pjones@redhat.com> - 3.0.3-3
d30f3b
- Include patches from upstream that are after 3.0.3 This should fix the arm
d30f3b
  and aarch64 builds.
d30f3b
d30f3b
* Tue Feb 23 2016 Peter Jones <pjones@redhat.com> - 3.0.3-2
d30f3b
- We still need build-id patches in some places.
d30f3b
d30f3b
* Mon Feb 22 2016 Peter Jones <pjones@redhat.com> - 3.0.3-1
d30f3b
- Rebase to 3.0.3
d30f3b
d30f3b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.0.2-4
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d30f3b
d30f3b
* Fri Jan 29 2016 Dan Horák <dan[at]danny.cz> - 1:3.0.2-3
d30f3b
- use safer method to evaluate %%efidir
d30f3b
d30f3b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.0.2-2
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d30f3b
d30f3b
* Wed May 13 2015 Peter Jones <pjones@redhat.com> - 3.0.2-1
d30f3b
- Update to 3.0.2
d30f3b
- Fix base package requirement on subpackages
d30f3b
- Add setjmp, because this is my life.
d30f3b
d30f3b
* Tue Mar 10 2015 Peter Jones <pjones@redhat.com> - 3.0.1-1
d30f3b
- Update to 3.0.1
d30f3b
- New versioning scheme!
d30f3b
d30f3b
* Thu Nov 20 2014 Peter Jones <pjones@redhat.com> - 3.0w-2
d30f3b
- Use patches upstream is going to take for the build fixes
d30f3b
- Add some new protocol definitons.
d30f3b
d30f3b
* Fri Aug 22 2014 Kyle McMartin <kyle@fedoraproject.org> - 3.0w-0.1
d30f3b
- New upstream version 3.0w
d30f3b
- Add pjones' build fixes patch from that other distro.
d30f3b
- Enable AArch64
d30f3b
d30f3b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0u-0.4
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d30f3b
d30f3b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0u-0.3
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d30f3b
d30f3b
* Tue Sep 24 2013 Peter Jones <pjones@redhat.com> - 3.0u-0.1
d30f3b
- Update to 3.0u
d30f3b
- Split out subpackages so -devel can be multilib
d30f3b
- Fix path in apps subpackage to vary by distro.
d30f3b
d30f3b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0t-0.2
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d30f3b
d30f3b
* Fri Jun 07 2013 Peter Jones <pjones@redhat.com> - 3.0t-0.1
d30f3b
- Update to 3.0t
d30f3b
- Don't allow use of mmx or sse registers.
d30f3b
d30f3b
* Thu May 16 2013 Peter Jones <pjones@redhat.com> - 3.0s-2
d30f3b
- Update to 3.0s
d30f3b
  Related: rhbz#963359
d30f3b
d30f3b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0q-2
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d30f3b
d30f3b
* Fri Jul 27 2012 Matthew Garrett <mjg@redhat.com> - 3.0q-1
d30f3b
- Update to current upstream
d30f3b
- License change - GPLv2+ to BSD
d30f3b
d30f3b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0e-18
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d30f3b
d30f3b
* Wed Apr 25 2012 Peter Jones <pjones@redhat.com> - 3.0e-17
d30f3b
- Align .reloc section as well to make secureboot work (mfleming)
d30f3b
d30f3b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0e-16
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d30f3b
d30f3b
* Thu Aug 11 2011 Peter Jones <pjones@redhat.com> - 3.0e-15
d30f3b
- Correctly pad the stack when doing uefi calls
d30f3b
  Related: rhbz#677468
d30f3b
- Add ability to write UEFI callbacks and drivers
d30f3b
- Add test harness for ABI Calling Conventions
d30f3b
d30f3b
* Thu Jun 16 2011 Peter Jones <pjones@redhat.com> - 3.0e-14
d30f3b
- Handle uninitialized GOP driver gracefully.
d30f3b
d30f3b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0e-13
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d30f3b
d30f3b
* Fri Sep 10 2010 Peter Jones <pjones@redhat.com> - 3.0e-12
d30f3b
- Add "modelist.efi" test utility in apps/
d30f3b
d30f3b
* Mon Jul 26 2010 Peter Jones <pjones@redhat.com> - 3.0e-11
d30f3b
- Add PciIo headers.
d30f3b
d30f3b
* Fri Jul 23 2010 Peter Jones <pjones@redhat.com> - 3.0e-10
d30f3b
- Add UEFI 2.x boot services.
d30f3b
d30f3b
* Tue Aug 11 2009 Peter Jones <pjones@redhat.com> - 3.0e-9
d30f3b
- Change ExclusiveArch to reflect arch changes in repos.
d30f3b
d30f3b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0e-8
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d30f3b
d30f3b
* Fri Apr 03 2009 Peter Jones <pjones@redhat.com> - 3.0e-7
d30f3b
- Use nickc's workaround for #492183
d30f3b
d30f3b
* Tue Mar 31 2009 Peter Jones <pjones@redhat.com> - 3.0e-6.1
d30f3b
- Make a test package for nickc.
d30f3b
d30f3b
* Thu Mar 12 2009 Chris Lumens <clumens@redhat.com> 3.0e-6
d30f3b
- Add IA64 back into the list of build arches (#489544).
d30f3b
d30f3b
* Mon Mar 02 2009 Peter Jones <pjones@redhat.com> - 3.0e-5
d30f3b
- Switch to i586 from i386.
d30f3b
d30f3b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0e-4
d30f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d30f3b
d30f3b
* Fri Feb 13 2009 Peter Jones <pjones@redhat.com> - 3.0e-3
d30f3b
- Pad sections out in the provided linker scripts to make sure they all of
d30f3b
  some content.
d30f3b
d30f3b
* Fri Oct 03 2008 Peter Jones <pjones@redhat.com> - 3.0e-2
d30f3b
- Fix install paths on x86_64.
d30f3b
d30f3b
* Thu Oct 02 2008 Peter Jones <pjones@redhat.com> - 3.0e-1
d30f3b
- Update to 3.0e
d30f3b
- Fix relocation bug in 3.0e
d30f3b
d30f3b
* Tue Jul 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.0d-6
d30f3b
- fix license tag
d30f3b
d30f3b
* Mon Jul 28 2008 Peter Jones <pjones@redhat.com> - 3.0d-5
d30f3b
- Remove ia64 palproc code since its license isn't usable.
d30f3b
- Remove ia64 from ExclusiveArch since it can't build...
d30f3b
d30f3b
* Thu Mar 27 2008 Peter Jones <pjones@redhat.com> - 3.0d-4
d30f3b
- Fix uefi_call_wrapper(x, 10, ...) .
d30f3b
- Add efi_main wrappers and EFI_CALL() macro so drivers are possible.
d30f3b
d30f3b
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.0d-3
d30f3b
- Autorebuild for GCC 4.3
d30f3b
d30f3b
* Fri Jan 11 2008 Peter Jones <pjones@redhat.com> - 3.0d-2
d30f3b
- Get rid of a bogus #ifdef .
d30f3b
d30f3b
* Wed Dec 19 2007 Peter Jones <pjones@redhat.com> - 3.0d-1
d30f3b
- Update to 3.0d
d30f3b
d30f3b
* Tue Jun 12 2007 Chris Lumens <clumens@redhat.com> - 3.0c-2
d30f3b
- Fixes for package review (#225846).
d30f3b
d30f3b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0c-1.1
d30f3b
- rebuild
d30f3b
d30f3b
* Thu Apr 27 2006 Chris Lumens <clumens@redhat.com> 3.0c-1
d30f3b
- Upgrade to gnu-efi-3.0c.
d30f3b
- Enable build on i386.
d30f3b
d30f3b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0a-7.2
d30f3b
- rebuilt for new gcc4.1 snapshot and glibc changes
d30f3b
d30f3b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d30f3b
- rebuilt
d30f3b
d30f3b
* Thu Mar  3 2005 Jeremy Katz <katzj@redhat.com> - 3.0a-7
d30f3b
- rebuild with gcc 4
d30f3b
d30f3b
* Tue Sep 21 2004 Jeremy Katz <katzj@redhat.com> - 3.0a-6
d30f3b
- add fix from Jesse Barnes for newer binutils (#129197)
d30f3b
d30f3b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d30f3b
- rebuilt
d30f3b
d30f3b
* Wed Apr 21 2004 Jeremy Katz <katzj@redhat.com> - 3.0a-4
d30f3b
- actually add the patch
d30f3b
d30f3b
* Tue Apr 20 2004 Bill Nottingham <notting@redhat.com> 3.0a-3
d30f3b
- add patch to coalesce some relocations (#120080, <erikj@sgi.com>)
d30f3b
d30f3b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d30f3b
- rebuilt
d30f3b
d30f3b
* Fri Oct  4 2002 Jeremy Katz <katzj@redhat.com>
d30f3b
- rebuild in new environment
d30f3b
d30f3b
* Sun Jul  8 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- update to 3.0
d30f3b
d30f3b
* Tue Jun  5 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- add fix for invocations from the boot manager menu (#42222)
d30f3b
d30f3b
* Tue May 22 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- add bugfix for efibootmgr (<schwab@suse.de>)
d30f3b
d30f3b
* Mon May 21 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- update to 2.5
d30f3b
- add in efibootmgr from Dell (<Matt_Domsch@dell.com>)
d30f3b
d30f3b
* Thu May  3 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- fix booting of kernels with extra arguments (#37711)
d30f3b
d30f3b
* Wed Apr 25 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- take out Stephane's initrd patch
d30f3b
d30f3b
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- fix the verbosity patch to not break passing arguments to images
d30f3b
d30f3b
* Wed Apr 18 2001 Bill Nottingham <notting@redhat.com>
d30f3b
- update to 2.0, build elilo, obsolete eli
d30f3b
d30f3b
* Tue Dec  5 2000 Bill Nottingham <notting@redhat.com>
d30f3b
- update to 1.1
d30f3b
d30f3b
* Thu Oct 26 2000 Bill Nottingham <notting@redhat.com>
d30f3b
- add patch for new toolchain, update to 1.0
d30f3b
d30f3b
* Thu Aug 17 2000 Bill Nottingham <notting@redhat.com>
d30f3b
- update to 0.9