Simon Glass
|
92765f4209
Fix missing return in do_mem_loop()
|
12 years ago |
Masahiro Yamada
|
53237afe5b
cmd_mem: fix cp command
|
12 years ago |
Tom Rini
|
68149e9405
cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set
|
12 years ago |
Wolfgang Denk
|
a2681707b2
Feature Removal: disable "mtest" command by default
|
12 years ago |
Simon Glass
|
5512d5b034
sandbox: Update mtest to fix crashes
|
12 years ago |
Simon Glass
|
8e169cc943
Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file
|
12 years ago |
Simon Glass
|
d20a40de9d
Roll crc32 into hash infrastructure
|
12 years ago |
Simon Glass
|
8c86bbe00f
Reduce casting in mtest
|
12 years ago |
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
|
13 years ago |
Marek Vasut
|
f3b3c3df18
GCC4.6: Squash warning in cmd_mem.c
|
13 years ago |
Jens Scharsig
|
39c6e039a0
Fix: if using crc32 command watchdog timed out
|
13 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 |