From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45321) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XofuH-0004d8-5D for qemu-devel@nongnu.org; Wed, 12 Nov 2014 16:57:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xofu7-0006l4-El for qemu-devel@nongnu.org; Wed, 12 Nov 2014 16:56:53 -0500 From: Alexander Graf Date: Wed, 12 Nov 2014 22:56:36 +0100 Message-Id: <1415829400-58216-1-git-send-email-agraf@suse.de> Subject: [Qemu-devel] [PATCH v3 0/4] PPC: e500: Support more RAM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-ppc@nongnu.org Cc: stuart.yoder@freescale.com, qemu-devel@nongnu.org The e500 target today only supports 3GB of guest RAM. This can be too little depending on your use case, so this patch set increases that limit to a whopping 48GB! Of course this change is too intrusive for 2.2, so I'm posting this explicitly for 2.3. v1 -> v2: - make pci pio window device tree exposure dynamic v2 -> v3: - rename pci_base to pci_pio_base - add ATMU support Alex Alexander Graf (4): PPC: e500: Move CCSR definition to params PPC: e500: Move CCSR and MMIO space to upper end of address space PPC: mpc8554ds: Tell user about exceeding RAM limits PPC: e500 pci host: Add support for ATMUs hw/pci-host/ppce500.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++--- hw/ppc/e500.c | 34 +++++++-------- hw/ppc/e500.h | 5 +++ hw/ppc/e500plat.c | 5 +++ hw/ppc/mpc8544ds.c | 11 +++++ 5 files changed, 143 insertions(+), 25 deletions(-) -- 1.8.1.4