Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-05-01 Thread Jean-Christophe PLAGNIOL-VILLARD
On 18:23 Thu 30 Apr , David Brownell wrote: > On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > cpu.c will be better > > Here's a followup patch that applies on top of this one, > and creates the cpu.c you wanted. please move this > > > === CUT HERE > From: David Brown

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-30 Thread David Brownell
On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > cpu.c will be better Here's a followup patch that applies on top of this one, and creates the cpu.c you wanted. === CUT HERE From: David Brownell Move the clock-rate dumping code into the cpu/.../davinci area where it should

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-30 Thread David Brownell
On Thursday 30 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 23:35 Wed 29 Apr , David Brownell wrote: > > On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > > my idea is more this > > > the lowlovel will init the pll (lowlevel_init.S or other stage bootloader) >

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-30 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:35 Wed 29 Apr , David Brownell wrote: > On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > my idea is more this > > the lowlovel will init the pll (lowlevel_init.S or other stage bootloader) > > Right ... > > > > so instead of hardcoding the PPLDIV read it in the r

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-29 Thread David Brownell
On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > my idea is more this > the lowlovel will init the pll (lowlevel_init.S or other stage bootloader) Right ... > so instead of hardcoding the PPLDIV read it in the register > and then calculate the clock rate That's all this cod

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:13 Wed 29 Apr , David Brownell wrote: > On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 15:38 Wed 29 Apr , David Brownell wrote: > > > From: David Brownell > > > > > > Make the DaVinci clock display code work on the dm355 too ... there > > > are pre- and p

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-29 Thread David Brownell
On Wednesday 29 April 2009, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:38 Wed 29 Apr , David Brownell wrote: > > From: David Brownell > > > > Make the DaVinci clock display code work on the dm355 too ... there > > are pre- and post- dividers on its PLLs, which most other DaVinci > > proc

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-29 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 15:38 Wed 29 Apr , David Brownell wrote: > >> From: David Brownell >> >> Make the DaVinci clock display code work on the dm355 too ... there >> are pre- and post- dividers on its PLLs, which most other DaVinci >> processors don't use; and it uses

Re: [U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-29 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:38 Wed 29 Apr , David Brownell wrote: > From: David Brownell > > Make the DaVinci clock display code work on the dm355 too ... there > are pre- and post- dividers on its PLLs, which most other DaVinci > processors don't use; and it uses different PLL dividers. Stubbed > in support for

[U-Boot] [patch u-boot git arm/next] davinci: display correct clock info

2009-04-29 Thread David Brownell
From: David Brownell Make the DaVinci clock display code work on the dm355 too ... there are pre- and post- dividers on its PLLs, which most other DaVinci processors don't use; and it uses different PLL dividers. Stubbed in support for the DM6467 too. Verified on dm355 and dm6446. Signed-off-b