From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWxXH-00073O-SF for qemu-devel@nongnu.org; Tue, 01 Sep 2015 22:12:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWxXE-0001Nk-Mu for qemu-devel@nongnu.org; Tue, 01 Sep 2015 22:12:27 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:32909) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWxXE-0001MQ-HK for qemu-devel@nongnu.org; Tue, 01 Sep 2015 22:12:24 -0400 Received: by paap5 with SMTP id p5so7422493paa.0 for ; Tue, 01 Sep 2015 19:12:22 -0700 (PDT) References: <1439457856-2168-1-git-send-email-aik@ozlabs.ru> <55CD615C.3000600@ozlabs.ru> From: Alexey Kardashevskiy Message-ID: <55E65AFF.8020600@ozlabs.ru> Date: Wed, 2 Sep 2015 12:12:15 +1000 MIME-Version: 1.0 In-Reply-To: <55CD615C.3000600@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/14/2015 01:32 PM, Alexey Kardashevskiy wrote: > 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 > Ping? -- Alexey