[U-Boot-Users] New command loopw

Hello all,
here is a patch, which adds a new memory command 'loopw'. In difference to the existing 'loop' command, which implements a read loop, 'loopw' writes to memory in an infinite loop. We use this command to do hardware qualifications on our boards like memory timing measurements with a scope or a logic analysator.
To not increase the memory footprint of the default U-Boot configuration, 'loopw' is only compiled in if CONFIG_LOOPW is defined.
* Patch by Martin Krause, 29 June 2004: Add new memory command: loopw - infinite write loop on address range
Best regards, Martin Krause
------------------------------------------------------------------ Martin Krause TQ-Systems GmbH Gut Delling, Mühlstr. 2, 82229 Seefeld, Germany Email: martin.krause@tqs.de http://www.tq-group.com
<<patch_u-boot_loopw_command>>

In message DE2CC66C40EAB74EA6D66AC71BF98E1EFE2907@TQ-MAILSRV-1 you wrote:
- Patch by Martin Krause, 29 June 2004: Add new memory command: loopw - infinite write loop on address range
Added, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Martin Krause
-
Wolfgang Denk