* [Qemu-devel] [PATCH] Copy Sparc64 firmware
@ 2008-04-23 19:21 Hervé Poussineau
0 siblings, 0 replies; only message in thread
From: Hervé Poussineau @ 2008-04-23 19:21 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 145 bytes --]
Hi,
When using "make install" or "make tarbin" commands, openbios-sparc64
file is not copied.
Attached patch fixes this problem.
Hervé
[-- Attachment #2: copy_sparc64_firmware.diff --]
[-- Type: text/plain, Size: 749 bytes --]
Index: Makefile
===================================================================
--- Makefile (revision 4220)
+++ Makefile (working copy)
@@ -200,7 +200,7 @@
endif
mkdir -p "$(DESTDIR)$(datadir)"
set -e; for x in bios.bin vgabios.bin vgabios-cirrus.bin ppc_rom.bin \
- video.x openbios-sparc32 pxe-ne2k_pci.bin \
+ video.x openbios-sparc32 openbios-sparc64 pxe-ne2k_pci.bin \
pxe-rtl8139.bin pxe-pcnet.bin; do \
$(INSTALL) -m 644 $(SRC_PATH)/pc-bios/$$x "$(DESTDIR)$(datadir)"; \
done
@@ -302,6 +302,7 @@
$(datadir)/ppc_rom.bin \
$(datadir)/video.x \
$(datadir)/openbios-sparc32 \
+ $(datadir)/openbios-sparc64 \
$(datadir)/pxe-ne2k_pci.bin \
$(datadir)/pxe-rtl8139.bin \
$(datadir)/pxe-pcnet.bin \
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-23 19:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-23 19:21 [Qemu-devel] [PATCH] Copy Sparc64 firmware Hervé Poussineau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).