Commit Graph

9 Commits (lime2-spi)

Author SHA1 Message Date
Masahiro Yamada dee37fc99d Remove <inttypes.h> includes and PRI* usages in printf() entirely 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Tuomas Tynkkynen c68c03f52b Drop CONFIG_HAS_DATAFLASH 7 years ago
Daniel Thompson 221a949eb6 Kconfig: Finish migration of hashing commands 7 years ago
Tom Rini ea3310e8aa Blackfin: Remove 7 years ago
Masahiro Yamada e856bdcfb4 flash: complete CONFIG_SYS_NO_FLASH move with renaming 7 years ago
Fabio Estevam c2538421b2 cmd: mem: Use memcpy for 'cp' command 7 years ago
Michal Simek dfe461d6b5 cmd: mem: Show 64bit addresses which are tested 8 years ago
Simon Glass 2e192b245e Remove the cmd_ prefix from command files 8 years ago
Simon Glass 72a8cf8dcc Move all command code into its own directory 8 years ago
Rasmus Villemoes fea6730e1c fix always succesful memory test 8 years ago
Simon Glass 24b852a7a2 Move console definitions into a new console.h file 9 years ago
Andrew Bradford ea11b401b5 meminfo cmd: Enable printing >=4GiB SDRAM sizes 9 years ago
Joe Hershberger a69bdba9c6 Fix broken verify functionality in crc32 command 9 years ago
Joe Hershberger 849337bb22 Fix inconsistency of VERIFY defines in cmd_mem 9 years ago
Scott Wood 581508bdfb cmd_mem: Store last address/size/etc as ulong 9 years ago
Joe Hershberger 0eb25b6196 common: Make sure arch-specific map_sysmem() is defined 9 years ago
Simon Glass cc5e196e03 Correct map_sysmem() logic in do_mem_mw() 9 years ago
Tom Rini adcc570599 cmd_mem.c: Update 'iteration_limit' to unsigned long 9 years ago
Pavel Machek e37f1eb45c cmd_mem: cleanups, catch bad usage 9 years ago
Simon Glass e48f3741c3 sandbox: Fix warnings due to 64-bit printf() strings 10 years ago
Masahiro Yamada a3a4749df2 cmd_mem: call unmap_sysmem() after map_sysmem() 10 years ago
Masahiro Yamada 5a8608e586 cmd_mem: add static to internally used functions 10 years ago
Simon Glass b26440f1fa Rename bootretry functions and remove #ifdefs 10 years ago
Simon Glass 0098e179e1 Move bootretry code into bootretry.c and clean up 10 years ago
Simon Glass e1bf824dfd Add cli_ prefix to readline functions 10 years ago
Simon Glass 18d66533ac move CLI prototypes to cli.h and add comments 10 years ago
York Sun 4d1fd7f1ae Add 64-bit data support for memory commands 10 years ago
York Sun 76698b4e6c Fix memory commands for 64-bit platforms 10 years ago
David Feng 102c051fcc fix address of error message in mtest command 10 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Simon Glass 92765f4209 Fix missing return in do_mem_loop() 11 years ago
Masahiro Yamada 53237afe5b cmd_mem: fix cp command 11 years ago
Tom Rini 68149e9405 cmd_mem.c: Fix warning when CONFIG_CMD_MEMTEST is not set 11 years ago
Wolfgang Denk a2681707b2 Feature Removal: disable "mtest" command by default 11 years ago
Simon Glass 5512d5b034 sandbox: Update mtest to fix crashes 11 years ago
Simon Glass 8e169cc943 Move CONFIG_SYS_MEMTEST_SCRATCH #ifdef to top of file 11 years ago
Simon Glass d20a40de9d Roll crc32 into hash infrastructure 11 years ago
Simon Glass 8c86bbe00f Reduce casting in mtest 11 years ago
Simon Glass c44d4386e6 Bring mtest putc() into common code 11 years ago
Simon Glass 7ecbd4d708 Fix mtest indenting 11 years ago
Simon Glass 51209b1f42 Use common mtest iteration counting 11 years ago
Simon Glass c9638f50fb Split out the memory tests into separate functions 11 years ago
Simon Glass 0628ab8ec5 sandbox: Change memory commands to use map_physmem 11 years ago
Robert P. J. Day 85de63e2e6 cmd_mem.c: Fix some typoes, no functional changes 11 years ago
Simon Glass 15a33e49de Add option to display customised memory information 11 years ago
Kim Phillips 088f1b1991 common/cmd_*.c: sparse fixes 12 years ago
Mike Frysinger feb12a1f6d cmd_mem: cmp: convert while() to for() loop 12 years ago
Mike Frysinger 054ea170f2 cmd_mem: cmp: unify size code paths 12 years ago
Mike Frysinger 9504a5518c cmd_mem: replace custom PRINTF() with debug() 12 years ago