Accepting request 934424 from Base:System
OBS-URL: https://build.opensuse.org/request/show/934424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnu-efi?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 18 09:57:26 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Update to gnu-efi 3.0.14
|
||||
* Add Device Path Utilities Protocol support
|
||||
* Add EFI_SHELL_PROTOCOL definitions
|
||||
* Move EFI_SHELL_PARAMETERS_PROTOCOL related definitions to efishell.h
|
||||
* Add EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL definitions
|
||||
* Undefined Status in LibGetVariableAndSize()
|
||||
* Initial support for RISCV64
|
||||
* lisb/str.c: simplify xtoi()
|
||||
* lib/hand: missing va_end
|
||||
* Fix dummy relocation block alignment
|
||||
* Add EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID.
|
||||
* ARM: hide 'hidden' pragma for hosted build
|
||||
* lib/hand: missing va_end() in LibReinstallProtocolInterfaces()
|
||||
* lib/misc: avoid NULL dereference in LibInsertToTailOfBootOrder
|
||||
* lib/str: simplify Atoi()
|
||||
* efiapi.h: add RISC-V machine type definitions
|
||||
* apps: simplify logical constraints
|
||||
* riscv64: missing EFI_FUNCTION
|
||||
* riscv64: provide efisetjmp_arch.h
|
||||
* apps: define FrameBufferAddr for riscv64
|
||||
* apps: memory leak in draw_boxes()
|
||||
* Add definitions for the EFI device tree table
|
||||
* Fix VS2019 Code Analysis warnings
|
||||
* Set NumberOfSymbols to zero
|
||||
* riscv64: finalize efibind.h
|
||||
- gnu-efi-bsc1182057-support-sbat-section.patch: Update context
|
||||
- Enable build on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 08:34:48 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
|
||||
|
||||
|
||||
+2
-2
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnu-efi
|
||||
Version: 3.0.13
|
||||
Version: 3.0.14
|
||||
Release: 0
|
||||
Summary: Library for EFI Applications
|
||||
License: BSD-3-Clause AND GPL-2.0-or-later
|
||||
@@ -27,7 +27,7 @@ Source: https://download.sourceforge.net/project/gnu-efi/gnu-efi-%{versi
|
||||
Source1: %{name}-rpmlintrc
|
||||
Patch1: gnu-efi-bsc1182057-support-sbat-section.patch
|
||||
BuildRequires: kernel-source
|
||||
ExclusiveArch: ia64 %{ix86} x86_64 aarch64 %{arm}
|
||||
ExclusiveArch: ia64 %{ix86} x86_64 aarch64 %{arm} riscv64
|
||||
|
||||
%description
|
||||
Library to develop EFI applications for IA-64 (IPF), IA-32 (x86), x86_64,
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -98,7 +98,7 @@ index c300d89..9d4ffcd 100644
|
||||
+ .short 3 // nr_sections
|
||||
.long 0 // TimeDateStamp
|
||||
.long 0 // PointerToSymbolTable
|
||||
.long 1 // NumberOfSymbols
|
||||
.long 0 // NumberOfSymbols
|
||||
@@ -109,6 +109,18 @@ section_table:
|
||||
.short 0 // NumberOfLineNumbers (0 for executables)
|
||||
.long 0xc0000040 // Characteristics (section flags)
|
||||
@@ -130,7 +130,7 @@ index c5bb6d4..0189868 100644
|
||||
+ .short 3 // nr_sections
|
||||
.long 0 // TimeDateStamp
|
||||
.long 0 // PointerToSymbolTable
|
||||
.long 1 // NumberOfSymbols
|
||||
.long 0 // NumberOfSymbols
|
||||
@@ -122,6 +122,20 @@ section_table:
|
||||
.short 0 // NumberOfLineNumbers (0 for executables)
|
||||
.long 0xe0500020 // Characteristics (section flags)
|
||||
|
||||
Reference in New Issue
Block a user