summaryrefslogtreecommitdiff
path: root/cmd/mem.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-26/+26
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass1-1/+1
2020-09-18cmd: mem: fix range of bitflip testRalph Siemsen1-5/+16
2020-08-27cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCHMichal Simek1-4/+0
2020-08-08cmd: Update the memory-search commandSimon Glass1-12/+18
2020-07-09cmd: Add a memory-search commandSimon Glass1-0/+151
2020-07-09cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass1-79/+38
2020-07-09cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass1-51/+17
2020-07-09Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-27/+27
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-22/+38
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-08cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek1-7/+2
2020-04-27CMD: random: fix return codeEugeniy Paltsev1-5/+4
2020-04-17cmd: mem: Add bitflip memory test to alternate mtestStefan Roese1-0/+60
2020-04-17cmd: mem: Use IS_ENABLED instead of alt_test variableStefan Roese1-6/+1
2020-04-17cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()Stefan Roese1-12/+2
2020-04-17cmd: mem: Correctly count the errors in mtestStefan Roese1-7/+4
2020-02-09cmd: mdc/mwc: normalize disjoint MX_CYCLIC usageJoel Johnson1-4/+4
2020-01-18common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-27/+27
2020-01-17common: Move flash_perror() to flash.hSimon Glass1-1/+2
2019-12-05cmd: cp: add missing map_sysmemPhilippe Reynes1-3/+13
2019-12-03common: Drop board_show_dram()Simon Glass1-7/+2
2019-07-18cmd: mem: Add a command to fill the memory with random dataJean-Jacques Hiblot1-0/+52
2018-09-11Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-4/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen1-97/+9
2017-06-01Kconfig: Finish migration of hashing commandsDaniel Thompson1-4/+4
2017-04-05Blackfin: RemoveTom Rini1-43/+0
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada1-2/+2
2017-01-12cmd: mem: Use memcpy for 'cp' commandFabio Estevam1-26/+2
2016-02-25cmd: mem: Show 64bit addresses which are testedMichal Simek1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+1410