Mercurial > ecos
comparison packages/hal/arm/sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl @ 110:84e4bde58b26 ecos-sw-2000-07-14
Merge from eCos master repository on 2000-07-14-22:00:02-BST
| author | jlarmour |
|---|---|
| date | Mon, 17 Jul 2000 14:42:27 +0000 |
| parents | ff3f181b64bd |
| children | 6ed91473a1cd |
comparison
equal
deleted
inserted
replaced
| 109:5720c4b6e1d2 | 110:84e4bde58b26 |
|---|---|
| 77 stubs. Select 'rom' when building a stand-alone application | 77 stubs. Select 'rom' when building a stand-alone application |
| 78 which will be put into ROM, or for the special case of | 78 which will be put into ROM, or for the special case of |
| 79 building the eCos GDB stubs themselves." | 79 building the eCos GDB stubs themselves." |
| 80 } | 80 } |
| 81 | 81 |
| 82 # Assabet board has only 1 serial port useable for diagnostic/GDB | 82 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD { |
| 83 ## define CYGHWR_HAL_ARM_SA11X0_DIAG_PORT 1 | |
| 84 # FIXME - make this fixed. | |
| 85 cdl_option CYGHWR_HAL_ARM_SA11X0_DIAG_PORT { | |
| 86 display "Diagnostic serial port" | |
| 87 flavor data | |
| 88 legal_values 0 0 | |
| 89 default_value 0 | |
| 90 description " | |
| 91 The Assabet evaluation boards has only one serial port." | |
| 92 } | |
| 93 | |
| 94 cdl_option CYGHWR_HAL_ARM_SA11X0_DIAG_BAUD { | |
| 95 display "Diagnostic serial port baud rate" | 83 display "Diagnostic serial port baud rate" |
| 96 flavor data | 84 flavor data |
| 97 legal_values 9600 19200 38400 115200 | 85 legal_values 9600 19200 38400 115200 |
| 98 default_value 38400 | 86 default_value 38400 |
| 99 description " | 87 description " |
| 100 This option selects the baud rate used for the diagnostic port. | 88 This option selects the baud rate used for the diagnostic port. |
| 101 Note: this should match the value chosen for the GDB port if the | 89 Note: this should match the value chosen for the GDB port if the |
| 102 diagnostic and GDB port are the same." | 90 diagnostic and GDB port are the same." |
| 103 } | 91 } |
| 104 | 92 |
| 105 cdl_option CYGHWR_HAL_ARM_SA11X0_GDB_PORT { | 93 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD { |
| 106 display "GDB serial port" | |
| 107 flavor data | |
| 108 legal_values 0 0 | |
| 109 default_value 0 | |
| 110 description " | |
| 111 The Assabet evaluation boards has only one serial port." | |
| 112 } | |
| 113 | |
| 114 cdl_option CYGHWR_HAL_ARM_SA11X0_GDB_BAUD { | |
| 115 display "GDB serial port baud rate" | 94 display "GDB serial port baud rate" |
| 116 flavor data | 95 flavor data |
| 117 legal_values 9600 19200 38400 115200 | 96 legal_values 9600 19200 38400 115200 |
| 118 default_value 38400 | 97 default_value 38400 |
| 119 description " | 98 description " |
