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

2014-04-28 Thread York Sun
On 04/28/2014 02:27 PM, Alexander Graf wrote: >> I am thinking to add back "#ifdef CONFIG_QEMU_E500" you had for your v3 and >> earlier version for the above change. Do you have any concerns? >> >> The reason I am proposing this is to use generic board architecture. >> gd->fdt_blob is used by some

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

2014-04-28 Thread Alexander Graf
> Am 28.04.2014 um 20:40 schrieb York Sun : > >> On 02/20/2014 04:52 AM, Alexander Graf wrote: >> 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

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

2014-04-28 Thread York Sun
On 02/20/2014 04:52 AM, Alexander Graf wrote: > 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 o

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

2014-04-11 Thread Alexander Graf
On 19.03.14 19:49, York Sun wrote: On 02/20/2014 07:59 AM, Scott Wood wrote: On Thu, 2014-02-20 at 13:52 +0100, Alexander Graf wrote: diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c index 3e99b07..51f2085 100644 --- a/arch/powerpc/cpu/mpc85xx/cpu.c +++ b/arch/power

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

2014-03-19 Thread York Sun
On 02/20/2014 07:59 AM, Scott Wood wrote: > On Thu, 2014-02-20 at 13:52 +0100, Alexander Graf wrote: >> diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c >> index 3e99b07..51f2085 100644 >> --- a/arch/powerpc/cpu/mpc85xx/cpu.c >> +++ b/arch/powerpc/cpu/mpc85xx/cpu.c >> @@

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

2014-02-20 Thread Scott Wood
On Thu, 2014-02-20 at 13:52 +0100, Alexander Graf wrote: > diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/cpu/mpc85xx/cpu.c > index 3e99b07..51f2085 100644 > --- a/arch/powerpc/cpu/mpc85xx/cpu.c > +++ b/arch/powerpc/cpu/mpc85xx/cpu.c > @@ -272,6 +272,7 @@ int do_reset (cmd_tbl_t *cmdtp,