qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] PPC: e500: Support more RAM
@ 2014-11-12 21:56 Alexander Graf
  2014-11-12 21:56 ` [Qemu-devel] [PATCH v3 1/4] PPC: e500: Move CCSR definition to params Alexander Graf
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Alexander Graf @ 2014-11-12 21:56 UTC (permalink / raw)
  To: qemu-ppc; +Cc: stuart.yoder, qemu-devel

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-11-13 19:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 21:56 [Qemu-devel] [PATCH v3 0/4] PPC: e500: Support more RAM Alexander Graf
2014-11-12 21:56 ` [Qemu-devel] [PATCH v3 1/4] PPC: e500: Move CCSR definition to params Alexander Graf
2014-11-12 21:56 ` [Qemu-devel] [PATCH v3 2/4] PPC: e500: Move CCSR and MMIO space to upper end of address space Alexander Graf
2014-11-12 21:56 ` [Qemu-devel] [PATCH v3 3/4] PPC: mpc8554ds: Tell user about exceeding RAM limits Alexander Graf
2014-11-12 21:56 ` [Qemu-devel] [PATCH v3 4/4] PPC: e500 pci host: Add support for ATMUs Alexander Graf
2014-11-13 15:08   ` [Qemu-devel] [Qemu-ppc] " Bharat.Bhushan
2014-11-13 19:06     ` Alexander Graf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).