Re: [U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-02-07 Thread Scott Wood
On Fri, 2014-02-07 at 12:52 +0100, Alexander Graf wrote: > On 07.02.2014, at 01:51, Scott Wood wrote: > > > On Thu, 2014-02-06 at 12:40 +0100, Alexander Graf wrote: > >> On 04.02.2014, at 02:59, Scott Wood wrote: > >> > >>> On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: > With th

Re: [U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-02-07 Thread Alexander Graf
On 07.02.2014, at 01:51, Scott Wood wrote: > On Thu, 2014-02-06 at 12:40 +0100, Alexander Graf wrote: >> On 04.02.2014, at 02:59, Scott Wood wrote: >> >>> On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: With the qemu-ppce500 machine type we can run the same board with either

Re: [U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-02-06 Thread Scott Wood
On Thu, 2014-02-06 at 12:40 +0100, Alexander Graf wrote: > On 04.02.2014, at 02:59, Scott Wood wrote: > > > On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: > >> With the qemu-ppce500 machine type we can run the same board with > >> either an e500v2 or an e500mc core plugged in. > >> > >

Re: [U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-02-06 Thread Alexander Graf
On 04.02.2014, at 02:59, Scott Wood wrote: > On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: >> With the qemu-ppce500 machine type we can run the same board with >> either an e500v2 or an e500mc core plugged in. >> >> This means that the IVOR setup can't be based on compile time decisi

Re: [U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-02-03 Thread Scott Wood
On Fri, 2014-01-31 at 12:16 +0100, Alexander Graf wrote: > With the qemu-ppce500 machine type we can run the same board with > either an e500v2 or an e500mc core plugged in. > > This means that the IVOR setup can't be based on compile time decisions, > so instead we have to do a runtime check whic

Re: [U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-01-31 Thread York Sun
On 01/31/2014 03:16 AM, Alexander Graf wrote: > With the qemu-ppce500 machine type we can run the same board with > either an e500v2 or an e500mc core plugged in. > > This means that the IVOR setup can't be based on compile time decisions, > so instead we have to do a runtime check which CPU gener

[U-Boot] [PATCH v2 1/6] PPC 85xx: Detect e500v2 / e500mc during runtime

2014-01-31 Thread Alexander Graf
With the qemu-ppce500 machine type we can run the same board with either an e500v2 or an e500mc core plugged in. This means that the IVOR setup can't be based on compile time decisions, so instead we have to do a runtime check which CPU generation we're running on. Signed-off-by: Alexander Graf