Re: [U-Boot] [PATCH v3 6/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-20 Thread Scott Wood
On Thu, 2014-02-20 at 13:34 +0100, Alexander Graf wrote: > On 19.02.2014, at 01:03, Scott Wood wrote: > > > On Tue, 2014-02-11 at 01:10 +0100, Alexander Graf wrote: > >> + puts("\n"); > >> + > >> + /* Start MMIO and PIO range maps above RAM */ > >> + map_addr = CONFIG_MAX_MEM_MAPPED; > > > >

Re: [U-Boot] [PATCH v3 6/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-20 Thread Alexander Graf
On 19.02.2014, at 01:03, Scott Wood wrote: > On Tue, 2014-02-11 at 01:10 +0100, Alexander Graf wrote: >> diff --git a/arch/powerpc/cpu/mpc85xx/start.S >> b/arch/powerpc/cpu/mpc85xx/start.S >> index bb0025c..8982c78 100644 >> --- a/arch/powerpc/cpu/mpc85xx/start.S >> +++ b/arch/powerpc/cpu/mpc85

Re: [U-Boot] [PATCH v3 6/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-18 Thread Scott Wood
On Tue, 2014-02-11 at 01:10 +0100, Alexander Graf wrote: > diff --git a/arch/powerpc/cpu/mpc85xx/start.S > b/arch/powerpc/cpu/mpc85xx/start.S > index bb0025c..8982c78 100644 > --- a/arch/powerpc/cpu/mpc85xx/start.S > +++ b/arch/powerpc/cpu/mpc85xx/start.S > @@ -80,6 +80,11 @@ _start_e500: >

[U-Boot] [PATCH v3 6/6] PPC 85xx: Add qemu-ppce500 machine

2014-02-10 Thread Alexander Graf
For KVM we have a special PV machine type called "ppce500". This machine is inspired by the MPC8544DS board, but implements a lot less features than that one. It also provides more PCI slots and is supposed to be enumerated by device tree only. This patch adds support for the generic ppce500 mach