From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 4/5] target-alpha: Prepare for Alpha BIOS images.
Date: Sun, 17 Apr 2011 09:14:35 -0700 [thread overview]
Message-ID: <1303056876-14320-5-git-send-email-rth@twiddle.net> (raw)
In-Reply-To: <1303056876-14320-1-git-send-email-rth@twiddle.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
---
Makefile | 3 ++-
configure | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index fa93be5..a3ac9c7 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,8 @@ pxe-rtl8139.bin pxe-virtio.bin \
bamboo.dtb petalogix-s3adsp1800.dtb petalogix-ml605.dtb \
multiboot.bin linuxboot.bin \
s390-zipl.rom \
-spapr-rtas.bin slof.bin
+spapr-rtas.bin slof.bin \
+palcode-sx164
else
BLOBS=
endif
diff --git a/configure b/configure
index da2da04..4a93972 100755
--- a/configure
+++ b/configure
@@ -3454,7 +3454,7 @@ FILES="Makefile tests/Makefile"
FILES="$FILES tests/cris/Makefile tests/cris/.gdbinit"
FILES="$FILES pc-bios/optionrom/Makefile pc-bios/keymaps"
FILES="$FILES roms/seabios/Makefile roms/vgabios/Makefile"
-for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-*; do
+for bios_file in $source_path/pc-bios/*.bin $source_path/pc-bios/*.dtb $source_path/pc-bios/openbios-* $source_path/pc-bios/palcode-*; do
FILES="$FILES pc-bios/`basename $bios_file`"
done
mkdir -p $DIRS
--
1.7.4.2
next prev parent reply other threads:[~2011-04-17 16:14 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-17 16:14 [Qemu-devel] [PATCH 0/5] Alpha system emulation Richard Henderson
2011-04-17 16:14 ` [Qemu-devel] [PATCH 1/5] Export the unassigned_mem read/write functions Richard Henderson
2011-04-17 16:14 ` [Qemu-devel] [PATCH 2/5] target-alpha: Disassemble EV6 PALcode instructions Richard Henderson
2011-04-17 16:14 ` [Qemu-devel] [PATCH 3/5] pci: Export pci_to_cpu_addr Richard Henderson
2011-04-17 16:14 ` Richard Henderson [this message]
2011-04-17 16:14 ` [Qemu-devel] [PATCH 5/5] target-alpha: Emulate Alpha SX164 Richard Henderson
2011-04-17 16:42 ` Alexander Graf
2011-04-17 17:12 ` Richard Henderson
2011-04-17 18:22 ` Alexander Graf
2011-04-17 17:03 ` Peter Maydell
2011-04-17 17:11 ` Richard Henderson
2011-04-17 18:23 ` Alexander Graf
2011-04-17 18:26 ` Richard Henderson
2011-04-17 18:31 ` Alexander Graf
2011-04-18 6:58 ` Paolo Bonzini
2011-04-18 9:22 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1303056876-14320-5-git-send-email-rth@twiddle.net \
--to=rth@twiddle.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).