Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-09-14 Thread Tirumala Marri
Any idea roughly, when we might expect such patches? [Tirumala Marri] Hi Stefan, Probably around middle of the October. Regards, Marri ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-09-14 Thread Tirumala Marri
Stefan asked before, but you did not reply yet, so here I ask again: What exactly are your plans? You did not respond to the Eiger patches for the last 9 months, so I somewhat doubt you are going to submit usable patches within the next couple of days, or are you? [Tirumala Marri] Dear Wolfgang,

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-29 Thread Mike Williams
All, On Fri, Aug 26, 2011 at 11:32 AM, Tirumala Marri tma...@apm.com wrote: Hi Stefan, Yes. Mike, could you please re-send your patch with this suggested split? Marri, could you please test this result on an 460SX board? And perhaps send send a patch to fix potentially remaining 460SX

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-29 Thread Tirumala Marri
Unfortunately, our internal project ended and I've been moved to another one with no access to the original hardware, which is out indefinitely for demos. It should be as simple as adding an additional #ifdef check with the new code for the 460GT/EX and the old code for the 460SX, but I wouldn't

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-26 Thread Stefan Roese
Marri, Mike On Thursday 25 August 2011 20:05:15 Tirumala Marri wrote: make[1]: *** [speed.o] Error 1 make[1]: *** Waiting for unfinished jobs make: *** [arch/powerpc/cpu/ppc4xx/libppc4xx.o] Error 2 make: *** Waiting for unfinished jobs Could you please check, if the 460SX has the

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-26 Thread Tirumala Marri
Hi Stefan, Yes. Mike, could you please re-send your patch with this suggested split? Marri, could you please test this result on an 460SX board? And perhaps send send a patch to fix potentially remaining 460SX issues? *[Tirumala Marri] *Sure we will test Mike’s fix on our 460Sx board.

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-25 Thread Tirumala Marri
Hi Wolfgang, Stefan asked before, but you did not reply yet, so here I ask again: What exactly are your plans? You did not respond to the Eiger patches for the last 9 months, so I somewhat doubt you are going to submit usable patches within the next couple of days, or are you? [marri] I will

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-25 Thread Tirumala Marri
Mike and Stefan, Thanks. Unfortunately this patch introduces compile errors for 460SX boards (e.g. redwood): [stefan@kubuntu u-boot-ppc4xx (master)]$ ./MAKEALL redwood Configuring for redwood board... speed.c: In function 'get_sys_info': speed.c:339: error: 'PLLD_FWDVA_MASK' undeclared (first

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-24 Thread Wolfgang Denk
Dear Tirumala Marri, In message c7e65d5ac78ea9dea60d6533795da...@mail.gmail.com you wrote: As mentioned before, we might otherwise remove the dead code. [marri] Sorry I was on vacation last month. We do still need this code as PPC460 is still used by many companies. We are working in

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-19 Thread Stefan Roese
Marri, On Friday 05 August 2011 19:45:05 Tirumala Marri wrote: As mentioned before, we might otherwise remove the dead code. [marri] Sorry I was on vacation last month. We do still need this code as PPC460 is still used by many companies. We are working in submitting the New patch set to

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-08-05 Thread Tirumala Marri
Yes, that's what I mean: the code get's dropped, and then nobody ever cares about it again. Such unmaintained code is basicly useless to everyone, and just adds efforts that coul better be used for other work. Marri (or somebody else from APM): Do you plan to support the 460SX boards? Then

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-26 Thread Stefan Roese
Hi Wolfgang, [Added Dave and Marri from APM to CC] On Monday 25 July 2011 20:39:14 Wolfgang Denk wrote: It appears the Redwood board is unmaintained. =A0No updates for this board have ever been posted since the initial addition more than 3 years ago, nor is there any board maintainer

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-26 Thread Wolfgang Denk
Dear Stefan, In message 201107261000.04609...@denx.de you wrote: On Monday 25 July 2011 20:39:14 Wolfgang Denk wrote: It appears the Redwood board is unmaintained. No updates for this board have ever been posted since the initial addition more than 3 years ago, nor is there any

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-25 Thread Stefan Roese
Hi Mike, On Thursday 21 July 2011 17:06:03 Mike Williams wrote: This code has been changed to read the CPU speed information from the CPR registers rather than the bootstrap registers. This is useful when changing the clock speed to something other than the default on boot. Thanks.

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-25 Thread Mike Williams
Stefan, On Mon, Jul 25, 2011 at 7:55 AM, Stefan Roese s...@denx.de wrote: Hi Mike, On Thursday 21 July 2011 17:06:03 Mike Williams wrote: This code has been changed to read the CPU speed information from the CPR registers rather than the bootstrap registers. This is useful when changing the

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-25 Thread Stefan Roese
Mike, [Added Marri from APM to CC] On Monday 25 July 2011 16:42:14 Mike Williams wrote: (first use in this function) make[1]: *** [speed.o] Error 1 make[1]: *** Waiting for unfinished jobs make: *** [arch/powerpc/cpu/ppc4xx/libppc4xx.o] Error 2 make: *** Waiting for unfinished

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-25 Thread Wolfgang Denk
Dear Stefan, In message 201107251711.21381...@denx.de you wrote: I also don't have access to an 460SX board. And yes, perhaps its best to split the code now (460EX/GT vs. 460SX). Marri, what do you think? Perhaps you could test the resulting code on an SX board? It appears the

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-25 Thread Mike Williams
Wolfgang, On Mon, Jul 25, 2011 at 2:05 PM, Wolfgang Denk w...@denx.de wrote: Dear Stefan, In message 201107251711.21381...@denx.de you wrote: I also don't have access to an 460SX board. And yes, perhaps its best to split the code now (460EX/GT vs. 460SX). Marri, what do you think?

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-25 Thread Wolfgang Denk
Dear Mike, In message canpyyupobcnkt-8jygu2ogqelye1k8ap4v7+ypxyminu8lx...@mail.gmail.com you wrote: On Mon, Jul 25, 2011 at 2:05 PM, Wolfgang Denk w...@denx.de wrote: ... It appears the Redwood board is unmaintained. =A0No updates for this board have ever been posted since the initial

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-21 Thread Mike Williams
Wolfgang, +#define CPR0_PLBED              0x0080 /* PLL PLB Ealry Clock Divider */ s/Ealry/Early/ +#define PERDV_MASK           0x0300  /* Periferal Clock Divisor */ s/Periferal/Peripheral/ Patch coming soon, should have proofread those... Should I mail in a patch for the

[U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-21 Thread Mike Williams
This code has been changed to read the CPU speed information from the CPR registers rather than the bootstrap registers. This is useful when changing the clock speed to something other than the default on boot. Signed-off-by: Mike Williams m...@mikebwilliams.com ---

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-21 Thread Wolfgang Denk
Dear Mike Williams, In message canpyyuoutlfpogr3f240g5k8shvdalcfkarulpnbzyttc1f...@mail.gmail.com you wrote: Patch coming soon, should have proofread those... Should I mail in a patch for the original typos in the other files? Cleanup patches are always welcome. Please see section

[U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-20 Thread Mike Williams
This code has been changed to read the CPU speed information from the CPR registers rather than the bootstrap registers. This is useful when changing the clock speed to something other than the default on boot. Signed-off-by: Mike Williams m...@mikebwilliams.com ---

Re: [U-Boot] [PATCH] ppc460: read get_sys_info from CPR registers instead of STRP registers

2011-07-20 Thread Wolfgang Denk
Dear Mike Williams, In message 1311197713-13010-1-git-send-email-m...@mikebwilliams.com you wrote: This code has been changed to read the CPU speed information from the CPR registers rather than the bootstrap registers. This is useful when changing the clock speed to something other than the