opengnsys_ipxe/src/arch
Michael Brown 79c0173d6d [build] Create util/genfsimg for building filesystem-based images
Generalise util/geniso, util/gensdsk, and util/genefidsk to create a
single script util/genfsimg that can be used to build either FAT
filesystem images or ISO images.

Extend the functionality to allow for building multi-architecture UEFI
bootable ISO images and combined BIOS+UEFI images.

For example:

  ./util/genfsimg -o combined.iso \
      bin-x86_64-efi/ipxe.efi \
      bin-arm64-efi/ipxe.efi \
      bin/ipxe.lkrn

would generate a hybrid image that could be used as a CDROM (or hard
disk or USB key) on legacy BIOS, x86_64 UEFI, or ARM64 UEFI.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2021-01-13 17:58:02 +00:00
..
arm [arm] Provide dummy implementations for {in,out}[s]{b,w,l} 2019-07-14 15:31:25 +01:00
arm32 [build] Fix ARM32 EFI builds with current EDK2 headers 2017-07-28 15:46:06 +01:00
arm64 [build] Disable position-independent code for ARM64 EFI builds 2020-06-27 21:47:04 +01:00
i386 [build] Use -no-pie on newer versions of gcc 2017-06-14 12:33:16 +01:00
x86 [build] Create util/genfsimg for building filesystem-based images 2021-01-13 17:58:02 +00:00
x86_64 [build] Prevent use of MMX and SSE registers 2018-03-20 22:01:08 +02:00