]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
README: Document CONFIG_SYS parameters for vxworks
authorNiklaus Giger <niklaus.giger@member.fsf.org>
Mon, 3 Nov 2008 21:13:47 +0000 (22:13 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 6 Dec 2008 23:14:56 +0000 (00:14 +0100)
Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
README

diff --git a/README b/README
index 861ea838e327ddf6cfe3e4566acb648a4a6d27da..2a553c274c372b014075cf67387dea964bd0722d 100644 (file)
--- a/README
+++ b/README
@@ -381,6 +381,24 @@ The following options need to be configured:
                This define fills in the correct boot CPU in the boot
                param header, the default value is zero if undefined.
 
+- vxWorks boot parameters:
+
+               bootvx constructs a valid bootline using the following
+               environments variables: bootfile, ipaddr, serverip, hostname.
+               It loads the vxWorks image pointed bootfile.
+
+               CONFIG_SYS_VXWORKS_BOOT_DEVICE - The vxworks device name
+               CONFIG_SYS_VXWORKS_MAC_PTR - Ethernet 6 byte MA -address
+               CONFIG_SYS_VXWORKS_SERVERNAME - Name of the server
+               CONFIG_SYS_VXWORKS_BOOT_ADDR - Address of boot parameters
+
+               CONFIG_SYS_VXWORKS_ADD_PARAMS
+
+               Add it at the end of the bootline. E.g "u=username pw=secret"
+
+               Note: If a "bootargs" environment is defined, it will overwride
+               the defaults discussed just above.
+
 - Serial Ports:
                CONFIG_PL010_SERIAL