u-boot-brain/drivers/ram/stm32mp1
Patrick Delaunay 6c393e8c0f ram: stm32mp1: add size and addr parameter to test all
Add size and addr parameter to test "All" to override the default
value (4kB and STM32_DDR_BASE) used in tests with these optional
parameters: [size] or [addr].

When other optional parameters are present before [addr],
they are replaced by default value:
- [loop] = "1"
- [pattern] = "-" (new: force default pattern)

Example to use:

DDR>test 0 1 0x20000

DDR>test 0 1 0x1000000 0xD0000000

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
2020-07-07 16:01:23 +02:00
..
Kconfig stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
Makefile stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
stm32mp1_ddr_regs.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
stm32mp1_ddr.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
stm32mp1_ddr.h ram: stm32mp1: the property st, phy-cal becomes optional 2020-03-24 14:23:30 +01:00
stm32mp1_interactive.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32mp1_ram.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32mp1_tests.c ram: stm32mp1: add size and addr parameter to test all 2020-07-07 16:01:23 +02:00
stm32mp1_tests.h stm32mp1: ram: add tuning in DDR interactive mode 2019-05-23 11:38:11 +02:00
stm32mp1_tuning.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00