Accepting request 183812 from Base:System
Update to gnu-efi 3.0u. Although shim >= 3.0 only requests gnu-efi >= 3.0t, 3.0u includes some important fixes such as disabling MMX and SSE and fixes for uefi call parameter-passing, and it's worth to upgrade to 3.0u. (forwarded request 183513 from gary_lin) OBS-URL: https://build.opensuse.org/request/show/183812 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=19
This commit is contained in:
commit
d14a1c669c
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 17 09:18:03 UTC 2013 - glin@suse.com
|
||||||
|
|
||||||
|
- Update to gnu-efi 3.0u
|
||||||
|
+ Disable MMX and SSE to avoid using the uninitialized registers
|
||||||
|
+ Support .text.* sections on x86_64
|
||||||
|
+ Automatically determine number of uefi_call_wrapper() args on
|
||||||
|
x86_64
|
||||||
|
+ Fix parameter-passing corruption on x86_64 for >= 5 args
|
||||||
|
+ Add the definitions for TCP, UDP and IP, for both IPv4 and IPv6
|
||||||
|
+ Fix UEFI functions that use the wrong ABI (System V ABI)
|
||||||
|
+ Use new gcc flag: GNU_EFI_USE_MS_ABI
|
||||||
|
+ Add new status codes to efierr.h
|
||||||
|
+ Align stack properly to avoid crash
|
||||||
|
+ Support UEFI PXE over IPv6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 7 16:22:08 UTC 2012 - dmueller@suse.com
|
Wed Nov 7 16:22:08 UTC 2012 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu-efi
|
# spec file for package gnu-efi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 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
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnu-efi
|
Name: gnu-efi
|
||||||
Version: 3.0q
|
Version: 3.0u
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for EFI Applications
|
Summary: Library for EFI Applications
|
||||||
License: BSD-3-Clause and GPL-2.0+
|
License: BSD-3-Clause and GPL-2.0+
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: http://sourceforge.net/projects/gnu-efi
|
Url: http://sourceforge.net/projects/gnu-efi
|
||||||
Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0q.orig.tar.gz
|
Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0u.orig.tar.gz
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
BuildRequires: kernel-source
|
BuildRequires: kernel-source
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -50,7 +50,7 @@ Authors:
|
|||||||
make LINUX_HEADERS=/usr/src/linux
|
make LINUX_HEADERS=/usr/src/linux
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%_lib
|
make install INSTALLROOT=%{buildroot} LIBDIR=%{_prefix}/%_lib PREFIX=%{_prefix}
|
||||||
%if 0
|
%if 0
|
||||||
mkdir %{buildroot}%{_prefix}/%{_lib}/%{name}
|
mkdir %{buildroot}%{_prefix}/%{_lib}/%{name}
|
||||||
cp -p apps/*.efi %{buildroot}%{_prefix}/%{_lib}/%{name}
|
cp -p apps/*.efi %{buildroot}%{_prefix}/%{_lib}/%{name}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d48af548beb91bd0be3f905588c19650ed1ba114ccca047388f4aae50f471ff7
|
|
||||||
size 276466
|
|
3
gnu-efi_3.0u.orig.tar.gz
Normal file
3
gnu-efi_3.0u.orig.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c0d450d5829204ca05dcb3b2aae772e52c379b7c7e09146759c6315606f934e
|
||||||
|
size 159662
|
Loading…
Reference in New Issue
Block a user