summaryrefslogtreecommitdiff
path: root/cmd/mem.c
AgeCommit message (Expand)Author
2026-02-17treewide: Clean up DECLARE_GLOBAL_DATA_PTR usagePeng Fan
2026-02-17cmd: mem: Include vsprintf.hPeng Fan
2025-09-02memtest: remove use of vu_long typedef in mem_test_altRasmus Villemoes
2025-09-02memtest: only call schedule() once for every 256 wordsRasmus Villemoes
2025-09-02memtest: don't volatile-qualify local variablesRasmus Villemoes
2025-05-29global: Avoid indirect inclusion of <env.h> from <command.h>Tom Rini
2025-05-29cmd/mem.c, test/cmd/mem_copy.c: Add <compiler.h>Tom Rini
2024-10-25cmd: Move meminfo command into its own fileSimon Glass
2024-09-18cmd: Fix memory-mapping in cmp commandSimon Glass
2024-07-15cmd: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06cmd: Remove <common.h> and add needed includesTom Rini
2024-01-17cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes
2024-01-16cmd/mem.c: use memmove in do_mem_cp()Rasmus Villemoes
2023-01-27cmd: fix mtest on 64 bit systemsHeinrich Schuchardt
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-08-04Audit <flash.h> inclusionTom Rini
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-12-01command: Add constants for cmd_get_data_size string / errorSimon Glass
2020-09-18cmd: mem: fix range of bitflip testRalph Siemsen
2020-08-27cmd: mem: Remove already removed CONFIG_SYS_MEMTEST_SCRATCHMichal Simek
2020-08-07cmd: Update the memory-search commandSimon Glass
2020-07-08cmd: Add a memory-search commandSimon Glass
2020-07-08cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATASimon Glass
2020-07-08cmd: mem: Use a macro to avoid #ifdef in helpSimon Glass
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-08cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mappingMichal Simek
2020-04-27CMD: random: fix return codeEugeniy Paltsev
2020-04-17cmd: mem: Add bitflip memory test to alternate mtestStefan Roese
2020-04-17cmd: mem: Use IS_ENABLED instead of alt_test variableStefan Roese
2020-04-17cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem()Stefan Roese
2020-04-17cmd: mem: Correctly count the errors in mtestStefan Roese
2020-02-09cmd: mdc/mwc: normalize disjoint MX_CYCLIC usageJoel Johnson
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2019-12-05cmd: cp: add missing map_sysmemPhilippe Reynes
2019-12-02common: Drop board_show_dram()Simon Glass
2019-07-18cmd: mem: Add a command to fill the memory with random dataJean-Jacques Hiblot
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini