qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: seabios@seabios.org, Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 4/5] Add seabios build scripts to roms/
Date: Thu,  9 Feb 2012 11:38:15 +0100	[thread overview]
Message-ID: <1328783896-1500-5-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1328783896-1500-1-git-send-email-kraxel@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 roms/Makefile       |    6 ++++++
 roms/config.seabios |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 roms/config.seabios

diff --git a/roms/Makefile b/roms/Makefile
index 5c3d5f4..b24c728 100644
--- a/roms/Makefile
+++ b/roms/Makefile
@@ -8,6 +8,7 @@ default:
 	@echo "available build targets:"
 	@echo "  vgabios-<name> -- update vgabios-<name>.bin"
 	@echo "  vgabios        -- update all vgabios binaries"
+	@echo "  bios           -- update bios.bin (seabios)"
 
 vgabios: $(targets_vgabios)
 
@@ -15,3 +16,8 @@ vgabios-%: config.vga.%
 	sh configure-seabios.sh $<
 	make -C seabios out/vgabios.bin
 	cp seabios/out/vgabios.bin ../pc-bios/vgabios-$*.bin
+
+bios: config.seabios
+	sh configure-seabios.sh $<
+	make -C seabios out/bios.bin
+	cp seabios/out/bios.bin ../pc-bios/bios.bin
diff --git a/roms/config.seabios b/roms/config.seabios
new file mode 100644
index 0000000..c373b87
--- /dev/null
+++ b/roms/config.seabios
@@ -0,0 +1 @@
+# empty, default config works for us
-- 
1.7.1

  parent reply	other threads:[~2012-02-09 10:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-09 10:38 [Qemu-devel] [PATCH 0/5] rom build scripting, switch vgabios implementation Gerd Hoffmann
2012-02-09 10:38 ` [Qemu-devel] [PATCH 1/5] update seabios to latest master [feb 9th] Gerd Hoffmann
2012-02-09 10:38 ` [Qemu-devel] [PATCH 2/5] Add vgabios build scripts to roms/ Gerd Hoffmann
2012-02-09 10:38 ` [Qemu-devel] [PATCH 3/5] Update vgabios binaries Gerd Hoffmann
2012-02-09 10:38 ` Gerd Hoffmann [this message]
2012-02-09 10:38 ` [Qemu-devel] [PATCH 5/5] Update seabios binary Gerd Hoffmann

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=1328783896-1500-5-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seabios@seabios.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).