From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlBIG-0001Vz-JE for qemu-devel@nongnu.org; Fri, 16 May 2014 02:07:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlBIB-0008Hp-KK for qemu-devel@nongnu.org; Fri, 16 May 2014 02:06:56 -0400 Message-ID: <1400220407.2573.2.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 16 May 2014 08:06:47 +0200 In-Reply-To: <1400171570-21284-9-git-send-email-agraf@suse.de> References: <1400171570-21284-1-git-send-email-agraf@suse.de> <1400171570-21284-9-git-send-email-agraf@suse.de> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 8/9] PPC: Add u-boot firmware for e500 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On Do, 2014-05-15 at 18:32 +0200, Alexander Graf wrote: > This adds a special build of u-boot tailored for the e500 platforms we > emulate. It is based on the current version of upstream u-boot which > contains all the code necessary to drive our QEMU provided machines. > > Signed-off-by: Alexander Graf Adding build rules to roms/Makefile would be nice, so you can just do "make -C roms uboot" to build it. cheers, Gerd