siemens: add ddr signal integrity test
authorEnrico Leto <enrico.leto@siemens.com>
Sat, 23 Nov 2024 16:53:03 +0000 (17:53 +0100)
committerFabio Estevam <festevam@gmail.com>
Tue, 26 Nov 2024 02:07:37 +0000 (23:07 -0300)
commita5eca322f4077d31fe32ddf8db060022cb5637a3
tree9ca1487d740b2e7ea5528b5ef3ee6c00f908971a
parent1d0239780385025ad9c9ca3c0a107d17960ede54
siemens: add ddr signal integrity test

The signal integrity test generates pattern on DDR lines
for certification. The signals must be as fast as possible
and unidirectional.

The test is required from our HW team. The available
u-boot memory test doesn't full fill the our requirements.

The test is planed to be used in all new siemens boards.

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/common/Kconfig
board/siemens/common/ddr_si_test.c [new file with mode: 0644]