From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ5jj-00029c-Ip for qemu-devel@nongnu.org; Thu, 13 Aug 2015 23:32:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQ5jg-0002Sd-Cn for qemu-devel@nongnu.org; Thu, 13 Aug 2015 23:32:55 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:33476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQ5jg-0002S4-8Q for qemu-devel@nongnu.org; Thu, 13 Aug 2015 23:32:52 -0400 Received: by pdrh1 with SMTP id h1so26657301pdr.0 for ; Thu, 13 Aug 2015 20:32:51 -0700 (PDT) References: <1439457856-2168-1-git-send-email-aik@ozlabs.ru> From: Alexey Kardashevskiy Message-ID: <55CD615C.3000600@ozlabs.ru> Date: Fri, 14 Aug 2015 13:32:44 +1000 MIME-Version: 1.0 In-Reply-To: <1439457856-2168-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=koi8-r; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH qemu] pseries: Update SLOF firmware image to qemu-slof-20150813 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth , qemu-ppc@nongnu.org, Alexander Graf , Nikunj A Dadhania , David Gibson On 08/13/2015 07:24 PM, Alexey Kardashevskiy wrote: > The changes are: > 1. GPT support; > 2. Much faster VGA support. > > The full changelog is: > > Add missing half word access case to _FASTRMOVE and _FASTMOVE > > Remove unused RMOVE64 stub > > fbuffer: Implement RFILL as an accelerated primitive > > fbuffer: Implement MRMOVE as an accelerated primitive > > fbuffer: Precalculate line length in bytes > > terminal: Disable the terminal-write trace by default > > boot: remove trailing ":" in the bootpath > > ci: implement boot client interface > > boot: bootpath should be complete device path > > fbuffer: Use a smaller cursor > > fbuffer: Improve invert-region helper > > usb-hid: Caps is not always shift > > cas: Increase FDT buffer size to accomodate larger ibm, cas node properties > > README: Update with patch submittion note > > disk-label: add support for booting from GPT FAT partition > > disk-label: introduce helper to check fat filesystem > > introduce 8-byte LE helpers > > disk-label: simplify gpt-prep-partition? routine > > fbuffer: introduce the invert-region-x helper > > fbuffer: introduce the invert-region helper > > fbuffer: simplify address computations in fb8-toggle-cursor > > Signed-off-by: Alexey Kardashevskiy > --- > > The tree is mirrored to http://git.qemu.org/?p=SLOF.git;a=summary > except the very last patch which changes the VERSION file which > should be sync'd in the next 24 hours or less. It is there now: http://git.qemu.org/?p=SLOF.git;a=commit;h=811277ac91f674a9273e2b529791e9b75350f3e8 -- Alexey