forked from pool/gnu-efi
Accepting request 124990 from Base:System
- Update to gnu-efi 3.0q + Fix .reloc section to support UEFI Secure Boot + Fix redefined types compilation failure on x86_64 machines + Conditionally assign toolchain binaries to allow overriding them + Force a dependency on lib for gnuefi + Add guarantee 16-byte stack alignment on x86_64 + Add routine to make callbacks work + Add apps/tcc.efi to test calling convention + Add ifdefs for ia64 to mirror ia32 and x86-64 so that one can build with GCC. + Add headers for PciIo + Add the UEFI 2.x bits for EFI_BOOT_SERVICES + Add an ignore for .note.GNU-stack section in X86-64 linker maps + Change license from GPL to BSD + Fix elf_ia32_efi.lds linker script to be compatible with the new linker behaviour + Fix to not having any relocations at all + Add setjmp/longjmp + Fixes incorrect section attribute in crt0-efi-ia32.S + Adds value EfiResetShutdown to enum EFI_RESET_TYPE + Fixes a RAW warning in reloc_ia64.S + Adds the USB HCI device path structure in the headers + Added '-mno-red-zone' to x68_64 compiles OBS-URL: https://build.opensuse.org/request/show/124990 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=14
This commit is contained in:
parent
b435dce478
commit
8718c2e547
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0b1bf094e152dae2fe24660f05eaa62eb6c435c522e0117c96990a2a87225ea
|
|
||||||
size 132539
|
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 14 03:17:09 UTC 2012 - glin@suse.com
|
||||||
|
|
||||||
|
- Update to gnu-efi 3.0q
|
||||||
|
+ Fix .reloc section to support UEFI Secure Boot
|
||||||
|
+ Fix redefined types compilation failure on x86_64 machines
|
||||||
|
+ Conditionally assign toolchain binaries to allow overriding
|
||||||
|
them
|
||||||
|
+ Force a dependency on lib for gnuefi
|
||||||
|
+ Add guarantee 16-byte stack alignment on x86_64
|
||||||
|
+ Add routine to make callbacks work
|
||||||
|
+ Add apps/tcc.efi to test calling convention
|
||||||
|
+ Add ifdefs for ia64 to mirror ia32 and x86-64 so that
|
||||||
|
one can build with GCC.
|
||||||
|
+ Add headers for PciIo
|
||||||
|
+ Add the UEFI 2.x bits for EFI_BOOT_SERVICES
|
||||||
|
+ Add an ignore for .note.GNU-stack section in X86-64 linker maps
|
||||||
|
+ Change license from GPL to BSD
|
||||||
|
+ Fix elf_ia32_efi.lds linker script to be compatible with the
|
||||||
|
new linker behaviour
|
||||||
|
+ Fix to not having any relocations at all
|
||||||
|
+ Add setjmp/longjmp
|
||||||
|
+ Fixes incorrect section attribute in crt0-efi-ia32.S
|
||||||
|
+ Adds value EfiResetShutdown to enum EFI_RESET_TYPE
|
||||||
|
+ Fixes a RAW warning in reloc_ia64.S
|
||||||
|
+ Adds the USB HCI device path structure in the headers
|
||||||
|
+ Added '-mno-red-zone' to x68_64 compiles
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 17 08:52:44 CEST 2008 - olh@suse.de
|
Fri Oct 17 08:52:44 CEST 2008 - olh@suse.de
|
||||||
|
|
||||||
|
99
gnu-efi.spec
99
gnu-efi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu-efi (Version 3.0e)
|
# spec file for package gnu-efi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,19 +15,16 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: gnu-efi
|
Name: gnu-efi
|
||||||
ExclusiveArch: ia64 %ix86 x86_64
|
ExclusiveArch: ia64 %ix86 x86_64
|
||||||
Summary: Library for EFI Applications
|
Summary: Library for EFI Applications
|
||||||
Version: 3.0e
|
|
||||||
Release: 20
|
|
||||||
Group: Development/Libraries/Other
|
|
||||||
AutoReqProv: on
|
|
||||||
License: BSD-3-Clause ; GPL-2.0+
|
License: BSD-3-Clause ; GPL-2.0+
|
||||||
|
Group: Development/Libraries/Other
|
||||||
|
Version: 3.0q
|
||||||
|
Release: 0
|
||||||
Url: http://sourceforge.net/projects/gnu-efi
|
Url: http://sourceforge.net/projects/gnu-efi
|
||||||
Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi-3.0e.tar.gz
|
Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0q.orig.tar.gz
|
||||||
Source1: rpmlintrc
|
Source1: rpmlintrc
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: kernel-source
|
BuildRequires: kernel-source
|
||||||
@ -75,87 +72,3 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 17 2008 olh@suse.de
|
|
||||||
- add ExclusiveArch ia64 x86 x86_64
|
|
||||||
* Wed Jul 30 2008 rw@suse.de
|
|
||||||
- Update to gnu-efi 3.0e for uEFI/x86_64. (fate#301882)
|
|
||||||
* Sun May 27 2007 schwab@suse.de
|
|
||||||
- Remove completely pointless devel package.
|
|
||||||
- Add rpmlintrc instead.
|
|
||||||
* Sun May 27 2007 ro@suse.de
|
|
||||||
- Split off devel package.
|
|
||||||
* Fri Feb 23 2007 schwab@suse.de
|
|
||||||
- Disable stack protector.
|
|
||||||
* Fri Jun 23 2006 rw@suse.de
|
|
||||||
- Update to gnu-efi 3.0c to fix building on IA-32.
|
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
|
||||||
- Convert neededforbuild to BuildRequires
|
|
||||||
* Fri Dec 09 2005 rw@suse.de
|
|
||||||
- Allow building on IA-32.
|
|
||||||
* Tue Nov 29 2005 rw@suse.de
|
|
||||||
- Update to gnu-efi 3.0b-041222.
|
|
||||||
* Tue Aug 03 2004 schwab@suse.de
|
|
||||||
- Discard unwind sections.
|
|
||||||
* Sat Apr 17 2004 schwab@suse.de
|
|
||||||
- Pacify autobuild.
|
|
||||||
* Fri Sep 26 2003 schwab@suse.de
|
|
||||||
- Fix linker script to include all data sections.
|
|
||||||
* Fri Jul 25 2003 schwab@suse.de
|
|
||||||
- Revert last change, was actually a binutils bug.
|
|
||||||
* Tue Apr 08 2003 schwab@suse.de
|
|
||||||
- Fix @gprel reference in crt object.
|
|
||||||
* Tue Feb 26 2002 schwab@suse.de
|
|
||||||
- Update to gnu-efi 3.0a.
|
|
||||||
* Sat Nov 24 2001 schwab@suse.de
|
|
||||||
- Add .rodata.* to linker script.
|
|
||||||
* Wed Jul 18 2001 schwab@suse.de
|
|
||||||
- Update to gnu-efi 3.0.
|
|
||||||
- Split off elilo.
|
|
||||||
* Tue May 22 2001 schwab@suse.de
|
|
||||||
- Update to gnu-efi 2.5.
|
|
||||||
* Fri May 11 2001 schwab@suse.de
|
|
||||||
- Add initrd fix.
|
|
||||||
- Reduce timeout.
|
|
||||||
* Thu Apr 26 2001 schwab@suse.de
|
|
||||||
- neededforbuild lx_ia64 -> kernel-source.
|
|
||||||
* Fri Apr 06 2001 schwab@suse.de
|
|
||||||
- Update to gnu-efi 2.0.
|
|
||||||
- Package renamed to gnu-efi.
|
|
||||||
* Tue Mar 13 2001 schwab@suse.de
|
|
||||||
- Install some documentation.
|
|
||||||
- Add unwind patch from David Mosberger.
|
|
||||||
* Wed Feb 14 2001 schwab@suse.de
|
|
||||||
- Add lx_ia64 to neededforbuild.
|
|
||||||
- Get kernel headers from /usr/src/linux.
|
|
||||||
* Mon Nov 27 2000 schwab@suse.de
|
|
||||||
- Preserve .sdata section.
|
|
||||||
* Tue Nov 07 2000 schwab@suse.de
|
|
||||||
- Update to gnu-efi 1.1.
|
|
||||||
- Add `initrd=initrd' to sample eli.cfg.
|
|
||||||
* Fri Oct 13 2000 schwab@suse.de
|
|
||||||
- Update to gnu-efi 1.0.
|
|
||||||
* Mon Sep 11 2000 schwab@suse.de
|
|
||||||
- Mark startup.nsh as %%config(noreplace).
|
|
||||||
* Thu Aug 17 2000 schwab@suse.de
|
|
||||||
- Fix initrd support.
|
|
||||||
* Tue Aug 08 2000 schwab@suse.de
|
|
||||||
- Update to gnu-efi 0.9.
|
|
||||||
- Install lilo.efi in /boot.
|
|
||||||
* Mon Jul 17 2000 schwab@suse.de
|
|
||||||
- Add argv bug fix.
|
|
||||||
* Fri Jun 30 2000 schwab@suse.de
|
|
||||||
- Update to 0.4.0.
|
|
||||||
- Fix uninitialized variable.
|
|
||||||
* Fri Jun 16 2000 @suse.de
|
|
||||||
- Update from CVS.
|
|
||||||
* Mon Jun 05 2000 schwab@suse.de
|
|
||||||
- Add initrd support.
|
|
||||||
* Wed May 31 2000 schwab@suse.de
|
|
||||||
- Fix allocation bug.
|
|
||||||
* Wed May 17 2000 schwab@suse.de
|
|
||||||
- Add eli.cfg and startup.nsh to package.
|
|
||||||
* Mon May 15 2000 schwab@suse.de
|
|
||||||
- Fix bug in AML parser.
|
|
||||||
- Udate to gnu-efi 0.8.
|
|
||||||
* Tue Mar 07 2000 schwab@suse.de
|
|
||||||
- Package created.
|
|
||||||
|
3
gnu-efi_3.0q.orig.tar.gz
Normal file
3
gnu-efi_3.0q.orig.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d48af548beb91bd0be3f905588c19650ed1ba114ccca047388f4aae50f471ff7
|
||||||
|
size 276466
|
Loading…
x
Reference in New Issue
Block a user