mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 22:46:01 +01:00
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>
26 lines
370 B
Plaintext
26 lines
370 B
Plaintext
if TARGET_CAPRICORN
|
|
|
|
|
|
config SYS_BOARD
|
|
default "capricorn"
|
|
|
|
config SYS_VENDOR
|
|
default "siemens"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "capricorn-common"
|
|
|
|
config IMX_CONFIG
|
|
default "board/siemens/capricorn/imximage.cfg"
|
|
|
|
endif
|
|
|
|
|
|
config SPL_CMT
|
|
bool "Enable Siemens SPL RAM test"
|
|
depends on SPL
|
|
help
|
|
Enable SIemens SPL RAM test.
|
|
|
|
source "board/siemens/common/Kconfig"
|