upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
287 lines
2.9 KiB
287 lines
2.9 KiB
if TARGET_FPS850L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "FPS850L"
|
|
|
|
endif
|
|
|
|
if TARGET_FPS860L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "FPS860L"
|
|
|
|
endif
|
|
|
|
if TARGET_NSCU
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "NSCU"
|
|
|
|
endif
|
|
|
|
if TARGET_SM850
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "SM850"
|
|
|
|
endif
|
|
|
|
if TARGET_TK885D
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TK885D"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM823L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM823L"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM823M
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM823M"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM850L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM850L"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM850M
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM850M"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM855L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM855L"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM855M
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM855M"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM860L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM860L"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM860M
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM860M"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM862L
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM862L"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM862M
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM862M"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM866M
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM866M"
|
|
|
|
endif
|
|
|
|
if TARGET_TQM885D
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "TQM885D"
|
|
|
|
endif
|
|
|
|
if TARGET_VIRTLAB2
|
|
|
|
config SYS_BOARD
|
|
string
|
|
default "tqm8xx"
|
|
|
|
config SYS_VENDOR
|
|
string
|
|
default "tqc"
|
|
|
|
config SYS_CONFIG_NAME
|
|
string
|
|
default "virtlab2"
|
|
|
|
endif
|
|
|