diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-07-22 12:24:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-09-08 08:08:30 +0200 |
commit | 9ed02fbb847277bef88dbe6a677cf3e5f39e5a38 (patch) | |
tree | 75b1b034edc032b52f6e2903ceb48e556b91ebb8 /roms/Makefile | |
parent | ad3d53b16b0e2f5d1e1ad6585bab3b50c5af0069 (diff) |
ipxe: drop ia32 efi roms
UEFI on ia32 never really took off. Basically the BIOS -> UEFI shift
came too late, x64 was widespread already, so vendors went from BIOS
straight to UEFI on x64.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'roms/Makefile')
-rw-r--r-- | roms/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roms/Makefile b/roms/Makefile index 5d9f15b677..8cafced348 100644 --- a/roms/Makefile +++ b/roms/Makefile @@ -113,7 +113,6 @@ efirom: $(patsubst %,efi-rom-%,$(pxerom_variants)) efi-rom-%: build-pxe-roms build-efi-roms edk2-basetools $(EDK2_EFIROM) -f "0x$(VID)" -i "0x$(DID)" -l 0x02 \ -b ipxe/src/bin/$(VID)$(DID).rom \ - -ec ipxe/src/bin-i386-efi/$(VID)$(DID).efidrv \ -ec ipxe/src/bin-x86_64-efi/$(VID)$(DID).efidrv \ -o ../pc-bios/efi-$*.rom @@ -125,7 +124,6 @@ build-pxe-roms: build-efi-roms: build-pxe-roms $(MAKE) -C ipxe/src CONFIG=qemu \ CROSS_COMPILE=$(x86_64_cross_prefix) \ - $(patsubst %,bin-i386-efi/%.efidrv,$(pxerom_targets)) \ $(patsubst %,bin-x86_64-efi/%.efidrv,$(pxerom_targets)) # Build scripts can pass compiler/linker flags to the EDK2 |