Mario Six | 3bf65cb | 2018-09-27 09:19:34 +0200 | [diff] [blame] | 1 | config GDSYS_LEGACY_OSD_CMDS |
| 2 | bool |
| 3 | help |
| 4 | Use the 'osdw', 'osdp', and 'osdsize' legacy commands required by |
| 5 | gdsys devices. |
| 6 | |
Mario Six | b335fb6 | 2019-03-29 10:18:08 +0100 | [diff] [blame^] | 7 | config SYS_FPGA0_BASE |
| 8 | hex |
| 9 | default E0600000 |
| 10 | help |
| 11 | The base address of the first FPGA's register map. |
| 12 | |
| 13 | config SYS_FPGA0_SIZE |
| 14 | hex |
| 15 | default 1 |
| 16 | help |
| 17 | The base address of the first FPGA's register map. |
| 18 | |
| 19 | config SYS_FPGA1_BASE |
| 20 | hex |
| 21 | help |
| 22 | The base address of the second FPGA's register map. |
| 23 | |
| 24 | config SYS_FPGA1_SIZE |
| 25 | hex |
| 26 | help |
| 27 | The base address of the second FPGA's register map. |
| 28 | |
Dirk Eibach | 50dcf89 | 2014-11-13 19:21:18 +0100 | [diff] [blame] | 29 | if TARGET_HRCON |
| 30 | |
| 31 | config SYS_BOARD |
| 32 | default "mpc8308" |
| 33 | |
| 34 | config SYS_VENDOR |
| 35 | default "gdsys" |
| 36 | |
| 37 | config SYS_CONFIG_NAME |
| 38 | default "hrcon" |
| 39 | |
Mario Six | 3bf65cb | 2018-09-27 09:19:34 +0200 | [diff] [blame] | 40 | config GDSYS_LEGACY_OSD_CMDS |
| 41 | default y |
| 42 | |
Dirk Eibach | 50dcf89 | 2014-11-13 19:21:18 +0100 | [diff] [blame] | 43 | endif |
Dirk Eibach | a3f9d6c | 2015-10-28 11:46:32 +0100 | [diff] [blame] | 44 | |
| 45 | if TARGET_STRIDER |
| 46 | |
| 47 | config SYS_BOARD |
| 48 | default "mpc8308" |
| 49 | |
| 50 | config SYS_VENDOR |
| 51 | default "gdsys" |
| 52 | |
| 53 | config SYS_CONFIG_NAME |
| 54 | default "strider" |
| 55 | |
Mario Six | 3bf65cb | 2018-09-27 09:19:34 +0200 | [diff] [blame] | 56 | config GDSYS_LEGACY_OSD_CMDS |
| 57 | default y |
Dirk Eibach | a3f9d6c | 2015-10-28 11:46:32 +0100 | [diff] [blame] | 58 | endif |
Simon Glass | 070f316 | 2017-05-17 03:25:35 -0600 | [diff] [blame] | 59 | |
| 60 | config CMD_IOLOOP |
| 61 | bool "Enable 'ioloop' and 'ioreflect' commands" |
| 62 | help |
| 63 | These commands provide FPGA tests. |