diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.JFFS2 | 2 | ||||
| -rw-r--r-- | doc/README.PIP405 | 14 | ||||
| -rw-r--r-- | doc/README.SNTP | 4 | ||||
| -rw-r--r-- | doc/README.bedbug | 10 | ||||
| -rw-r--r-- | doc/README.nand | 4 | ||||
| -rw-r--r-- | doc/README.usb | 6 | 
6 files changed, 14 insertions, 26 deletions
diff --git a/doc/README.JFFS2 b/doc/README.JFFS2 index 270da9082..c5d67fd4e 100644 --- a/doc/README.JFFS2 +++ b/doc/README.JFFS2 @@ -2,7 +2,7 @@ JFFS2 options and usage.  -----------------------  JFFS2 in U-Boot is a read only implementation of the file system in -Linux with the same name. To use JFFS2 define CFG_CMD_JFFS2. +Linux with the same name. To use JFFS2 define CONFIG_CMD_JFFS2.  The module adds three new commands.  fsload  - load binary file from a file system image diff --git a/doc/README.PIP405 b/doc/README.PIP405 index c5ccf1875..610ff2161 100644 --- a/doc/README.PIP405 +++ b/doc/README.PIP405 @@ -32,10 +32,8 @@ Changed files:  - include/cmd_bsp.h		added PIP405 commands definitions  - include/cmd_condefs.h		added Floppy and SCSI support  - include/cmd_disk.h		changed to work with block device description -- include/config_LANTEC.h	excluded CFG_CMD_FDC and CFG_CMD_SCSI from -				CONFIG_CMD_FULL -- include/config_hymod.h	excluded CFG_CMD_FDC and CFG_CMD_SCSI from -				CONFIG_CMD_FULL +- include/config_LANTEC.h	excluded CONFIG_CMD_FDC and CONFIG_CMD_SCSI +- include/config_hymod.h	excluded CONFIG_CMD_FDC and CONFIG_CMD_SCSI  - include/flash.h		added INTEL_ID_28F320C3T  0x88C488C4  - include/i2c.h			added "defined(CONFIG_PIP405)"  - include/image.h		added IH_OS_U_BOOT, IH_TYPE_FIRMWARE @@ -88,8 +86,8 @@ section "Changes".  New Commands:  ------------- -CFG_CMD_SCSI	SCSI Support -CFG_CMF_FDC	Floppy disk support +CONFIG_CMD_SCSI	SCSI Support +CONFIG_CMF_FDC	Floppy disk support  IDE additions:  -------------- @@ -172,8 +170,8 @@ Added Devices:  Floppy support:  ---------------  Support of a standard floppy disk controller at address CFG_ISA_IO_BASE_ADDRESS -+ 0x3F0. Enabled with define CFG_CMD_FDC. Reads a unformated floppy disk with a -image header (see: mkimage). No interrupts and no DMA are used for this. ++ 0x3F0. Enabled with define CONFIG_CMD_FDC. Reads a unformated floppy disk +with a image header (see: mkimage). No interrupts and no DMA are used for this.  Added files:  - common/cmd_fdc.c  - include/cmd_fdc.h diff --git a/doc/README.SNTP b/doc/README.SNTP index fd6f2098f..9edc957c6 100644 --- a/doc/README.SNTP +++ b/doc/README.SNTP @@ -1,5 +1,5 @@ -To use SNTP support, add a define CFG_CMD_SNTP to CONFIG_COMMANDS in -the configuration file of the board. +To use SNTP support, add define CONFIG_CMD_SNTP to the +configuration file of the board.  The "sntp" command gets network time from NTP time server and  syncronize RTC of the board. This command needs the command line diff --git a/doc/README.bedbug b/doc/README.bedbug index 9cfb4217f..2616acc65 100644 --- a/doc/README.bedbug +++ b/doc/README.bedbug @@ -31,12 +31,6 @@ can be easily implemented.  	if it is an illegal instruction, privileged instruction or  	a trap. Also added debug trap handler. -./include/cmd_confdefs.h -	Added definition of CFG_CMD_BEDBUG. - -./include/config_WALNUT405.h -	Added CFG_CMD_BEDBUG to the CONFIG_COMMANDS for the WALNUT. -  ./include/ppc_asm.tmpl  	Added code to handle critical exceptions @@ -78,10 +72,6 @@ Changes:  	cpu/mpc8xx/traps.c  		Added new routine DebugException() -	include/config_MBX.h -		Added CFG_CMD_BEDBUG to CONFIG_COMMANDS define - -  New Files:  	cpu/mpc8xx/bedbug_860.c diff --git a/doc/README.nand b/doc/README.nand index 5c31845a9..c5c5ef29e 100644 --- a/doc/README.nand +++ b/doc/README.nand @@ -93,8 +93,8 @@ Commands:  Configuration Options: -   CFG_CMD_NAND -      A good one to add to CONFIG_COMMANDS since it enables NAND support. +   CONFIG_CMD_NAND +      Enables NAND support and commmands.     CONFIG_MTD_NAND_ECC_JFFS2        Define this if you want the Error Correction Code information in diff --git a/doc/README.usb b/doc/README.usb index 41f76f4b7..b3bcb91f4 100644 --- a/doc/README.usb +++ b/doc/README.usb @@ -73,8 +73,8 @@ Storage USB Commands:  Config Switches:  ---------------- -CFG_CMD_USB	    enables basic USB support and the usb command -CONFIG_USB_UHCI	    defines the lowlevel part.A lowlevel part must be defined if -		    using CFG_CMD_USB +CONFIG_CMD_USB	    enables basic USB support and the usb command +CONFIG_USB_UHCI	    defines the lowlevel part.A lowlevel part must be defined +		    if using CONFIG_CMD_USB  CONFIG_USB_KEYBOARD enables the USB Keyboard  CONFIG_USB_STORAGE  enables the USB storage devices  |