Commit Graph

76 Commits (c44d4386e67ac6dd57ddd60fdde54bf7ed581b6e)

Author SHA1 Message Date
Simon Glass c44d4386e6 Bring mtest putc() into common code 12 years ago
Simon Glass 7ecbd4d708 Fix mtest indenting 12 years ago
Simon Glass 51209b1f42 Use common mtest iteration counting 12 years ago
Simon Glass c9638f50fb Split out the memory tests into separate functions 12 years ago
Simon Glass 0628ab8ec5 sandbox: Change memory commands to use map_physmem 12 years ago
Robert P. J. Day 85de63e2e6 cmd_mem.c: Fix some typoes, no functional changes 12 years ago
Simon Glass 15a33e49de Add option to display customised memory information 12 years ago
Kim Phillips 088f1b1991 common/cmd_*.c: sparse fixes 12 years ago
Mike Frysinger feb12a1f6d cmd_mem: cmp: convert while() to for() loop 13 years ago
Mike Frysinger 054ea170f2 cmd_mem: cmp: unify size code paths 13 years ago
Mike Frysinger 9504a5518c cmd_mem: replace custom PRINTF() with debug() 13 years ago
Simon Glass 4c12eeb8b5 Convert cmd_usage() calls in common to use a return value 13 years ago
Igor Grinberg e3150460a4 common: move extern char console_buffer[] to common.h 13 years ago
Kumar Gala 94c50f1176 Revert "sandbox: Change md command to use map_physmem" 13 years ago
Simon Glass 355a835747 sandbox: Change md command to use map_physmem 13 years ago
Simon Glass 925493582c sandbox: Use uintptr_t for 32/64-bit compatibility 14 years ago
Marek Vasut f3b3c3df18 GCC4.6: Squash warning in cmd_mem.c 14 years ago
Jens Scharsig 39c6e039a0 Fix: if using crc32 command watchdog timed out 14 years ago
Mike Frysinger c3d2a17c1e md5sum/sha1sum/unzip: split out of mondo mem file 14 years ago
Mike Frysinger 710b99385c crc32: make command optional 14 years ago
Wolfgang Denk 67fb0622a9 unzip: return uncompressed size in `filesize', and print it. 14 years ago
Alexander Holler c6b1ee664a Fix defines needed to enable command sha1sum 14 years ago
Mike Frysinger d6efe244e4 cmd_mem: localize state variables 14 years ago
Stefan Roese eaadb44edf cp/cmp: Add WATCHDOG_RESET in copy and compare loop 15 years ago
Wolfgang Denk 47e26b1bf9 cmd_usage(): simplify return code handling 15 years ago
Wolfgang Denk 54841ab50c Make sure that argv[] argument pointers are not modified. 15 years ago
Wolfgang Wegner 87d93a1ba2 move prototypes for gunzip() and zunzip() to common.h 15 years ago
Paul Gortmaker 87b22b7787 mem_mtest: fix error reporting, allow escape with ^C 16 years ago
Robin Getz 02c9aa1d41 Add md5sum and sha1 commands... 16 years ago
Wolfgang Denk a89c33db96 General help message cleanup 16 years ago
Andy Fleming b2e2ed0233 Eliminate support for using MMC as memory 16 years ago
Peter Tyser 2fb2604d5c Command usage cleanup 16 years ago
Peter Tyser 62c3ae7c6e Standardize command usage messages with cmd_usage() 16 years ago
Dirk Eibach b6fc6fd49a common: Iteration limit for memory test. 16 years ago
Peter Tyser d16da93430 cmd_mem: Remove unused variable 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 17 years ago
Jean-Christophe PLAGNIOL-VILLARD b64b775e75 cmd_mem: Move conditional compilation to Makefile 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 8a40fb148e move cmd_get_data_size to command.c 17 years ago
Markus Heidelberg 748b5274e7 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) 17 years ago
Wolfgang Denk 19f101412c cmd_mem.c: Fix help message alignment 17 years ago
Harald Welte fe2ce5500e add 'unzip' command to u-boot commandline 17 years ago
Wolfgang Denk 53677ef18e Big white-space cleanup. 17 years ago
Sergei Poselenov a6e6fc610e Added watchdog triggering calls in the "mtest" test function. 17 years ago
Stelian Pop 880cc4381e Fix CFG_NO_FLASH compilation. 17 years ago
Kim B. Heino 84d0c2f1e3 fix copy from ram to dataflash 17 years ago
Guennadi Liakhovetski 6f4abee789 Fix wrong memory limit calculation in memory-test 17 years ago
Guennadi Liakhovetski 1f780aa6f1 Fix return value of mtest when CFG_ALT_MEMTEST set 17 years ago
Mike Frysinger 4c727c77e4 add support for memory commands with Blackfin L1 instruction memory 17 years ago
Jon Loeliger 9025317883 common/: Remove lingering references to CFG_CMD_* symbols. 18 years ago
Jon Loeliger c76fe47425 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. 18 years ago