uboot/common
Niklaus Giger 29a4c24de9 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
- fix size too small by one in sprintf
- changed old (pre 2004) device name ibmEmac to emac
- boot device may be overriden in board config
- servername may be defined in board config
- additional parameters may be defined in board config
- fixed some line wrappings
- replaced  redundant MAX define by max

Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
2008-12-07 00:18:53 +01:00
..
Makefile FPGA: move fpga drivers to drivers/fpga 2008-12-05 22:41:33 +01:00
bedbug.c
circbuf.c
cmd_ambapp.c
cmd_autoscript.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_bdinfo.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_bedbug.c Consolidate MAX/MIN definitions 2008-11-02 16:23:46 +01:00
cmd_bmp.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_boot.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_bootldr.c
cmd_bootm.c bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} 2008-10-29 01:00:20 +01:00
cmd_cache.c
cmd_console.c
cmd_cplbinfo.c
cmd_date.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_dcr.c
cmd_df.c
cmd_diag.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_display.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_doc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_dtt.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_eeprom.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_elf.c cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters 2008-12-07 00:18:53 +01:00
cmd_ext2.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_fat.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_fdc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_fdos.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_fdt.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_fpga.c
cmd_i2c.c Coding Style cleanup, update CHANGELOG 2008-11-02 16:14:22 +01:00
cmd_ide.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_immap.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_irq.c
cmd_itest.c move cmd_get_data_size to command.c 2008-09-10 22:48:05 +02:00
cmd_jffs2.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_license.c
cmd_load.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_log.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_mac.c cmd_mac: Move conditional compilation to Makefile 2008-09-10 21:09:37 +02:00
cmd_mem.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_mfsl.c
cmd_mii.c
cmd_misc.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_mmc.c
cmd_mp.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_nand.c NAND: Align right column of the shorthelp with other commands. 2008-10-29 10:42:18 -05:00
cmd_net.c
cmd_nvedit.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_onenand.c
cmd_otp.c
cmd_pci.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_pcmcia.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_portio.c move cmd_get_data_size to command.c 2008-09-10 22:48:05 +02:00
cmd_reginfo.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_reiser.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_sata.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_scsi.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
cmd_setexpr.c
cmd_sf.c
cmd_spi.c cmd_spi: remove broken signed casting for display 2008-10-14 14:19:34 +02:00
cmd_strings.c strings cmd: drop old CONFIG_CFG_STRINGS define 2008-10-14 14:17:20 +02:00
cmd_terminal.c
cmd_ubi.c UBI: Add proof-of-concept CFI flash support 2008-11-24 11:33:33 +01:00
cmd_universe.c
cmd_usb.c Remove obsolete command (apply afte USB style patch, 80 chars strict) 2008-11-28 21:24:13 +01:00
cmd_vfd.c cmd_vfd: Move conditional compilation to Makefile 2008-09-10 21:09:37 +02:00
cmd_ximg.c
cmd_yaffs2.c
command.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
console.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
ddr_spd.c
devices.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
dlmalloc.c
dlmalloc.src
docecc.c
env_common.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
env_dataflash.c rename CFG_ENV macros to CONFIG_ENV 2008-09-10 22:48:06 +02:00
env_eeprom.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
env_embedded.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
env_flash.c rename CFG_ENV macros to CONFIG_ENV 2008-09-10 22:48:06 +02:00
env_nand.c rename CFG_ENV macros to CONFIG_ENV 2008-09-10 22:48:06 +02:00
env_nowhere.c env_nowhere: Move conditional compilation to Makefile 2008-09-10 22:48:01 +02:00
env_nvram.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
env_onenand.c OneNAND: Add missing mtd info struct before calling onenand_erase() 2008-12-02 13:48:15 -06:00
env_sf.c rename CFG_ENV macros to CONFIG_ENV 2008-09-10 22:48:06 +02:00
exports.c
fdt_support.c fdt_resize(): ensure minimum padding 2008-10-30 20:37:57 -04:00
flash.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
hush.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
image.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
kgdb.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
lcd.c lcd: Let the board code show board-specific info cleanup 2008-12-07 00:08:33 +01:00
lynxkdi.c
main.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
memsize.c
miiphyutil.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
s_record.c
serial.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
update.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
usb.c USB style patch, 80 chars strict 2008-11-28 21:24:12 +01:00
usb_kbd.c rename CFG_ macros to CONFIG_SYS 2008-10-18 21:54:03 +02:00
usb_storage.c
xyzModem.c