2018-09-27 07:19:34 +00:00
|
|
|
config GDSYS_LEGACY_OSD_CMDS
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by
|
|
|
|
gdsys devices.
|
|
|
|
|
2019-03-29 09:18:08 +00:00
|
|
|
config SYS_FPGA0_BASE
|
|
|
|
hex
|
|
|
|
default E0600000
|
|
|
|
help
|
|
|
|
The base address of the first FPGA's register map.
|
|
|
|
|
|
|
|
config SYS_FPGA0_SIZE
|
|
|
|
hex
|
|
|
|
default 1
|
|
|
|
help
|
|
|
|
The base address of the first FPGA's register map.
|
|
|
|
|
|
|
|
config SYS_FPGA1_BASE
|
|
|
|
hex
|
|
|
|
help
|
|
|
|
The base address of the second FPGA's register map.
|
|
|
|
|
|
|
|
config SYS_FPGA1_SIZE
|
|
|
|
hex
|
|
|
|
help
|
|
|
|
The base address of the second FPGA's register map.
|
|
|
|
|
2014-11-13 18:21:18 +00:00
|
|
|
if TARGET_HRCON
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "mpc8308"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "gdsys"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "hrcon"
|
|
|
|
|
2018-09-27 07:19:34 +00:00
|
|
|
config GDSYS_LEGACY_OSD_CMDS
|
|
|
|
default y
|
|
|
|
|
2014-11-13 18:21:18 +00:00
|
|
|
endif
|
2015-10-28 10:46:32 +00:00
|
|
|
|
|
|
|
if TARGET_STRIDER
|
|
|
|
|
|
|
|
config SYS_BOARD
|
|
|
|
default "mpc8308"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "gdsys"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "strider"
|
|
|
|
|
2018-09-27 07:19:34 +00:00
|
|
|
config GDSYS_LEGACY_OSD_CMDS
|
|
|
|
default y
|
2015-10-28 10:46:32 +00:00
|
|
|
endif
|
2017-05-17 09:25:35 +00:00
|
|
|
|
|
|
|
config CMD_IOLOOP
|
|
|
|
bool "Enable 'ioloop' and 'ioreflect' commands"
|
|
|
|
help
|
|
|
|
These commands provide FPGA tests.
|