From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBj1P-00049v-5D for qemu-devel@nongnu.org; Mon, 28 Jul 2014 07:23:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBj1F-0000YM-G6 for qemu-devel@nongnu.org; Mon, 28 Jul 2014 07:23:15 -0400 Message-ID: <53D63297.6090609@suse.de> Date: Mon, 28 Jul 2014 13:23:03 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1405911724-4678-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1405911724-4678-1-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] spapr: Move rtas and device-tree higher List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org On 21.07.14 05:02, Alexey Kardashevskiy wrote: > At the moment RTAS and device tree are located at 256MB max > which leaves too little space for huge initramdisk images and kernels. > This relaxes the limitation. > > This is checkpatch.pl'ed version of: > [PATCH 1/2] loader: Add load_image_size() to replace load_image() > [PATCH 2/2] ppc/spapr: Locate RTAS and device-tree based on real RMA > > Please comment. Thanks. Thanks, applied all to ppc-next-2.2. Alex