index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
mem.c
Age
Commit message (
Expand
)
Author
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-12-01
command: Add constants for cmd_get_data_size string / error
Simon Glass
2020-09-18
cmd: mem: fix range of bitflip test
Ralph Siemsen
2020-08-27
cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCH
Michal Simek
2020-08-07
cmd: Update the memory-search command
Simon Glass
2020-07-08
cmd: Add a memory-search command
Simon Glass
2020-07-08
cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA
Simon Glass
2020-07-08
cmd: mem: Use a macro to avoid #ifdef in help
Simon Glass
2020-07-08
Update MEM_SUPPORT_64BIT_DATA to be always defined
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
Fix some checkpatch warnings in calls to udelay()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop net.h from common header
Simon Glass
2020-05-08
cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping
Michal Simek
2020-04-27
CMD: random: fix return code
Eugeniy Paltsev
2020-04-17
cmd: mem: Add bitflip memory test to alternate mtest
Stefan Roese
2020-04-17
cmd: mem: Use IS_ENABLED instead of alt_test variable
Stefan Roese
2020-04-17
cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()
Stefan Roese
2020-04-17
cmd: mem: Correctly count the errors in mtest
Stefan Roese
2020-02-09
cmd: mdc/mwc: normalize disjoint MX_CYCLIC usage
Joel Johnson
2020-01-17
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
Simon Glass
2020-01-17
common: Move flash_perror() to flash.h
Simon Glass
2019-12-05
cmd: cp: add missing map_sysmem
Philippe Reynes
2019-12-02
common: Drop board_show_dram()
Simon Glass
2019-07-18
cmd: mem: Add a command to fill the memory with random data
Jean-Jacques Hiblot
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-10-16
Drop CONFIG_HAS_DATAFLASH
Tuomas Tynkkynen
2017-05-31
Kconfig: Finish migration of hashing commands
Daniel Thompson
2017-04-05
Blackfin: Remove
Tom Rini
2017-02-12
flash: complete CONFIG_SYS_NO_FLASH move with renaming
Masahiro Yamada
2017-01-12
cmd: mem: Use memcpy for 'cp' command
Fabio Estevam
2016-02-24
cmd: mem: Show 64bit addresses which are tested
Michal Simek
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass