update ipxe to 1.21.1

This commit is contained in:
eaglegai 2021-02-03 11:26:57 +08:00
parent c5c26ef6dd
commit 73daada418
3 changed files with 13 additions and 2 deletions

View File

@ -2,10 +2,11 @@
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
%global buildarches x86_64
%global debug_package %{nil}
%global enable_i386 0
Name: ipxe
Version: 1.20.1
Release: 2
Version: 1.21.1
Release: 1
Summary: A network boot loader
Epoch: 1
License: GPLv2 with additional permissions and BSD
@ -92,13 +93,17 @@ make_ipxe ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin \
mkdir bin-combined
for rom in %{qemuroms}; do
make_ipxe CONFIG=qemu bin/${rom}.rom
%if 0%{?enable_i386}
make_ipxe CONFIG=qemu bin-i386-efi/${rom}.efidrv
%endif
make_ipxe CONFIG=qemu bin-x86_64-efi/${rom}.efidrv
vid="0x${rom%%????}"
did="0x${rom#????}"
EfiRom -f "$vid" -i "$did" --pci23 \
-b bin/${rom}.rom \
%if 0%{?enable_i386}
-ec bin-i386-efi/${rom}.efidrv \
%endif
-ec bin-x86_64-efi/${rom}.efidrv \
-o bin-combined/${rom}.rom
EfiRom -d bin-combined/${rom}.rom
@ -167,6 +172,12 @@ done
%endif
%changelog
* Wed Feb 03 2021 gaihuiying <gaihuiying1@huawei.com> - 1.21.1-1
- Type:requirement
- Id:NA
- SUG:NA
- DESC: update ipxe to 1.21.1
* Thu Sep 03 2020 zhouyihang <zhouyihang3@huawei.com> - 1.20.1-2
- Type:bugfix
- Id:NA

Binary file not shown.

BIN
v1.21.1.tar.gz Normal file

Binary file not shown.