diff options
163 files changed, 361 insertions, 352 deletions
| @@ -2045,6 +2045,9 @@ Configuration Settings:  - CONFIG_SYS_LONGHELP: Defined when you want long help messages included;  		undefine this when you're short of memory. +- CONFIG_SYS_HELP_CMD_WIDTH: Defined when you want to override the default +		width of the commands listed in the 'help' command output. +  - CONFIG_SYS_PROMPT:	This is what U-Boot prints on the console to  		prompt for user input. diff --git a/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c b/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c index 753d85b1b..02a095ef8 100644 --- a/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c +++ b/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c @@ -155,7 +155,7 @@ int do_vcimage (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vcimage,	2,	0,	do_vcimage, -	"vcimage - loads an image to Display\n", +	"loads an image to Display",  	"vcimage addr\n"  ); diff --git a/board/MAI/AmigaOneG3SE/cmd_boota.c b/board/MAI/AmigaOneG3SE/cmd_boota.c index 949af1802..6b955d835 100644 --- a/board/MAI/AmigaOneG3SE/cmd_boota.c +++ b/board/MAI/AmigaOneG3SE/cmd_boota.c @@ -122,7 +122,7 @@ int do_boota (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  #if defined(CONFIG_AMIGAONEG3SE) && defined(CONFIG_CMD_BSP)  U_BOOT_CMD(  	boota,   3,      1,      do_boota, -	"boota   - boot an Amiga kernel\n", +	"boot an Amiga kernel",  	"address disk"  );  #endif /* _CMD_BOOTA_H */ diff --git a/board/MAI/menu/cmd_menu.c b/board/MAI/menu/cmd_menu.c index 079f1ff16..2b97d2321 100644 --- a/board/MAI/menu/cmd_menu.c +++ b/board/MAI/menu/cmd_menu.c @@ -10,7 +10,7 @@ int do_menu( cmd_tbl_t *cmdtp, /*bd_t *bd,*/ int flag, int argc, char *argv[] )  #if defined(CONFIG_AMIGAONEG3SE) && defined(CONFIG_CMD_BSP)  U_BOOT_CMD(  	menu,   1,      1,      do_menu, -	"menu    - display BIOS setup menu\n", +	"display BIOS setup menu",  	""  );  #endif diff --git a/board/ads5121/ads5121_diu.c b/board/ads5121/ads5121_diu.c index 11e2be781..4f7dda0e3 100644 --- a/board/ads5121/ads5121_diu.c +++ b/board/ads5121/ads5121_diu.c @@ -101,7 +101,7 @@ int ads5121diu_init_show_bmp(cmd_tbl_t *cmdtp,  U_BOOT_CMD(  	diufb, CONFIG_SYS_MAXARGS, 1, ads5121diu_init_show_bmp, -	"diufb - Init or Display BMP file\n", +	"Init or Display BMP file",  	"init\n    - initialize DIU\n"  	"addr\n    - display bmp at address 'addr'\n"  	); diff --git a/board/amcc/acadia/cmd_acadia.c b/board/amcc/acadia/cmd_acadia.c index 9fc03f106..d47cf1af5 100644 --- a/board/amcc/acadia/cmd_acadia.c +++ b/board/amcc/acadia/cmd_acadia.c @@ -96,6 +96,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bootstrap,	3,	0,	do_bootstrap, -	"bootstrap - program the I2C bootstrap EEPROM\n", +	"program the I2C bootstrap EEPROM",  	"<cpu-freq> <nor|nand> - program the I2C bootstrap EEPROM\n"  	); diff --git a/board/amcc/canyonlands/bootstrap.c b/board/amcc/canyonlands/bootstrap.c index 35284d179..30046fee3 100644 --- a/board/amcc/canyonlands/bootstrap.c +++ b/board/amcc/canyonlands/bootstrap.c @@ -190,6 +190,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bootstrap,	2,	0,	do_bootstrap, -	"bootstrap - program the I2C bootstrap EEPROM\n", +	"program the I2C bootstrap EEPROM",  	"<nand|nor> - strap to boot from NAND or NOR flash\n"  	); diff --git a/board/amcc/katmai/cmd_katmai.c b/board/amcc/katmai/cmd_katmai.c index d36265566..2c2849b01 100644 --- a/board/amcc/katmai/cmd_katmai.c +++ b/board/amcc/katmai/cmd_katmai.c @@ -213,6 +213,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bootstrap,	3,	1,	do_bootstrap, -	"bootstrap - program the serial device strap\n", +	"program the serial device strap",  	"wrclk [prom0|prom1] - program the serial device strap\n"  	); diff --git a/board/amcc/kilauea/cmd_pll.c b/board/amcc/kilauea/cmd_pll.c index 3b49e5b37..6b38493e5 100644 --- a/board/amcc/kilauea/cmd_pll.c +++ b/board/amcc/kilauea/cmd_pll.c @@ -237,7 +237,7 @@ ret:  U_BOOT_CMD(  	pllalter, CONFIG_SYS_MAXARGS, 1,        do_pll_alter, -	"pllalter- change pll frequence \n", +	"change pll frequence",  	"pllalter <selection>      - change pll frequence \n\n\  	** New freq take effect after reset. ** \n\  	----------------------------------------------\n\ diff --git a/board/amcc/luan/luan.c b/board/amcc/luan/luan.c index e1357f404..d2a3b9ec3 100644 --- a/board/amcc/luan/luan.c +++ b/board/amcc/luan/luan.c @@ -329,7 +329,7 @@ int do_l2cache( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )  U_BOOT_CMD(  	l2cache,   2,   1,     do_l2cache, -	"l2cache  - enable or disable L2 cache\n", +	"enable or disable L2 cache",  	"[on, off]\n"  	"    - enable or disable L2 cache\n"  	); diff --git a/board/amcc/makalu/cmd_pll.c b/board/amcc/makalu/cmd_pll.c index 3b49e5b37..6b38493e5 100644 --- a/board/amcc/makalu/cmd_pll.c +++ b/board/amcc/makalu/cmd_pll.c @@ -237,7 +237,7 @@ ret:  U_BOOT_CMD(  	pllalter, CONFIG_SYS_MAXARGS, 1,        do_pll_alter, -	"pllalter- change pll frequence \n", +	"change pll frequence",  	"pllalter <selection>      - change pll frequence \n\n\  	** New freq take effect after reset. ** \n\  	----------------------------------------------\n\ diff --git a/board/amcc/sequoia/cmd_sequoia.c b/board/amcc/sequoia/cmd_sequoia.c index c840748d4..6dfd8ba38 100644 --- a/board/amcc/sequoia/cmd_sequoia.c +++ b/board/amcc/sequoia/cmd_sequoia.c @@ -226,6 +226,6 @@ static int do_bootstrap(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bootstrap,	2,	0,	do_bootstrap, -	"bootstrap - program the I2C bootstrap EEPROM\n", +	"program the I2C bootstrap EEPROM",  	"<nand|nor> - strap to boot from NAND or NOR flash\n"  	); diff --git a/board/amcc/taihu/lcd.c b/board/amcc/taihu/lcd.c index 7cc094abe..6b68f3356 100644 --- a/board/amcc/taihu/lcd.c +++ b/board/amcc/taihu/lcd.c @@ -232,25 +232,25 @@ static int do_lcd_cur (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	lcd_cls, 1, 1, do_lcd_clear, -	"lcd_cls - lcd clear display\n", +	"lcd clear display",  	NULL  	);  U_BOOT_CMD(  	lcd_puts, 2, 1, do_lcd_puts, -	"lcd_puts - display string on lcd\n", +	"display string on lcd",  	"<string> - <string> to be displayed\n"  	);  U_BOOT_CMD(  	lcd_putc, 2, 1, do_lcd_putc, -	"lcd_putc - display char on lcd\n", +	"display char on lcd",  	"<char> - <char> to be displayed\n"  	);  U_BOOT_CMD(  	lcd_cur, 3, 1, do_lcd_cur, -	"lcd_cur - shift cursor on lcd\n", +	"shift cursor on lcd",  	"<count> <dir> - shift cursor on lcd <count> times, direction is <dir> \n"  	" <count> - 0..31\n"  	" <dir>   - 0=backward 1=forward\n" diff --git a/board/amcc/taihu/taihu.c b/board/amcc/taihu/taihu.c index a98c186a8..522437805 100644 --- a/board/amcc/taihu/taihu.c +++ b/board/amcc/taihu/taihu.c @@ -93,7 +93,7 @@ static int do_sw_stat(cmd_tbl_t* cmd_tp, int flags, int argc, char *argv[])  U_BOOT_CMD (  	sw2_stat, 1, 1, do_sw_stat, -	"sw2_stat - show status of switch 2\n", +	"show status of switch 2",  	NULL  	); @@ -132,7 +132,7 @@ static int do_led_ctl(cmd_tbl_t* cmd_tp, int flags, int argc, char *argv[])  U_BOOT_CMD (  	led_ctl, 3, 1, do_led_ctl, -	"led_ctl	- make led 1 or 2  on or off\n", +	"make led 1 or 2  on or off",  	"<led_no> <on/off>	-  make led <led_no> on/off,\n"  	"\tled_no is 1 or 2\t"  	); diff --git a/board/amcc/taihu/update.c b/board/amcc/taihu/update.c index 52bad56bf..8e969056c 100644 --- a/board/amcc/taihu/update.c +++ b/board/amcc/taihu/update.c @@ -127,6 +127,6 @@ static int update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char *argv[]  U_BOOT_CMD (  	update_boot_eeprom, 1, 1, update_boot_eeprom, -	"update_boot_eeprom  - update boot eeprom content\n", +	"update boot eeprom content",  	NULL  	); diff --git a/board/amcc/taishan/lcd.c b/board/amcc/taishan/lcd.c index 4e14bbc9a..e4d070570 100644 --- a/board/amcc/taishan/lcd.c +++ b/board/amcc/taishan/lcd.c @@ -254,16 +254,16 @@ static int do_lcd_cur(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  	return 0;  } -U_BOOT_CMD(lcd_test, 1, 1, do_lcd_test, "lcd_test - lcd test display\n", NULL); -U_BOOT_CMD(lcd_cls, 1, 1, do_lcd_clear, "lcd_cls - lcd clear display\n", NULL); +U_BOOT_CMD(lcd_test, 1, 1, do_lcd_test, "lcd test display", NULL); +U_BOOT_CMD(lcd_cls, 1, 1, do_lcd_clear, "lcd clear display", NULL);  U_BOOT_CMD(lcd_puts, 2, 1, do_lcd_puts, -	   "lcd_puts - display string on lcd\n", +	   "display string on lcd",  	   "<string> - <string> to be displayed\n");  U_BOOT_CMD(lcd_putc, 2, 1, do_lcd_putc, -	   "lcd_putc - display char on lcd\n", +	   "display char on lcd",  	   "<char> - <char> to be displayed\n");  U_BOOT_CMD(lcd_cur, 3, 1, do_lcd_cur, -	   "lcd_cur - shift cursor on lcd\n", +	   "shift cursor on lcd",  	   "<count> <dir>- shift cursor on lcd <count> times, direction is <dir> \n"  	   " <count> - 0~31\n" " <dir> - 0,backward; 1, forward\n"); @@ -373,8 +373,8 @@ static int do_led_test_on(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(ledon, 1, 1, do_led_test_on, -	   "ledon - led test light on\n", NULL); +	   "led test light on", NULL);  U_BOOT_CMD(ledoff, 1, 1, do_led_test_off, -	   "ledoff - led test light off\n", NULL); +	   "led test light off", NULL);  #endif diff --git a/board/amcc/taishan/showinfo.c b/board/amcc/taishan/showinfo.c index 5b8b88e85..b471c956e 100644 --- a/board/amcc/taishan/showinfo.c +++ b/board/amcc/taishan/showinfo.c @@ -168,7 +168,7 @@ int do_show_xbridge_info(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(xbriinfo, 1, 1, do_show_xbridge_info, -	   "xbriinfo  - Show PCIX bridge info\n", NULL); +	   "Show PCIX bridge info", NULL);  #define TAISHAN_PCI_DEV_ID0 0x800  #define TAISHAN_PCI_DEV_ID1 0x1000 @@ -222,7 +222,7 @@ int do_show_pcix_device_info(cmd_tbl_t * cmdtp, int flag, int argc,  }  U_BOOT_CMD(xdevinfo, 1, 1, do_show_pcix_device_info, -	   "xdevinfo  - Show PCIX Device info\n", NULL); +	   "Show PCIX Device info", NULL);  extern void show_reset_reg(void); @@ -233,4 +233,4 @@ int do_show_reset_reg_info(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(resetinfo, 1, 1, do_show_reset_reg_info, -	   "resetinfo  - Show Reset REG info\n", NULL); +	   "Show Reset REG info", NULL); diff --git a/board/amcc/taishan/update.c b/board/amcc/taishan/update.c index 96b918be0..63f874488 100644 --- a/board/amcc/taishan/update.c +++ b/board/amcc/taishan/update.c @@ -74,5 +74,5 @@ int do_update_boot_eeprom(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(update_boot_eeprom, 1, 1, do_update_boot_eeprom, -	   "update_boot_eeprom  - update bootstrap eeprom content\n", NULL); +	   "update bootstrap eeprom content", NULL);  #endif diff --git a/board/amcc/yucca/cmd_yucca.c b/board/amcc/yucca/cmd_yucca.c index 5198317dd..d2ca2572d 100644 --- a/board/amcc/yucca/cmd_yucca.c +++ b/board/amcc/yucca/cmd_yucca.c @@ -281,6 +281,6 @@ static int setBootStrapClock(cmd_tbl_t *cmdtp, int incrflag, int flag,  U_BOOT_CMD(  	evb440spe,	3,	1,	do_evb440spe, -	"evb440spe - program the serial device strap\n", +	"program the serial device strap",  	"wrclk [prom0|prom1] - program the serial device strap\n"  ); diff --git a/board/amirix/ap1000/ap1000.c b/board/amirix/ap1000/ap1000.c index e9f80ff5c..fcf26984f 100644 --- a/board/amirix/ap1000/ap1000.c +++ b/board/amirix/ap1000/ap1000.c @@ -659,7 +659,7 @@ done:  }  U_BOOT_CMD (temp, 6, 0, do_temp_sensor, -	    "temp    - interact with the temperature sensor\n", +	    "interact with the temperature sensor",  	    "temp [s]\n"  	    "        - Show status.\n"  	    "temp l LOW [HIGH] [THERM]\n" @@ -674,28 +674,28 @@ U_BOOT_CMD (temp, 6, 0, do_temp_sensor,  #if 0  U_BOOT_CMD (loadace, 2, 0, do_loadace, -	    "loadace - load fpga configuration from System ACE compact flash\n", +	    "load fpga configuration from System ACE compact flash",  	    "N\n"  	    "    - Load configuration N (0-7) from System ACE compact flash\n"  	    "loadace\n" "    - loads default configuration\n");  #endif  U_BOOT_CMD (swconfig, 2, 0, do_swconfigbyte, -	    "swconfig- display or modify the software configuration byte\n", +	    "display or modify the software configuration byte",  	    "N [ADDRESS]\n"  	    "    - set software configuration byte to N, optionally use ADDRESS as\n"  	    "      location of buffer for flash copy\n"  	    "swconfig\n" "    - display software configuration byte\n");  U_BOOT_CMD (pause, 2, 0, do_pause, -	    "pause   - sleep processor until any key is pressed with poll time of N seconds\n", +	    "sleep processor until any key is pressed with poll time of N seconds",  	    "N\n"  	    "    - sleep processor until any key is pressed with poll time of N seconds\n"  	    "pause\n"  	    "    - sleep processor until any key is pressed with poll time of 1 second\n");  U_BOOT_CMD (swrecon, 1, 0, do_swreconfig, -	    "swrecon - trigger a board reconfigure to the software selected configuration\n", +	    "trigger a board reconfigure to the software selected configuration",  	    "\n"  	    "    - trigger a board reconfigure to the software selected configuration\n"); diff --git a/board/amirix/ap1000/powerspan.c b/board/amirix/ap1000/powerspan.c index f0481553f..f727061df 100644 --- a/board/amirix/ap1000/powerspan.c +++ b/board/amirix/ap1000/powerspan.c @@ -478,7 +478,7 @@ int do_eeprom (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD (eeprom, 4, 0, do_eeprom, -	    "eeprom  - read/write/copy to/from the PowerSpan II eeprom\n", +	    "read/write/copy to/from the PowerSpan II eeprom",  	    "eeprom r OFF [NUM]\n"  	    "    - read NUM words starting at OFF\n"  	    "eeprom w OFF VAL\n" diff --git a/board/barco/barco.c b/board/barco/barco.c index e3abca4cf..a19e1edab 100644 --- a/board/barco/barco.c +++ b/board/barco/barco.c @@ -306,19 +306,19 @@ int barcobcd_boot_image (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD (  		try_working, 1, 1, barcobcd_boot_image, -		" try_working - check flash value and boot the appropriate image\n", +		"check flash value and boot the appropriate image",  		"\n"  	  );  U_BOOT_CMD (  		boot_working, 1, 1, barcobcd_boot_image, -		" boot_working - check flash value and boot the appropriate image\n", +		"check flash value and boot the appropriate image",  		"\n"  	  );  U_BOOT_CMD (  		boot_default, 1, 1, barcobcd_boot_image, -		" boot_default - check flash value and boot the appropriate image\n", +		"check flash value and boot the appropriate image",  		"\n"  	  );  /* diff --git a/board/bc3450/cmd_bc3450.c b/board/bc3450/cmd_bc3450.c index ae5061f94..aa46e5812 100644 --- a/board/bc3450/cmd_bc3450.c +++ b/board/bc3450/cmd_bc3450.c @@ -194,7 +194,7 @@ int cmd_dip (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD (dip, 1, 1, cmd_dip, -	    "dip     - read dip switch and config inputs\n", +	    "read dip switch and config inputs",  	    "\n"  	    "     - prints the state of the dip switch and/or\n"  	    "       external configuration inputs as hex value.\n" @@ -228,7 +228,7 @@ static int cmd_buz (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD (buz, 2, 1, cmd_buz, -	    "buz     - turns buzzer on/off\n", +	    "turns buzzer on/off",  	    "\n" "buz <on/off>\n" "     - turns the buzzer on or off\n");  #endif /* CONFIG_BC3450_BUZZER */ @@ -322,7 +322,7 @@ static int cmd_fp (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD (fp, 3, 1, cmd_fp, -	    "fp      - front panes access functions\n", +	    "front panes access functions",  	    "\n"  	    "fp bl <on/off>\n"  	    "     - turns the CCFL backlight of the display on/off\n" @@ -523,7 +523,7 @@ static int cmd_temp (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD (temp, 3, 1, cmd_temp, -	    "temp    - print current temperature\n", +	    "print current temperature",  	    "\n" "temp\n" "     - print current temperature\n");  #ifdef CONFIG_BC3450_CAN @@ -816,7 +816,7 @@ int cmd_test (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  	return 1;  } -U_BOOT_CMD (test, 2, 1, cmd_test, "test    - unit test routines\n", "\n" +U_BOOT_CMD (test, 2, 1, cmd_test, "unit test routines", "\n"  #ifdef CONFIG_BC3450_CAN  	    "test can\n"  	    "     - connect CAN1 (X8) with CAN2 (X9) for this test\n" diff --git a/board/bf537-stamp/cmd_bf537led.c b/board/bf537-stamp/cmd_bf537led.c index fa650f26f..e77bb0cb1 100644 --- a/board/bf537-stamp/cmd_bf537led.c +++ b/board/bf537-stamp/cmd_bf537led.c @@ -196,6 +196,6 @@ void show_cmd_usage()  /* Register information for u-boot to find this command */  U_BOOT_CMD(led, 3, 1, do_bf537led, -	   "led- Control BF537 stamp LEDs\n", USAGE_LONG); +	   "Control BF537 stamp LEDs", USAGE_LONG);  #endif diff --git a/board/cm5200/cmd_cm5200.c b/board/cm5200/cmd_cm5200.c index 00f0671d7..52f031cbb 100644 --- a/board/cm5200/cmd_cm5200.c +++ b/board/cm5200/cmd_cm5200.c @@ -435,7 +435,7 @@ int cmd_fkt(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fkt,	4,	1,	cmd_fkt, -	"fkt     - Function test routines\n", +	"Function test routines",  	"i2c\n"  	"     - Test I2C communication\n"  	"fkt led\n" diff --git a/board/delta/delta.c b/board/delta/delta.c index 878416f73..73e6c3e37 100644 --- a/board/delta/delta.c +++ b/board/delta/delta.c @@ -259,7 +259,7 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	   kbd,	1,	1,	do_kbd, -	   "kbd     - read keyboard status\n", +	   "read keyboard status",  	   NULL  ); diff --git a/board/esd/ar405/ar405.c b/board/esd/ar405/ar405.c index 3abcfe690..c4b4b6767 100644 --- a/board/esd/ar405/ar405.c +++ b/board/esd/ar405/ar405.c @@ -247,7 +247,7 @@ int do_digtest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	digtest,	3,	1,	do_digtest, -	"digtest - Test digital in-/output\n", +	"Test digital in-/output",  	NULL  	); @@ -341,7 +341,7 @@ int do_anatest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	anatest,	2,	1,	do_anatest, -	"anatest - Test analog in-/output\n", +	"Test analog in-/output",  	NULL  	); @@ -408,7 +408,7 @@ int do_inctest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	inctest,	3,	1,	do_inctest, -	"inctest - Test incremental encoder inputs\n", +	"Test incremental encoder inputs",  	NULL  	);  #endif diff --git a/board/esd/cms700/cms700.c b/board/esd/cms700/cms700.c index 5709d4504..d0ee19329 100644 --- a/board/esd/cms700/cms700.c +++ b/board/esd/cms700/cms700.c @@ -198,7 +198,7 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(eepwren,	2,	0,	do_eep_wren, -	   "eepwren - Enable / disable / query EEPROM write access\n", +	   "Enable / disable / query EEPROM write access",  	   NULL);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ diff --git a/board/esd/common/auto_update.c b/board/esd/common/auto_update.c index 633f64178..4ea373a7c 100644 --- a/board/esd/common/auto_update.c +++ b/board/esd/common/auto_update.c @@ -550,7 +550,7 @@ int auto_update(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	autoupd,	1,	1,	auto_update, -	"autoupd - Automatically update images\n", +	"Automatically update images",  	NULL  );  #endif /* CONFIG_AUTO_UPDATE */ diff --git a/board/esd/common/cmd_loadpci.c b/board/esd/common/cmd_loadpci.c index ad490c349..0a6626e07 100644 --- a/board/esd/common/cmd_loadpci.c +++ b/board/esd/common/cmd_loadpci.c @@ -123,7 +123,7 @@ int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	loadpci,	1,	1,	do_loadpci, -	"loadpci - Wait for pci bootcmd and boot it\n", +	"Wait for pci bootcmd and boot it",  	NULL  	); diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index 1db8d9058..066df74bf 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -372,6 +372,6 @@ int do_esdbmp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	esdbmp,	2,	1,	do_esdbmp, -	"esdbmp   - display BMP image\n", +	"display BMP image",  	"<imageAddr> - display image\n"  ); diff --git a/board/esd/common/xilinx_jtag/micro.c b/board/esd/common/xilinx_jtag/micro.c index 318f229fe..9b2cf90d4 100644 --- a/board/esd/common/xilinx_jtag/micro.c +++ b/board/esd/common/xilinx_jtag/micro.c @@ -1859,6 +1859,6 @@ int do_cpld(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	cpld,	1,	1,	do_cpld, -	"cpld    - Program onboard CPLD\n", +	"Program onboard CPLD",  	NULL  	); diff --git a/board/esd/cpci2dp/cpci2dp.c b/board/esd/cpci2dp/cpci2dp.c index dcab9060b..517b1740a 100644 --- a/board/esd/cpci2dp/cpci2dp.c +++ b/board/esd/cpci2dp/cpci2dp.c @@ -176,7 +176,7 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	eepwren,	2,	0,	do_eep_wren, -	"eepwren - Enable / disable / query EEPROM write access\n", +	"Enable / disable / query EEPROM write access",  	NULL  	);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ diff --git a/board/esd/cpci405/cpci405.c b/board/esd/cpci405/cpci405.c index bd569a629..0aca825c1 100644 --- a/board/esd/cpci405/cpci405.c +++ b/board/esd/cpci405/cpci405.c @@ -689,7 +689,7 @@ int do_onewire(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	onewire,	1,	1,	do_onewire, -	"onewire - Read 1-write ID\n", +	"Read 1-write ID",  	NULL  	); @@ -750,7 +750,7 @@ int do_get_bpip(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	getbpip,	1,	1,	do_get_bpip, -	"getbpip - Update IP-Address with Backplane IP-Address\n", +	"Update IP-Address with Backplane IP-Address",  	NULL  	); @@ -786,7 +786,7 @@ int do_set_bpip(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	setbpip,	2,	1,	do_set_bpip, -	"setbpip - Write Backplane IP-Address\n", +	"Write Backplane IP-Address",  	NULL  	); diff --git a/board/esd/cpci5200/cpci5200.c b/board/esd/cpci5200/cpci5200.c index 6eedb83ff..b6b50fb46 100644 --- a/board/esd/cpci5200/cpci5200.c +++ b/board/esd/cpci5200/cpci5200.c @@ -294,5 +294,5 @@ int do_writepci(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(writepci, 3, 1, do_writepci, -	   "writepci- Write some data to pcibus\n", +	   "Write some data to pcibus",  	   "<addr> <size>\n" "        - Write some data to pcibus.\n"); diff --git a/board/esd/cpci750/cpci750.c b/board/esd/cpci750/cpci750.c index 70bae60c6..482663398 100644 --- a/board/esd/cpci750/cpci750.c +++ b/board/esd/cpci750/cpci750.c @@ -993,6 +993,6 @@ int do_show_config(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	show_config,	1,	1,	do_show_config, -	"show_config - Show Marvell strapping register\n", +	"Show Marvell strapping register",  	"Show Marvell strapping register (ResetSampleLow ResetSampleHigh)\n"  	); diff --git a/board/esd/dasa_sim/cmd_dasa_sim.c b/board/esd/dasa_sim/cmd_dasa_sim.c index 97a39c9d7..f405be948 100644 --- a/board/esd/dasa_sim/cmd_dasa_sim.c +++ b/board/esd/dasa_sim/cmd_dasa_sim.c @@ -227,7 +227,7 @@ int do_pci9054 (cmd_tbl_t * cmdtp, int flag, int argc,  U_BOOT_CMD(  	pci9054, 3, 1, do_pci9054, -	"pci9054 - PLX PCI9054 EEPROM access\n", +	"PLX PCI9054 EEPROM access",  	"pci9054 info - print EEPROM values\n"  	"pci9054 update - updates EEPROM with default values\n"  ); diff --git a/board/esd/du440/du440.c b/board/esd/du440/du440.c index 2f97a1262..f9b91b593 100644 --- a/board/esd/du440/du440.c +++ b/board/esd/du440/du440.c @@ -606,7 +606,7 @@ int do_dcf77(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	dcf77, 1, 1, do_dcf77, -	"dcf77   - Check DCF77 receiver\n", +	"Check DCF77 receiver",  	NULL  	); @@ -656,7 +656,7 @@ int do_hubinit(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	hubinit, 1, 1, do_hubinit, -	"hubinit - Initialize USB hub\n", +	"Initialize USB hub",  	NULL  	);  #endif /* CONFIG_I2C_MULTI_BUS */ @@ -789,7 +789,7 @@ int do_setup_boot_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	sbe, 2, 0, do_setup_boot_eeprom, -	"sbe     - setup boot eeprom\n", +	"setup boot eeprom",  	NULL  	); @@ -863,7 +863,7 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(eepwren, 2, 0, do_eep_wren, -	   "eepwren - Enable / disable / query EEPROM write access\n", +	   "Enable / disable / query EEPROM write access",  	   NULL);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ @@ -914,7 +914,7 @@ int do_waitpwrirq(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	wpi,	1,	1,	do_waitpwrirq, -	"wpi     - Wait for power change interrupt\n", +	"Wait for power change interrupt",  	NULL  	); @@ -959,7 +959,7 @@ int do_dviinit(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	dviinit, 1, 1, do_dviinit, -	"dviinit - Initialize DVI Panellink transmitter\n", +	"Initialize DVI Panellink transmitter",  	NULL  	); @@ -999,7 +999,7 @@ int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	time,	CONFIG_SYS_MAXARGS,	1,	do_time, -	"time    - run command and output execution time\n", +	"run command and output execution time",  	NULL  	); @@ -1049,6 +1049,6 @@ int do_gfxdemo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	gfxdemo,	CONFIG_SYS_MAXARGS,	1,	do_gfxdemo, -	"gfxdemo - demo\n", +	"demo",  	NULL  	); diff --git a/board/esd/hh405/hh405.c b/board/esd/hh405/hh405.c index efadf1646..ae3bc80aa 100644 --- a/board/esd/hh405/hh405.c +++ b/board/esd/hh405/hh405.c @@ -733,7 +733,7 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(eepwren,	2,	0,	do_eep_wren, -	   "eepwren - Enable / disable / query EEPROM write access\n", +	   "Enable / disable / query EEPROM write access",  	   NULL);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ diff --git a/board/esd/ocrtc/cmd_ocrtc.c b/board/esd/ocrtc/cmd_ocrtc.c index f83dfe870..db2c54842 100644 --- a/board/esd/ocrtc/cmd_ocrtc.c +++ b/board/esd/ocrtc/cmd_ocrtc.c @@ -54,7 +54,7 @@ int do_setdevice(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	setdevice,	1,	1,	do_setdevice, -	"setdevice - Set device number on pci adapter boards\n", +	"Set device number on pci adapter boards",  	NULL  ); @@ -77,7 +77,7 @@ int do_getdevice(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	getdevice,	1,	1,	do_getdevice, -	"getdevice - Get device number and set slot env variable\n", +	"Get device number and set slot env variable",  	NULL  ); diff --git a/board/esd/pci405/cmd_pci405.c b/board/esd/pci405/cmd_pci405.c index f558a2bc6..a0d1f3f0d 100644 --- a/board/esd/pci405/cmd_pci405.c +++ b/board/esd/pci405/cmd_pci405.c @@ -108,7 +108,7 @@ int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	loadpci,	1,	1,	do_loadpci, -	"loadpci - Wait for pci-image and boot it\n", +	"Wait for pci-image and boot it",  	NULL  );  #endif diff --git a/board/esd/pci405/pci405.c b/board/esd/pci405/pci405.c index 42774ad20..0602abf9c 100644 --- a/board/esd/pci405/pci405.c +++ b/board/esd/pci405/pci405.c @@ -375,7 +375,7 @@ int do_wpeeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	wpeeprom,	2,	1,	do_wpeeprom, -	"wpeeprom - Check/Enable/Disable I2C EEPROM write protection\n", +	"Check/Enable/Disable I2C EEPROM write protection",  	"wpeeprom\n"  	"    - check I2C EEPROM write protection state\n"  	"wpeeprom 1\n" diff --git a/board/esd/pf5200/pf5200.c b/board/esd/pf5200/pf5200.c index f7962afa5..f225f0e19 100644 --- a/board/esd/pf5200/pf5200.c +++ b/board/esd/pf5200/pf5200.c @@ -294,7 +294,7 @@ int do_poweroff(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  	return (0);  } -U_BOOT_CMD(poweroff, 1, 1, do_poweroff, "poweroff- Switch off power\n", NULL); +U_BOOT_CMD(poweroff, 1, 1, do_poweroff, "Switch off power", NULL);  int phypower(int flag)  { @@ -338,7 +338,7 @@ int do_phypower(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(phypower, 2, 2, do_phypower, -	   "phypower- Switch power of ethernet phy\n", NULL); +	   "Switch power of ethernet phy", NULL);  int do_writepci(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  { @@ -369,5 +369,5 @@ int do_writepci(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(writepci, 3, 1, do_writepci, -	   "writepci- Write some data to pcibus\n", +	   "Write some data to pcibus",  	   "<addr> <size>\n" "        - Write some data to pcibus.\n"); diff --git a/board/esd/plu405/plu405.c b/board/esd/plu405/plu405.c index 85057a268..7c0aaa2e3 100644 --- a/board/esd/plu405/plu405.c +++ b/board/esd/plu405/plu405.c @@ -333,6 +333,6 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(eepwren,	2,	0,	do_eep_wren, -	   "eepwren - Enable / disable / query EEPROM write access\n", +	   "Enable / disable / query EEPROM write access",  	   NULL);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ diff --git a/board/esd/pmc405/pmc405.c b/board/esd/pmc405/pmc405.c index c0781dc95..975b6d6d9 100644 --- a/board/esd/pmc405/pmc405.c +++ b/board/esd/pmc405/pmc405.c @@ -203,6 +203,6 @@ int do_cantest(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	cantest,	3,	1,	do_cantest, -	"cantest - Test CAN controller", +	"Test CAN controller",  	NULL  	); diff --git a/board/esd/pmc440/cmd_pmc440.c b/board/esd/pmc440/cmd_pmc440.c index 16c9c7eea..7808d4d17 100644 --- a/board/esd/pmc440/cmd_pmc440.c +++ b/board/esd/pmc440/cmd_pmc440.c @@ -98,7 +98,7 @@ int do_waithci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	waithci,	1,	1,	do_waithci, -	"waithci - Wait for host control interrupt\n", +	"Wait for host control interrupt",  	NULL  	); @@ -258,7 +258,7 @@ int do_fifo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	fifo,	5,	1,	do_fifo, -	"fifo    - Fifo module operations\n", +	"Fifo module operations",  	"wait\nfifo read\n"  	"fifo write fifo(0..3) data [cnt=1]\n"  	"fifo write address(>=4) data [cnt=1]\n" @@ -336,7 +336,7 @@ int do_setup_bootstrap_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]  }  U_BOOT_CMD(  	sbe, 4, 0, do_setup_bootstrap_eeprom, -	"sbe     - setup bootstrap eeprom\n", +	"setup bootstrap eeprom",  	"<cpufreq:400|533|667> [<console-uart:0|1> [<bringup delay (0..20s)>]]"  	); @@ -399,7 +399,7 @@ int do_painit(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	painit,	1,	1,	do_painit, -	"painit  - prepare PciAccess system\n", +	"prepare PciAccess system",  	NULL  	);  #endif /* CONFIG_PRAM */ @@ -411,7 +411,7 @@ int do_selfreset(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	selfreset,	1,	1,	do_selfreset, -	"selfreset- assert self-reset# signal\n", +	"assert self-reset# signal",  	NULL  	); @@ -448,7 +448,7 @@ int do_resetout(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	resetout,	2,	1,	do_resetout, -	"resetout - assert PMC-RESETOUT# signal\n", +	"assert PMC-RESETOUT# signal",  	NULL  	); @@ -480,7 +480,7 @@ int do_inta(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	inta,	2,	1,	do_inta, -	"inta    - Assert/Deassert or query INTA# state in non-monarch mode\n", +	"Assert/Deassert or query INTA# state in non-monarch mode",  	NULL  	); @@ -513,7 +513,7 @@ int do_pmm(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	pmm,	2,	1,	do_pmm, -	"pmm     - Setup pmm[1] registers\n", +	"Setup pmm[1] registers",  	"<pciaddr> (pciaddr will be aligned to 256MB)\n"  	); @@ -549,7 +549,7 @@ int do_eep_wren(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  	return state;  }  U_BOOT_CMD(eepwren, 2, 0, do_eep_wren, -	   "eepwren - Enable / disable / query EEPROM write access\n", +	   "Enable / disable / query EEPROM write access",  	   NULL);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ diff --git a/board/esd/tasreg/tasreg.c b/board/esd/tasreg/tasreg.c index 64e6d6329..80ff2376b 100644 --- a/board/esd/tasreg/tasreg.c +++ b/board/esd/tasreg/tasreg.c @@ -248,7 +248,7 @@ int do_iploop(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	iploop,	2,	1,	do_iploop, -	"iploop - iprobe loop <addr>\n", +	"iprobe loop <addr>",  	NULL  	); @@ -301,7 +301,7 @@ int do_codec(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	codec,	1,	1,	do_codec, -	"codec - Enable codec\n", +	"Enable codec",  	NULL  	); @@ -334,7 +334,7 @@ int do_saa(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	saa,	5,	1,	do_saa, -	"saa    - Write to SAA1064 <addr> <instr> <cntrl> <data>\n", +	"Write to SAA1064 <addr> <instr> <cntrl> <data>",  	NULL  	); @@ -373,7 +373,7 @@ int do_iwrite(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	iwrite,	6,	1,	do_iwrite, -	"iwrite - Write n bytes to I2C-device\n", +	"Write n bytes to I2C-device",  	"addr cnt data0 ... datan\n"  	); @@ -405,7 +405,7 @@ int do_iread(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	iread,	3,	1,	do_iread, -	"iread  - Read from I2C <addr> <cnt>\n", +	"Read from I2C <addr> <cnt>",  	NULL  	); @@ -443,7 +443,7 @@ int do_ireadl(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	ireadl,	2,	1,	do_ireadl, -	"ireadl - Read-loop from I2C <addr>\n", +	"Read-loop from I2C <addr>",  	NULL  	);  #endif diff --git a/board/esd/voh405/voh405.c b/board/esd/voh405/voh405.c index ec65ffd43..5480105b4 100644 --- a/board/esd/voh405/voh405.c +++ b/board/esd/voh405/voh405.c @@ -392,6 +392,6 @@ int do_eep_wren (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(eepwren,	2,	0,	do_eep_wren, -	   "eepwren - Enable / disable / query EEPROM write access\n", +	   "Enable / disable / query EEPROM write access",  	   NULL);  #endif /* #if defined(CONFIG_SYS_EEPROM_WREN) */ diff --git a/board/evb64260/zuma_pbb.c b/board/evb64260/zuma_pbb.c index 1d0357093..aef9c27e7 100644 --- a/board/evb64260/zuma_pbb.c +++ b/board/evb64260/zuma_pbb.c @@ -202,19 +202,19 @@ do_zuma_init_mbox (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	zinit,	 1,	 0,	 do_zuma_init_pbb, -	"zinit   - init zuma pbb\n", +	"init zuma pbb",  	"\n"  	"    - init zuma pbb\n"  );  U_BOOT_CMD(  	zdtest,	  3,	  1,	  do_zuma_test_dma, -	"zdtest  - run dma test\n", +	"run dma test",  	"[cmd [count]]\n"  	"    - run dma cmd (w=0,v=1,cp=2,cmp=3,wi=4,vi=5), count bytes\n"  );  U_BOOT_CMD(  	zminit,	  1,	  0,	  do_zuma_init_mbox, -	"zminit  - init zuma mbox\n", +	"init zuma mbox",  	"\n"  	"    - init zuma mbox\n"  ); diff --git a/board/freescale/common/pixis.c b/board/freescale/common/pixis.c index 96820ac60..eb76d937f 100644 --- a/board/freescale/common/pixis.c +++ b/board/freescale/common/pixis.c @@ -280,7 +280,7 @@ int pixis_disable_watchdog_cmd(cmd_tbl_t *cmdtp,  U_BOOT_CMD(  	   diswd, 1, 0, pixis_disable_watchdog_cmd, -	   "diswd	- Disable watchdog timer \n", +	   "Disable watchdog timer",  	   NULL);  #ifdef CONFIG_PIXIS_SGMII_CMD @@ -539,7 +539,7 @@ pixis_reset_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	pixis_reset, CONFIG_SYS_MAXARGS, 1, pixis_reset_cmd, -	"pixis_reset - Reset the board using the FPGA sequencer\n", +	"Reset the board using the FPGA sequencer",  	"    pixis_reset\n"  	"    pixis_reset [altbank]\n"  	"    pixis_reset altbank wd\n" diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c index 2320c0f13..2b2d5d7ec 100644 --- a/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c +++ b/board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c @@ -138,7 +138,7 @@ int mpc8610diu_init_show_bmp(cmd_tbl_t *cmdtp,  U_BOOT_CMD(  	diufb, CONFIG_SYS_MAXARGS, 1, mpc8610diu_init_show_bmp, -	"diufb - Init or Display BMP file\n", +	"Init or Display BMP file",  	"init\n    - initialize DIU\n"  	"addr\n    - display bmp at address 'addr'\n"  	); diff --git a/board/g2000/g2000.c b/board/g2000/g2000.c index 48fc643dc..b35038dc4 100644 --- a/board/g2000/g2000.c +++ b/board/g2000/g2000.c @@ -185,7 +185,7 @@ int do_dumpebc(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	dumpebc,	1,	1,	do_dumpebc, -	"dumpebc - Dump all EBC registers\n", +	"Dump all EBC registers",  	NULL  ); @@ -207,7 +207,7 @@ int do_dumpdcr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	dumpdcr,	1,	1,	do_dumpdcr, -	"dumpdcr - Dump all DCR registers\n", +	"Dump all DCR registers",  	NULL  ); @@ -271,7 +271,7 @@ int do_dumpspr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	dumpspr,	1,	1,	do_dumpspr, -	"dumpspr - Dump all SPR registers\n", +	"Dump all SPR registers",  	NULL  );  #endif diff --git a/board/hymod/bsp.c b/board/hymod/bsp.c index 54b3b86c6..092d36844 100644 --- a/board/hymod/bsp.c +++ b/board/hymod/bsp.c @@ -277,7 +277,7 @@ do_fpga (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	fpga,	6,	1,	do_fpga, -	"fpga    - FPGA sub-system\n", +	"FPGA sub-system",  	"load [type] addr size\n"  	"  - write the configuration data at memory address `addr',\n"  	"    size `size' bytes, into the FPGA of type `type' (either\n" @@ -336,7 +336,7 @@ do_eecl (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	eeclear,	1,	0,	do_eecl, -	"eeclear - Clear the eeprom on a Hymod board \n", +	"Clear the eeprom on a Hymod board",  	"[type]\n"  	"  - write zeroes into the EEPROM on the board of type `type'\n"  	"    (`type' is either `main' or `mezz' - default `main')\n" diff --git a/board/keymile/common/keymile_hdlc_enet.c b/board/keymile/common/keymile_hdlc_enet.c index 141371b8f..57978800f 100644 --- a/board/keymile/common/keymile_hdlc_enet.c +++ b/board/keymile/common/keymile_hdlc_enet.c @@ -590,7 +590,7 @@ int hdlc_enet_stest(struct cmd_tbl_s *a, int b, int c, char **d)  }  U_BOOT_CMD(  	stest, 1, 1, hdlc_enet_stest, -	"stest	- simple send test for hdlc_enet\n", +	"simple send test for hdlc_enet",  	"no arguments\n"  );  /* simple receive test routine */ @@ -612,7 +612,7 @@ int hdlc_enet_rtest(struct cmd_tbl_s *a, int b, int c, char **d)  }  U_BOOT_CMD(  	rtest, 1, 1, hdlc_enet_rtest, -	"rtest	- simple receive test for hdlc_enet\n", +	"simple receive test for hdlc_enet",  	"no arguments\n"  );  #endif diff --git a/board/lwmon/lwmon.c b/board/lwmon/lwmon.c index 257f1cd24..1b665a918 100644 --- a/board/lwmon/lwmon.c +++ b/board/lwmon/lwmon.c @@ -851,7 +851,7 @@ int do_pic (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	pic,	4,	1,	do_pic, -	"pic     - read and write PIC registers\n", +	"read and write PIC registers",  	"read  reg      - read PIC register `reg'\n"  	"pic write reg val  - write value `val' to PIC register `reg'\n"  ); @@ -910,7 +910,7 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	kbd,	1,	1,	do_kbd, -	"kbd     - read keyboard status\n", +	"read keyboard status",  	NULL  ); @@ -982,7 +982,7 @@ int do_lsb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	lsb,	2,	1,	do_lsb, -	"lsb     - check and set LSB switch\n", +	"check and set LSB switch",  	"on  - switch LSB on\n"  	"lsb off - switch LSB off\n"  	"lsb     - print current setting\n" diff --git a/board/lwmon5/kbd.c b/board/lwmon5/kbd.c index 0a8787a91..bafd39c62 100644 --- a/board/lwmon5/kbd.c +++ b/board/lwmon5/kbd.c @@ -432,7 +432,7 @@ int do_kbd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	kbd,	1,	1,	do_kbd, -	"kbd     - read keyboard status\n", +	"read keyboard status",  	NULL  ); diff --git a/board/lwmon5/lwmon5.c b/board/lwmon5/lwmon5.c index adecad0f8..4c04b9841 100644 --- a/board/lwmon5/lwmon5.c +++ b/board/lwmon5/lwmon5.c @@ -486,7 +486,7 @@ int do_eeprom_wp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	eepromwp,	2,	0,	do_eeprom_wp, -	"eepromwp- eeprom write protect off/on\n", +	"eeprom write protect off/on",  	"<on|off> - enable (on) or disable (off) I2C EEPROM write protect\n"  ); diff --git a/board/mpl/mip405/cmd_mip405.c b/board/mpl/mip405/cmd_mip405.c index 6ad95b5dd..dc1380445 100644 --- a/board/mpl/mip405/cmd_mip405.c +++ b/board/mpl/mip405/cmd_mip405.c @@ -55,7 +55,7 @@ int do_mip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	mip405,	8,	1,	do_mip405, -	"mip405  - MIP405 specific Cmds\n", +	"MIP405 specific Cmds",  	"flash mem [SrcAddr] - updates U-Boot with image in memory\n"  	"mip405 flash mps - updates U-Boot with image from MPS\n"  	"mip405 info      - displays board information\n" diff --git a/board/mpl/pati/cmd_pati.c b/board/mpl/pati/cmd_pati.c index 9d9531b54..95bfdcc8c 100644 --- a/board/mpl/pati/cmd_pati.c +++ b/board/mpl/pati/cmd_pati.c @@ -427,7 +427,7 @@ int do_pati(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	pati,	8,	1,	do_pati, -	"pati    - PATI specific Cmds\n", +	"PATI specific Cmds",  	"info - displays board information\n"  	"pati pci  - displays PCI registers\n"  	"pati led <nr> <on> \n" diff --git a/board/mpl/pip405/cmd_pip405.c b/board/mpl/pip405/cmd_pip405.c index 945e5c958..ad5e0a1e1 100644 --- a/board/mpl/pip405/cmd_pip405.c +++ b/board/mpl/pip405/cmd_pip405.c @@ -60,7 +60,7 @@ int do_pip405(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	pip405,	6,	1,	do_pip405, -	"pip405  - PIP405 specific Cmds\n", +	"PIP405 specific Cmds",  	"flash mem [SrcAddr] - updates U-Boot with image in memory\n"  	"pip405 flash floppy [SrcAddr] - updates U-Boot with image from floppy\n"  	"pip405 flash mps - updates U-Boot with image from MPS\n" diff --git a/board/mpl/vcma9/cmd_vcma9.c b/board/mpl/vcma9/cmd_vcma9.c index d3629c589..2748fa97f 100644 --- a/board/mpl/vcma9/cmd_vcma9.c +++ b/board/mpl/vcma9/cmd_vcma9.c @@ -175,6 +175,6 @@ int do_vcma9(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vcma9, 6, 1, do_vcma9, -	"vcma9   - VCMA9 specific commands\n", +	"VCMA9 specific commands",  	"flash mem [SrcAddr]\n    - updates U-Boot with image in memory\n"  ); diff --git a/board/pcippc2/pcippc2.c b/board/pcippc2/pcippc2.c index c706ca588..80c2cb58e 100644 --- a/board/pcippc2/pcippc2.c +++ b/board/pcippc2/pcippc2.c @@ -236,7 +236,7 @@ int do_wd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	wd,	2,	1,	do_wd, -	"wd      - check and set watchdog\n", +	"check and set watchdog",  	"on   - switch watchDog on\n"  	"wd off  - switch watchdog off\n"  	"wd      - print current status\n" diff --git a/board/pcs440ep/pcs440ep.c b/board/pcs440ep/pcs440ep.c index 01ceecebb..5fd3291e4 100644 --- a/board/pcs440ep/pcs440ep.c +++ b/board/pcs440ep/pcs440ep.c @@ -761,7 +761,7 @@ int do_led (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	led,	2,	1,	do_led, -	"led	- set the DIAG-LED\n", +	"set the DIAG-LED",  	"[bitmask] 0x01 = DIAG 1 on\n"  	"              0x02 = DIAG 2 on\n"  	"              0x04 = DIAG 3 on\n" @@ -823,7 +823,7 @@ int do_sha1 (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sha1,	4,	1,	do_sha1, -	"sha1    - calculate the SHA1 Sum\n", +	"calculate the SHA1 Sum",  	"address len [addr]  calculate the SHA1 sum [save at addr]\n"  	"     -p calculate the SHA1 sum from the U-Boot image in flash and print\n"  	"     -c check the U-Boot image in flash\n" diff --git a/board/pn62/cmd_pn62.c b/board/pn62/cmd_pn62.c index bb98fcfa0..10d0df63a 100644 --- a/board/pn62/cmd_pn62.c +++ b/board/pn62/cmd_pn62.c @@ -53,7 +53,7 @@ int do_led (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	led    ,	3,	1,	do_led, -	"led     - set LED 0..11 on the PN62 board\n", +	"set LED 0..11 on the PN62 board",  	"i fun\n"  	"    - set 'i'th LED to function 'fun'\n"  ); @@ -174,7 +174,7 @@ int do_loadpci (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	loadpci,	2,	1,	do_loadpci, -	"loadpci - load binary file over PCI\n", +	"load binary file over PCI",  	"[addr]\n"  	"    - load binary file over PCI to address 'addr'\n"  ); diff --git a/board/prodrive/pdnb3/pdnb3.c b/board/prodrive/pdnb3/pdnb3.c index 9b87f6a8a..877728403 100644 --- a/board/prodrive/pdnb3/pdnb3.c +++ b/board/prodrive/pdnb3/pdnb3.c @@ -227,7 +227,7 @@ int do_fpga(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fpga,     2,     0,      do_fpga, -	"fpga    - boot FPGA\n", +	"boot FPGA",  	"address size\n    - boot FPGA with gzipped image at <address>\n"  ); diff --git a/board/pxa255_idp/pxa_idp.c b/board/pxa255_idp/pxa_idp.c index b0aa8dda8..aa598aaa4 100644 --- a/board/pxa255_idp/pxa_idp.c +++ b/board/pxa255_idp/pxa_idp.c @@ -128,7 +128,7 @@ int do_idpcmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(idpcmd, CONFIG_SYS_MAXARGS, 0, do_idpcmd, -	   "idpcmd    - custom IDP command\n", +	   "custom IDP command",  	   "no args at this time\n"  ); diff --git a/board/r360mpi/r360mpi.c b/board/r360mpi/r360mpi.c index b502e4d78..1871984a6 100644 --- a/board/r360mpi/r360mpi.c +++ b/board/r360mpi/r360mpi.c @@ -414,6 +414,6 @@ int do_kbd (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	kbd,	1,	1,	do_kbd, -	"kbd     - read keyboard status\n", +	"read keyboard status",  	NULL  ); diff --git a/board/renesas/sh7785lcr/rtl8169_mac.c b/board/renesas/sh7785lcr/rtl8169_mac.c index 8b04453ad..6d0bbc0c2 100644 --- a/board/renesas/sh7785lcr/rtl8169_mac.c +++ b/board/renesas/sh7785lcr/rtl8169_mac.c @@ -323,7 +323,7 @@ int do_set_mac(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	setmac,	2,	1,	do_set_mac, -	"setmac - write MAC address for RTL8110SCL\n", +	"write MAC address for RTL8110SCL",  	"\n"  	"setmac <mac address> - write MAC address for RTL8110SCL\n"  ); @@ -342,7 +342,7 @@ int do_print_mac(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	printmac,	1,	1,	do_print_mac, -	"printmac - print MAC address for RTL8110\n", +	"print MAC address for RTL8110",  	"\n"  	"    - print MAC address for RTL8110\n"  ); diff --git a/board/renesas/sh7785lcr/selfcheck.c b/board/renesas/sh7785lcr/selfcheck.c index 22079fbcc..6dbb7842e 100644 --- a/board/renesas/sh7785lcr/selfcheck.c +++ b/board/renesas/sh7785lcr/selfcheck.c @@ -159,7 +159,7 @@ int do_hw_test(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	hwtest,	2,	1,	do_hw_test, -	"hwtest - hardware test for R0P7785LC0011RL board\n", +	"hardware test for R0P7785LC0011RL board",  	"\n"  	"hwtest all   - test all hardware\n"  	"hwtest pld   - output PLD version\n" diff --git a/board/sandburst/common/ppc440gx_i2c.c b/board/sandburst/common/ppc440gx_i2c.c index 9af6b8d88..c1af70cea 100644 --- a/board/sandburst/common/ppc440gx_i2c.c +++ b/board/sandburst/common/ppc440gx_i2c.c @@ -500,7 +500,7 @@ int do_i2c1_probe(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	iprobe1,	1,	1,	do_i2c1_probe, -	"iprobe1  - probe to discover valid I2C chip addresses\n", +	"probe to discover valid I2C chip addresses",  	"\n    -discover valid I2C chip addresses\n"  ); diff --git a/board/sandburst/karef/karef.c b/board/sandburst/karef/karef.c index 8d97a9c35..9b94af550 100644 --- a/board/sandburst/karef/karef.c +++ b/board/sandburst/karef/karef.c @@ -578,7 +578,7 @@ int karefRecover(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(kasetup, 1, 1, karefSetupVars, -	   "kasetup - Set environment to factory defaults\n", NULL); +	   "Set environment to factory defaults", NULL);  U_BOOT_CMD(karecover, 1, 1, karefRecover, -	   "karecover - Set environment to allow for fs recovery\n", NULL); +	   "Set environment to allow for fs recovery", NULL); diff --git a/board/sandburst/metrobox/metrobox.c b/board/sandburst/metrobox/metrobox.c index 19302dc61..ec4c45153 100644 --- a/board/sandburst/metrobox/metrobox.c +++ b/board/sandburst/metrobox/metrobox.c @@ -544,7 +544,7 @@ int metroboxRecover(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(mbsetup, 1, 1, metroboxSetupVars, -	   "mbsetup - Set environment to factory defaults\n", NULL); +	   "Set environment to factory defaults", NULL);  U_BOOT_CMD(mbrecover, 1, 1, metroboxRecover, -	   "mbrecover - Set environment to allow for fs recovery\n", NULL); +	   "Set environment to allow for fs recovery", NULL); diff --git a/board/siemens/common/fpga.c b/board/siemens/common/fpga.c index 63aa179d2..c9a93e158 100644 --- a/board/siemens/common/fpga.c +++ b/board/siemens/common/fpga.c @@ -292,7 +292,7 @@ int do_fpga (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fpga,	4,	1,	do_fpga, -	"fpga    - access FPGA(s)\n", +	"access FPGA(s)",  	"fpga status [name] - print FPGA status\n"  	"fpga reset  [name] - reset FPGA\n"  	"fpga load [name] addr - load FPGA configuration data\n" diff --git a/board/siemens/pcu_e/pcu_e.c b/board/siemens/pcu_e/pcu_e.c index 25cf2bb29..f87d6bc00 100644 --- a/board/siemens/pcu_e/pcu_e.c +++ b/board/siemens/pcu_e/pcu_e.c @@ -404,7 +404,7 @@ int do_puma (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD (puma, 4, 1, do_puma, -	    "puma    - access PUMA FPGA\n", +	    "access PUMA FPGA",  	    "status - print PUMA status\n"  	    "puma load addr len - load PUMA configuration data\n"); diff --git a/board/ssv/common/cmd_sled.c b/board/ssv/common/cmd_sled.c index cb796982b..99ff50760 100644 --- a/board/ssv/common/cmd_sled.c +++ b/board/ssv/common/cmd_sled.c @@ -156,7 +156,7 @@ int do_sled (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  #endif  U_BOOT_CMD (sled, 3, 0, do_sled, -	    "sled    - check and set status led\n", +	    "check and set status led",  	    "sled [name [state]]\n" __NAME_STR "    - state: on|off|blink\n");  #endif  #endif	/* CONFIG_STATUS_LED */ diff --git a/board/ssv/common/wd_pio.c b/board/ssv/common/wd_pio.c index 8823ed12f..9b384259e 100644 --- a/board/ssv/common/wd_pio.c +++ b/board/ssv/common/wd_pio.c @@ -151,7 +151,7 @@ int do_wd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	wd,	2,	1,	do_wd, -	"wd      - check and set watchdog\n", +	"check and set watchdog",  	"on   - switch watchDog on\n"  	"wd off  - switch watchdog off\n"  	"wd      - print current status\n" diff --git a/board/tqc/tqm5200/cmd_stk52xx.c b/board/tqc/tqm5200/cmd_stk52xx.c index 6ef7fbe01..20632a7f1 100644 --- a/board/tqc/tqm5200/cmd_stk52xx.c +++ b/board/tqc/tqm5200/cmd_stk52xx.c @@ -1194,7 +1194,7 @@ int cmd_fkt(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sound ,    5,    1,     cmd_sound, -	"sound   - Sound sub-system\n", +	"Sound sub-system",  	"saw [duration] [freq] [channel]\n"  	"    - generate sawtooth for 'duration' ms with frequency 'freq'\n"  	"      on left \"l\" or right \"r\" channel\n" @@ -1206,14 +1206,14 @@ U_BOOT_CMD(  U_BOOT_CMD(  	wav ,    3,    1,     cmd_wav, -	"wav     - play wav file\n", +	"play wav file",  	"[addr] [bytes]\n"  	"    - play wav file at address 'addr' with length 'bytes'\n"  );  U_BOOT_CMD(  	beep ,    2,    1,     cmd_beep, -	"beep    - play short beep\n", +	"play short beep",  	"[channel]\n"  	"    - play short beep on \"l\"eft or \"r\"ight channel\n"  ); @@ -1222,7 +1222,7 @@ U_BOOT_CMD(  #if defined(CONFIG_STK52XX)  U_BOOT_CMD(  	fkt ,	4,	1,	cmd_fkt, -	"fkt     - Function test routines\n", +	"Function test routines",  	"led number on/off\n"  	"     - 'number's like printed on STK52XX board\n"  	"fkt can\n" @@ -1237,7 +1237,7 @@ U_BOOT_CMD(  #elif defined(CONFIG_FO300)  U_BOOT_CMD(  	fkt ,	3,	1,	cmd_fkt, -	"fkt     - Function test routines\n", +	"Function test routines",  	"fkt can\n"  	"     - loopback plug for X16/X29 required\n"  	"fkt rs232 number\n" diff --git a/board/tqc/tqm5200/cmd_tb5200.c b/board/tqc/tqm5200/cmd_tb5200.c index 214dca65e..b9c9e7e19 100644 --- a/board/tqc/tqm5200/cmd_tb5200.c +++ b/board/tqc/tqm5200/cmd_tb5200.c @@ -90,13 +90,13 @@ int cmd_backlight(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	led ,	2,	1,	cmd_led, -	"led     - switch status LED on or off\n", +	"switch status LED on or off",  	"on/off\n"  );  U_BOOT_CMD(  	backlight ,	2,	1,	cmd_backlight, -	"backlight - switch backlight on or off\n", +	"switch backlight on or off",  	"on/off\n"  	); diff --git a/board/tqc/tqm8272/tqm8272.c b/board/tqc/tqm8272/tqm8272.c index 5d0741d80..5bc080ff8 100644 --- a/board/tqc/tqm8272/tqm8272.c +++ b/board/tqc/tqm8272/tqm8272.c @@ -866,7 +866,7 @@ int do_hwib_dump (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	  hwib, 1,	1,	do_hwib_dump, -	  "hwib	   - dump HWIB'\n", +	  "dump HWIB'",  	  "\n"  ); diff --git a/board/trab/cmd_trab.c b/board/trab/cmd_trab.c index 5020d609f..7e2a67234 100644 --- a/board/trab/cmd_trab.c +++ b/board/trab/cmd_trab.c @@ -258,7 +258,7 @@ int do_burn_in (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	burn_in,	1,	1,	do_burn_in, -	"burn_in - start burn-in test application on TRAB\n", +	"start burn-in test application on TRAB",  	"\n"  	"    -  start burn-in test application\n"  	"       The burn-in test could took a while to finish!\n" @@ -292,7 +292,7 @@ int do_dip (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	dip,	1,	1,	do_dip, -	"dip     - read dip switch on TRAB\n", +	"read dip switch on TRAB",  	"\n"  	"    - read state of dip switch (S1) on TRAB board\n"  	"      read sequence: 1-2-3-4; ON=1; OFF=0; e.g.: \"0100\"\n" @@ -321,7 +321,7 @@ int do_vcc5v (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vcc5v,	1,	1,	do_vcc5v, -	"vcc5v   - read VCC5V on TRAB\n", +	"read VCC5V on TRAB",  	"\n"  	"    - read actual value of voltage VCC5V\n"  ); @@ -346,7 +346,7 @@ int do_contact_temp (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	c_temp,	1,	1,	do_contact_temp, -	"c_temp  - read contact temperature on TRAB\n", +	"read contact temperature on TRAB",  	"\n"  	"    -  reads the onboard temperature (=contact temperature)\n"  ); @@ -398,7 +398,7 @@ int do_burn_in_status (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bis,	1,	1,	do_burn_in_status, -	"bis     - print burn in status on TRAB\n", +	"print burn in status on TRAB",  	"\n"  	"    -  prints the status variables of the last burn in test\n"  	"       stored in the onboard EEPROM on TRAB board\n" @@ -886,7 +886,7 @@ int do_temp_log (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	tlog,	2,	1,	do_temp_log, -	"tlog    - log contact temperature [1/100 C] to console (endlessly)\n", +	"log contact temperature [1/100 C] to console (endlessly)",  	"delay\n"  	"    - contact temperature [1/100 C] is printed endlessly to console\n"  	"      <delay> specifies the seconds to wait between two measurements\n" diff --git a/board/trab/trab.c b/board/trab/trab.c index 57ff71878..7fcc4507f 100644 --- a/board/trab/trab.c +++ b/board/trab/trab.c @@ -322,7 +322,7 @@ int do_kbd (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	kbd,	1,	1,	do_kbd, -	"kbd     - read keyboard status\n", +	"read keyboard status",  	NULL  ); diff --git a/board/trizepsiv/eeprom.c b/board/trizepsiv/eeprom.c index e11519aa2..63f1c6cdf 100644 --- a/board/trizepsiv/eeprom.c +++ b/board/trizepsiv/eeprom.c @@ -76,7 +76,7 @@ int do_dm9000_eeprom ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]) {  U_BOOT_CMD(  	dm9000ee,4,1,do_dm9000_eeprom, -	"dm9000ee- Read/Write eeprom connected to Ethernet Controller\n", +	"Read/Write eeprom connected to Ethernet Controller",  	"\ndm9000ee write <word offset> <value> \n"  	"\tdm9000ee read \n"  	"\tword:\t\t00-02 : MAC Address\n" diff --git a/board/w7o/cmd_vpd.c b/board/w7o/cmd_vpd.c index 52025213d..eaec940e6 100644 --- a/board/w7o/cmd_vpd.c +++ b/board/w7o/cmd_vpd.c @@ -58,7 +58,7 @@ int do_vpd (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	  vpd,	2,	1,	do_vpd, -	  "vpd     - Read Vital Product Data\n", +	  "Read Vital Product Data",  	  "[dev_addr]\n"  	  "        - Read VPD Data from default address, or device address 'dev_addr'.\n"  ); diff --git a/board/zeus/update.c b/board/zeus/update.c index 2f2a127f7..ce1f34fee 100644 --- a/board/zeus/update.c +++ b/board/zeus/update.c @@ -98,7 +98,7 @@ int do_update_boot_eeprom(cmd_tbl_t* cmdtp, int flag, int argc, char* argv[])  U_BOOT_CMD (  	update_boot_eeprom, 1, 1, do_update_boot_eeprom, -	"update_boot_eeprom  - update boot eeprom content\n", +	"update boot eeprom content",  	NULL  ); diff --git a/board/zeus/zeus.c b/board/zeus/zeus.c index 974bdf29c..3f329c2fc 100644 --- a/board/zeus/zeus.c +++ b/board/zeus/zeus.c @@ -327,7 +327,7 @@ int do_set_default(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	setdef,	4,	1,	do_set_default, -	"setdef  - write board-specific values to EEPROM (ethaddr...)\n", +	"write board-specific values to EEPROM (ethaddr...)",  	"ethaddr eth1addr serial#\n    - write board-specific values to EEPROM\n"  	); @@ -418,7 +418,7 @@ int do_chkreset(cmd_tbl_t* cmdtp, int flag, int argc, char* argv[])  U_BOOT_CMD (  	chkreset, 1, 1, do_chkreset, -	"chkreset- Check for status of SW-reset button and act accordingly\n", +	"Check for status of SW-reset button and act accordingly",  	NULL  ); diff --git a/common/cmd_ambapp.c b/common/cmd_ambapp.c index 43427bb3c..06531f12b 100644 --- a/common/cmd_ambapp.c +++ b/common/cmd_ambapp.c @@ -273,6 +273,6 @@ int ambapp_init_reloc(void)  }  U_BOOT_CMD(ambapp, 1, 1, do_ambapp_print, -	   "ambapp  - list AMBA Plug&Play information\n", +	   "list AMBA Plug&Play information",  	   "ambapp\n"  	   "    - lists AMBA (AHB & APB) Plug&Play devices present on the system\n"); diff --git a/common/cmd_autoscript.c b/common/cmd_autoscript.c index 4517ac83c..e5a9bc02d 100644 --- a/common/cmd_autoscript.c +++ b/common/cmd_autoscript.c @@ -230,7 +230,7 @@ do_autoscript (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	autoscr, 2, 0,	do_autoscript, -	"autoscr - run script from memory\n", +	"run script from memory",  	"[addr] - run script starting at addr"  	" - A valid autoscr header must be present\n"  #if defined(CONFIG_FIT) diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index b660d2ab9..8e9251d4a 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdinfo.c @@ -444,6 +444,6 @@ static void print_str(const char *name, const char *str)  U_BOOT_CMD(  	bdinfo,	1,	1,	do_bdinfo, -	"bdinfo  - print Board Info structure\n", +	"print Board Info structure",  	NULL  ); diff --git a/common/cmd_bedbug.c b/common/cmd_bedbug.c index 1dda19334..cd9e720fc 100644 --- a/common/cmd_bedbug.c +++ b/common/cmd_bedbug.c @@ -107,7 +107,7 @@ int do_bedbug_dis (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_dis */  U_BOOT_CMD (ds, 3, 1, do_bedbug_dis, -	    "ds      - disassemble memory\n", +	    "disassemble memory",  	    "ds <address> [# instructions]\n");  /* ====================================================================== @@ -160,7 +160,7 @@ int do_bedbug_asm (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_asm */  U_BOOT_CMD (as, 2, 0, do_bedbug_asm, -	    "as      - assemble memory\n", "as <address>\n"); +	    "assemble memory", "as <address>\n");  /* ======================================================================   * Used to set a break point from the interpreter.  Simply calls into the @@ -177,7 +177,7 @@ int do_bedbug_break (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_break */  U_BOOT_CMD (break, 3, 0, do_bedbug_break, -	    "break   - set or clear a breakpoint\n", +	    "set or clear a breakpoint",  	    " - Set or clear a breakpoint\n"  	    "break <address> - Break at an address\n"  	    "break off <bp#> - Disable breakpoint.\n" @@ -277,7 +277,7 @@ int do_bedbug_continue (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_continue */  U_BOOT_CMD (continue, 1, 0, do_bedbug_continue, -	    "continue- continue from a breakpoint\n", +	    "continue from a breakpoint",  	    " - continue from a breakpoint.\n");  /* ====================================================================== @@ -308,7 +308,7 @@ int do_bedbug_step (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_step */  U_BOOT_CMD (step, 1, 1, do_bedbug_step, -	    "step    - single step execution.\n", +	    "single step execution.",  	    " - single step execution.\n");  /* ====================================================================== @@ -339,7 +339,7 @@ int do_bedbug_next (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_next */  U_BOOT_CMD (next, 1, 1, do_bedbug_next, -	    "next    - single step execution, stepping over subroutines.\n", +	    "single step execution, stepping over subroutines.",  	    " - single step execution, stepping over subroutines.\n");  /* ====================================================================== @@ -384,7 +384,7 @@ int do_bedbug_stack (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_stack */  U_BOOT_CMD (where, 1, 1, do_bedbug_stack, -	    "where   - Print the running stack.\n", +	    "Print the running stack.",  	    " - Print the running stack.\n");  /* ====================================================================== @@ -405,7 +405,7 @@ int do_bedbug_rdump (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }				/* do_bedbug_rdump */  U_BOOT_CMD (rdump, 1, 1, do_bedbug_rdump, -	    "rdump   - Show registers.\n", " - Show registers.\n"); +	    "Show registers.", " - Show registers.\n");  /* ====================================================================== */ diff --git a/common/cmd_bmp.c b/common/cmd_bmp.c index e60f18b15..abbb0704f 100644 --- a/common/cmd_bmp.c +++ b/common/cmd_bmp.c @@ -139,7 +139,7 @@ int do_bmp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bmp,	5,	1,	do_bmp, -	"bmp     - manipulate BMP image data\n", +	"manipulate BMP image data",  	"info <imageAddr>          - display image info\n"  	"bmp display <imageAddr> [x y] - display image at x,y\n"  ); diff --git a/common/cmd_boot.c b/common/cmd_boot.c index 36106c7e6..efc1a0262 100644 --- a/common/cmd_boot.c +++ b/common/cmd_boot.c @@ -64,7 +64,7 @@ int do_go (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	go, CONFIG_SYS_MAXARGS, 1,	do_go, -	"go      - start application at address 'addr'\n", +	"start application at address 'addr'",  	"addr [arg ...]\n    - start application at address 'addr'\n"  	"      passing 'arg' as arguments\n"  ); @@ -73,6 +73,6 @@ extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);  U_BOOT_CMD(  	reset, 1, 0,	do_reset, -	"reset   - Perform RESET of the CPU\n", +	"Perform RESET of the CPU",  	NULL  ); diff --git a/common/cmd_bootldr.c b/common/cmd_bootldr.c index e6474aab2..b525f0d60 100644 --- a/common/cmd_bootldr.c +++ b/common/cmd_bootldr.c @@ -59,6 +59,6 @@ int do_bootldr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(bootldr, 2, 0, do_bootldr, -	"bootldr - boot ldr image from memory\n", +	"boot ldr image from memory",  	"[addr]\n"  	"    - boot ldr image stored in memory\n"); diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index 68f167594..07f6c6bca 100644 --- a/common/cmd_bootm.c +++ b/common/cmd_bootm.c @@ -913,7 +913,7 @@ static void *boot_get_kernel (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]  U_BOOT_CMD(  	bootm,	CONFIG_SYS_MAXARGS,	1,	do_bootm, -	"bootm   - boot application image from memory\n", +	"boot application image from memory",  	"[addr [arg ...]]\n    - boot application image stored in memory\n"  	"\tpassing arguments 'arg ...'; when booting a Linux kernel,\n"  	"\t'arg' can be the address of an initrd image\n" @@ -970,14 +970,14 @@ int do_bootd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	boot,	1,	1,	do_bootd, -	"boot    - boot default, i.e., run 'bootcmd'\n", +	"boot default, i.e., run 'bootcmd'",  	NULL  );  /* keep old command name "bootd" for backward compatibility */  U_BOOT_CMD(  	bootd, 1,	1,	do_bootd, -	"bootd   - boot default, i.e., run 'bootcmd'\n", +	"boot default, i.e., run 'bootcmd'",  	NULL  ); @@ -1062,7 +1062,7 @@ static int image_info (ulong addr)  U_BOOT_CMD(  	iminfo,	CONFIG_SYS_MAXARGS,	1,	do_iminfo, -	"iminfo  - print header information for application image\n", +	"print header information for application image",  	"addr [addr ...]\n"  	"    - print header information for application image starting at\n"  	"      address 'addr' in memory; this includes verification of the\n" @@ -1130,7 +1130,7 @@ next_bank:	;  U_BOOT_CMD(  	imls,	1,		1,	do_imls, -	"imls    - list all images found in flash\n", +	"list all images found in flash",  	"\n"  	"    - Prints information about all images found at sector\n"  	"      boundaries in flash.\n" diff --git a/common/cmd_cache.c b/common/cmd_cache.c index caa56daf2..c0f2cbaf6 100644 --- a/common/cmd_cache.c +++ b/common/cmd_cache.c @@ -97,14 +97,14 @@ static int on_off (const char *s)  U_BOOT_CMD(  	icache,   2,   1,     do_icache, -	"icache  - enable or disable instruction cache\n", +	"enable or disable instruction cache",  	"[on, off]\n"  	"    - enable or disable instruction cache\n"  );  U_BOOT_CMD(  	dcache,   2,   1,     do_dcache, -	"dcache  - enable or disable data cache\n", +	"enable or disable data cache",  	"[on, off]\n"  	"    - enable or disable data (writethrough) cache\n"  ); diff --git a/common/cmd_console.c b/common/cmd_console.c index e2bc2a30d..f861f8300 100644 --- a/common/cmd_console.c +++ b/common/cmd_console.c @@ -65,6 +65,6 @@ int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char *argv[])  U_BOOT_CMD(  	coninfo,	3,	1,	do_coninfo, -	"coninfo - print console devices and information\n", +	"print console devices and information",  	""  ); diff --git a/common/cmd_cplbinfo.c b/common/cmd_cplbinfo.c index b2bbec12e..629e6a938 100644 --- a/common/cmd_cplbinfo.c +++ b/common/cmd_cplbinfo.c @@ -54,6 +54,6 @@ int do_cplbinfo(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(cplbinfo, 1, 0, do_cplbinfo, -	"cplbinfo- display current CPLB tables\n", +	"display current CPLB tables",  	"\n"  	"    - display current CPLB tables\n"); diff --git a/common/cmd_date.c b/common/cmd_date.c index d6bd931ca..3d78be269 100644 --- a/common/cmd_date.c +++ b/common/cmd_date.c @@ -214,7 +214,7 @@ int mk_date (char *datestr, struct rtc_time *tmp)  U_BOOT_CMD(  	date,	2,	1,	do_date, -	"date    - get/set/reset date & time\n", +	"get/set/reset date & time",  	"[MMDDhhmm[[CC]YY][.ss]]\ndate reset\n"  	"  - without arguments: print date & time\n"  	"  - with numeric argument: set the system date & time\n" diff --git a/common/cmd_dcr.c b/common/cmd_dcr.c index 7d382bbbf..7aed06c11 100644 --- a/common/cmd_dcr.c +++ b/common/cmd_dcr.c @@ -223,23 +223,23 @@ int do_setidcr (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	getdcr,	2,	1,	do_getdcr, -	"getdcr  - Get an AMCC PPC 4xx DCR's value\n", +	"Get an AMCC PPC 4xx DCR's value",  	"dcrn - return a DCR's value.\n"  );  U_BOOT_CMD(  	setdcr,	2,	1,	do_setdcr, -	"setdcr  - Set an AMCC PPC 4xx DCR's value\n", +	"Set an AMCC PPC 4xx DCR's value",  	"dcrn - set a DCR's value.\n"  );  U_BOOT_CMD(  	getidcr,	3,	1,	do_getidcr, -	"getidcr - Get a register value via indirect DCR addressing\n", +	"Get a register value via indirect DCR addressing",  	"adr_dcrn[.dat_dcrn] offset - write offset to adr_dcrn, read value from dat_dcrn.\n"  );  U_BOOT_CMD(  	setidcr,	4,	1,	do_setidcr, -	"setidcr - Set a register value via indirect DCR addressing\n", +	"Set a register value via indirect DCR addressing",  	"adr_dcrn[.dat_dcrn] offset value - write offset to adr_dcrn, write value to dat_dcrn.\n"  ); diff --git a/common/cmd_df.c b/common/cmd_df.c index c85b7a624..d64f9009d 100644 --- a/common/cmd_df.c +++ b/common/cmd_df.c @@ -33,5 +33,5 @@ usage:  U_BOOT_CMD(  	sf,	2,	1,	do_serial_flash, -	"sf	- Serial flash sub-system\n", +	"Serial flash sub-system",  	"probe [bus:]cs		- init flash device on given SPI bus and CS\n") diff --git a/common/cmd_diag.c b/common/cmd_diag.c index 13d4225fb..c2a617547 100644 --- a/common/cmd_diag.c +++ b/common/cmd_diag.c @@ -66,7 +66,7 @@ int do_diag (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	diag,	CONFIG_SYS_MAXARGS,	0,	do_diag, -	"diag    - perform board diagnostics\n", +	"perform board diagnostics",  	     "    - print list of available tests\n"  	"diag [test1 [test2]]\n"  	"         - print information about specified tests\n" diff --git a/common/cmd_display.c b/common/cmd_display.c index 982e09dab..4102424d1 100644 --- a/common/cmd_display.c +++ b/common/cmd_display.c @@ -71,7 +71,7 @@ int do_display (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	display,	CONFIG_SYS_MAXARGS,	1,	do_display, -	"display- display string on dot matrix display\n", +	"display string on dot matrix display",  	"[<string>]\n"  	"    - with <string> argument: display <string> on dot matrix display\n"  	"    - without arguments: clear dot matrix display\n" diff --git a/common/cmd_doc.c b/common/cmd_doc.c index f139d42cb..e2d4a42d1 100644 --- a/common/cmd_doc.c +++ b/common/cmd_doc.c @@ -191,7 +191,7 @@ int do_doc (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(  	doc,	5,	1,	do_doc, -	"doc     - Disk-On-Chip sub-system\n", +	"Disk-On-Chip sub-system",  	"info  - show available DOC devices\n"  	"doc device [dev] - show or set current device\n"  	"doc read  addr off size\n" @@ -337,7 +337,7 @@ int do_docboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	docboot,	4,	1,	do_docboot, -	"docboot - boot from DOC device\n", +	"boot from DOC device",  	"loadAddr dev\n"  ); diff --git a/common/cmd_dtt.c b/common/cmd_dtt.c index c5b1d4d8f..7783c880b 100644 --- a/common/cmd_dtt.c +++ b/common/cmd_dtt.c @@ -55,6 +55,6 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	  dtt,	1,	1,	do_dtt, -	  "dtt     - Digital Thermometer and Thermostat\n", +	  "Digital Thermometer and Thermostat",  	  "        - Read temperature from digital thermometer and thermostat.\n"  ); diff --git a/common/cmd_eeprom.c b/common/cmd_eeprom.c index c59227d60..e598bf1ec 100644 --- a/common/cmd_eeprom.c +++ b/common/cmd_eeprom.c @@ -425,7 +425,7 @@ void eeprom_init  (void)  #ifdef CONFIG_SYS_I2C_MULTI_EEPROMS  U_BOOT_CMD(  	eeprom,	6,	1,	do_eeprom, -	"eeprom  - EEPROM sub-system\n", +	"EEPROM sub-system",  	"read  devaddr addr off cnt\n"  	"eeprom write devaddr addr off cnt\n"  	"       - read/write `cnt' bytes from `devaddr` EEPROM at offset `off'\n" @@ -433,7 +433,7 @@ U_BOOT_CMD(  #else /* One EEPROM */  U_BOOT_CMD(  	eeprom,	5,	1,	do_eeprom, -	"eeprom  - EEPROM sub-system\n", +	"EEPROM sub-system",  	"read  addr off cnt\n"  	"eeprom write addr off cnt\n"  	"       - read/write `cnt' bytes at EEPROM offset `off'\n" diff --git a/common/cmd_elf.c b/common/cmd_elf.c index 27a4b73ed..19e12493a 100644 --- a/common/cmd_elf.c +++ b/common/cmd_elf.c @@ -310,12 +310,12 @@ unsigned long load_elf_image (unsigned long addr)  /* ====================================================================== */  U_BOOT_CMD(  	bootelf,      2,      0,      do_bootelf, -	"bootelf - Boot from an ELF image in memory\n", +	"Boot from an ELF image in memory",  	" [address] - load address of ELF image.\n"  );  U_BOOT_CMD(  	bootvx,      2,      0,      do_bootvx, -	"bootvx  - Boot vxWorks from an ELF image\n", +	"Boot vxWorks from an ELF image",  	" [address] - load address of vxWorks ELF image.\n"  ); diff --git a/common/cmd_ext2.c b/common/cmd_ext2.c index 05a053b45..c2dcc6436 100644 --- a/common/cmd_ext2.c +++ b/common/cmd_ext2.c @@ -116,7 +116,7 @@ int do_ext2ls (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	ext2ls,	4,	1,	do_ext2ls, -	"ext2ls  - list files in a directory (default /)\n", +	"list files in a directory (default /)",  	"<interface> <dev[:part]> [directory]\n"  	"    - list files from 'dev' on 'interface' in a 'directory'\n"  ); @@ -252,7 +252,7 @@ int do_ext2load (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	ext2load,	6,	0,	do_ext2load, -	"ext2load- load binary file from a Ext2 filesystem\n", +	"load binary file from a Ext2 filesystem",  	"<interface> <dev[:part]> [addr] [filename] [bytes]\n"  	"    - load binary file 'filename' from 'dev' on 'interface'\n"  	"      to address 'addr' from ext2 filesystem\n" diff --git a/common/cmd_fat.c b/common/cmd_fat.c index ebe9e090c..4a26b8072 100644 --- a/common/cmd_fat.c +++ b/common/cmd_fat.c @@ -88,7 +88,7 @@ int do_fat_fsload (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fatload,	6,	0,	do_fat_fsload, -	"fatload - load binary file from a dos filesystem\n", +	"load binary file from a dos filesystem",  	"<interface> <dev[:part]>  <addr> <filename> [bytes]\n"  	"    - load binary file 'filename' from 'dev' on 'interface'\n"  	"      to address 'addr' from dos filesystem\n" @@ -136,7 +136,7 @@ int do_fat_ls (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fatls,	4,	1,	do_fat_ls, -	"fatls   - list files in a directory (default /)\n", +	"list files in a directory (default /)",  	"<interface> <dev[:part]> [directory]\n"  	"    - list files from 'dev' on 'interface' in a 'directory'\n"  ); @@ -174,7 +174,7 @@ int do_fat_fsinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fatinfo,	3,	1,	do_fat_fsinfo, -	"fatinfo - print information about filesystem\n", +	"print information about filesystem",  	"<interface> <dev[:part]>\n"  	"    - print information about filesystem from 'dev' on 'interface'\n"  ); diff --git a/common/cmd_fdc.c b/common/cmd_fdc.c index c6265c38c..c043b9765 100644 --- a/common/cmd_fdc.c +++ b/common/cmd_fdc.c @@ -902,7 +902,7 @@ int do_fdcboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fdcboot,	3,	1,	do_fdcboot, -	"fdcboot - boot from floppy device\n", +	"boot from floppy device",  	"loadAddr drive\n"  );  #endif diff --git a/common/cmd_fdos.c b/common/cmd_fdos.c index 514c049b8..bcf98d9e4 100644 --- a/common/cmd_fdos.c +++ b/common/cmd_fdos.c @@ -142,12 +142,12 @@ int do_fdosls(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	fdosboot,	3,	0,	do_fdosboot, -	"fdosboot- boot from a dos floppy file\n", +	"boot from a dos floppy file",  	"[loadAddr] [filename]\n"  );  U_BOOT_CMD(  	fdosls,	2,	0,	do_fdosls, -	"fdosls  - list files in a directory\n", +	"list files in a directory",  	"[directory]\n"  ); diff --git a/common/cmd_fdt.c b/common/cmd_fdt.c index a36ca20d5..0947b72d2 100644 --- a/common/cmd_fdt.c +++ b/common/cmd_fdt.c @@ -819,7 +819,7 @@ static int fdt_print(const char *pathp, char *prop, int depth)  U_BOOT_CMD(  	fdt,	255,	0,	do_fdt, -	"fdt     - flattened device tree utility commands\n", +	"flattened device tree utility commands",  	    "addr   <addr> [<length>]        - Set the fdt location to <addr>\n"  #ifdef CONFIG_OF_BOARD_SETUP  	"fdt boardsetup                      - Do board-specific set up\n" diff --git a/common/cmd_flash.c b/common/cmd_flash.c index 2df40f0ee..510654e1a 100644 --- a/common/cmd_flash.c +++ b/common/cmd_flash.c @@ -710,14 +710,14 @@ int flash_sect_protect (int p, ulong addr_first, ulong addr_last)  U_BOOT_CMD(  	flinfo,    2,    1,    do_flinfo, -	"flinfo  - print FLASH memory information\n", +	"print FLASH memory information",  	"\n    - print information for all FLASH memory banks\n"  	"flinfo N\n    - print information for FLASH memory bank # N\n"  );  U_BOOT_CMD(  	erase,   3,   0,  do_flerase, -	"erase   - erase FLASH memory\n", +	"erase FLASH memory",  	"start end\n"  	"    - erase FLASH from addr 'start' to addr 'end'\n"  	"erase start +len\n" @@ -731,7 +731,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	protect,  4,  0,   do_protect, -	"protect - enable or disable FLASH write protection\n", +	"enable or disable FLASH write protection",  	"on  start end\n"  	"    - protect FLASH from addr 'start' to addr 'end'\n"  	"protect on start +len\n" diff --git a/common/cmd_fpga.c b/common/cmd_fpga.c index 4abb86e91..362bffdcd 100644 --- a/common/cmd_fpga.c +++ b/common/cmd_fpga.c @@ -350,7 +350,7 @@ static int fpga_get_op (char *opstr)  }  U_BOOT_CMD (fpga, 6, 1, do_fpga, -	    "fpga    - loadable FPGA image support\n", +	    "loadable FPGA image support",  	    "fpga [operation type] [device number] [image address] [image size]\n"  	    "fpga operations:\n"  	    "\tinfo\tlist known device information\n" diff --git a/common/cmd_i2c.c b/common/cmd_i2c.c index 170ebc725..16439ac48 100644 --- a/common/cmd_i2c.c +++ b/common/cmd_i2c.c @@ -1303,7 +1303,7 @@ int do_i2c(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  #if defined(CONFIG_I2C_CMD_TREE)  U_BOOT_CMD(  	i2c, 6, 1, do_i2c, -	"i2c     - I2C sub-system\n", +	"I2C sub-system",  #if defined(CONFIG_I2C_MUX)  	"bus [muxtype:muxaddr:muxchannel] - add a new bus reached over muxes.\n"  #endif  /* CONFIG_I2C_MUX */ @@ -1326,37 +1326,37 @@ U_BOOT_CMD(  #endif /* CONFIG_I2C_CMD_TREE */  U_BOOT_CMD(  	imd,	4,	1,	do_i2c_md,		\ -	"imd     - i2c memory display\n",				\ +	"i2c memory display",				\  	"chip address[.0, .1, .2] [# of objects]\n    - i2c memory display\n" \  );  U_BOOT_CMD(  	imm,	3,	1,	do_i2c_mm, -	"imm     - i2c memory modify (auto-incrementing)\n", +	"i2c memory modify (auto-incrementing)",  	"chip address[.0, .1, .2]\n"  	"    - memory modify, auto increment address\n"  );  U_BOOT_CMD(  	inm,	3,	1,	do_i2c_nm, -	"inm     - memory modify (constant address)\n", +	"memory modify (constant address)",  	"chip address[.0, .1, .2]\n    - memory modify, read and keep address\n"  );  U_BOOT_CMD(  	imw,	5,	1,	do_i2c_mw, -	"imw     - memory write (fill)\n", +	"memory write (fill)",  	"chip address[.0, .1, .2] value [count]\n    - memory write (fill)\n"  );  U_BOOT_CMD(  	icrc32,	5,	1,	do_i2c_crc, -	"icrc32  - checksum calculation\n", +	"checksum calculation",  	"chip address[.0, .1, .2] count\n    - compute CRC32 checksum\n"  );  U_BOOT_CMD(  	iprobe,	1,	1,	do_i2c_probe, -	"iprobe  - probe to discover valid I2C chip addresses\n", +	"probe to discover valid I2C chip addresses",  	"\n    -discover valid I2C chip addresses\n"  ); @@ -1365,7 +1365,7 @@ U_BOOT_CMD(   */  U_BOOT_CMD(  	iloop,	5,	1,	do_i2c_loop, -	"iloop   - infinite loop on address range\n", +	"infinite loop on address range",  	"chip address[.0, .1, .2] [# of objects]\n"  	"    - loop, reading a set of addresses\n"  ); @@ -1373,7 +1373,7 @@ U_BOOT_CMD(  #if defined(CONFIG_CMD_SDRAM)  U_BOOT_CMD(  	isdram,	2,	1,	do_sdram, -	"isdram  - print SDRAM configuration information\n", +	"print SDRAM configuration information",  	"chip\n    - print SDRAM configuration information\n"  	"      (valid chip values 50..57)\n"  ); diff --git a/common/cmd_ide.c b/common/cmd_ide.c index 3afa38d9c..c9b9a4799 100644 --- a/common/cmd_ide.c +++ b/common/cmd_ide.c @@ -2140,7 +2140,7 @@ ulong atapi_read (int device, lbaint_t blknr, ulong blkcnt, void *buffer)  U_BOOT_CMD(  	ide,  5,  1,  do_ide, -	"ide     - IDE sub-system\n", +	"IDE sub-system",  	"reset - reset IDE controller\n"  	"ide info  - show available IDE devices\n"  	"ide device [dev] - show or set current device\n" @@ -2153,6 +2153,6 @@ U_BOOT_CMD(  U_BOOT_CMD(  	diskboot,	3,	1,	do_diskboot, -	"diskboot- boot from IDE device\n", +	"boot from IDE device",  	"loadAddr dev:part\n"  ); diff --git a/common/cmd_immap.c b/common/cmd_immap.c index 13ad94e20..c8367f0fb 100644 --- a/common/cmd_immap.c +++ b/common/cmd_immap.c @@ -614,105 +614,105 @@ do_mccinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	siuinfo,	1,	1,	do_siuinfo, -	"siuinfo - print System Interface Unit (SIU) registers\n", +	"print System Interface Unit (SIU) registers",  	NULL  );  U_BOOT_CMD(  	memcinfo,	1,	1,	do_memcinfo, -	"memcinfo- print Memory Controller registers\n", +	"print Memory Controller registers",  	NULL  );  U_BOOT_CMD(  	sitinfo,	1,	1,	do_sitinfo, -	"sitinfo - print System Integration Timers (SIT) registers\n", +	"print System Integration Timers (SIT) registers",  	NULL  );  #ifdef CONFIG_8260  U_BOOT_CMD(  	icinfo,	1,	1,	do_icinfo, -	"icinfo  - print Interrupt Controller registers\n", +	"print Interrupt Controller registers",  	NULL  );  #endif  U_BOOT_CMD(  	carinfo,	1,	1,	do_carinfo, -	"carinfo - print Clocks and Reset registers\n", +	"print Clocks and Reset registers",  	NULL  );  U_BOOT_CMD(  	iopinfo,	1,	1,	do_iopinfo, -	"iopinfo - print I/O Port registers\n", +	"print I/O Port registers",  	NULL  );  U_BOOT_CMD(  	iopset,	5,	0,	do_iopset, -	"iopset  - set I/O Port registers\n", +	"set I/O Port registers",  	"PORT PIN CMD VALUE\nPORT: A-D, PIN: 0-31, CMD: [dat|dir|odr|sor], VALUE: 0|1"  );  U_BOOT_CMD(  	dmainfo,	1,	1,	do_dmainfo, -	"dmainfo - print SDMA/IDMA registers\n", +	"print SDMA/IDMA registers",  	NULL  );  U_BOOT_CMD(  	fccinfo,	1,	1,	do_fccinfo, -	"fccinfo - print FCC registers\n", +	"print FCC registers",  	NULL  );  U_BOOT_CMD(  	brginfo,	1,	1,	do_brginfo, -	"brginfo - print Baud Rate Generator (BRG) registers\n", +	"print Baud Rate Generator (BRG) registers",  	NULL  );  U_BOOT_CMD(  	i2cinfo,	1,	1,	do_i2cinfo, -	"i2cinfo - print I2C registers\n", +	"print I2C registers",  	NULL  );  U_BOOT_CMD(  	sccinfo,	1,	1,	do_sccinfo, -	"sccinfo - print SCC registers\n", +	"print SCC registers",  	NULL  );  U_BOOT_CMD(  	smcinfo,	1,	1,	do_smcinfo, -	"smcinfo - print SMC registers\n", +	"print SMC registers",  	NULL  );  U_BOOT_CMD(  	spiinfo,	1,	1,	do_spiinfo, -	"spiinfo - print Serial Peripheral Interface (SPI) registers\n", +	"print Serial Peripheral Interface (SPI) registers",  	NULL  );  U_BOOT_CMD(  	muxinfo,	1,	1,	do_muxinfo, -	"muxinfo - print CPM Multiplexing registers\n", +	"print CPM Multiplexing registers",  	NULL  );  U_BOOT_CMD(  	siinfo,	1,	1,	do_siinfo, -	"siinfo  - print Serial Interface (SI) registers\n", +	"print Serial Interface (SI) registers",  	NULL  );  U_BOOT_CMD(  	mccinfo,	1,	1,	do_mccinfo, -	"mccinfo - print MCC registers\n", +	"print MCC registers",  	NULL  ); diff --git a/common/cmd_irq.c b/common/cmd_irq.c index a47cde424..a21aedea4 100644 --- a/common/cmd_irq.c +++ b/common/cmd_irq.c @@ -44,7 +44,7 @@ int do_interrupts(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	interrupts, 5, 0, do_interrupts, -	"interrupts - enable or disable interrupts\n", +	"enable or disable interrupts",  	"[on, off]\n"  	"    - enable or disable interrupts\n"  ); diff --git a/common/cmd_itest.c b/common/cmd_itest.c index b3025e37e..309b08bb0 100644 --- a/common/cmd_itest.c +++ b/common/cmd_itest.c @@ -190,6 +190,6 @@ int do_itest ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[] )  U_BOOT_CMD(  	itest, 4, 0, do_itest, -	"itest\t- return true/false on integer compare\n", +	"return true/false on integer compare",  	"[.b, .w, .l, .s] [*]value1 <op> [*]value2\n"  ); diff --git a/common/cmd_jffs2.c b/common/cmd_jffs2.c index 4c63f51c1..d0a7ceaa5 100644 --- a/common/cmd_jffs2.c +++ b/common/cmd_jffs2.c @@ -2297,35 +2297,35 @@ int do_jffs2_mtdparts(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  /***************************************************/  U_BOOT_CMD(  	fsload,	3,	0,	do_jffs2_fsload, -	"fsload\t- load binary file from a filesystem image\n", +	"load binary file from a filesystem image",  	"[ off ] [ filename ]\n"  	"    - load binary file from flash bank\n"  	"      with offset 'off'\n"  );  U_BOOT_CMD(  	ls,	2,	1,	do_jffs2_ls, -	"ls\t- list files in a directory (default /)\n", +	"list files in a directory (default /)",  	"[ directory ]\n"  	"    - list files in a directory.\n"  );  U_BOOT_CMD(  	fsinfo,	1,	1,	do_jffs2_fsinfo, -	"fsinfo\t- print information about filesystems\n", +	"print information about filesystems",  	"    - print information about filesystems\n"  );  #ifdef CONFIG_JFFS2_CMDLINE  U_BOOT_CMD(  	chpart,	2,	0,	do_jffs2_chpart, -	"chpart\t- change active partition\n", +	"change active partition",  	"part-id\n"  	"    - change active partition (e.g. part-id = nand0,1)\n"  );  U_BOOT_CMD(  	mtdparts,	6,	0,	do_jffs2_mtdparts, -	"mtdparts- define flash/nand partitions\n", +	"define flash/nand partitions",  	"\n"  	"    - list partition table\n"  	"mtdparts delall\n" diff --git a/common/cmd_license.c b/common/cmd_license.c index 301af8d96..c3c34967d 100644 --- a/common/cmd_license.c +++ b/common/cmd_license.c @@ -53,7 +53,7 @@ int do_license(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(license, 1, 1, do_license, -	   "license - print GPL license text\n", +	   "print GPL license text",  	   NULL);  #endif /* CONFIG_CMD_LICENSE */ diff --git a/common/cmd_load.c b/common/cmd_load.c index 350d7a352..88fba8899 100644 --- a/common/cmd_load.c +++ b/common/cmd_load.c @@ -1045,7 +1045,7 @@ static ulong load_serial_ymodem (ulong offset)  #ifdef	CONFIG_SYS_LOADS_BAUD_CHANGE  U_BOOT_CMD(  	loads, 3, 0,	do_load_serial, -	"loads   - load S-Record file over serial line\n", +	"load S-Record file over serial line",  	"[ off ] [ baud ]\n"  	"    - load S-Record file over serial line"  	" with offset 'off' and baudrate 'baud'\n" @@ -1054,7 +1054,7 @@ U_BOOT_CMD(  #else	/* ! CONFIG_SYS_LOADS_BAUD_CHANGE */  U_BOOT_CMD(  	loads, 2, 0,	do_load_serial, -	"loads   - load S-Record file over serial line\n", +	"load S-Record file over serial line",  	"[ off ]\n"  	"    - load S-Record file over serial line with offset 'off'\n"  ); @@ -1069,7 +1069,7 @@ U_BOOT_CMD(  #ifdef	CONFIG_SYS_LOADS_BAUD_CHANGE  U_BOOT_CMD(  	saves, 4, 0,	do_save_serial, -	"saves   - save S-Record file over serial line\n", +	"save S-Record file over serial line",  	"[ off ] [size] [ baud ]\n"  	"    - save S-Record file over serial line"  	" with offset 'off', size 'size' and baudrate 'baud'\n" @@ -1077,7 +1077,7 @@ U_BOOT_CMD(  #else	/* ! CONFIG_SYS_LOADS_BAUD_CHANGE */  U_BOOT_CMD(  	saves, 3, 0,	do_save_serial, -	"saves   - save S-Record file over serial line\n", +	"save S-Record file over serial line",  	"[ off ] [size]\n"  	"    - save S-Record file over serial line with offset 'off' and size 'size'\n"  ); @@ -1089,7 +1089,7 @@ U_BOOT_CMD(  #if defined(CONFIG_CMD_LOADB)  U_BOOT_CMD(  	loadb, 3, 0,	do_load_serial_bin, -	"loadb   - load binary file over serial line (kermit mode)\n", +	"load binary file over serial line (kermit mode)",  	"[ off ] [ baud ]\n"  	"    - load binary file over serial line"  	" with offset 'off' and baudrate 'baud'\n" @@ -1097,7 +1097,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	loady, 3, 0,	do_load_serial_bin, -	"loady   - load binary file over serial line (ymodem mode)\n", +	"load binary file over serial line (ymodem mode)",  	"[ off ] [ baud ]\n"  	"    - load binary file over serial line"  	" with offset 'off' and baudrate 'baud'\n" @@ -1129,7 +1129,7 @@ int do_hwflow (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	hwflow, 2, 0,	do_hwflow, -	"hwflow  - turn the harwdare flow control on/off\n", +	"turn the harwdare flow control on/off",  	"[on|off]\n - change RTS/CTS hardware flow control over serial line\n"  ); diff --git a/common/cmd_log.c b/common/cmd_log.c index 6f8a27fe4..a03835d02 100644 --- a/common/cmd_log.c +++ b/common/cmd_log.c @@ -252,7 +252,7 @@ int do_log (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	log,     255,	1,	do_log, -	"log     - manipulate logbuffer\n", +	"manipulate logbuffer",  	"info   - show pointer details\n"  	"log reset  - clear contents\n"  	"log show   - show contents\n" diff --git a/common/cmd_mac.c b/common/cmd_mac.c index 4453299fe..cf601e4e6 100644 --- a/common/cmd_mac.c +++ b/common/cmd_mac.c @@ -28,7 +28,7 @@ extern int do_mac(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);  U_BOOT_CMD(  	mac, 3, 1,  do_mac, -	"mac     - display and program the system ID and MAC addresses in EEPROM\n", +	"display and program the system ID and MAC addresses in EEPROM",  	"[read|save|id|num|errata|date|ports|0|1|2|3|4|5|6|7]\n"  	"read\n"  	"    - show content of EEPROM\n" diff --git a/common/cmd_mem.c b/common/cmd_mem.c index e2af03063..a203e0d3e 100644 --- a/common/cmd_mem.c +++ b/common/cmd_mem.c @@ -1214,39 +1214,39 @@ int do_unzip ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  /**************************************************/  U_BOOT_CMD(  	md,	3,	1,	do_mem_md, -	"md	- memory display\n", +	"memory display",  	"[.b, .w, .l] address [# of objects]\n	  - memory display\n"  );  U_BOOT_CMD(  	mm,	2,	1,	do_mem_mm, -	"mm	- memory modify (auto-incrementing)\n", +	"memory modify (auto-incrementing)",  	"[.b, .w, .l] address\n" "    - memory modify, auto increment address\n"  );  U_BOOT_CMD(  	nm,	2,	1,	do_mem_nm, -	"nm	- memory modify (constant address)\n", +	"memory modify (constant address)",  	"[.b, .w, .l] address\n    - memory modify, read and keep address\n"  );  U_BOOT_CMD(  	mw,	4,	1,	do_mem_mw, -	"mw	- memory write (fill)\n", +	"memory write (fill)",  	"[.b, .w, .l] address value [count]\n	- write memory\n"  );  U_BOOT_CMD(  	cp,	4,	1,	do_mem_cp, -	"cp	- memory copy\n", +	"memory copy",  	"[.b, .w, .l] source target count\n    - copy memory\n"  );  U_BOOT_CMD(  	cmp,	4,	1,	do_mem_cmp, -	"cmp	- memory compare\n", +	"memory compare",  	"[.b, .w, .l] addr1 addr2 count\n    - compare memory\n"  ); @@ -1254,7 +1254,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	crc32,	4,	1,	do_mem_crc, -	"crc32	- checksum calculation\n", +	"checksum calculation",  	"address count [addr]\n    - compute CRC32 checksum [save at addr]\n"  ); @@ -1262,7 +1262,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	crc32,	5,	1,	do_mem_crc, -	"crc32	- checksum calculation\n", +	"checksum calculation",  	"address count [addr]\n    - compute CRC32 checksum [save at addr]\n"  	"-v address count crc\n    - verify crc of memory area\n"  ); @@ -1271,14 +1271,14 @@ U_BOOT_CMD(  U_BOOT_CMD(  	base,	2,	1,	do_mem_base, -	"base	- print or set address offset\n", +	"print or set address offset",  	"\n    - print address offset for memory commands\n"  	"base off\n    - set address offset for memory commands to 'off'\n"  );  U_BOOT_CMD(  	loop,	3,	1,	do_mem_loop, -	"loop	- infinite loop on address range\n", +	"infinite loop on address range",  	"[.b, .w, .l] address number_of_objects\n"  	"    - loop on a set of addresses\n"  ); @@ -1286,7 +1286,7 @@ U_BOOT_CMD(  #ifdef CONFIG_LOOPW  U_BOOT_CMD(  	loopw,	4,	1,	do_mem_loopw, -	"loopw	- infinite write loop on address range\n", +	"infinite write loop on address range",  	"[.b, .w, .l] address number_of_objects data_to_write\n"  	"    - loop on a set of addresses\n"  ); @@ -1294,7 +1294,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	mtest,	5,	1,	do_mem_mtest, -	"mtest   - simple RAM test\n", +	"simple RAM test",  	"[start [end [pattern [iterations]]]]\n"  	"    - simple RAM read/write test\n"  ); @@ -1302,13 +1302,13 @@ U_BOOT_CMD(  #ifdef CONFIG_MX_CYCLIC  U_BOOT_CMD(  	mdc,	4,	1,	do_mem_mdc, -	"mdc	- memory display cyclic\n", +	"memory display cyclic",  	"[.b, .w, .l] address count delay(ms)\n    - memory display cyclic\n"  );  U_BOOT_CMD(  	mwc,	4,	1,	do_mem_mwc, -	"mwc	- memory write cyclic\n", +	"memory write cyclic",  	"[.b, .w, .l] address value delay(ms)\n    - memory write cyclic\n"  );  #endif /* CONFIG_MX_CYCLIC */ @@ -1316,7 +1316,7 @@ U_BOOT_CMD(  #ifdef CONFIG_CMD_UNZIP  U_BOOT_CMD(  	unzip,	4,	1,	do_unzip, -	"unzip - unzip a memory region\n", +	"unzip a memory region",  	"srcaddr dstaddr [dstsize]\n"  );  #endif /* CONFIG_CMD_UNZIP */ diff --git a/common/cmd_mfsl.c b/common/cmd_mfsl.c index db2a994ce..6470baceb 100644 --- a/common/cmd_mfsl.c +++ b/common/cmd_mfsl.c @@ -389,7 +389,7 @@ int do_rspr (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  /***************************************************/  U_BOOT_CMD (frd, 3, 1, do_frd, -		"frd     - read data from FSL\n", +		"read data from FSL",  		"- [fslnum [0|1|2|3]]\n"  		" 0 - non blocking data read\n"  		" 1 - non blocking control read\n" @@ -398,7 +398,7 @@ U_BOOT_CMD (frd, 3, 1, do_frd,  U_BOOT_CMD (fwr, 4, 1, do_fwr, -		"fwr     - write data to FSL\n", +		"write data to FSL",  		"- [fslnum [0|1|2|3]]\n"  		" 0 - non blocking data write\n"  		" 1 - non blocking control write\n" @@ -406,7 +406,7 @@ U_BOOT_CMD (fwr, 4, 1, do_fwr,  		" 3 - blocking control write\n");  U_BOOT_CMD (rspr, 3, 1, do_rspr, -		"rspr    - read/write special purpose register\n", +		"read/write special purpose register",  		"- reg_num [write value] read/write special purpose register\n"  		" 1 - MSR - Machine status register\n"  		" 3 - EAR - Exception address register\n" diff --git a/common/cmd_mii.c b/common/cmd_mii.c index 19a7fbd68..d70031aaa 100644 --- a/common/cmd_mii.c +++ b/common/cmd_mii.c @@ -453,7 +453,7 @@ int do_mii (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	mii,	5,	1,	do_mii, -	"mii     - MII utility commands\n", +	"MII utility commands",  	"device                     - list available devices\n"  	"mii device <devname>           - set current device\n"  	"mii info   <addr>              - display MII PHY info\n" diff --git a/common/cmd_misc.c b/common/cmd_misc.c index c29f52bae..024299a87 100644 --- a/common/cmd_misc.c +++ b/common/cmd_misc.c @@ -55,14 +55,14 @@ int do_irqinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);  U_BOOT_CMD(  	irqinfo,    1,    1,     do_irqinfo, -	"irqinfo - print information about IRQs\n", +	"print information about IRQs",  	NULL  );  #endif  U_BOOT_CMD(  	sleep ,    2,    1,     do_sleep, -	"sleep   - delay execution for some time\n", +	"delay execution for some time",  	"N\n"  	"    - delay execution for N seconds (N is _decimal_ !!!)\n"  ); diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 25c970257..473825edd 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -36,6 +36,6 @@ int do_mmc (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	mmcinit,	1,	0,	do_mmc, -	"mmcinit - init mmc card\n", +	"init mmc card",  	NULL  ); diff --git a/common/cmd_mp.c b/common/cmd_mp.c index d8e3ab2b2..a0839c2fb 100644 --- a/common/cmd_mp.c +++ b/common/cmd_mp.c @@ -83,7 +83,7 @@ cpu_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	cpu, CONFIG_SYS_MAXARGS, 1, cpu_cmd, -	"cpu     - Multiprocessor CPU boot manipulation and release\n", +	"Multiprocessor CPU boot manipulation and release",  	    "<num> reset                 - Reset cpu <num>\n"  	"cpu <num> status                - Status of cpu <num>\n"  	"cpu <num> release <addr> [args] - Release cpu <num> at <addr> with [args]\n" diff --git a/common/cmd_nand.c b/common/cmd_nand.c index 55d54669c..11f909662 100644 --- a/common/cmd_nand.c +++ b/common/cmd_nand.c @@ -468,7 +468,7 @@ usage:  }  U_BOOT_CMD(nand, 5, 1, do_nand, -	   "nand    - NAND sub-system\n", +	   "NAND sub-system",  	   "info - show available NAND devices\n"  	   "nand device [dev] - show or set current device\n"  	   "nand read - addr off|partition size\n" @@ -664,7 +664,7 @@ usage:  }  U_BOOT_CMD(nboot, 4, 1, do_nandboot, -	"nboot   - boot from NAND device\n", +	"boot from NAND device",  	"[partition] | [[[loadAddr] dev] offset]\n");  #endif @@ -923,7 +923,7 @@ int do_nand (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	nand,	5,	1,	do_nand, -	"nand    - legacy NAND sub-system\n", +	"legacy NAND sub-system",  	"info  - show available NAND devices\n"  	"nand device [dev] - show or set current device\n"  	"nand read[.jffs2[s]]  addr off size\n" @@ -1072,7 +1072,7 @@ int do_nandboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	nboot,	4,	1,	do_nandboot, -	"nboot   - boot from NAND device\n", +	"boot from NAND device",  	"loadAddr dev\n"  ); diff --git a/common/cmd_net.c b/common/cmd_net.c index b627c3851..a68784919 100644 --- a/common/cmd_net.c +++ b/common/cmd_net.c @@ -39,7 +39,7 @@ int do_bootp (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	bootp,	3,	1,	do_bootp, -	"bootp\t- boot image via network using BOOTP/TFTP protocol\n", +	"boot image via network using BOOTP/TFTP protocol",  	"[loadAddress] [[hostIPaddr:]bootfilename]\n"  ); @@ -50,7 +50,7 @@ int do_tftpb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	tftpboot,	3,	1,	do_tftpb, -	"tftpboot- boot image via network using TFTP protocol\n", +	"boot image via network using TFTP protocol",  	"[loadAddress] [[hostIPaddr:]bootfilename]\n"  ); @@ -61,7 +61,7 @@ int do_rarpb (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	rarpboot,	3,	1,	do_rarpb, -	"rarpboot- boot image via network using RARP/TFTP protocol\n", +	"boot image via network using RARP/TFTP protocol",  	"[loadAddress] [[hostIPaddr:]bootfilename]\n"  ); @@ -73,7 +73,7 @@ int do_dhcp (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	dhcp,	3,	1,	do_dhcp, -	"dhcp\t- boot image via network using DHCP/TFTP protocol\n", +	"boot image via network using DHCP/TFTP protocol",  	"[loadAddress] [[hostIPaddr:]bootfilename]\n"  );  #endif @@ -86,7 +86,7 @@ int do_nfs (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	nfs,	3,	1,	do_nfs, -	"nfs\t- boot image via network using NFS protocol\n", +	"boot image via network using NFS protocol",  	"[loadAddress] [[hostIPaddr:]bootfilename]\n"  );  #endif @@ -267,7 +267,7 @@ int do_ping (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	ping,	2,	1,	do_ping, -	"ping\t- send ICMP ECHO_REQUEST to network host\n", +	"send ICMP ECHO_REQUEST to network host",  	"pingAddress\n"  );  #endif @@ -311,7 +311,7 @@ int do_cdp (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	cdp,	1,	1,	do_cdp, -	"cdp\t- Perform CDP network configuration\n", +	"Perform CDP network configuration",  );  #endif @@ -348,7 +348,7 @@ int do_sntp (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sntp,	2,	1,	do_sntp, -	"sntp\t- synchronize RTC via network\n", +	"synchronize RTC via network",  	"[NTP server IP]\n"  );  #endif diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index af404176a..1fcb4c96a 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -559,7 +559,7 @@ int do_saveenv (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	saveenv, 1, 0,	do_saveenv, -	"saveenv - save environment variables to persistent storage\n", +	"save environment variables to persistent storage",  	NULL  ); @@ -590,7 +590,7 @@ int envmatch (uchar *s1, int i2)  U_BOOT_CMD(  	printenv, CONFIG_SYS_MAXARGS, 1,	do_printenv, -	"printenv- print environment variables\n", +	"print environment variables",  	"\n    - print values of all environment variables\n"  	"printenv name ...\n"  	"    - print value of environment variable 'name'\n" @@ -598,7 +598,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	setenv, CONFIG_SYS_MAXARGS, 0,	do_setenv, -	"setenv  - set environment variables\n", +	"set environment variables",  	"name value ...\n"  	"    - set environment variable 'name' to 'value ...'\n"  	"setenv name\n" @@ -609,7 +609,7 @@ U_BOOT_CMD(  U_BOOT_CMD(  	askenv,	CONFIG_SYS_MAXARGS,	1,	do_askenv, -	"askenv  - get environment variables from stdin\n", +	"get environment variables from stdin",  	"name [message] [size]\n"  	"    - get environment variable 'name' from stdin (max 'size' chars)\n"  	"askenv name\n" @@ -626,7 +626,7 @@ U_BOOT_CMD(  int do_run (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);  U_BOOT_CMD(  	run,	CONFIG_SYS_MAXARGS,	1,	do_run, -	"run     - run commands in an environment variable\n", +	"run commands in an environment variable",  	"var [...]\n"  	"    - run the commands in the environment variable(s) 'var'\n"  ); diff --git a/common/cmd_onenand.c b/common/cmd_onenand.c index 6d43a7794..5832ff8d3 100644 --- a/common/cmd_onenand.c +++ b/common/cmd_onenand.c @@ -471,7 +471,7 @@ usage:  U_BOOT_CMD(  	onenand,	6,	1,	do_onenand, -	"onenand - OneNAND sub-system\n", +	"OneNAND sub-system",  	"info - show available OneNAND devices\n"  	"onenand bad - show bad blocks\n"  	"onenand read[.oob] addr off size\n" diff --git a/common/cmd_otp.c b/common/cmd_otp.c index bdf2e6a8b..e27bb2921 100644 --- a/common/cmd_otp.c +++ b/common/cmd_otp.c @@ -155,7 +155,7 @@ int do_otp(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(otp, 6, 0, do_otp, -	"otp - One-Time-Programmable sub-system\n", +	"One-Time-Programmable sub-system",  	"read <addr> <page> [count] [half]\n"  	"otp write [--force] <addr> <page> [count] [half]\n"  	"    - read/write 'count' half-pages starting at page 'page' (offset 'half')\n"); diff --git a/common/cmd_pci.c b/common/cmd_pci.c index 110415e7d..4a9317f16 100644 --- a/common/cmd_pci.c +++ b/common/cmd_pci.c @@ -543,7 +543,7 @@ int do_pci (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	pci,	5,	1,	do_pci, -	"pci     - list and access PCI Configuration Space\n", +	"list and access PCI Configuration Space",  	"[bus] [long]\n"  	"    - short or long list of PCI devices on bus 'bus'\n"  	"pci header b.d.f\n" diff --git a/common/cmd_pcmcia.c b/common/cmd_pcmcia.c index 23fad3bcb..e44845697 100644 --- a/common/cmd_pcmcia.c +++ b/common/cmd_pcmcia.c @@ -88,7 +88,7 @@ int do_pinit (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	pinit,	2,	0,	do_pinit, -	"pinit   - PCMCIA sub-system\n", +	"PCMCIA sub-system",  	"on  - power on PCMCIA socket\n"  			"pinit off - power off PCMCIA socket\n"  	  ); diff --git a/common/cmd_portio.c b/common/cmd_portio.c index b318ff092..41b1991a2 100644 --- a/common/cmd_portio.c +++ b/common/cmd_portio.c @@ -93,7 +93,7 @@ int do_portio_out (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	out,	3,	1,	do_portio_out, -	"out     - write datum to IO port\n", +	"write datum to IO port",  	"[.b, .w, .l] port value\n    - output to IO port\n"  ); @@ -157,7 +157,7 @@ int do_portio_in (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	in,	2,	1,	do_portio_in, -	"in      - read data from an IO port\n", +	"read data from an IO port",  	"[.b, .w, .l] port\n"  	"    - read datum from IO port\n"  ); diff --git a/common/cmd_reginfo.c b/common/cmd_reginfo.c index 4c8e61ab2..0e28c05b8 100644 --- a/common/cmd_reginfo.c +++ b/common/cmd_reginfo.c @@ -382,6 +382,6 @@ int do_reginfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  #if defined(CONFIG_CMD_REGINFO)  U_BOOT_CMD(  	reginfo,	2,	1,	do_reginfo, -	"reginfo - print register information\n", +	"print register information",  );  #endif diff --git a/common/cmd_reiser.c b/common/cmd_reiser.c index a2f22866b..14e4bd40e 100644 --- a/common/cmd_reiser.c +++ b/common/cmd_reiser.c @@ -102,7 +102,7 @@ int do_reiserls (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	reiserls,	4,	1,	do_reiserls, -	"reiserls- list files in a directory (default /)\n", +	"list files in a directory (default /)",  	"<interface> <dev[:part]> [directory]\n"  	"    - list files from 'dev' on 'interface' in a 'directory'\n"  ); @@ -232,7 +232,7 @@ int do_reiserload (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	reiserload,	6,	0,	do_reiserload, -	"reiserload- load binary file from a Reiser filesystem\n", +	"load binary file from a Reiser filesystem",  	"<interface> <dev[:part]> [addr] [filename] [bytes]\n"  	"    - load binary file 'filename' from 'dev' on 'interface'\n"  	"      to address 'addr' from dos filesystem\n" diff --git a/common/cmd_sata.c b/common/cmd_sata.c index 3380768bb..e84977870 100644 --- a/common/cmd_sata.c +++ b/common/cmd_sata.c @@ -194,8 +194,8 @@ int do_sata(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sata, 5, 1, do_sata, -	"sata	- SATA sub system\n", -	"init - init SATA sub system\n" +	"SATA sub system", +	"sata init - init SATA sub system\n"  	"sata info - show available SATA devices\n"  	"sata device [dev] - show or set current device\n"  	"sata part [dev] - print partition table\n" diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c index 8aae9fcac..dd2c1ae73 100644 --- a/common/cmd_scsi.c +++ b/common/cmd_scsi.c @@ -616,7 +616,7 @@ void scsi_setup_inquiry(ccb * pccb)  U_BOOT_CMD(  	scsi, 5, 1, do_scsi, -	"scsi    - SCSI sub-system\n", +	"SCSI sub-system",  	"reset - reset SCSI controller\n"  	"scsi info  - show available SCSI devices\n"  	"scsi scan  - (re-)scan SCSI bus\n" @@ -628,6 +628,6 @@ U_BOOT_CMD(  U_BOOT_CMD(  	scsiboot, 3, 1, do_scsiboot, -	"scsiboot- boot from SCSI device\n", +	"boot from SCSI device",  	"loadAddr dev:part\n"  ); diff --git a/common/cmd_setexpr.c b/common/cmd_setexpr.c index 4125b183d..9a5e720d6 100644 --- a/common/cmd_setexpr.c +++ b/common/cmd_setexpr.c @@ -63,7 +63,7 @@ int do_setexpr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	setexpr, 5, 0, do_setexpr, -	"setexpr - set environment variable as the result of eval expression\n", +	"set environment variable as the result of eval expression",  	"name value1 <op> value2\n"  	"    - set environment variable 'name' to the result of the evaluated\n"  	"      express specified by <op>.  <op> can be &, |, ^, +, -, *, /, %\n" diff --git a/common/cmd_sf.c b/common/cmd_sf.c index 6dc522d7a..6a60b1680 100644 --- a/common/cmd_sf.c +++ b/common/cmd_sf.c @@ -181,7 +181,7 @@ usage:  U_BOOT_CMD(  	sf,	5,	1,	do_spi_flash, -	"sf	- SPI flash sub-system\n", +	"SPI flash sub-system",  	"probe [bus:]cs [hz] [mode]	- init flash device on given SPI bus\n"  	"				  and chip select\n"  	"sf read addr offset len 	- read `len' bytes starting at\n" diff --git a/common/cmd_spi.c b/common/cmd_spi.c index 1f0727b4a..746d14f21 100644 --- a/common/cmd_spi.c +++ b/common/cmd_spi.c @@ -138,7 +138,7 @@ int do_spi (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sspi,	5,	1,	do_spi, -	"sspi    - SPI utility commands\n", +	"SPI utility commands",  	"<device> <bit_len> <dout> - Send <bit_len> bits from <dout> out the SPI\n"  	"<device>  - Identifies the chip select of the device\n"  	"<bit_len> - Number of bits to send (base 10)\n" diff --git a/common/cmd_strings.c b/common/cmd_strings.c index 6f0cbca1a..4517ba29e 100644 --- a/common/cmd_strings.c +++ b/common/cmd_strings.c @@ -41,6 +41,6 @@ int do_strings(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(strings, 3, 1, do_strings, -	"strings - display strings\n", +	"display strings",  	"<addr> [byte count]\n"  	"    - display strings at <addr> for at least [byte count] or first double NUL\n"); diff --git a/common/cmd_terminal.c b/common/cmd_terminal.c index 67a254673..fd3dd4851 100644 --- a/common/cmd_terminal.c +++ b/common/cmd_terminal.c @@ -87,6 +87,6 @@ int do_terminal(cmd_tbl_t * cmd, int flag, int argc, char *argv[])  U_BOOT_CMD(  	terminal,	3,	1,	do_terminal, -	"terminal - start terminal emulator\n", +	"start terminal emulator",  	""  ); diff --git a/common/cmd_ubi.c b/common/cmd_ubi.c index 305e2e17a..b99fd5863 100644 --- a/common/cmd_ubi.c +++ b/common/cmd_ubi.c @@ -600,7 +600,7 @@ static int do_ubi(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(ubi, 6, 1, do_ubi, -	"ubi      - ubi commands\n", +	"ubi commands",  	"part [nand|nor|onenand] [part]"  		" - Show or set current partition\n"  	"ubi info [l[ayout]]" diff --git a/common/cmd_universe.c b/common/cmd_universe.c index ea977828a..bfb91b58c 100644 --- a/common/cmd_universe.c +++ b/common/cmd_universe.c @@ -364,7 +364,7 @@ int do_universe(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	universe,	8,	1,	do_universe, -	"universe- initialize and configure Turndra Universe\n", +	"initialize and configure Turndra Universe",  	"init\n"  	"    - initialize universe\n"  	"universe vme [vme_addr] [pci_addr] [size] [vam] [pms]\n" diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 46d6eea57..423a29f33 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -666,7 +666,7 @@ int do_usb(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  #ifdef CONFIG_USB_STORAGE  U_BOOT_CMD(  	usb,	5,	1,	do_usb, -	"usb     - USB sub-system\n", +	"USB sub-system",  	"reset - reset (rescan) USB controller\n"  	"usb stop [f]  - stop USB [f]=force stop\n"  	"usb tree  - show USB device tree\n" @@ -682,14 +682,14 @@ U_BOOT_CMD(  U_BOOT_CMD(  	usbboot,	3,	1,	do_usbboot, -	"usbboot - boot from USB device\n", +	"boot from USB device",  	"loadAddr dev:part\n"  );  #else  U_BOOT_CMD(  	usb,	5,	1,	do_usb, -	"usb     - USB sub-system\n", +	"USB sub-system",  	"reset - reset (rescan) USB controller\n"  	"usb  tree  - show USB device tree\n"  	"usb  info [dev] - show available USB devices\n" diff --git a/common/cmd_vfd.c b/common/cmd_vfd.c index ef4dd835b..84d9530aa 100644 --- a/common/cmd_vfd.c +++ b/common/cmd_vfd.c @@ -67,7 +67,7 @@ int do_vfd (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	vfd,	2,	0,	do_vfd, -	"vfd     - load a bitmap to the VFDs on TRAB\n", +	"load a bitmap to the VFDs on TRAB",  	"/N\n"  	"    - load bitmap N to the VFDs (N is _decimal_ !!!)\n"  	"vfd ADDR\n" diff --git a/common/cmd_ximg.c b/common/cmd_ximg.c index 2753389ea..a45d2480e 100644 --- a/common/cmd_ximg.c +++ b/common/cmd_ximg.c @@ -180,7 +180,7 @@ do_imgextract(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(imxtract, 4, 1, do_imgextract, -	   "imxtract- extract a part of a multi-image\n", +	   "extract a part of a multi-image",  	   "addr part [dest]\n"  	   "    - extract <part> from legacy image at <addr> and copy to <dest>\n"  #if defined(CONFIG_FIT) diff --git a/common/cmd_yaffs2.c b/common/cmd_yaffs2.c index 3732f7f98..c47ea769f 100644 --- a/common/cmd_yaffs2.c +++ b/common/cmd_yaffs2.c @@ -142,72 +142,72 @@ int do_ydump (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(      ymount, 3,  0,  do_ymount, -    "ymount\t- mount yaffs\n", +    "mount yaffs",      "\n"  );  U_BOOT_CMD(      yumount, 3,  0,  do_yumount, -    "yumount\t- unmount yaffs\n", +    "unmount yaffs",      "\n"  );  U_BOOT_CMD(      yls,    4,  0,  do_yls, -    "yls\t- yaffs ls\n", +    "yaffs ls",      "[-l] name\n"  );  U_BOOT_CMD(      yrd,    2,  0,  do_yrd, -    "yrd\t- read file from yaffs\n", +    "read file from yaffs",      "filename\n"  );  U_BOOT_CMD(      ywr,    4,  0,  do_ywr, -    "ywr\t- write file to yaffs\n", +    "write file to yaffs",      "filename value num_vlues\n"  );  U_BOOT_CMD(      yrdm,   3,  0,  do_yrdm, -    "yrdm\t- read file to memory from yaffs\n", +    "read file to memory from yaffs",      "filename offset\n"  );  U_BOOT_CMD(      ywrm,   4,  0,  do_ywrm, -    "ywrm\t- write file from memory to yaffs\n", +    "write file from memory to yaffs",      "filename offset size\n"  );  U_BOOT_CMD(      ymkdir, 2,  0,  do_ymkdir, -    "ymkdir\t- YAFFS mkdir\n", +    "YAFFS mkdir",      "dirname\n"  );  U_BOOT_CMD(      yrmdir, 2,  0,  do_yrmdir, -    "yrmdir\t- YAFFS rmdir\n", +    "YAFFS rmdir",      "dirname\n"  );  U_BOOT_CMD(      yrm,    2,  0,  do_yrm, -    "yrm\t- YAFFS rm\n", +    "YAFFS rm",      "path\n"  );  U_BOOT_CMD(      ymv,    4,  0,  do_ymv, -    "ymv\t- YAFFS mv\n", +    "YAFFS mv",      "oldPath newPath\n"  );  U_BOOT_CMD(      ydump,  2,  0,  do_ydump, -    "ydump\t- YAFFS device struct\n", +    "YAFFS device struct",      "dirname\n"  ); diff --git a/common/command.c b/common/command.c index c3966484f..3b9ccc9ed 100644 --- a/common/command.c +++ b/common/command.c @@ -38,7 +38,7 @@ do_version (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	version,	1,		1,	do_version, -	"version - print monitor version\n", +	"print monitor version",  	NULL  ); @@ -71,7 +71,7 @@ do_echo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	echo,	CONFIG_SYS_MAXARGS,	1,	do_echo, -	"echo    - echo args to console\n", +	"echo args to console",  	"[args..]\n"  	"    - echo args to console; \\c suppresses newline\n"  ); @@ -203,7 +203,7 @@ do_test (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	test,	CONFIG_SYS_MAXARGS,	1,	do_test, -	"test    - minimal test like /bin/sh\n", +	"minimal test like /bin/sh",  	"[args..]\n"  	"    - test functionality\n"  ); @@ -222,7 +222,7 @@ do_exit (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	exit,	2,	1,	do_exit, -	"exit    - exit script\n", +	"exit script",  	"    - exit functionality\n"  ); @@ -277,7 +277,8 @@ int do_help (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  				return 1;  			if (usage == NULL)  				continue; -			puts (usage); +			printf("%-*s- %s\n", CONFIG_SYS_HELP_CMD_WIDTH, +			       cmd_array[i]->name, usage);  		}  		return 0;  	} @@ -299,7 +300,7 @@ int do_help (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  			putc ('\n');  #else	/* no long help available */  			if (cmdtp->usage) -				puts (cmdtp->usage); +				printf ("%s - %s\n", cmdtp->name, cmdtp->usage);  #endif	/* CONFIG_SYS_LONGHELP */  		} else {  			printf ("Unknown command '%s' - try 'help'" @@ -315,7 +316,7 @@ int do_help (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	help,	CONFIG_SYS_MAXARGS,	1,	do_help, -	"help    - print online help\n", +	"print online help",  	"[command ...]\n"  	"    - show help information (for 'command')\n"  	"'help' prints online help for the monitor commands.\n\n" @@ -328,13 +329,13 @@ U_BOOT_CMD(  #ifdef  CONFIG_SYS_LONGHELP  cmd_tbl_t __u_boot_cmd_question_mark Struct_Section = {  	"?",	CONFIG_SYS_MAXARGS,	1,	do_help, -	"?       - alias for 'help'\n", +	"alias for 'help'",  	NULL  };  #else  cmd_tbl_t __u_boot_cmd_question_mark Struct_Section = {  	"?",	CONFIG_SYS_MAXARGS,	1,	do_help, -	"?       - alias for 'help'\n" +	"alias for 'help'"  };  #endif /* CONFIG_SYS_LONGHELP */ @@ -381,7 +382,7 @@ cmd_tbl_t *find_cmd (const char *cmd)  void cmd_usage(cmd_tbl_t *cmdtp)  { -	printf("Usage:\n%s\n", cmdtp->usage); +	printf("Usage:\n%s - %s\n\n", cmdtp->name, cmdtp->usage);  }  #ifdef CONFIG_AUTO_COMPLETE diff --git a/common/hush.c b/common/hush.c index dbb403561..01b74d782 100644 --- a/common/hush.c +++ b/common/hush.c @@ -3625,7 +3625,7 @@ int do_showvar (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	showvar, CONFIG_SYS_MAXARGS, 1,	do_showvar, -	"showvar- print local hushshell variables\n", +	"print local hushshell variables",  	"\n    - print values of all hushshell variables\n"  	"showvar name ...\n"  	"    - print value of hushshell variable 'name'\n" diff --git a/common/kgdb.c b/common/kgdb.c index adc15dd79..888b96b68 100644 --- a/common/kgdb.c +++ b/common/kgdb.c @@ -575,7 +575,7 @@ do_kgdb(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	kgdb, CONFIG_SYS_MAXARGS, 1,	do_kgdb, -	"kgdb    - enter gdb remote debug mode\n", +	"enter gdb remote debug mode",  	"[arg0 arg1 .. argN]\n"  	"    - executes a breakpoint so that kgdb mode is\n"  	"      entered via the exception handler. To return\n" diff --git a/common/lcd.c b/common/lcd.c index ae79051d1..5f73247f4 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -426,7 +426,7 @@ static int lcd_clear (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	cls,	1,	1,	lcd_clear, -	"cls     - clear screen\n", +	"clear screen",  	NULL  ); diff --git a/cpu/mpc512x/speed.c b/cpu/mpc512x/speed.c index 542bf21c7..5992111c1 100644 --- a/cpu/mpc512x/speed.c +++ b/cpu/mpc512x/speed.c @@ -137,7 +137,7 @@ int do_clocks (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(clocks, 1, 0, do_clocks, -	"clocks  - print clock configuration\n", +	"print clock configuration",  	"    clocks\n"  ); diff --git a/cpu/mpc83xx/ecc.c b/cpu/mpc83xx/ecc.c index 47c8937aa..f3942b411 100644 --- a/cpu/mpc83xx/ecc.c +++ b/cpu/mpc83xx/ecc.c @@ -355,7 +355,7 @@ int do_ecc(cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(ecc, 4, 0, do_ecc, -	   "ecc     - support for DDR ECC features\n", +	   "support for DDR ECC features",  	   "status              - print out status info\n"  	   "ecc captureclear        - clear capture regs data\n"  	   "ecc sbecnt <val>        - set Single-Bit Error counter\n" diff --git a/cpu/mpc83xx/speed.c b/cpu/mpc83xx/speed.c index 4230099c0..9b7e7b576 100644 --- a/cpu/mpc83xx/speed.c +++ b/cpu/mpc83xx/speed.c @@ -544,6 +544,6 @@ int do_clocks (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])  }  U_BOOT_CMD(clocks, 1, 0, do_clocks, -	"clocks  - print clock configuration\n", +	"print clock configuration",  	"    clocks\n"  ); diff --git a/cpu/nios2/sysid.c b/cpu/nios2/sysid.c index afd5d83d9..251204beb 100644 --- a/cpu/nios2/sysid.c +++ b/cpu/nios2/sysid.c @@ -52,7 +52,7 @@ int do_sysid (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	sysid,	1,	1,	do_sysid, -	"sysid   - display Nios-II system id\n\n", +	"display Nios-II system id",  	"\n    - display Nios-II system id\n"  );  #endif /* CONFIG_SYS_NIOS_SYSID_BASE */ diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index f80baeb1f..1c5e314d9 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c @@ -209,7 +209,7 @@ int do_pca953x(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	pca953x,	5,	1,	do_pca953x, -	"pca953x	- pca953x gpio access\n", +	"pca953x gpio access",  	"device [dev]\n"  	"	- show or set current device address\n"  #ifdef CONFIG_CMD_PCA953X_INFO diff --git a/drivers/misc/ds4510.c b/drivers/misc/ds4510.c index 958ff6845..8b5fbbc45 100644 --- a/drivers/misc/ds4510.c +++ b/drivers/misc/ds4510.c @@ -390,7 +390,7 @@ int do_ds4510(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	ds4510,	6,	1,	do_ds4510, -	"ds4510	- ds4510 eeprom/seeprom/sram/gpio access\n", +	"ds4510 eeprom/seeprom/sram/gpio access",  	"device [dev]\n"  	"	- show or set current device address\n"  #ifdef CONFIG_CMD_DS4510_INFO diff --git a/drivers/qe/qe.c b/drivers/qe/qe.c index 7b29fd716..e90a4a5fe 100644 --- a/drivers/qe/qe.c +++ b/drivers/qe/qe.c @@ -461,7 +461,7 @@ static int qe_cmd(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	qe, 4, 0, qe_cmd, -	"qe      - QUICC Engine commands\n", +	"QUICC Engine commands",  	"fw <addr> [<length>] - Upload firmware binary at address <addr> to "  		"the QE,\n\twith optional length <length> verification.\n"  	); diff --git a/include/command.h b/include/command.h index 58992e979..d7321af92 100644 --- a/include/command.h +++ b/include/command.h @@ -33,6 +33,11 @@  #define NULL	0  #endif +/* Default to a width of 8 characters for help message command width */ +#ifndef CONFIG_SYS_HELP_CMD_WIDTH +#define CONFIG_SYS_HELP_CMD_WIDTH	8 +#endif +  #ifndef	__ASSEMBLY__  /*   * Monitor Command Table |