From mboxrd@z Thu Jan 1 00:00:00 1970 From: prashantpurohit025 at gmail.com Date: Wed, 11 Aug 2010 08:05:39 +0200 Subject: [U-Boot] Need To Know about the Command Line Interface in U-boot. Message-ID: <20100811060539.137520@gmx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ?Hi all, I need to know how the command line interface has been developed in U-boot? I could understand few things about command line interface from command.h and command.c file. I am unable to get how from command line the U_BOOT_CMD macro has been called? Also, what is the need of the special section for U-boot i.e ".u_boot_cmd"? If any one has more info about it, please let me know as I am developing a similar command line interface for my application. Thanks in advance. Cheers, Prashant