diff options
| author | Michael Brown | 2009-01-08 03:19:18 +0100 |
|---|---|---|
| committer | Michael Brown | 2009-01-08 03:19:18 +0100 |
| commit | fb72336fe642a9a6f0d45cc39e1303890fb8af05 (patch) | |
| tree | 09f68016d489ac24ffed5118b8ebae27b4492399 /src/arch | |
| parent | [efi] Allow for .efidrv images as well as .efi images (diff) | |
| download | ipxe-fb72336fe642a9a6f0d45cc39e1303890fb8af05.tar.gz ipxe-fb72336fe642a9a6f0d45cc39e1303890fb8af05.tar.xz ipxe-fb72336fe642a9a6f0d45cc39e1303890fb8af05.zip | |
[efi] Add efirom utility and .efirom image format
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/x86/Makefile.efi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch/x86/Makefile.efi b/src/arch/x86/Makefile.efi index 92cd02048..bef8d59d8 100644 --- a/src/arch/x86/Makefile.efi +++ b/src/arch/x86/Makefile.efi @@ -22,3 +22,7 @@ $(BIN)/%.efi : $(BIN)/%.efi.tmp $(ELF2EFI) $(BIN)/%.efidrv : $(BIN)/%.efidrv.tmp $(ELF2EFI) $(QM)$(ECHO) " [FINISH] $@" $(Q)$(ELF2EFI) --subsystem=11 $< $@ + +$(BIN)/%.efirom : $(BIN)/%.efidrv $(EFIROM) + $(QM)$(ECHO) " [FINISH] $@" + $(Q)$(EFIROM) -v $(TGT_PCI_VENDOR) -d $(TGT_PCI_DEVICE) $< $@ |
