!11 update ipxe to 1.21.1
From: @eaglegai Reviewed-by: @orange-snn Signed-off-by: @orange-snn
This commit is contained in:
commit
11f766fad5
15
ipxe.spec
15
ipxe.spec
@ -2,10 +2,11 @@
|
|||||||
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
|
%global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0
|
||||||
%global buildarches x86_64
|
%global buildarches x86_64
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
%global enable_i386 0
|
||||||
|
|
||||||
Name: ipxe
|
Name: ipxe
|
||||||
Version: 1.20.1
|
Version: 1.21.1
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A network boot loader
|
Summary: A network boot loader
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2 with additional permissions and BSD
|
License: GPLv2 with additional permissions and BSD
|
||||||
@ -92,13 +93,17 @@ make_ipxe ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin \
|
|||||||
mkdir bin-combined
|
mkdir bin-combined
|
||||||
for rom in %{qemuroms}; do
|
for rom in %{qemuroms}; do
|
||||||
make_ipxe CONFIG=qemu bin/${rom}.rom
|
make_ipxe CONFIG=qemu bin/${rom}.rom
|
||||||
|
%if 0%{?enable_i386}
|
||||||
make_ipxe CONFIG=qemu bin-i386-efi/${rom}.efidrv
|
make_ipxe CONFIG=qemu bin-i386-efi/${rom}.efidrv
|
||||||
|
%endif
|
||||||
make_ipxe CONFIG=qemu bin-x86_64-efi/${rom}.efidrv
|
make_ipxe CONFIG=qemu bin-x86_64-efi/${rom}.efidrv
|
||||||
vid="0x${rom%%????}"
|
vid="0x${rom%%????}"
|
||||||
did="0x${rom#????}"
|
did="0x${rom#????}"
|
||||||
EfiRom -f "$vid" -i "$did" --pci23 \
|
EfiRom -f "$vid" -i "$did" --pci23 \
|
||||||
-b bin/${rom}.rom \
|
-b bin/${rom}.rom \
|
||||||
|
%if 0%{?enable_i386}
|
||||||
-ec bin-i386-efi/${rom}.efidrv \
|
-ec bin-i386-efi/${rom}.efidrv \
|
||||||
|
%endif
|
||||||
-ec bin-x86_64-efi/${rom}.efidrv \
|
-ec bin-x86_64-efi/${rom}.efidrv \
|
||||||
-o bin-combined/${rom}.rom
|
-o bin-combined/${rom}.rom
|
||||||
EfiRom -d bin-combined/${rom}.rom
|
EfiRom -d bin-combined/${rom}.rom
|
||||||
@ -167,6 +172,12 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Sep 03 2020 zhouyihang <zhouyihang3@huawei.com> - 1.20.1-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
BIN
v1.20.1.tar.gz
BIN
v1.20.1.tar.gz
Binary file not shown.
BIN
v1.21.1.tar.gz
Normal file
BIN
v1.21.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user