From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuC6f-0002b8-38 for qemu-devel@nongnu.org; Wed, 04 Nov 2015 23:25:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuC6b-0003l9-VU for qemu-devel@nongnu.org; Wed, 04 Nov 2015 23:25:01 -0500 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:34243) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuC6b-0003l0-MU for qemu-devel@nongnu.org; Wed, 04 Nov 2015 23:24:57 -0500 Received: by padhx2 with SMTP id hx2so66346126pad.1 for ; Wed, 04 Nov 2015 20:24:56 -0800 (PST) References: <1446694085-10076-1-git-send-email-aik@ozlabs.ru> From: Alexey Kardashevskiy Message-ID: <563ADA13.4060809@ozlabs.ru> Date: Thu, 5 Nov 2015 15:24:51 +1100 MIME-Version: 1.0 In-Reply-To: <1446694085-10076-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [GIT PULL qemu] pseries: Update SLOF firmware image to qemu-slof-20151103 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org On 11/05/2015 02:28 PM, Alexey Kardashevskiy wrote: > Hi! > > This is a SLOF update which is 700k and therefore too big to be posted > as a patch so here is a pull request. Ignore this please, this is built using gcc 5.2.1. > > > The following changes since commit 90da0d5a703839c8db9f37355107955df043b654: > > ppc/spapr: Add "ibm,pa-features" property to the device-tree (2015-10-23 12:22:40 +1100) > > are available in the git repository at: > > git@github.com:aik/qemu.git slof-20151103 > > for you to fetch changes up to 644abf102409e5bca84d12920e6dde31b5082802: > > pseries: Update SLOF firmware image to qemu-slof-20151103 (2015-11-05 12:48:40 +1100) > > ---------------------------------------------------------------- > Alexey Kardashevskiy (1): > pseries: Update SLOF firmware image to qemu-slof-20151103 > > pc-bios/README | 2 +- > pc-bios/slof.bin | Bin 915584 -> 913256 bytes > roms/SLOF | 2 +- > 3 files changed, 2 insertions(+), 2 deletions(-) > -- Alexey