All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] 1/5: cmd_boot
Date: Mon, 31 Mar 2003 12:33:51 +0200	[thread overview]
Message-ID: <20030331103351.GQ7702@pengutronix.de> (raw)
In-Reply-To: <20030331101214.1E403C587C@atlas.denx.de>

On Mon, Mar 31, 2003 at 12:12:09PM +0200, Wolfgang Denk wrote:
> Which "whitespace" problem are you trying to fix? To me  the  current
> output looks good:
> 
> 	=> bdi
> 	memstart    = 0x00000000
> 	memsize     = 0x01000000
> 	flashstart  = 0x40000000
> 	flashsize   = 0x00800000
> 	flashoffset = 0x00040000
> 	sramstart   = 0x00000000
> 	sramsize    = 0x00000000
> 	immr_base   = 0xFFF00000
> 	bootflags   = 0x00000001
> 	intfreq     =     50 MHz
> 	busfreq     =     50 MHz
> 	ethaddr     = 00:D0:93:00:7B:8B
> 	IP addr     = 10.0.0.99
> 	baudrate    = 115200 bps

... but you have tried it on ppc, not on ARM :-) Your = is in column 13,
and so it is in my patch. 

> > +	/*
> > +	 * Gather any trailing characters (for instance, the ^D which
> > +	 * is sent by 'cu' after sending a file), and give the
> > +	 * box some time (100 * 1 ms)
> > +	 */
> > +	for (i=0; i<100; ++i) {
> > +		if (serial_tstc()) {
> > +			(void) serial_getc();
> > +		}
> > +		udelay(1000);
> > +	}
> 
> This makes no sense to  me.  load_serial_bin()  is  used  for  kermit
> serial  protocol download, but "cu" is used for S-Record (ASCII file)
> download. So how would "cu" disturb load_serial_bin() ?

Oops, documentation-cut-and-paste error. It's the same with kermit.
Without the code (which was there before including the comment, I just
moved it to the proper position, which I forgot in the last patch you've
already applied). 

Robert 
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Braunschweiger Str. 79,  31134 Hildesheim, Germany
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4

  reply	other threads:[~2003-03-31 10:33 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-31  9:28 [U-Boot-Users] [PATCH] 1/5: cmd_boot Robert Schwebel
2003-03-31 10:12 ` Wolfgang Denk
2003-03-31 10:33   ` Robert Schwebel [this message]
2003-03-31 10:55     ` Wolfgang Denk
2003-03-31 11:12       ` Robert Schwebel
2003-03-31 11:38         ` Wolfgang Denk
2003-03-31 11:45           ` Robert Schwebel
2003-03-31 12:31             ` Wolfgang Denk
2003-03-31 12:43               ` Robert Schwebel
2003-03-31 14:03                 ` Wolfgang Denk
2003-03-31 14:16                   ` Robert Schwebel
2003-03-31 14:47                     ` Wolfgang Denk
2003-03-31 15:03                       ` Robert Schwebel
2003-03-31 18:10                         ` Wolfgang Denk
2003-03-31 18:20                           ` Robert Schwebel
  -- strict thread matches above, loose matches on Subject: below --
2003-03-31 12:13 Chris Elston
2003-03-31 12:34 ` Wolfgang Denk
2003-03-31 12:32 Chris Elston
     [not found] <000263AC.C22236@radstone.co.uk>
2003-03-31 13:18 ` Jerry Van Baren
2003-03-31 13:41   ` Robert Schwebel
2003-03-31 14:39     ` Holger Schurig
2003-03-31 14:06   ` Wolfgang Denk
     [not found] <0002649B.C22236@schwebel.de>
2003-03-31 14:00 ` Jerry Van Baren
2003-03-31 15:17   ` Robert Schwebel
2003-03-31 15:57     ` Wolfgang Denk
     [not found] <000265CA.C22236@denx.de>
2003-03-31 15:21 ` Jerry Van Baren
2003-03-31 15:40   ` Wolfgang Denk

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=20030331103351.GQ7702@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.