From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=41156 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2Jna-00026L-Gs for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:52:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2JnY-0002wL-LB for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:52:13 -0400 Received: from gate.crashing.org ([63.228.1.57]:40778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2JnY-0002tm-EA for qemu-devel@nongnu.org; Wed, 23 Mar 2011 04:52:12 -0400 From: Benjamin Herrenschmidt In-Reply-To: <1300858247-8197-28-git-send-email-david@gibson.dropbear.id.au> References: <1300858247-8197-1-git-send-email-david@gibson.dropbear.id.au> <1300858247-8197-28-git-send-email-david@gibson.dropbear.id.au> Content-Type: text/plain; charset="UTF-8" Date: Wed, 23 Mar 2011 19:51:55 +1100 Message-ID: <1300870315.2402.341.camel@pasglop> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 27/27] Add SLOF-based partition firmware for pSeries machine, allowing more boot options List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: paulus@samba.org, agraf@suse.de, qemu-devel@nongnu.org On Wed, 2011-03-23 at 16:30 +1100, David Gibson wrote: > +- SLOF (Slimline Open Firmware) is a free IEEE 1275 Open Firmware > + implementation for certain IBM POWER hardware. The image currently > + in qemu is built from git tag qemu-slof-20110323. > + For those who can't wait to check it out ... David forgot to mention the actual git URL ;-) It's on github (https://github.com/dgibson/SLOF) Cheers, Ben.