public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [patch #1/11] Auto Complete support
@ 2004-03-30 14:48 Pantelis Antoniou
  2004-03-30 15:35 ` Robert Schwebel
  2004-04-15 18:02 ` [U-Boot-Users] Re: [patch #1/11] Auto Complete support Wolfgang Denk
  0 siblings, 2 replies; 6+ messages in thread
From: Pantelis Antoniou @ 2004-03-30 14:48 UTC (permalink / raw)
  To: u-boot

Hello

The following patch adds auto-complete support
to the u-boot command line.

Using TAB the parser will try to auto complete
all commands and for a few commands it will
also try to do the same for their arguments.

The commands that accept auto completion of
their arguments are: setenv printenv & run.

To enable just

#define CONFIG_AUTO_COMPLETE

at the board config.h file.

Regards

Pantelis
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: autocomplete.diffstat
Url: http://lists.denx.de/pipermail/u-boot/attachments/20040330/20e143aa/attachment.txt 
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: autocomplete.diff
Url: http://lists.denx.de/pipermail/u-boot/attachments/20040330/20e143aa/attachment-0001.txt 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] [patch #1/11] Auto Complete support
  2004-03-30 14:48 [U-Boot-Users] [patch #1/11] Auto Complete support Pantelis Antoniou
@ 2004-03-30 15:35 ` Robert Schwebel
  2004-04-06 12:37   ` [U-Boot-Users] EZkit bf533 board Vidya S
  2004-04-15 18:02 ` [U-Boot-Users] Re: [patch #1/11] Auto Complete support Wolfgang Denk
  1 sibling, 1 reply; 6+ messages in thread
From: Robert Schwebel @ 2004-03-30 15:35 UTC (permalink / raw)
  To: u-boot

On Tue, Mar 30, 2004 at 05:48:17PM +0300, Pantelis Antoniou wrote:
> The following patch adds auto-complete support to the u-boot command
> line.

Cool!

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hornemannstra?e 12,  31137 Hildesheim, Germany
    Phone: +49-5121-28619-0 |  Fax: +49-5121-28619-4

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] EZkit bf533 board
  2004-03-30 15:35 ` Robert Schwebel
@ 2004-04-06 12:37   ` Vidya S
  2004-04-06 14:06     ` ganapathi
  0 siblings, 1 reply; 6+ messages in thread
From: Vidya S @ 2004-04-06 12:37 UTC (permalink / raw)
  To: u-boot

Hi,

  Anybody using EZ-KIT lite BF533 board? Can you pls let me know the memory
map for Ethernet interface? Any document to mention the same. for eg, in
BF535 ez-kit board, i think the BASE_ADDRESS for ethernet is 0x2c000300.

regards
vidya

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] EZkit bf533 board
  2004-04-06 12:37   ` [U-Boot-Users] EZkit bf533 board Vidya S
@ 2004-04-06 14:06     ` ganapathi
  2004-04-06 14:14       ` Vidya S
  0 siblings, 1 reply; 6+ messages in thread
From: ganapathi @ 2004-04-06 14:06 UTC (permalink / raw)
  To: u-boot

For all EZkit BF-531/2/3/5 the EZ-LAN is mapped with Async Bank3.
The BASE_ADDRESS for EZ-LAN card access in the EZkit - BF533 is 0x20300000

Regards
Ganapathi C

----- Original Message ----- 
From: "Vidya S" <vidya_s@lgsoftindia.com>
To: "U-Boot Users" <u-boot-users@lists.sourceforge.net>
Sent: Tuesday, April 06, 2004 6:07 PM
Subject: [U-Boot-Users] EZkit bf533 board


> Hi,
>
>   Anybody using EZ-KIT lite BF533 board? Can you pls let me know the
memory
> map for Ethernet interface? Any document to mention the same. for eg, in
> BF535 ez-kit board, i think the BASE_ADDRESS for ethernet is 0x2c000300.
>
> regards
> vidya
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] EZkit bf533 board
  2004-04-06 14:06     ` ganapathi
@ 2004-04-06 14:14       ` Vidya S
  0 siblings, 0 replies; 6+ messages in thread
From: Vidya S @ 2004-04-06 14:14 UTC (permalink / raw)
  To: u-boot

but as far as i know the async mem bank 3 starts from 0x2c000000 in bf535
right?
why is it that in 535 u-boot its taken as 0x2c000300. pls let me know




-----Original Message-----
From: ganapathi [mailto:ganapathi at isofttech.com]
Sent: Tuesday, April 06, 2004 7:36 PM
To: Vidya S; U-Boot Users
Subject: Re: [U-Boot-Users] EZkit bf533 board


For all EZkit BF-531/2/3/5 the EZ-LAN is mapped with Async Bank3.
The BASE_ADDRESS for EZ-LAN card access in the EZkit - BF533 is 0x20300000

Regards
Ganapathi C

----- Original Message -----
From: "Vidya S" <vidya_s@lgsoftindia.com>
To: "U-Boot Users" <u-boot-users@lists.sourceforge.net>
Sent: Tuesday, April 06, 2004 6:07 PM
Subject: [U-Boot-Users] EZkit bf533 board


> Hi,
>
>   Anybody using EZ-KIT lite BF533 board? Can you pls let me know the
memory
> map for Ethernet interface? Any document to mention the same. for eg, in
> BF535 ez-kit board, i think the BASE_ADDRESS for ethernet is 0x2c000300.
>
> regards
> vidya
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot-Users] Re: [patch #1/11] Auto Complete support
  2004-03-30 14:48 [U-Boot-Users] [patch #1/11] Auto Complete support Pantelis Antoniou
  2004-03-30 15:35 ` Robert Schwebel
@ 2004-04-15 18:02 ` Wolfgang Denk
  1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2004-04-15 18:02 UTC (permalink / raw)
  To: u-boot

In message <406988B1.5000308@intracom.gr> you wrote:
> 
> The following patch adds auto-complete support
> to the u-boot command line.

Cool. Added, thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
"Tell the truth and run."                          - Yugoslav proverb

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-04-15 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-30 14:48 [U-Boot-Users] [patch #1/11] Auto Complete support Pantelis Antoniou
2004-03-30 15:35 ` Robert Schwebel
2004-04-06 12:37   ` [U-Boot-Users] EZkit bf533 board Vidya S
2004-04-06 14:06     ` ganapathi
2004-04-06 14:14       ` Vidya S
2004-04-15 18:02 ` [U-Boot-Users] Re: [patch #1/11] Auto Complete support Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox