public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Timur Tabi <timur@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Cleanup output of MPC83xx boards
Date: Sun, 12 Aug 2007 11:48:33 -0500	[thread overview]
Message-ID: <46BF39E1.2010904@freescale.com> (raw)
In-Reply-To: <20070812162527.3CDC72405E@gemini.denx.de>

Wolfgang Denk wrote:
> Dear Kim,
> 
> I would like to suggest to clean up the output printed by most
> MPC83xx boards a bit. What do you think about a patch like this one:
> 
> @@ ...
>  {
>         u32 msize = 0;
>  
> -       puts ("Initializing\n");
>         msize = fixed_sdram ();
> -       puts ("   DDR RAM: ");
>  
>         return msize;
>  }

Kim is really the one to be answering this, but I'll chime in since I'm reading email now.

I'm all for making 83xx more like other boards where it makes sense.  Unfortunately, I am personally not really aware of what other boards do, or what the U-Boot norm is, so I would need to be told on a case-by-case basis what is different about 83xx.

> I think something like this should be applied toi the following files:
> 
> 	board/sbc8349/sbc8349.c
> 	board/mpc832xemds/mpc832xemds.c
> 	board/mpc8360emds/mpc8360emds.c
> 	board/freescale/mpc8323erdb/mpc8323erdb.c
> 	board/mpc8349itx/mpc8349itx.c
> 	board/mpc8349emds/mpc8349emds.c
> 	board/mpc8313erdb/sdram.c
> 
> Also, if I understand this correctly, these  files  use  a  hardwired
> memory  size.  I this correct? 

I think so.  There is a define for the memory size, but off the top of my head, I think it's only use to saw the LAWBAR.

> Do you have any plans to bring this in
> line  with  the  normal  U-Boot  design  philisophy  which  uses  the
> memsize() function to automatically detect and adjust for the size of
> memory  really  present on a board, allowing to use the same image on
> differing configurations?

I don't know of any plans, but then, I didn't know it was a problem.

  reply	other threads:[~2007-08-12 16:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-12 16:25 [U-Boot-Users] Cleanup output of MPC83xx boards Wolfgang Denk
2007-08-12 16:48 ` Timur Tabi [this message]
2007-08-12 18:41   ` Wolfgang Denk
2007-08-13 18:55 ` Kim Phillips
2007-08-13 19:51   ` Wolfgang Denk
2007-08-14  6:04   ` Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46BF39E1.2010904@freescale.com \
    --to=timur@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox