mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
b335fb6d8c
Move CONFIG_SYS_FPGA0_BASE, CONFIG_SYS_FPGA0_SIZE, CONFIG_SYS_FPGA1_BASE, and CONFIG_SYS_FPGA1_SIZE to Kconfig. Signed-off-by: Mario Six <mario.six@gdsys.cc>
63 lines
984 B
Text
63 lines
984 B
Text
config GDSYS_LEGACY_OSD_CMDS
|
|
bool
|
|
help
|
|
Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by
|
|
gdsys devices.
|
|
|
|
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.
|
|
|
|
if TARGET_HRCON
|
|
|
|
config SYS_BOARD
|
|
default "mpc8308"
|
|
|
|
config SYS_VENDOR
|
|
default "gdsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "hrcon"
|
|
|
|
config GDSYS_LEGACY_OSD_CMDS
|
|
default y
|
|
|
|
endif
|
|
|
|
if TARGET_STRIDER
|
|
|
|
config SYS_BOARD
|
|
default "mpc8308"
|
|
|
|
config SYS_VENDOR
|
|
default "gdsys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "strider"
|
|
|
|
config GDSYS_LEGACY_OSD_CMDS
|
|
default y
|
|
endif
|
|
|
|
config CMD_IOLOOP
|
|
bool "Enable 'ioloop' and 'ioreflect' commands"
|
|
help
|
|
These commands provide FPGA tests.
|