siemens: add ddr full memory test
authorEnrico Leto <enrico.leto@siemens.com>
Sat, 23 Nov 2024 16:53:02 +0000 (17:53 +0100)
committerFabio Estevam <festevam@gmail.com>
Tue, 26 Nov 2024 02:07:37 +0000 (23:07 -0300)
commit1d0239780385025ad9c9ca3c0a107d17960ede54
treec94c44c35c15d09a08fabb7f4f5272efd504443f
parenteceaa88ade0c45891d758444bab4e4aee1755932
siemens: add ddr full memory test

Add siemens specific memory test. Enable it through Kconfig option
SPL_CMT. The test is required from our HW team. It runs over
temperature during many days:
* must run indefinitively through the *whole* DDR area,
  so we cannot use linux memtest for example.
* must write/read/check all values

Signed-off-by: Enrico Leto <enrico.leto@siemens.com>
Signed-off-by: Heiko Schocher <hs@denx.de>
board/siemens/capricorn/Kconfig
board/siemens/capricorn/Makefile
board/siemens/capricorn/spl.c
board/siemens/capricorn/spl_memory_test.c [new file with mode: 0644]
board/siemens/capricorn/spl_memory_test.h [new file with mode: 0644]