From patchwork Sun Apr 17 16:14:35 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Richard Henderson X-Patchwork-Id: 91565 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 6F816B6F4C for ; Mon, 18 Apr 2011 02:16:44 +1000 (EST) Received: from localhost ([::1]:35803 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBUeP-0000Wx-Nf for incoming@patchwork.ozlabs.org; Sun, 17 Apr 2011 12:16:41 -0400 Received: from eggs.gnu.org ([140.186.70.92]:48335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBUch-0006BM-36 for qemu-devel@nongnu.org; Sun, 17 Apr 2011 12:14:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QBUcg-0007Dw-6c for qemu-devel@nongnu.org; Sun, 17 Apr 2011 12:14:55 -0400 Received: from mail-px0-f174.google.com ([209.85.212.174]:58884) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QBUcf-0007DC-Tt for qemu-devel@nongnu.org; Sun, 17 Apr 2011 12:14:54 -0400 Received: by mail-px0-f174.google.com with SMTP id 15so8611426pxi.33 for ; Sun, 17 Apr 2011 09:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:from:to:subject:date:message-id:x-mailer :in-reply-to:references; bh=+5B47Pl5fTLXhpy65AMXV+682r0ixFICZvO9TZ3flQ0=; b=kH7IXmSIs+lgCj11kqcvNjVq1b4LSxnYH9X5eRRtQ1eSvUjW8jLUKIZKnc2j2H4Q3Q lowbuYAUhTGIJMKli4M6nm3UUf69Cq/4mSCJU1Nm/dpe6nZV+23AhE7dXMcfJUR/sUyZ 1D6zJAr7FMvndAYphWIPmaTZ8ilCQTwA4zf2w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=BElfi7NUquNvFKXcEpwzcwpolHZK6Gym3jnl+IipYTUIeAOfWfAaHpyeK3TyAeN7Di 03QAQJVmF2lJ0Z9MY1j5ZUeJeur2LqrECxYN9v2nwLTPz2tyqjx2JKPy0yY+2NHxpaLX TSjO2PY9QBQQnW5MjfhidfClIVFiemZzIq+t8= Received: by 10.68.65.233 with SMTP id a9mr5347223pbt.187.1303056893588; Sun, 17 Apr 2011 09:14:53 -0700 (PDT) Received: from localhost.localdomain (are.twiddle.net [75.101.38.216]) by mx.google.com with ESMTPS id t7sm1733194pbh.30.2011.04.17.09.14.52 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Apr 2011 09:14:53 -0700 (PDT) From: Richard Henderson To: qemu-devel@nongnu.org Date: Sun, 17 Apr 2011 09:14:35 -0700 Message-Id: <1303056876-14320-5-git-send-email-rth@twiddle.net> X-Mailer: git-send-email 1.7.4.2 In-Reply-To: <1303056876-14320-1-git-send-email-rth@twiddle.net> References: <1303056876-14320-1-git-send-email-rth@twiddle.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.174 Subject: [Qemu-devel] [PATCH 4/5] target-alpha: Prepare for Alpha BIOS images. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Richard Henderson --- 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