Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-30 Thread Tirumala Marri
-Original Message- From: Wolfgang Denk [mailto:w...@denx.de] Sent: Sunday, August 29, 2010 1:57 AM To: tma...@apm.com Cc: u-boot@lists.denx.de; open-source-rev...@apm.com Subject: Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support Dear tma...@apm.com, In message

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-30 Thread Stefan Roese
Hi Marri, (please reply to the mailing list as well) On Monday 30 August 2010 19:31:32 Tirumala Marri wrote: +int board_early_init_r(void) +{ + u32 bootdevice; + + /* + * Clear potential errors resulting from auto-calibration. + * If not done, then we could get an

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-29 Thread Wolfgang Denk
Dear Feng Kan, In message aanlktikbac7n-twhkrzy+skwwm88vkvnuxy8crx-u...@mail.gmail.com you wrote: Our legal is out at the moment. Why is this an issue, since it is on many of the files in U-Boot. Our legal indicated without the statement the Copyright would not stand. Please tell your legal

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-29 Thread Wolfgang Denk
Dear tma...@apm.com, In message 1282856775-24619-1-git-send-email-tma...@apm.com you wrote: From: Tirumala Marri tma...@apm.com Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, and initializes UIC.

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-27 Thread Stefan Roese
Hi Marri, On Thursday 26 August 2010 23:06:15 tma...@apm.com wrote: From: Tirumala Marri tma...@apm.com Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, and initializes UIC. Again, some comments below.

Re: [U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-27 Thread Feng Kan
Hi Stefan: Our legal is out at the moment. Why is this an issue, since it is on many of the files in U-Boot. Our legal indicated without the statement the Copyright would not stand. Thanks Feng +# Copyright (c) 2010, Applied Micro Circuits Corporation +# All rights reserved. Tirumala R Marri

[U-Boot] [PATCH 7/8] APM82xxx: Add bluestone board support

2010-08-26 Thread tmarri
From: Tirumala Marri tma...@apm.com Add support code for bluestone board wth APM82XXX processor based. This patch includes early board init, misc init, configure EBC, and initializes UIC. Signed-off-by: Tirumala R Marri tma...@apm.com --- arch/powerpc/include/asm/ppc4xx-ebc.h |4 +