Re: [PATCH] powerpc/85xx: Add support for Varisys Cyrus board

2015-09-02 Thread Scott Wood
On Wed, 2015-09-02 at 12:42 -0500, Scott Wood wrote: > On Wed, 2015-09-02 at 12:23 -0500, Andy Fleming wrote: > > On Wed, Sep 2, 2015 at 11:53 AM, Scott Wood > > wrote: > > > > > > On Wed, 2015-09-02 at 01:36 -0500, Andy Fleming wrote: > > > > This board uses a P5020 or P5040 chip, and boots jus

Re: [PATCH] powerpc/85xx: Add support for Varisys Cyrus board

2015-09-02 Thread Scott Wood
On Wed, 2015-09-02 at 12:23 -0500, Andy Fleming wrote: > On Wed, Sep 2, 2015 at 11:53 AM, Scott Wood wrote: > > > > On Wed, 2015-09-02 at 01:36 -0500, Andy Fleming wrote: > > > This board uses a P5020 or P5040 chip, and boots just fine using > > > the corenet_generic code. The device tree is very

Re: [PATCH] powerpc/85xx: Add support for Varisys Cyrus board

2015-09-02 Thread Andy Fleming
On Wed, Sep 2, 2015 at 11:53 AM, Scott Wood wrote: > > On Wed, 2015-09-02 at 01:36 -0500, Andy Fleming wrote: > > This board uses a P5020 or P5040 chip, and boots just fine using > > the corenet_generic code. The device tree is very similar to the > > P5020DS, except that there is no Flash memory.

Re: [PATCH] powerpc/85xx: Add support for Varisys Cyrus board

2015-09-02 Thread Scott Wood
On Wed, 2015-09-02 at 01:36 -0500, Andy Fleming wrote: > This board uses a P5020 or P5040 chip, and boots just fine using > the corenet_generic code. The device tree is very similar to the > P5020DS, except that there is no Flash memory. The environment is, > instead, stored on an MMC card on the m

[PATCH] powerpc/85xx: Add support for Varisys Cyrus board

2015-09-01 Thread Andy Fleming
This board uses a P5020 or P5040 chip, and boots just fine using the corenet_generic code. The device tree is very similar to the P5020DS, except that there is no Flash memory. The environment is, instead, stored on an MMC card on the motherboard. Signed-off-by: Andy Fleming --- arch/powerpc/boo