diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/README.commands.itest | 8 | ||||
| -rw-r--r-- | doc/README.modnet50 | 16 | 
2 files changed, 12 insertions, 12 deletions
| diff --git a/doc/README.commands.itest b/doc/README.commands.itest index db54160e1..5e0fe8624 100644 --- a/doc/README.commands.itest +++ b/doc/README.commands.itest @@ -1,12 +1,12 @@ -A slow day today so here is a revised itest command with provisional  +A slow day today so here is a revised itest command with provisional  support for comparing strings as well :-))  Now table driven to allow the operators  -eq, -ne, -lt, -gt, -le, -ge, ==, !=, <>, <, >, <=, >= -Uses the expected command modifier for integer compares of width 1, 2 or  -4 bytes of .b, .w, .l and the new modifer of .s for a string compare.  -String comparison is over the length of the shorter, this hopefully  +Uses the expected command modifier for integer compares of width 1, 2 or +4 bytes of .b, .w, .l and the new modifer of .s for a string compare. +String comparison is over the length of the shorter, this hopefully  avoids missing terminators when using an indirect pointer.  eg. diff --git a/doc/README.modnet50 b/doc/README.modnet50 index de7165c92..d8d9c9d82 100644 --- a/doc/README.modnet50 +++ b/doc/README.modnet50 @@ -2,7 +2,7 @@ U-BOOT Port for FSForth ModNET50 Board  --------------------------------------  author: Thomas Elste <info@elste.org> -        IMMS gGmbH <www.imms.de> +	IMMS gGmbH <www.imms.de>  The port based upon an early (partial complete)  armboot-port from Stephan Linz for the ModNET50 Board. @@ -19,7 +19,7 @@ Overview:  Current Configuration (include/configs/modnet50.h):  Memory Map: 0x00000000 - 0x00FFFFFF 16M SDRAM -            0x10000000 - 0x101FFFFF  2M Flash +	    0x10000000 - 0x101FFFFF  2M Flash  The Flash uses a BB-Architectur with 35 sectors  (0:16K; 1,2:8K; 3:32K; 4-34:64K). U-Boot is located in @@ -48,15 +48,15 @@ Files:  cpu/arm720t/serial_netarm.c .. serial I/O for the cpu  board/modnet50/memsetup.S   .. memory setup for ModNET50 -board/modnet50/flash.c      .. flash routines +board/modnet50/flash.c	    .. flash routines  board/modnet50/modnet50.c   .. some board init stuff -drivers/netarm_eth.c        .. ethernet driver for the NET+50 CPU -drivers/netarm_eth.h        .. header for ethernet driver +drivers/netarm_eth.c	    .. ethernet driver for the NET+50 CPU +drivers/netarm_eth.h	    .. header for ethernet driver  include/configs/modnet50.h  .. configuration file for ModNET50 -include/netarm_*.h          .. register and macro definitions for -                               the NETARM CPU family +include/netarm_*.h	    .. register and macro definitions for +			       the NETARM CPU family -doc/README.modnet50         .. this readme +doc/README.modnet50	    .. this readme |