Re: [U-Boot] [PATCH 1/3] Add support to disable cpu's in multicore processors

2010-01-25 Thread Wolfgang Denk
Dear Kumar Gala, In message <67d60638-14a4-4821-a778-b6f1e88d2...@kernel.crashing.org> you wrote: > > On Jan 12, 2010, at 1:03 PM, Kumar Gala wrote: > > > Add a disable sub-command to the cpu command that allows for disabling > > cores in multicore processors. This can be useful for systems tha

Re: [U-Boot] [PATCH 1/3] Add support to disable cpu's in multicore processors

2010-01-19 Thread Kumar Gala
On Jan 12, 2010, at 1:03 PM, Kumar Gala wrote: > Add a disable sub-command to the cpu command that allows for disabling > cores in multicore processors. This can be useful for systems that are > using multicore chips but aren't utilizing all the cores as a way to > reduce power and possibly impr

[U-Boot] [PATCH 1/3] Add support to disable cpu's in multicore processors

2010-01-12 Thread Kumar Gala
Add a disable sub-command to the cpu command that allows for disabling cores in multicore processors. This can be useful for systems that are using multicore chips but aren't utilizing all the cores as a way to reduce power and possibly improve performance. Also updated an added missing copyright