From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44426) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X93s1-0000UD-GB for qemu-devel@nongnu.org; Sun, 20 Jul 2014 23:02:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X93rn-00017E-43 for qemu-devel@nongnu.org; Sun, 20 Jul 2014 23:02:33 -0400 Received: from e23smtp06.au.ibm.com ([202.81.31.148]:48514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X93rm-00015g-AY for qemu-devel@nongnu.org; Sun, 20 Jul 2014 23:02:19 -0400 Received: from /spool/local by e23smtp06.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 21 Jul 2014 13:02:11 +1000 From: Alexey Kardashevskiy Date: Mon, 21 Jul 2014 13:02:02 +1000 Message-Id: <1405911724-4678-1-git-send-email-aik@ozlabs.ru> Subject: [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: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf 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. Benjamin Herrenschmidt (2): loader: Add load_image_size() to replace load_image() spapr: Locate RTAS and device-tree based on real RMA hw/core/loader.c | 21 +++++++++++++++++++++ hw/ppc/spapr.c | 32 +++++++++++++++++++++----------- include/hw/loader.h | 1 + include/hw/ppc/spapr.h | 3 ++- 4 files changed, 45 insertions(+), 12 deletions(-) -- 2.0.0