public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Regarding P2020 core 1
@ 2010-04-07  6:11 vinay hegde
  2010-04-07  6:32 ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: vinay hegde @ 2010-04-07  6:11 UTC (permalink / raw)
  To: u-boot

Hi All,

We are coming up with a new platform that uses Freescale P2020 processor and P2020 U-Boot. In this platform, we will be using only one core (core 0) of P2020 and will be disabling the core 1 (thro, some hardware strapping as hardware folks told me).

If anybody has already investigated and knows how to disable core 1 (and support only core 0) in P2020 U-Boot (or in general, say mpc8572), please let me know. Any pointers will be very useful.

Thanks
Vinay


      

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

* [U-Boot] Regarding P2020 core 1
  2010-04-07  6:11 [U-Boot] Regarding P2020 core 1 vinay hegde
@ 2010-04-07  6:32 ` Kumar Gala
  2010-04-07  6:41   ` vinay hegde
  0 siblings, 1 reply; 4+ messages in thread
From: Kumar Gala @ 2010-04-07  6:32 UTC (permalink / raw)
  To: u-boot


On Apr 7, 2010, at 1:11 AM, vinay hegde wrote:

> Hi All,
> 
> We are coming up with a new platform that uses Freescale P2020 processor and P2020 U-Boot. In this platform, we will be using only one core (core 0) of P2020 and will be disabling the core 1 (thro, some hardware strapping as hardware folks told me).
> 
> If anybody has already investigated and knows how to disable core 1 (and support only core 0) in P2020 U-Boot (or in general, say mpc8572), please let me know. Any pointers will be very useful.

You can use the 'cpu disable' command.

- k

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

* [U-Boot] Regarding P2020 core 1
  2010-04-07  6:32 ` Kumar Gala
@ 2010-04-07  6:41   ` vinay hegde
  2010-04-07  7:25     ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: vinay hegde @ 2010-04-07  6:41 UTC (permalink / raw)
  To: u-boot

Hi Kumar,

I have ported U-Boot for our new platform (which is based on P2020 and has other platform specific peripherals). So, actually I wanted to know how to disable core 1 in U-boot source code (I see MPC85xx_DEVDISR_CPU0 and MPC85xx_DEVDISR_CPU1 defines in immap_85xx.h, which are not used). 
So, in my case, when U-boot bringup code runs, it should initialize only core 0 and keep the other core in reset. 

Sorry, I think my earlier e-mail wasn't clear enough.

Thanks
Vinay

> > Hi All,
> > 
> > We are coming up with a new platform that uses
> Freescale P2020 processor and P2020 U-Boot. In this
> platform, we will be using only one core (core 0) of P2020
> and will be disabling the core 1 (thro, some hardware
> strapping as hardware folks told me).
> > 
> > If anybody has already investigated and knows how to
> disable core 1 (and support only core 0) in P2020 U-Boot (or
> in general, say mpc8572), please let me know. Any pointers
> will be very useful.
> 
> You can use the 'cpu disable' command.
> 
> - k


      

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

* [U-Boot] Regarding P2020 core 1
  2010-04-07  6:41   ` vinay hegde
@ 2010-04-07  7:25     ` Kumar Gala
  0 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2010-04-07  7:25 UTC (permalink / raw)
  To: u-boot

You should just be able to remove CONFIG_MP from your board <CONFIG.h>

- k

On Apr 7, 2010, at 1:41 AM, vinay hegde wrote:

> Hi Kumar,
> 
> I have ported U-Boot for our new platform (which is based on P2020 and has other platform specific peripherals). So, actually I wanted to know how to disable core 1 in U-boot source code (I see MPC85xx_DEVDISR_CPU0 and MPC85xx_DEVDISR_CPU1 defines in immap_85xx.h, which are not used). 
> So, in my case, when U-boot bringup code runs, it should initialize only core 0 and keep the other core in reset. 
> 
> Sorry, I think my earlier e-mail wasn't clear enough.
> 
> Thanks
> Vinay
> 
>>> Hi All,
>>> 
>>> We are coming up with a new platform that uses
>> Freescale P2020 processor and P2020 U-Boot. In this
>> platform, we will be using only one core (core 0) of P2020
>> and will be disabling the core 1 (thro, some hardware
>> strapping as hardware folks told me).
>>> 
>>> If anybody has already investigated and knows how to
>> disable core 1 (and support only core 0) in P2020 U-Boot (or
>> in general, say mpc8572), please let me know. Any pointers
>> will be very useful.
>> 
>> You can use the 'cpu disable' command.
>> 
>> - k
> 
> 
> 

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

end of thread, other threads:[~2010-04-07  7:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07  6:11 [U-Boot] Regarding P2020 core 1 vinay hegde
2010-04-07  6:32 ` Kumar Gala
2010-04-07  6:41   ` vinay hegde
2010-04-07  7:25     ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox