[U-Boot] resent: [PATCH] added autodetect of sdram size and nr of banks for ixp
Wolfgang Denk
wd at denx.de
Sat Sep 13 14:12:48 CEST 2008
Dear "Martijn de Gouw",
In message <4CD35CD1F8085945B597F80EEC8942130192DEB1 at exc01.bk.prodrive.nl> you wrote:
> And ofcourse, that went wrong.
>
> sign-off line is incorrect.
>
> Add autodetection of nr of banks and total sdram size for ixp processor
> tested on ixpdg425 and pdnb3 board.
>
> Signed-off-by: martijn de gouw <martijn.de.gouw at prodrive.nl>
> ---
> board/prodrive/pdnb3/pdnb3.c | 31 +++++++++++++-
> cpu/ixp/start.S | 95
> ++++++++++++++++++++++++++++++++++++++++++
> include/configs/pdnb3.h | 2 -
> 3 files changed, 125 insertions(+), 3 deletions(-)
>
> diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c
> index 3445a3a..a049afe 100644
> --- a/board/prodrive/pdnb3/pdnb3.c
> +++ b/board/prodrive/pdnb3/pdnb3.c
> @@ -120,8 +120,37 @@ int checkboard(void)
>
> int dram_init(void)
> {
> + volatile unsigned long *sdr_config = (unsigned long
> *)IXP425_SDR_CONFIG;
^^^^^^^^^^^^^^^^^^^^^
Line wrapped again. Please make sure to fix your mailer before
resubmitting.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
By the way, ALL software projects are done by iterative prototyping.
Some companies call their prototypes "releases", that's all.
More information about the U-Boot
mailing list