]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - config/TRITON_X.ecc
Initial revision
[karo-tx-redboot.git] / config / TRITON_X.ecc
1 # eCos saved configuration
2
3 # ---- commands --------------------------------------------------------
4 # This section contains information about the savefile format.
5 # It should not be edited. Any modifications made to this section
6 # may make it impossible for the configuration tools to read
7 # the savefile.
8
9 cdl_savefile_version 1;
10 cdl_savefile_command cdl_savefile_version {};
11 cdl_savefile_command cdl_savefile_command {};
12 cdl_savefile_command cdl_configuration { description hardware template package };
13 cdl_savefile_command cdl_package { value_source user_value wizard_value inferred_value };
14 cdl_savefile_command cdl_component { value_source user_value wizard_value inferred_value };
15 cdl_savefile_command cdl_option { value_source user_value wizard_value inferred_value };
16 cdl_savefile_command cdl_interface { value_source user_value wizard_value inferred_value };
17
18 # ---- toplevel --------------------------------------------------------
19 # This section defines the toplevel configuration object. The only
20 # values that can be changed are the name of the configuration and
21 # the description field. It is not possible to modify the target,
22 # the template or the set of packages simply by editing the lines
23 # below because these changes have wide-ranging effects. Instead
24 # the appropriate tools should be used to make such modifications.
25
26 cdl_configuration eCos {
27     description "" ;
28
29     # These fields should not be modified.
30     hardware    triton_x ;
31     template    redboot ;
32     package -hardware CYGPKG_HAL_ARM current ;
33     package -hardware CYGPKG_HAL_ARM_XSCALE_TRITON_X current ;
34     package -hardware CYGPKG_IO_FLASH current ;
35     package -hardware CYGPKG_DEVS_FLASH_STRATA current ;
36     package -hardware CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON current ;
37     package CYGPKG_HAL current ;
38     package CYGPKG_INFRA current ;
39     package CYGPKG_REDBOOT current ;
40     package CYGPKG_ISOINFRA current ;
41     package CYGPKG_LIBC_STRING current ;
42     package CYGPKG_NS_DNS current ;
43     package CYGPKG_CRC current ;
44 };
45
46 # ---- conflicts -------------------------------------------------------
47 # There are no conflicts.
48
49 # ---- contents --------------------------------------------------------
50 # >
51 # >
52 # Global build options
53 # Global build options including control over
54 # compiler flags, linker flags and choice of toolchain.
55 #
56 cdl_component CYGBLD_GLOBAL_OPTIONS {
57     # There is no associated value.
58
59     # The following properties are affected by this value
60 };
61
62 # >
63 # Global command prefix
64 # This option specifies the command prefix used when
65 # invoking the build tools.
66 #
67 cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
68     # Flavor: data
69     user_value arm-linux
70     # value_source user
71     # Default value: xscale-elf
72 };
73
74 # Global compiler flags
75 # This option controls the global compiler flags which are used to
76 # compile all packages by default. Individual packages may define
77 # options which override these global flags.
78 #
79 cdl_option CYGBLD_GLOBAL_CFLAGS {
80     # Flavor: data
81     # No user value, uncomment the following line to provide one.
82     # user_value "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
83     # value_source default
84     # Default value: "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
85
86     # The following properties are affected by this value
87     # option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
88     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
89     # option CYGBLD_INFRA_CFLAGS_PIPE
90     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
91 };
92
93 # Global linker flags
94 # This option controls the global linker flags. Individual
95 # packages may define options which override these global flags.
96 #
97 cdl_option CYGBLD_GLOBAL_LDFLAGS {
98     # Flavor: data
99     # No user value, uncomment the following line to provide one.
100     # user_value "-Wl,--gc-sections -Wl,-static -O2 -nostdlib"
101     # value_source default
102     # Default value: "-Wl,--gc-sections -Wl,-static -O2 -nostdlib"
103 };
104
105 # Build GDB stub ROM image
106 # This option enables the building of the GDB stubs for the
107 # board. The common HAL controls takes care of most of the
108 # build process, but the final conversion from ELF image to
109 # binary data is handled by the platform CDL, allowing
110 # relocation of the data if necessary.
111 #
112 cdl_option CYGBLD_BUILD_GDB_STUBS {
113     # Flavor: bool
114     # No user value, uncomment the following line to provide one.
115     # user_value 0
116     # value_source default
117     # Default value: 0
118     # Requires:  CYG_HAL_STARTUP == "ROM" 
119     #     CYG_HAL_STARTUP == ROM
120     #   --> 1
121     # Requires: CYGSEM_HAL_ROM_MONITOR
122     #     CYGSEM_HAL_ROM_MONITOR == 1
123     #   --> 1
124     # Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
125     #     CYGBLD_BUILD_COMMON_GDB_STUBS == 0
126     #   --> 0
127     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
128     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
129     #   --> 1
130     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
131     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
132     #   --> 1
133     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
134     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
135     #   --> 1
136     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
137     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
138     #   --> 1
139     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
140     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
141     #   --> 1
142 };
143
144 # Build common GDB stub ROM image
145 # Unless a target board has specific requirements to the
146 # stub implementation, it can use a simple common stub.
147 # This option, which gets enabled by platform HALs as
148 # appropriate, controls the building of the common stub.
149 #
150 cdl_option CYGBLD_BUILD_COMMON_GDB_STUBS {
151     # Flavor: bool
152     # No user value, uncomment the following line to provide one.
153     # user_value 0
154     # value_source default
155     # Default value: 0
156     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
157     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
158     #   --> 1
159
160     # The following properties are affected by this value
161     # option CYGBLD_BUILD_GDB_STUBS
162     #     Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
163 };
164
165 # <
166 # ISO C library string functions
167 # doc: ref/libc.html
168 # This package provides string functions specified by the
169 # ISO C standard - ISO/IEC 9899:1990.
170 #
171 cdl_package CYGPKG_LIBC_STRING {
172     # Packages cannot be added or removed, nor can their version be changed,
173     # simply by editing their value. Instead the appropriate configuration
174     # should be used to perform these actions.
175
176     # This value cannot be modified here.
177     # Flavor: booldata
178     # Current value: 1 current
179     # Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
180     #     CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER == <cyg/libc/string/string.h>
181     #   --> 1
182     # Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
183     #     CYGBLD_ISO_STRING_MEMFUNCS_HEADER == <cyg/libc/string/string.h>
184     #   --> 1
185     # Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
186     #     CYGBLD_ISO_STRING_STRFUNCS_HEADER == <cyg/libc/string/string.h>
187     #   --> 1
188     # Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
189     #     CYGBLD_ISO_STRTOK_R_HEADER == <cyg/libc/string/string.h>
190     #   --> 1
191     # Requires: CYGPKG_ISOINFRA
192     #     CYGPKG_ISOINFRA == current
193     #   --> 1
194 };
195
196 # >
197 # Inline versions of <string.h> functions
198 # This option chooses whether some of the
199 # particularly simple string functions from
200 # <string.h> are available as inline
201 # functions. This may improve performance, and as
202 # the functions are small, may even improve code
203 # size.
204 #
205 cdl_option CYGIMP_LIBC_STRING_INLINES {
206     # Flavor: bool
207     # No user value, uncomment the following line to provide one.
208     # user_value 1
209     # value_source default
210     # Default value: 1
211 };
212
213 # Optimize string functions for code size
214 # This option tries to reduce string function
215 # code size at the expense of execution speed. The
216 # same effect can be produced if the code is
217 # compiled with the -Os option to the compiler.
218 #
219 cdl_option CYGIMP_LIBC_STRING_PREFER_SMALL_TO_FAST {
220     # Flavor: bool
221     # No user value, uncomment the following line to provide one.
222     # user_value 0
223     # value_source default
224     # Default value: 0
225 };
226
227 # Provide BSD compatibility functions
228 # Enabling this option causes various compatibility functions
229 # commonly found in the BSD UNIX operating system to be included.
230 # These are functions such as bzero, bcmp, bcopy, bzero, strcasecmp,
231 # strncasecmp, index, rindex and swab.
232 #
233 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
234     # Flavor: bool
235     # No user value, uncomment the following line to provide one.
236     # user_value 1
237     # The inferred value should not be edited directly.
238     inferred_value 0
239     # value_source inferred
240     # Default value: 1
241     # Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
242     #     CYGBLD_ISO_STRING_BSD_FUNCS_HEADER == <cyg/libc/string/bsdstring.h>
243     #   --> 1
244     # Requires: CYGINT_ISO_CTYPE
245     #     CYGINT_ISO_CTYPE == 0
246     #   --> 0
247 };
248
249 # strtok
250 # These options control the behaviour of the
251 # strtok() and strtok_r() string tokenization
252 # functions.
253 #
254 cdl_component CYGPKG_LIBC_STRING_STRTOK {
255     # There is no associated value.
256 };
257
258 # >
259 # Per-thread strtok()
260 # This option controls whether the string function
261 # strtok() has its state recorded on a per-thread
262 # basis rather than global. If this option is
263 # disabled, some per-thread space can be saved.
264 # Note there is also a POSIX-standard strtok_r()
265 # function to achieve a similar effect with user
266 # support. Enabling this option will use one slot
267 # of kernel per-thread data. You should ensure you
268 # have enough slots configured for all your
269 # per-thread data.
270 #
271 cdl_option CYGSEM_LIBC_STRING_PER_THREAD_STRTOK {
272     # This option is not active
273     # ActiveIf constraint: CYGPKG_KERNEL
274     #     CYGPKG_KERNEL (unknown) == 0
275     #   --> 0
276
277     # Flavor: bool
278     # No user value, uncomment the following line to provide one.
279     # user_value 0
280     # value_source default
281     # Default value: CYGVAR_KERNEL_THREADS_DATA
282     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
283     #   --> 0
284     # Requires: CYGVAR_KERNEL_THREADS_DATA
285     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
286     #   --> 0
287 };
288
289 # Tracing level
290 # Trace verbosity level for debugging the <string.h>
291 # functions strtok() and strtok_r(). Increase this
292 # value to get additional trace output.
293 #
294 cdl_option CYGNUM_LIBC_STRING_STRTOK_TRACE_LEVEL {
295     # Flavor: data
296     # No user value, uncomment the following line to provide one.
297     # user_value 0
298     # value_source default
299     # Default value: 0
300     # Legal values: 0 to 1
301 };
302
303 # <
304 # C library string functions build options
305 # Package specific build options including control over
306 # compiler flags used only in building this package,
307 # and details of which tests are built.
308 #
309 cdl_component CYGPKG_LIBC_STRING_OPTIONS {
310     # There is no associated value.
311 };
312
313 # >
314 # Additional compiler flags
315 # This option modifies the set of compiler flags for
316 # building the C library. These flags are used in addition
317 # to the set of global flags.
318 #
319 cdl_option CYGPKG_LIBC_STRING_CFLAGS_ADD {
320     # Flavor: data
321     # No user value, uncomment the following line to provide one.
322     # user_value ""
323     # value_source default
324     # Default value: ""
325 };
326
327 # Suppressed compiler flags
328 # This option modifies the set of compiler flags for
329 # building the C library. These flags are removed from
330 # the set of global flags if present.
331 #
332 cdl_option CYGPKG_LIBC_STRING_CFLAGS_REMOVE {
333     # Flavor: data
334     # No user value, uncomment the following line to provide one.
335     # user_value ""
336     # value_source default
337     # Default value: ""
338 };
339
340 # C library string function tests
341 # This option specifies the set of tests for the C library
342 # string functions.
343 #
344 cdl_option CYGPKG_LIBC_STRING_TESTS {
345     # Calculated value:  "tests/memchr tests/memcmp1 tests/memcmp2 tests/memcpy1 tests/memcpy2 tests/memmove1 tests/memmove2 tests/memset tests/strcat1 tests/strcat2 tests/strchr tests/strcmp1 tests/strcmp2 tests/strcoll1 tests/strcoll2 tests/strcpy1 tests/strcpy2 tests/strcspn tests/strcspn tests/strlen tests/strncat1 tests/strncat2 tests/strncpy1 tests/strncpy2 tests/strpbrk tests/strrchr tests/strspn tests/strstr tests/strtok tests/strxfrm1 tests/strxfrm2" 
346     # Flavor: data
347     # Current_value: tests/memchr tests/memcmp1 tests/memcmp2 tests/memcpy1 tests/memcpy2 tests/memmove1 tests/memmove2 tests/memset tests/strcat1 tests/strcat2 tests/strchr tests/strcmp1 tests/strcmp2 tests/strcoll1 tests/strcoll2 tests/strcpy1 tests/strcpy2 tests/strcspn tests/strcspn tests/strlen tests/strncat1 tests/strncat2 tests/strncpy1 tests/strncpy2 tests/strpbrk tests/strrchr tests/strspn tests/strstr tests/strtok tests/strxfrm1 tests/strxfrm2
348 };
349
350 # <
351 # <
352 # <
353 # FLASH device drivers
354 # This option enables drivers for basic I/O services on
355 # flash devices.
356 #
357 cdl_package CYGPKG_IO_FLASH {
358     # Packages cannot be added or removed, nor can their version be changed,
359     # simply by editing their value. Instead the appropriate configuration
360     # should be used to perform these actions.
361
362     # This value cannot be modified here.
363     # Flavor: booldata
364     # Current value: 1 current
365     # Requires: CYGPKG_ISOINFRA
366     #     CYGPKG_ISOINFRA == current
367     #   --> 1
368     # Requires: CYGINT_ISO_STRING_STRFUNCS
369     #     CYGINT_ISO_STRING_STRFUNCS == 1
370     #   --> 1
371
372     # The following properties are affected by this value
373     # package CYGPKG_DEVS_FLASH_STRATA
374     #     ActiveIf: CYGPKG_IO_FLASH
375     # package CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON
376     #     ActiveIf: CYGPKG_IO_FLASH
377 };
378
379 # >
380 # Extra memory required by FLASH device drivers
381 # Use this option to control how much extra memory is used
382 # by the FLASH drivers to perform certain operations. This
383 # memory is used to hold driver functions in RAM (for platforms
384 # which require it).  The value should thus be large enough
385 # to hold any such driver.  Reducing this value will make
386 # more RAM available to general programs.
387 #
388 cdl_option CYGNUM_FLASH_WORKSPACE_SIZE {
389     # Flavor: data
390     # No user value, uncomment the following line to provide one.
391     # user_value 0x00001000
392     # value_source default
393     # Default value: 0x00001000
394 };
395
396 # Hardware FLASH device drivers
397 # This option enables the hardware device drivers
398 # for the current platform.
399 #
400 cdl_interface CYGHWR_IO_FLASH_DEVICE {
401     # Implemented by CYGPKG_DEVS_FLASH_STRATA, active, enabled
402     # This value cannot be modified here.
403     # Flavor: data
404     # Current_value: 1
405
406     # The following properties are affected by this value
407     # component CYGPKG_REDBOOT_FLASH
408     #     ActiveIf: CYGHWR_IO_FLASH_DEVICE
409 };
410
411 # Hardware FLASH device drivers are not in RAM
412 # This option makes the IO driver copy the device
413 # driver functions to RAM before calling them. Newer
414 # drivers should make sure that the functions are
415 # linked to RAM by putting them in .2ram sections.
416 #
417 cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM {
418     # Implemented by CYGOPT_DEVS_FLASH_STRATA_NOT_IN_RAM, active, enabled
419     # This value cannot be modified here.
420     # Flavor: booldata
421     # Current value: 1 1
422
423     # The following properties are affected by this value
424 };
425
426 # Hardware can support block locking
427 # This option will be enabled by devices which can support
428 # locking (write-protection) of individual blocks.
429 #
430 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
431     # Implemented by CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON, active, enabled
432     # This value cannot be modified here.
433     # Flavor: booldata
434     # Current value: 1 1
435
436     # The following properties are affected by this value
437     # component CYGPKG_DEVS_FLASH_STRATA_LOCKING
438     #     ActiveIf: 0 < CYGHWR_IO_FLASH_BLOCK_LOCKING
439     # option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL
440     #     ActiveIf:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
441 };
442
443 # Verify data programmed to flash
444 # Selecting this option will cause verification of data
445 # programmed to flash.
446 #
447 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
448     # Flavor: bool
449     # No user value, uncomment the following line to provide one.
450     # user_value 1
451     # value_source default
452     # Default value: 1
453 };
454
455 # Platform has flash soft DIP switch write-protect
456 # Selecting this option will cause the state of a hardware jumper or
457 # dipswitch to be read by software to determine whether the flash is
458 # write-protected or not.
459 #
460 cdl_option CYGSEM_IO_FLASH_SOFT_WRITE_PROTECT {
461     # Flavor: bool
462     # No user value, uncomment the following line to provide one.
463     # user_value 0
464     # value_source default
465     # Default value: 0
466 };
467
468 # Instantiate in I/O block device API
469 # Provides a block device accessible using the standard I/O
470 # API ( cyg_io_read() etc. )
471 #
472 cdl_component CYGPKG_IO_FLASH_BLOCK_DEVICE {
473     # This option is not active
474     # ActiveIf constraint: CYGPKG_IO
475     #     CYGPKG_IO (unknown) == 0
476     #   --> 0
477
478     # Flavor: bool
479     # No user value, uncomment the following line to provide one.
480     # user_value 0
481     # value_source default
482     # Default value: 0
483 };
484
485 # >
486 # Name of flash device 1 block device
487 #
488 cdl_component CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 {
489     # This option is not active
490     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is not active
491     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is disabled
492
493     # Flavor: data
494     # No user value, uncomment the following line to provide one.
495     # user_value "\"/dev/flash1\""
496     # value_source default
497     # Default value: "\"/dev/flash1\""
498 };
499
500 # >
501 # Start offset from flash base
502 # This gives the offset from the base of flash which this
503 # block device corresponds to.
504 #
505 cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
506     # This option is not active
507     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
508
509     # Flavor: data
510     # No user value, uncomment the following line to provide one.
511     # user_value 0x00100000
512     # value_source default
513     # Default value: 0x00100000
514 };
515
516 # Length
517 # This gives the length of the region of flash given over
518 # to this block device.
519 #
520 cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
521     # This option is not active
522     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
523
524     # Flavor: data
525     # No user value, uncomment the following line to provide one.
526     # user_value 0x00100000
527     # value_source default
528     # Default value: 0x00100000
529 };
530
531 # <
532 # <
533 # Intel StrataFLASH memory support
534 # FLASH memory device support for Intel StrataFlash
535 #
536 cdl_package CYGPKG_DEVS_FLASH_STRATA {
537     # Packages cannot be added or removed, nor can their version be changed,
538     # simply by editing their value. Instead the appropriate configuration
539     # should be used to perform these actions.
540
541     # ActiveIf constraint: CYGPKG_IO_FLASH
542     #     CYGPKG_IO_FLASH == current
543     #   --> 1
544     # ActiveIf constraint: CYGINT_DEVS_FLASH_STRATA_REQUIRED
545     #     CYGINT_DEVS_FLASH_STRATA_REQUIRED == 1
546     #   --> 1
547
548     # This value cannot be modified here.
549     # Flavor: booldata
550     # Current value: 1 current
551
552     # The following properties are affected by this value
553     # package CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON
554     #     Requires: CYGPKG_DEVS_FLASH_STRATA
555 };
556
557 # >
558 # Control Flash driver code copy to RAM
559 # Rarely, it is useful to disable the request that flash driver code
560 # be copied to separate RAM for execution.  This option lets you do that.
561 # It should only be controlled by redboot_XXX.ecm config files, for
562 # building different varieties of RedBoot.
563 # NEVER disable this option for ROM startup code, which executes in place
564 # from Flash: the build will not work.
565 #
566 cdl_option CYGOPT_DEVS_FLASH_STRATA_NOT_IN_RAM {
567     # Flavor: bool
568     # No user value, uncomment the following line to provide one.
569     # user_value 1
570     # value_source default
571     # Default value: 1
572 };
573
574 # Flash device implements locking
575 #
576 cdl_component CYGPKG_DEVS_FLASH_STRATA_LOCKING {
577     # ActiveIf constraint: 0 < CYGHWR_IO_FLASH_BLOCK_LOCKING
578     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 1
579     #   --> 1
580
581     # Calculated value: 1
582     # Flavor: bool
583     # Current value: 1
584 };
585
586 # <
587 # TRITON FLASH memory support
588 #
589 cdl_package CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON {
590     # Packages cannot be added or removed, nor can their version be changed,
591     # simply by editing their value. Instead the appropriate configuration
592     # should be used to perform these actions.
593
594     # ActiveIf constraint: CYGPKG_IO_FLASH
595     #     CYGPKG_IO_FLASH == current
596     #   --> 1
597
598     # This value cannot be modified here.
599     # Flavor: booldata
600     # Current value: 1 current
601     # Requires: CYGPKG_DEVS_FLASH_STRATA
602     #     CYGPKG_DEVS_FLASH_STRATA == current
603     #   --> 1
604 };
605
606 # >
607 # Generic StrataFLASH driver required
608 #
609 cdl_interface CYGINT_DEVS_FLASH_STRATA_REQUIRED {
610     # Implemented by CYGPKG_DEVS_FLASH_ARM_XSCALE_TRITON, active, enabled
611     # This value cannot be modified here.
612     # Flavor: data
613     # Current_value: 1
614
615     # The following properties are affected by this value
616     # package CYGPKG_DEVS_FLASH_STRATA
617     #     ActiveIf: CYGINT_DEVS_FLASH_STRATA_REQUIRED
618 };
619
620 # <
621 # <
622 # eCos HAL
623 # doc: ref/the-ecos-hardware-abstraction-layer.html
624 # The eCos HAL package provide a porting layer for
625 # higher-level parts of the system such as the kernel and the
626 # C library. Each installation should have HAL packages for
627 # one or more architectures, and for each architecture there
628 # may be one or more supported platforms. It is necessary to
629 # select one target architecture and one platform for that
630 # architecture. There are also a number of configuration
631 # options that are common to all HAL packages.
632 #
633 cdl_package CYGPKG_HAL {
634     # Packages cannot be added or removed, nor can their version be changed,
635     # simply by editing their value. Instead the appropriate configuration
636     # should be used to perform these actions.
637
638     # This value cannot be modified here.
639     # Flavor: booldata
640     # Current value: 1 current
641     # Requires: CYGPKG_INFRA
642     #     CYGPKG_INFRA == current
643     #   --> 1
644
645     # The following properties are affected by this value
646 };
647
648 # >
649 # Platform-independent HAL options
650 # A number of configuration options are common to most or all
651 # HAL packages, for example options controlling how much state
652 # should be saved during a context switch. The implementations
653 # of these options will vary from architecture to architecture.
654 #
655 cdl_component CYGPKG_HAL_COMMON {
656     # There is no associated value.
657 };
658
659 # >
660 # Provide eCos kernel support
661 # The HAL can be configured to either support the full eCos
662 # kernel, or to support only very simple applications which do
663 # not require a full kernel. If kernel support is not required
664 # then some of the startup, exception, and interrupt handling
665 # code can be eliminated.
666 #
667 cdl_option CYGFUN_HAL_COMMON_KERNEL_SUPPORT {
668     # Flavor: bool
669     # No user value, uncomment the following line to provide one.
670     # user_value 0
671     # value_source default
672     # Default value: CYGPKG_KERNEL
673     #     CYGPKG_KERNEL (unknown) == 0
674     #   --> 0
675     # Requires: CYGPKG_KERNEL
676     #     CYGPKG_KERNEL (unknown) == 0
677     #   --> 0
678 };
679
680 # HAL exception support
681 # When a processor exception occurs, for example an attempt to
682 # execute an illegal instruction or to perform a divide by
683 # zero, this exception may be handled in a number of different
684 # ways. If the target system has gdb support then typically
685 # the exception will be handled by gdb code. Otherwise if the
686 # HAL exception support is enabled then the HAL will invoke a
687 # routine deliver_exception(). Typically this routine will be
688 # provided by the eCos kernel, but it is possible for
689 # application code to provide its own implementation. If the
690 # HAL exception support is not enabled and a processor
691 # exception occurs then the behaviour of the system is
692 # undefined.
693 #
694 cdl_option CYGPKG_HAL_EXCEPTIONS {
695     # Flavor: bool
696     # No user value, uncomment the following line to provide one.
697     # user_value 0
698     # value_source default
699     # Default value: CYGPKG_KERNEL_EXCEPTIONS
700     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
701     #   --> 0
702     # Requires: CYGPKG_KERNEL_EXCEPTIONS
703     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
704     #   --> 0
705 };
706
707 # Stop calling constructors early
708 # This option supports environments where some constructors
709 # must be run in the context of a thread rather than at
710 # simple system startup time. A boolean flag named
711 # cyg_hal_stop_constructors is set to 1 when constructors
712 # should no longer be invoked. It is up to some other
713 # package to deal with the rest of the constructors.
714 # In the current version this is only possible with the
715 # C library.
716 #
717 cdl_option CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG {
718     # Flavor: bool
719     # No user value, uncomment the following line to provide one.
720     # user_value 0
721     # value_source default
722     # Default value: 0
723     # Requires: CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS
724     #     CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS (unknown) == 0
725     #   --> 0
726 };
727
728 # HAL uses the MMU and allows for CDL manipulation of it's use
729 #
730 cdl_interface CYGINT_HAL_SUPPORTS_MMU_TABLES {
731     # No options implement this inferface
732     # This value cannot be modified here.
733     # Flavor: data
734     # Current_value: 0
735
736     # The following properties are affected by this value
737     # option CYGSEM_HAL_INSTALL_MMU_TABLES
738     #     ActiveIf: CYGINT_HAL_SUPPORTS_MMU_TABLES
739 };
740
741 # Install MMU tables.
742 # This option controls whether this application installs
743 # its own Memory Management Unit (MMU) tables, or relies on the
744 # existing environment to run.
745 #
746 cdl_option CYGSEM_HAL_INSTALL_MMU_TABLES {
747     # This option is not active
748     # ActiveIf constraint: CYGINT_HAL_SUPPORTS_MMU_TABLES
749     #     CYGINT_HAL_SUPPORTS_MMU_TABLES == 0
750     #   --> 0
751
752     # Flavor: bool
753     # No user value, uncomment the following line to provide one.
754     # user_value 1
755     # value_source default
756     # Default value:  CYG_HAL_STARTUP != "RAM" 
757     #     CYG_HAL_STARTUP == ROM
758     #   --> 1
759
760     # The following properties are affected by this value
761     # option CYGSEM_HAL_STATIC_MMU_TABLES
762     #     Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
763 };
764
765 # Use static MMU tables.
766 # This option defines an environment where any Memory
767 # Management Unit (MMU) tables are constant.  Normally used by ROM
768 # based environments, this provides a way to save RAM usage which
769 # would otherwise be required for these tables.
770 #
771 cdl_option CYGSEM_HAL_STATIC_MMU_TABLES {
772     # Flavor: bool
773     # No user value, uncomment the following line to provide one.
774     # user_value 0
775     # value_source default
776     # Default value: 0
777     # Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
778     #     CYGSEM_HAL_INSTALL_MMU_TABLES == 0
779     #   --> 0
780 };
781
782 # Route diagnostic output to debug channel
783 # If not inheriting the console setup from the ROM monitor,
784 # it is possible to redirect diagnostic output to the debug
785 # channel by enabling this option. Depending on the debugger
786 # used it may also be necessary to select a mangler for the
787 # output to be displayed by the debugger.
788 #
789 cdl_component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN {
790     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
791     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
792     #   --> 1
793     # ActiveIf constraint:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
794     #     CYGPKG_HAL_ARM == current
795     #     CYGPKG_HAL_POWERPC_MPC8xx (unknown) == 0
796     #     CYGPKG_HAL_V85X_V850 (unknown) == 0
797     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
798     #   --> 1
799
800     # Flavor: bool
801     # No user value, uncomment the following line to provide one.
802     # user_value 1
803     # value_source default
804     # Default value:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
805     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
806     #     CYG_HAL_STARTUP == ROM
807     #   --> 1
808
809     # The following properties are affected by this value
810     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
811     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
812 };
813
814 # >
815 # Mangler used on diag output
816 # It is sometimes necessary to mangle (encode) the
817 # diag ASCII text output in order for it to show up at the
818 # other end. In particular, GDB may silently ignore raw
819 # ASCII text.
820 #
821 cdl_option CYGSEM_HAL_DIAG_MANGLER {
822     # Flavor: data
823     # No user value, uncomment the following line to provide one.
824     # user_value GDB
825     # value_source default
826     # Default value: GDB
827     # Legal values: "GDB" "None"
828 };
829
830 # <
831 # <
832 # HAL interrupt handling
833 # A number of configuration options related to interrupt
834 # handling are common to most or all HAL packages, even though
835 # the implementations will vary from architecture to
836 # architecture.
837 #
838 cdl_component CYGPKG_HAL_COMMON_INTERRUPTS {
839     # There is no associated value.
840 };
841
842 # >
843 # Use separate stack for interrupts
844 # When an interrupt occurs this interrupt can be handled either
845 # on the current stack or on a separate stack maintained by the
846 # HAL. Using a separate stack requires a small number of extra
847 # instructions in the interrupt handling code, but it has the
848 # advantage that it is no longer necessary to allow extra space
849 # in every thread stack for the interrupt handlers. The amount
850 # of extra space required depends on the interrupt handlers
851 # that are being used.
852 #
853 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK {
854     # Flavor: bool
855     # No user value, uncomment the following line to provide one.
856     # user_value 1
857     # value_source default
858     # Default value: 1
859 };
860
861 # Interrupt stack size
862 # This configuration option specifies the stack size in bytes
863 # for the interrupt stack. Typically this should be a multiple
864 # of 16, but the exact requirements will vary from architecture
865 # to architecture. The interrupt stack serves two separate
866 # purposes. It is used as the stack during system
867 # initialization. In addition, if the interrupt system is
868 # configured to use a separate stack then all interrupts will
869 # be processed on this stack. The exact memory requirements
870 # will vary from application to application, and will depend
871 # heavily on whether or not other interrupt-related options,
872 # for example nested interrupts, are enabled. On most targets,
873 # in a configuration with no kernel this stack will also be
874 # the stack used to invoke the application, and must obviously
875 # be appropriately large in that case.
876 #
877 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
878     # Flavor: data
879     user_value 4096
880     # value_source user
881     # Default value:  CYGPKG_KERNEL ? 4096 : 32768 
882     #     CYGPKG_KERNEL (unknown) == 0
883     #   --> 32768
884     # Legal values: 1024 to 1048576
885 };
886
887 # Allow nested interrupts
888 # When an interrupt occurs the HAL interrupt handling code can
889 # either leave interrupts disabled for the duration of the
890 # interrupt handling code, or by doing some extra work it can
891 # reenable interrupts before invoking the interrupt handler and
892 # thus allow nested interrupts to happen. If all the interrupt
893 # handlers being used are small and do not involve any loops
894 # then it is usually better to disallow nested interrupts.
895 # However if any of the interrupt handlers are more complicated
896 # than nested interrupts will usually be required.
897 #
898 cdl_option CYGSEM_HAL_COMMON_INTERRUPTS_ALLOW_NESTING {
899     # Flavor: bool
900     # No user value, uncomment the following line to provide one.
901     # user_value 0
902     # value_source default
903     # Default value: 0
904 };
905
906 # Save minimum context on interrupt
907 # The HAL interrupt handling code can exploit the calling conventions
908 # defined for a given architecture to reduce the amount of state
909 # that has to be saved. Generally this improves performance and
910 # reduces code size. However it can make source-level debugging
911 # more difficult.
912 #
913 cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT {
914     # Flavor: bool
915     user_value 0
916     # value_source user
917     # Default value: 1
918
919     # The following properties are affected by this value
920     # option CYGBLD_BUILD_GDB_STUBS
921     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
922     # component CYGBLD_BUILD_REDBOOT
923     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
924 };
925
926 # Chain all interrupts together
927 # Interrupts can be attached to vectors either singly, or be
928 # chained together. The latter is necessary if there is no way
929 # of discovering which device has interrupted without
930 # inspecting the device itself. It can also reduce the amount
931 # of RAM needed for interrupt decoding tables and code.
932 #
933 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN {
934     # Flavor: bool
935     # No user value, uncomment the following line to provide one.
936     # user_value 0
937     # value_source default
938     # Default value: 0
939 };
940
941 # Ignore spurious [fleeting] interrupts
942 # On some hardware, interrupt sources may not be de-bounced or
943 # de-glitched.  Rather than try to handle these interrupts (no
944 # handling may be possible), this option allows the HAL to simply
945 # ignore them.  In most cases, if the interrupt is real it will
946 # reoccur in a detectable form.
947 #
948 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_IGNORE_SPURIOUS {
949     # Flavor: bool
950     # No user value, uncomment the following line to provide one.
951     # user_value 0
952     # value_source default
953     # Default value: 0
954 };
955
956 # <
957 # HAL context switch support
958 # A number of configuration options related to thread contexts
959 # are common to most or all HAL packages, even though the
960 # implementations will vary from architecture to architecture.
961 #
962 cdl_component CYGPKG_HAL_COMMON_CONTEXT {
963     # There is no associated value.
964
965     # The following properties are affected by this value
966 };
967
968 # >
969 # Use minimum thread context
970 # The thread context switch code can exploit the calling
971 # conventions defined for a given architecture to reduce the
972 # amount of state that has to be saved during a context
973 # switch. Generally this improves performance and reduces
974 # code size. However it can make source-level debugging more
975 # difficult.
976 #
977 cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
978     # Flavor: bool
979     # No user value, uncomment the following line to provide one.
980     # user_value 1
981     # The inferred value should not be edited directly.
982     inferred_value 0
983     # value_source inferred
984     # Default value: 1
985
986     # The following properties are affected by this value
987     # option CYGBLD_BUILD_GDB_STUBS
988     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
989     # component CYGBLD_BUILD_REDBOOT
990     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
991 };
992
993 # <
994 # Explicit control over cache behaviour
995 # These options let the default behaviour of the caches 
996 # be easily configurable.
997 #
998 cdl_component CYGPKG_HAL_CACHE_CONTROL {
999     # There is no associated value.
1000 };
1001
1002 # >
1003 # Enable DATA cache on startup
1004 # Enabling this option will cause the data cache to be enabled
1005 # as soon as practicable when eCos starts up.  One would choose
1006 # to disable this if the data cache cannot safely be turned on,
1007 # such as a case where the cache(s) require additional platform
1008 # specific setup.
1009 #
1010 cdl_component CYGSEM_HAL_ENABLE_DCACHE_ON_STARTUP {
1011     # Flavor: bool
1012     # No user value, uncomment the following line to provide one.
1013     # user_value 1
1014     # value_source default
1015     # Default value: 1
1016 };
1017
1018 # >
1019 # DATA cache mode on startup
1020 # This option controls the mode the cache will be set to
1021 # when enabled on startup.
1022 #
1023 cdl_option CYGSEM_HAL_DCACHE_STARTUP_MODE {
1024     # Flavor: data
1025     # No user value, uncomment the following line to provide one.
1026     # user_value COPYBACK
1027     # value_source default
1028     # Default value: COPYBACK
1029     # Legal values:  "COPYBACK" "WRITETHRU" 
1030 };
1031
1032 # <
1033 # Enable INSTRUCTION cache on startup
1034 # Enabling this option will cause the instruction cache to be enabled
1035 # as soon as practicable when eCos starts up.  One would choose
1036 # to disable this if the instruction cache cannot safely be turned on,
1037 # such as a case where the cache(s) require additional platform
1038 # specific setup.
1039 #
1040 cdl_option CYGSEM_HAL_ENABLE_ICACHE_ON_STARTUP {
1041     # Flavor: bool
1042     # No user value, uncomment the following line to provide one.
1043     # user_value 1
1044     # value_source default
1045     # Default value: 1
1046 };
1047
1048 # <
1049 # Source-level debugging support
1050 # If the source level debugger gdb is to be used for debugging
1051 # application code then it may be necessary to configure in support
1052 # for this in the HAL.
1053 #
1054 cdl_component CYGPKG_HAL_DEBUG {
1055     # There is no associated value.
1056 };
1057
1058 # >
1059 # Support for GDB stubs
1060 # The HAL implements GDB stubs for the target.
1061 #
1062 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS {
1063     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_X, active, enabled
1064     # This value cannot be modified here.
1065     # Flavor: data
1066     # Current_value: 1
1067
1068     # The following properties are affected by this value
1069     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1070     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS
1071     # component CYGBLD_BUILD_REDBOOT
1072     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1073     # component CYGBLD_BUILD_REDBOOT
1074     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1075 };
1076
1077 # Include GDB stubs in HAL
1078 # This option causes a set of GDB stubs to be included into the
1079 # system. On some target systems the GDB support will be
1080 # provided by other means, for example by a ROM monitor. On
1081 # other targets, especially when building a ROM-booting system,
1082 # the necessary support has to go into the target library
1083 # itself. When GDB stubs are include in a configuration, HAL
1084 # serial drivers must also be included.
1085 #
1086 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
1087     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
1088     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
1089     #   --> 1
1090
1091     # Flavor: bool
1092     # No user value, uncomment the following line to provide one.
1093     # user_value 0
1094     # The inferred value should not be edited directly.
1095     inferred_value 1
1096     # value_source inferred
1097     # Default value: 0
1098     # Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
1099     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1100     #   --> 1
1101     # Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1102     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1103     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1104     #   --> 1
1105
1106     # The following properties are affected by this value
1107     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1108     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1109     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1110     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1111     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1112     #     DefaultValue: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1113     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1114     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1115     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1116     #     DefaultValue:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1117     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1118     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1119     # option CYGBLD_BUILD_COMMON_GDB_STUBS
1120     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1121     # option CYGPKG_HAL_GDB_FILEIO
1122     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1123     # option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS
1124     #     Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1125     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
1126     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1127     # option CYGBLD_BUILD_GDB_STUBS
1128     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1129     # component CYGBLD_BUILD_REDBOOT
1130     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1131 };
1132
1133 # Support for external break support in GDB stubs
1134 # The HAL implements external break (or asynchronous interrupt)
1135 # in the GDB stubs for the target.
1136 #
1137 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS_BREAK {
1138     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_X, active, enabled
1139     # This value cannot be modified here.
1140     # Flavor: data
1141     # Current_value: 1
1142
1143     # The following properties are affected by this value
1144     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1145     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
1146 };
1147
1148 # Include GDB external break support for stubs
1149 # This option causes the GDB stub to add a serial interrupt handler
1150 # which will listen for GDB break packets. This lets you stop the
1151 # target asynchronously when using GDB, usually by hitting Control+C
1152 # or pressing the STOP button. This option differs from
1153 # CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT in that it is used when
1154 # GDB stubs are present.
1155 #
1156 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
1157     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
1158     #     CYGINT_HAL_DEBUG_GDB_STUBS_BREAK == 1
1159     #   --> 1
1160
1161     # Flavor: bool
1162     # No user value, uncomment the following line to provide one.
1163     # user_value 1
1164     # value_source default
1165     # Default value: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1166     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1167     #   --> 1
1168     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1169     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1170     #   --> 1
1171
1172     # The following properties are affected by this value
1173     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1174     #     Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1175     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
1176     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1177     # option CYGBLD_BUILD_GDB_STUBS
1178     #     Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1179     # component CYGBLD_BUILD_REDBOOT
1180     #     Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1181 };
1182
1183 # Platform does not support CTRLC
1184 #
1185 cdl_interface CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED {
1186     # No options implement this inferface
1187     # This value cannot be modified here.
1188     # Flavor: data
1189     # Current_value: 0
1190
1191     # The following properties are affected by this value
1192     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1193     #     ActiveIf:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
1194 };
1195
1196 # Include GDB external break support when no stubs
1197 # This option adds an interrupt handler for the GDB serial line
1198 # which will listen for GDB break packets. This lets you stop the
1199 # target asynchronously when using GDB, usually by hitting Control+C
1200 # or pressing the STOP button. This option differs from
1201 # CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT in that it is used when the GDB
1202 # stubs are NOT present.
1203 #
1204 cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT {
1205     # ActiveIf constraint:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1206     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1207     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1208     #   --> 1
1209     # ActiveIf constraint:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
1210     #     CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0
1211     #   --> 1
1212
1213     # Flavor: bool
1214     # No user value, uncomment the following line to provide one.
1215     # user_value 0
1216     # value_source default
1217     # Default value:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1218     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1219     #   --> 0
1220     # Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1221     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
1222     #   --> 0
1223
1224     # The following properties are affected by this value
1225     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
1226     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1227     # component CYGBLD_BUILD_REDBOOT
1228     #     Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1229 };
1230
1231 # Include GDB multi-threading debug support
1232 # This option enables some extra HAL code which is needed
1233 # to support multi-threaded source level debugging.
1234 #
1235 cdl_option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT {
1236     # ActiveIf constraint:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
1237     #     CYGSEM_HAL_ROM_MONITOR == 1
1238     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
1239     #   --> 1
1240
1241     # Flavor: bool
1242     # No user value, uncomment the following line to provide one.
1243     # user_value 1
1244     # value_source default
1245     # Default value: 1
1246
1247     # The following properties are affected by this value
1248     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
1249     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1250     # option CYGBLD_BUILD_GDB_STUBS
1251     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1252     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
1253     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1254 };
1255
1256 # Number of times to retry sending a $O packet
1257 # This option controls the number of attempts that eCos programs
1258 # will make to send a $O packet to a host GDB process.  If it is
1259 # set non-zero, then the target process will attempt to resend the
1260 # $O packet data up to this number of retries.  Caution: use of
1261 # this option is not recommended as it can thoroughly confuse the
1262 # host GDB process.
1263 #
1264 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES {
1265     # Flavor: data
1266     # No user value, uncomment the following line to provide one.
1267     # user_value 0
1268     # value_source default
1269     # Default value: 0
1270 };
1271
1272 # Timeout period for GDB packets
1273 # This option controls the time (in milliseconds) that eCos programs
1274 # will wait for a response when sending packets to a host GDB process.
1275 # If this time elapses, then the packet will be resent, up to some
1276 # maximum number of times (CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES).
1277 #
1278 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_TIMEOUT {
1279     # Flavor: data
1280     # No user value, uncomment the following line to provide one.
1281     # user_value 500
1282     # value_source default
1283     # Default value: 500
1284 };
1285
1286 # <
1287 # ROM monitor support
1288 # Support for ROM monitors can be built in to your application. 
1289 # It may also be relevant to build your application as a ROM monitor
1290 # itself. Such options are contained here if relevant for your chosen
1291 # platform. The options and ROM monitors available to choose are
1292 # platform-dependent.
1293 #
1294 cdl_component CYGPKG_HAL_ROM_MONITOR {
1295     # There is no associated value.
1296
1297     # The following properties are affected by this value
1298 };
1299
1300 # >
1301 # Target has virtual vector support
1302 #
1303 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT {
1304     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_X, active, enabled
1305     # This value cannot be modified here.
1306     # Flavor: data
1307     # Current_value: 1
1308
1309     # The following properties are affected by this value
1310     # component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
1311     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
1312 };
1313
1314 # Target supports baud rate control via vectors
1315 # Whether this target supports the __COMMCTL_GETBAUD
1316 # and __COMMCTL_SETBAUD virtual vector comm control operations.
1317 #
1318 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT {
1319     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_X, active, enabled
1320     # This value cannot be modified here.
1321     # Flavor: data
1322     # Current_value: 1
1323
1324     # The following properties are affected by this value
1325     # option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE
1326     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
1327 };
1328
1329 # Enable use of virtual vector calling interface
1330 # Virtual vector support allows the HAL to let the ROM
1331 # monitor handle certain operations. The virtual vector table
1332 # defines a calling interface between applications running in
1333 # RAM and the ROM monitor.
1334 #
1335 cdl_component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT {
1336     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
1337     #     CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT == 1
1338     #   --> 1
1339
1340     # Calculated value: 1
1341     # Flavor: bool
1342     # Current value: 1
1343
1344     # The following properties are affected by this value
1345     # component CYGBLD_BUILD_REDBOOT
1346     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
1347 };
1348
1349 # >
1350 # Inherit console settings from ROM monitor
1351 # When this option is set, the application will inherit
1352 # the console as set up by the ROM monitor. This means
1353 # that the application will use whatever channel and
1354 # mangling style was used by the ROM monitor when
1355 # the application was launched.
1356 #
1357 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE {
1358     # This option is not active
1359     # ActiveIf constraint: CYGSEM_HAL_USE_ROM_MONITOR
1360     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1361     #   --> 0
1362
1363     # Flavor: bool
1364     # No user value, uncomment the following line to provide one.
1365     # user_value 0
1366     # value_source default
1367     # Default value:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1368     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1369     #   --> 0
1370
1371     # The following properties are affected by this value
1372     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1373     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1374     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1375     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1376 };
1377
1378 # Debug channel is configurable
1379 # This option is a configuration hint - it is enabled
1380 # when the HAL initialization code will make use
1381 # of the debug channel configuration option.
1382 #
1383 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE {
1384     # Calculated value:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1385     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1386     # Flavor: bool
1387     # Current value: 1
1388 };
1389
1390 # Console channel is configurable
1391 # This option is a configuration hint - it is enabled
1392 # when the HAL initialization code will make use
1393 # of the console channel configuration option.
1394 #
1395 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE {
1396     # Calculated value:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1397     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
1398     #     CYGDBG_HAL_DIAG_TO_DEBUG_CHAN == 1
1399     # Flavor: bool
1400     # Current value: 0
1401 };
1402
1403 # Initialize whole of virtual vector table
1404 # This option will cause the whole of the virtual
1405 # vector table to be initialized with dummy values on
1406 # startup. When this option is enabled, all the
1407 # options below must also be enabled - or the
1408 # table would be empty when the application
1409 # launches.
1410 # On targets where older ROM monitors without
1411 # virtual vector support may still be in use, it is
1412 # necessary for RAM applictions to initialize the
1413 # table (since all HAL diagnostics and debug IO
1414 # happens via the table).
1415 #
1416 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE {
1417     # Flavor: bool
1418     user_value 1
1419     # value_source user
1420     # Default value:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
1421     #     CYG_HAL_STARTUP == ROM
1422     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1423     #   --> 1
1424     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1425     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET == 1
1426     #   --> 1
1427     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1428     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US == 1
1429     #   --> 1
1430     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1431     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE == 1
1432     #   --> 1
1433     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1434     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA == 1
1435     #   --> 1
1436     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1437     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1438     #   --> 1
1439
1440     # The following properties are affected by this value
1441     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT
1442     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1443     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1444     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1445     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION
1446     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
1447     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1448     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1449     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1450     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1451     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1452     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1453     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1454     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1455 };
1456
1457 # Claim virtual vector table entries by default
1458 # By default most virtual vectors will be claimed by
1459 # RAM startup configurations, meaning that the RAM
1460 # application will provide the services. The
1461 # exception is COMMS support (HAL
1462 # diagnostics/debugging IO) which is left in the
1463 # control of the ROM monitor.
1464 # The reasoning behind this is to get as much of the
1465 # code exercised during regular development so it
1466 # is known to be working the few times a new ROM
1467 # monitor or a ROM production configuration is used
1468 # - COMMS are excluded only by necessity in order to
1469 # avoid breaking an existing debugger connections
1470 # (there may be ways around this).
1471 # For production RAM configurations this option can
1472 # be switched off, causing the appliction to rely on
1473 # the ROM monitor for these services, thus
1474 # saving some space.
1475 # Individual vectors may also be left unclaimed,
1476 # controlled by the below options (meaning that the
1477 # associated service provided by the ROM monitor
1478 # will be used).
1479 #
1480 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT {
1481     # This option is not active
1482     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1483     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1484     #   --> 0
1485
1486     # Flavor: bool
1487     # No user value, uncomment the following line to provide one.
1488     # user_value 1
1489     # value_source default
1490     # Default value: 1
1491
1492     # The following properties are affected by this value
1493     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1494     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1495     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1496     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1497     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1498     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1499     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1500     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1501 };
1502
1503 # Claim reset virtual vectors
1504 # This option will cause the reset and kill_by_reset
1505 # virtual vectors to be claimed.
1506 #
1507 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET {
1508     # Flavor: bool
1509     user_value 1
1510     # value_source user
1511     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1512     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1513     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1514     #   --> 1
1515
1516     # The following properties are affected by this value
1517     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1518     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1519 };
1520
1521 # Claim version virtual vectors
1522 # This option will cause the version
1523 # virtual vectors to be claimed.
1524 #
1525 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION {
1526     # Flavor: bool
1527     user_value 1
1528     # value_source user
1529     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
1530     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1531     #   --> 1
1532 };
1533
1534 # Claim delay_us virtual vector
1535 # This option will cause the delay_us
1536 # virtual vector to be claimed.
1537 #
1538 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US {
1539     # Flavor: bool
1540     user_value 1
1541     # value_source user
1542     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1543     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1544     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1545     #   --> 1
1546
1547     # The following properties are affected by this value
1548     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1549     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1550 };
1551
1552 # Claim cache virtual vectors
1553 # This option will cause the cache virtual vectors
1554 # to be claimed.
1555 #
1556 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE {
1557     # Flavor: bool
1558     user_value 1
1559     # value_source user
1560     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1561     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1562     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1563     #   --> 1
1564
1565     # The following properties are affected by this value
1566     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1567     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1568 };
1569
1570 # Claim data virtual vectors
1571 # This option will cause the data virtual vectors
1572 # to be claimed. At present there is only one, used
1573 # by the RedBoot ethernet driver to share diag output.
1574 #
1575 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA {
1576     # Flavor: bool
1577     user_value 1
1578     # value_source user
1579     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1580     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1581     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1582     #   --> 1
1583
1584     # The following properties are affected by this value
1585     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1586     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1587 };
1588
1589 # Claim comms virtual vectors
1590 # This option will cause the communication tables
1591 # that are part of the virtual vectors mechanism to
1592 # be claimed. Note that doing this may cause an
1593 # existing ROM monitor communication connection to
1594 # be closed. For this reason, the option is disabled
1595 # per default for normal application
1596 # configurations.
1597 #
1598 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS {
1599     # Flavor: bool
1600     user_value 1
1601     # value_source user
1602     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1603     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1604     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1605     #   --> 1
1606
1607     # The following properties are affected by this value
1608     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1609     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1610     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1611     #     DefaultValue:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1612     # option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
1613     #     Calculated:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1614     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1615     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1616 };
1617
1618 # Do diagnostic IO via virtual vector table
1619 # All HAL IO happens via the virtual vector table / comm
1620 # tables when those tables are supported by the HAL.
1621 # If so desired, the low-level IO functions can
1622 # still be provided by the RAM application by
1623 # enabling the CLAIM_COMMS option.
1624 #
1625 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_DIAG {
1626     # Calculated value: 1
1627     # Flavor: bool
1628     # Current value: 1
1629
1630     # The following properties are affected by this value
1631     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1632     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
1633     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1634     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1635 };
1636
1637 # <
1638 # Behave as a ROM monitor
1639 # Enable this option if this program is to be used as a ROM monitor,
1640 # i.e. applications will be loaded into RAM on the board, and this
1641 # ROM monitor may process exceptions or interrupts generated from the
1642 # application. This enables features such as utilizing a separate
1643 # interrupt stack when exceptions are generated.
1644 #
1645 cdl_option CYGSEM_HAL_ROM_MONITOR {
1646     # Flavor: bool
1647     user_value 1
1648     # value_source user
1649     # Default value: 1
1650     # Requires:  CYG_HAL_STARTUP == "ROM" 
1651     #     CYG_HAL_STARTUP == ROM
1652     #   --> 1
1653
1654     # The following properties are affected by this value
1655     # option CYGBLD_BUILD_GDB_STUBS
1656     #     Requires: CYGSEM_HAL_ROM_MONITOR
1657     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
1658     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
1659     # option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1660     #     ActiveIf:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
1661     # option CYGPRI_REDBOOT_ROM_MONITOR
1662     #     Requires: CYGSEM_HAL_ROM_MONITOR
1663 };
1664
1665 # Work with a ROM monitor
1666 # Support can be enabled for different varieties of ROM monitor.
1667 # This support changes various eCos semantics such as the encoding
1668 # of diagnostic output, or the overriding of hardware interrupt
1669 # vectors.
1670 # Firstly there is "Generic" support which prevents the HAL
1671 # from overriding the hardware vectors that it does not use, to
1672 # instead allow an installed ROM monitor to handle them. This is
1673 # the most basic support which is likely to be common to most
1674 # implementations of ROM monitor.
1675 # "GDB_stubs" provides support when GDB stubs are included in
1676 # the ROM monitor or boot ROM.
1677 #
1678 cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
1679     # Flavor: booldata
1680     user_value 0 0
1681     # value_source user
1682     # Default value:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
1683     #     CYG_HAL_STARTUP == ROM
1684     #   --> 0 0
1685     # Legal values:  "Generic" "GDB_stubs" 
1686     # Requires:  CYG_HAL_STARTUP == "RAM" 
1687     #     CYG_HAL_STARTUP == ROM
1688     #   --> 0
1689
1690     # The following properties are affected by this value
1691     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1692     #     Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
1693     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1694     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1695     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1696     #     ActiveIf: CYGSEM_HAL_USE_ROM_MONITOR
1697     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1698     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
1699 };
1700
1701 # <
1702 # Platform defined I/O channels.
1703 # Platforms which provide additional I/O channels can implement
1704 # this interface, indicating that the function plf_if_init()
1705 # needs to be called.
1706 #
1707 cdl_interface CYGINT_HAL_PLF_IF_INIT {
1708     # No options implement this inferface
1709     # This value cannot be modified here.
1710     # Flavor: data
1711     # Current_value: 0
1712 };
1713
1714 # Platform IDE I/O support.
1715 # Platforms which provide IDE controllers can implement
1716 # this interface, indicating that IDE I/O macros are
1717 # available.
1718 #
1719 cdl_interface CYGINT_HAL_PLF_IF_IDE {
1720     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_X, active, enabled
1721     # This value cannot be modified here.
1722     # Flavor: data
1723     # Current_value: 1
1724
1725     # The following properties are affected by this value
1726     # component CYGPKG_REDBOOT_DISK
1727     #     ActiveIf:  CYGINT_HAL_PLF_IF_IDE != 0 
1728 };
1729
1730 # File I/O operations via GDB
1731 # This option enables support for various file I/O
1732 # operations using the GDB remote protocol to communicate
1733 # with GDB. The operations are then performed on the
1734 # debugging host by proxy. These operations are only
1735 # currently available by using a system call interface
1736 # to RedBoot. This may change in the future.
1737 #
1738 cdl_option CYGPKG_HAL_GDB_FILEIO {
1739     # This option is not active
1740     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
1741     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
1742     #   --> 0
1743
1744     # Flavor: bool
1745     # No user value, uncomment the following line to provide one.
1746     # user_value 0
1747     # value_source default
1748     # Default value: 0
1749     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1750     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
1751     #   --> 1
1752 };
1753
1754 # Build Compiler sanity checking tests
1755 # Enabling this option causes compiler tests to be built.
1756 #
1757 cdl_option CYGPKG_HAL_BUILD_COMPILER_TESTS {
1758     # Flavor: bool
1759     # No user value, uncomment the following line to provide one.
1760     # user_value 0
1761     # value_source default
1762     # Default value: 0
1763
1764     # The following properties are affected by this value
1765     # component CYGPKG_HAL_TESTS
1766     #     Calculated:   "tests/context tests/basic"
1767     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
1768     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
1769     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
1770 };
1771
1772 # Common HAL tests
1773 # This option specifies the set of tests for the common HAL.
1774 #
1775 cdl_component CYGPKG_HAL_TESTS {
1776     # Calculated value:   "tests/context tests/basic"
1777     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
1778     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
1779     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
1780     #     CYGINT_HAL_TESTS_NO_CACHES == 0
1781     #     CYGPKG_HAL_BUILD_COMPILER_TESTS == 0
1782     #     CYGVAR_KERNEL_COUNTERS_CLOCK (unknown) == 0
1783     # Flavor: data
1784     # Current_value: tests/context tests/basic tests/cache tests/intr
1785 };
1786
1787 # >
1788 # Interface for cache presence
1789 # Some architectures and/or platforms do not have caches. By
1790 # implementing this interface, these can disable the various
1791 # cache-related tests.
1792 #
1793 cdl_interface CYGINT_HAL_TESTS_NO_CACHES {
1794     # No options implement this inferface
1795     # This value cannot be modified here.
1796     # Flavor: booldata
1797     # Current value: 0 0
1798
1799     # The following properties are affected by this value
1800     # component CYGPKG_HAL_TESTS
1801     #     Calculated:   "tests/context tests/basic"
1802     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
1803     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
1804     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
1805 };
1806
1807 # <
1808 # ARM architecture
1809 # The ARM architecture HAL package provides generic
1810 # support for this processor architecture. It is also
1811 # necessary to select a specific target platform HAL
1812 # package.
1813 #
1814 cdl_package CYGPKG_HAL_ARM {
1815     # Packages cannot be added or removed, nor can their version be changed,
1816     # simply by editing their value. Instead the appropriate configuration
1817     # should be used to perform these actions.
1818
1819     # This value cannot be modified here.
1820     # Flavor: booldata
1821     # Current value: 1 current
1822
1823     # The following properties are affected by this value
1824     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1825     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
1826     # interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
1827     #     ActiveIf: CYGPKG_HAL_ARM
1828 };
1829
1830 # >
1831 # The CPU architecture supports THUMB mode
1832 #
1833 cdl_interface CYGINT_HAL_ARM_THUMB_ARCH {
1834     # No options implement this inferface
1835     # This value cannot be modified here.
1836     # Flavor: data
1837     # Current_value: 0
1838
1839     # The following properties are affected by this value
1840     # option CYGHWR_THUMB
1841     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
1842     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
1843     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
1844 };
1845
1846 # Enable Thumb instruction set
1847 # Enable use of the Thumb instruction set.
1848 #
1849 cdl_option CYGHWR_THUMB {
1850     # This option is not active
1851     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
1852     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
1853     #   --> 0
1854
1855     # Flavor: bool
1856     # No user value, uncomment the following line to provide one.
1857     # user_value 0
1858     # value_source default
1859     # Default value: 0
1860
1861     # The following properties are affected by this value
1862     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
1863     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
1864 };
1865
1866 # Enable Thumb interworking compiler option
1867 # This option controls the use of -mthumb-interwork in the
1868 # compiler flags. It defaults enabled in Thumb or ROM monitor
1869 # configurations, but can be overridden for reduced memory
1870 # footprint where interworking is not a requirement.
1871 #
1872 cdl_option CYGBLD_ARM_ENABLE_THUMB_INTERWORK {
1873     # This option is not active
1874     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
1875     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
1876     #   --> 0
1877
1878     # Flavor: bool
1879     user_value 0
1880     # value_source user
1881     # Default value:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
1882     #     CYGHWR_THUMB == 0
1883     #     CYGSEM_HAL_ROM_MONITOR == 1
1884     #   --> 1
1885 };
1886
1887 # The platform and architecture supports Big Endian operation
1888 #
1889 cdl_interface CYGINT_HAL_ARM_BIGENDIAN {
1890     # No options implement this inferface
1891     # This value cannot be modified here.
1892     # Flavor: data
1893     # Current_value: 0
1894
1895     # The following properties are affected by this value
1896     # option CYGHWR_HAL_ARM_BIGENDIAN
1897     #     ActiveIf:  CYGINT_HAL_ARM_BIGENDIAN != 0 
1898 };
1899
1900 # Use big-endian mode
1901 # Use the CPU in big-endian mode.
1902 #
1903 cdl_option CYGHWR_HAL_ARM_BIGENDIAN {
1904     # This option is not active
1905     # ActiveIf constraint:  CYGINT_HAL_ARM_BIGENDIAN != 0 
1906     #     CYGINT_HAL_ARM_BIGENDIAN == 0
1907     #   --> 0
1908
1909     # Flavor: bool
1910     # No user value, uncomment the following line to provide one.
1911     # user_value 0
1912     # value_source default
1913     # Default value: 0
1914 };
1915
1916 # The platform uses a processor with an ARM7 core
1917 #
1918 cdl_interface CYGINT_HAL_ARM_ARCH_ARM7 {
1919     # No options implement this inferface
1920     # This value cannot be modified here.
1921     # Flavor: data
1922     # Current_value: 0
1923
1924     # The following properties are affected by this value
1925     # option CYGHWR_HAL_ARM_CPU_FAMILY
1926     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
1927     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
1928     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
1929     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
1930     #                             "" 
1931     # option CYGHWR_HAL_ARM_CPU_FAMILY
1932     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
1933     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
1934     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
1935     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
1936     #                              "unknown" 
1937 };
1938
1939 # The platform uses a processor with an ARM9 core
1940 #
1941 cdl_interface CYGINT_HAL_ARM_ARCH_ARM9 {
1942     # No options implement this inferface
1943     # This value cannot be modified here.
1944     # Flavor: data
1945     # Current_value: 0
1946
1947     # The following properties are affected by this value
1948     # option CYGHWR_HAL_ARM_CPU_FAMILY
1949     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
1950     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
1951     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
1952     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
1953     #                             "" 
1954     # option CYGHWR_HAL_ARM_CPU_FAMILY
1955     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
1956     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
1957     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
1958     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
1959     #                              "unknown" 
1960 };
1961
1962 # The platform uses a processor with a StrongARM core
1963 #
1964 cdl_interface CYGINT_HAL_ARM_ARCH_STRONGARM {
1965     # No options implement this inferface
1966     # This value cannot be modified here.
1967     # Flavor: data
1968     # Current_value: 0
1969
1970     # The following properties are affected by this value
1971     # option CYGHWR_HAL_ARM_CPU_FAMILY
1972     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
1973     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
1974     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
1975     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
1976     #                             "" 
1977     # option CYGHWR_HAL_ARM_CPU_FAMILY
1978     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
1979     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
1980     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
1981     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
1982     #                              "unknown" 
1983 };
1984
1985 # The platform uses a processor with a XScale core
1986 #
1987 cdl_interface CYGINT_HAL_ARM_ARCH_XSCALE {
1988     # Implemented by CYGPKG_HAL_ARM_XSCALE_TRITON_X, active, enabled
1989     # This value cannot be modified here.
1990     # Flavor: data
1991     # Current_value: 1
1992
1993     # The following properties are affected by this value
1994     # option CYGHWR_HAL_ARM_CPU_FAMILY
1995     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
1996     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
1997     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
1998     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
1999     #                             "" 
2000     # option CYGHWR_HAL_ARM_CPU_FAMILY
2001     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2002     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2003     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2004     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2005     #                              "unknown" 
2006 };
2007
2008 # ARM CPU family
2009 # It is possible to optimize code for different
2010 # ARM CPU families. This option selects which CPU to
2011 # optimize for on boards that support multiple CPU types.
2012 #
2013 cdl_option CYGHWR_HAL_ARM_CPU_FAMILY {
2014     # Flavor: data
2015     # No user value, uncomment the following line to provide one.
2016     # user_value XScale
2017     # value_source default
2018     # Default value:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2019     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2020     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2021     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2022     #                              "unknown" 
2023     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2024     #     CYGINT_HAL_ARM_ARCH_ARM9 == 0
2025     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2026     #     CYGINT_HAL_ARM_ARCH_XSCALE == 1
2027     #   --> XScale
2028     # Legal values:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2029     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2030     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2031     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2032     #                             "" 
2033     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2034     #     CYGINT_HAL_ARM_ARCH_ARM9 == 0
2035     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2036     #     CYGINT_HAL_ARM_ARCH_XSCALE == 1
2037 };
2038
2039 # Provide diagnostic dump for exceptions
2040 # Print messages about hardware exceptions, including
2041 # raw exception frame dump and register contents.
2042 #
2043 cdl_option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS {
2044     # Flavor: bool
2045     # No user value, uncomment the following line to provide one.
2046     # user_value 0
2047     # value_source default
2048     # Default value: 0
2049     # Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2050     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
2051     #   --> 0
2052 };
2053
2054 # Process all exceptions with the eCos application
2055 # Normal RAM-based programs which do not include GDB stubs 
2056 # defer processing of the illegal instruction exception to GDB.
2057 # Setting this options allows the program to explicitly handle
2058 # the illegal instruction exception itself.  Note: this will
2059 # prevent the use of GDB to debug the application as breakpoints
2060 # will no longer work.
2061 #
2062 cdl_option CYGIMP_HAL_PROCESS_ALL_EXCEPTIONS {
2063     # Flavor: bool
2064     # No user value, uncomment the following line to provide one.
2065     # user_value 0
2066     # value_source default
2067     # Default value: 0
2068 };
2069
2070 # Support GDB thread operations via ICE/Multi-ICE
2071 # Allow GDB to get thread information via the ICE/Multi-ICE
2072 # connection.
2073 #
2074 cdl_option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT {
2075     # Flavor: bool
2076     # No user value, uncomment the following line to provide one.
2077     # user_value 0
2078     # value_source default
2079     # Default value: 0
2080     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2081     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
2082     #   --> 1
2083     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2084     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
2085     #   --> 1
2086     # Requires: CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
2087     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
2088     #   --> 0
2089 };
2090
2091 # Support for 'gprof' callbacks
2092 # The ARM HAL provides the macro for 'gprof' callbacks from RedBoot
2093 # to acquire the interrupt-context PC and SP, when this option is
2094 # active.
2095 #
2096 cdl_option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT {
2097     # This option is not active
2098     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
2099     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
2100     #   --> 0
2101     # ActiveIf constraint:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
2102     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
2103     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
2104     #   --> 1
2105
2106     # Calculated value: 1
2107     # Flavor: bool
2108     # Current value: 1
2109 };
2110
2111 # Linker script
2112 #
2113 cdl_option CYGBLD_LINKER_SCRIPT {
2114     # Calculated value:  "src/arm.ld" 
2115     # Flavor: data
2116     # Current_value: src/arm.ld
2117 };
2118
2119 # Implementations of hal_arm_mem_real_region_top()
2120 #
2121 cdl_interface CYGINT_HAL_ARM_MEM_REAL_REGION_TOP {
2122     # No options implement this inferface
2123     # This value cannot be modified here.
2124     # Flavor: data
2125     # Current_value: 0
2126 };
2127
2128 # Karo Triton XScale evaluation boards
2129 # The TRITON_X HAL package provides the support needed to run
2130 # eCos on a Karo TRITON X board.
2131 #
2132 cdl_package CYGPKG_HAL_ARM_XSCALE_TRITON_X {
2133     # Packages cannot be added or removed, nor can their version be changed,
2134     # simply by editing their value. Instead the appropriate configuration
2135     # should be used to perform these actions.
2136
2137     # This value cannot be modified here.
2138     # Flavor: booldata
2139     # Current value: 1 current
2140 };
2141
2142 # >
2143 # Startup type
2144 # When targetting the KARO TRITON eval board it is possible to build
2145 # the system for either RAM bootstrap or ROM bootstrap(s). Select
2146 # 'ram' when building programs to load into RAM using onboard
2147 # debug software such as Angel or eCos GDB stubs.  Select 'rom'
2148 # when building a stand-alone application which will be put
2149 # into ROM.  Selection of 'stubs' is for the special case of
2150 # building the eCos GDB stubs themselves.
2151 #
2152 cdl_component CYG_HAL_STARTUP {
2153     # Flavor: data
2154     user_value ROM
2155     # value_source user
2156     # Default value: RAM
2157     # Legal values: "RAM" "ROM"
2158
2159     # The following properties are affected by this value
2160     # option CYGBLD_BUILD_GDB_STUBS
2161     #     Requires:  CYG_HAL_STARTUP == "ROM" 
2162     # component CYGHWR_MEMORY_LAYOUT
2163     #     Calculated:  CYG_HAL_STARTUP == "RAM" ?       "arm_xscale_triton_ram" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "arm_xscale_triton_roma" :  "arm_xscale_triton_rom" 
2164     # option CYGHWR_MEMORY_LAYOUT_LDI
2165     #     Calculated:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.ldi>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.ldi>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.ldi>" 
2166     # option CYGHWR_MEMORY_LAYOUT_H
2167     #     Calculated:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.h>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.h>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.h>" 
2168     # option CYGSEM_HAL_ROM_MONITOR
2169     #     Requires:  CYG_HAL_STARTUP == "ROM" 
2170     # option CYGSEM_HAL_USE_ROM_MONITOR
2171     #     DefaultValue:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
2172     # option CYGSEM_HAL_USE_ROM_MONITOR
2173     #     Requires:  CYG_HAL_STARTUP == "RAM" 
2174     # option CYGSEM_HAL_INSTALL_MMU_TABLES
2175     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" 
2176     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2177     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
2178     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2179     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2180     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
2181     #     ActiveIf:  CYG_HAL_STARTUP != "RAM" 
2182     # option CYGPRI_REDBOOT_ROM_MONITOR
2183     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2184     # option CYGPRI_REDBOOT_ROM_MONITOR
2185     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2186 };
2187
2188 # Coexist with ARM bootloader
2189 # Enable this option if the ARM bootloader is programmed into
2190 # the FLASH boot sector on the board.
2191 #
2192 cdl_option CYGSEM_HAL_ARM__XSCALE_TRITON_ARMBOOT {
2193     # Flavor: bool
2194     # No user value, uncomment the following line to provide one.
2195     # user_value 0
2196     # value_source default
2197     # Default value: 0
2198 };
2199
2200 # Default console channel.
2201 #
2202 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
2203     # Flavor: data
2204     user_value 2
2205     # value_source user
2206     # Default value: 0
2207     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2208     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
2209 };
2210
2211 # Number of communication channels on the board
2212 #
2213 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS {
2214     # Calculated value: 3
2215     # Flavor: data
2216     # Current_value: 3
2217
2218     # The following properties are affected by this value
2219     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
2220     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2221     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
2222     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2223     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
2224     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2225 };
2226
2227 # Debug serial port
2228 # This option chooses which port will be used to connect to a host
2229 # running GDB.
2230 #
2231 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL {
2232     # Flavor: data
2233     user_value 2
2234     # value_source user
2235     # Default value: 0
2236     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2237     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
2238 };
2239
2240 # Diagnostic serial port
2241 # The TRITON board has only one serial port.  This option
2242 # chooses which port will be used for diagnostic output.
2243 #
2244 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
2245     # Flavor: data
2246     user_value 2
2247     # value_source user
2248     # Default value: 0
2249     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2250     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
2251 };
2252
2253 # Diagnostic serial port baud rate
2254 # This option selects the baud rate used for the diagnostic port.
2255 # Note: this should match the value chosen for the GDB port if the
2256 # diagnostic and GDB port are the same.
2257 #
2258 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD {
2259     # Flavor: data
2260     # No user value, uncomment the following line to provide one.
2261     # user_value 38400
2262     # value_source default
2263     # Default value: 38400
2264     # Legal values: 9600 19200 38400 57600 115200
2265 };
2266
2267 # GDB serial port baud rate
2268 # This option selects the baud rate used for the GDB port.
2269 #
2270 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD {
2271     # Flavor: data
2272     # No user value, uncomment the following line to provide one.
2273     # user_value 38400
2274     # value_source default
2275     # Default value: 38400
2276     # Legal values: 9600 19200 38400 57600 115200
2277 };
2278
2279 # Real-time clock constants
2280 #
2281 cdl_component CYGNUM_HAL_RTC_CONSTANTS {
2282     # There is no associated value.
2283 };
2284
2285 # >
2286 # Real-time clock numerator
2287 #
2288 cdl_option CYGNUM_HAL_RTC_NUMERATOR {
2289     # Calculated value: 1000000000
2290     # Flavor: data
2291     # Current_value: 1000000000
2292 };
2293
2294 # Real-time clock denominator
2295 #
2296 cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
2297     # Calculated value: 100
2298     # Flavor: data
2299     # Current_value: 100
2300 };
2301
2302 # Real-time clock period
2303 #
2304 cdl_option CYGNUM_HAL_RTC_PERIOD {
2305     # Calculated value: 330000
2306     # Flavor: data
2307     # Current_value: 330000
2308 };
2309
2310 # <
2311 # XScale TRITON build options
2312 # Package specific build options including control over
2313 # compiler flags used only in building this package,
2314 # and details of which tests are built.
2315 #
2316 cdl_component CYGPKG_HAL_ARM_XSCALE_TRITON_OPTIONS {
2317     # There is no associated value.
2318 };
2319
2320 # >
2321 # Additional compiler flags
2322 # This option modifies the set of compiler flags for
2323 # building the XScale TRITON HAL. These flags are used
2324 # in addition to the set of global flags.
2325 #
2326 cdl_option CYGPKG_HAL_ARM_XSCALE_TRITON_CFLAGS_ADD {
2327     # Flavor: data
2328     # No user value, uncomment the following line to provide one.
2329     # user_value ""
2330     # value_source default
2331     # Default value: ""
2332 };
2333
2334 # Suppressed compiler flags
2335 # This option modifies the set of compiler flags for
2336 # building the XScale TRITON HAL. These flags are
2337 # removed from the set of global flags if present.
2338 #
2339 cdl_option CYGPKG_HAL_ARM_XSCALE_TRITON_CFLAGS_REMOVE {
2340     # Flavor: data
2341     # No user value, uncomment the following line to provide one.
2342     # user_value ""
2343     # value_source default
2344     # Default value: ""
2345 };
2346
2347 # XScale TRITON tests
2348 # This option specifies the set of tests for the XScale TRITON HAL.
2349 #
2350 cdl_option CYGPKG_HAL_ARM_XSCALE_TRITON_TESTS {
2351     # Calculated value:  "" 
2352     # Flavor: data
2353     # Current_value: 
2354 };
2355
2356 # <
2357 # Memory layout
2358 #
2359 cdl_component CYGHWR_MEMORY_LAYOUT {
2360     # Calculated value:  CYG_HAL_STARTUP == "RAM" ?       "arm_xscale_triton_ram" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "arm_xscale_triton_roma" :  "arm_xscale_triton_rom" 
2361     #     CYG_HAL_STARTUP == ROM
2362     #     CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT (unknown) == 0
2363     # Flavor: data
2364     # Current_value: arm_xscale_triton_rom
2365 };
2366
2367 # >
2368 # Memory layout linker script fragment
2369 #
2370 cdl_option CYGHWR_MEMORY_LAYOUT_LDI {
2371     # Calculated value:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.ldi>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.ldi>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.ldi>" 
2372     #     CYG_HAL_STARTUP == ROM
2373     #     CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT (unknown) == 0
2374     # Flavor: data
2375     # Current_value: <pkgconf/mlt_arm_xscale_triton_stk_rom.ldi>
2376 };
2377
2378 # Memory layout header file
2379 #
2380 cdl_option CYGHWR_MEMORY_LAYOUT_H {
2381     # Calculated value:  CYG_HAL_STARTUP == "RAM" ? "<pkgconf/mlt_arm_xscale_triton_stk_ram.h>" :  CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT ? "<pkgconf/mlt_arm_xscale_triton_stk_roma.h>" :  "<pkgconf/mlt_arm_xscale_triton_stk_rom.h>" 
2382     #     CYG_HAL_STARTUP == ROM
2383     #     CYGSEM_HAL_ARM_XSCALE_TRITON_ARMBOOT (unknown) == 0
2384     # Flavor: data
2385     # Current_value: <pkgconf/mlt_arm_xscale_triton_stk_rom.h>
2386 };
2387
2388 # <
2389 # <
2390 # <
2391 # <
2392 # Infrastructure
2393 # Common types and useful macros.
2394 # Tracing and assertion facilities.
2395 # Package startup options.
2396 #
2397 cdl_package CYGPKG_INFRA {
2398     # Packages cannot be added or removed, nor can their version be changed,
2399     # simply by editing their value. Instead the appropriate configuration
2400     # should be used to perform these actions.
2401
2402     # This value cannot be modified here.
2403     # Flavor: booldata
2404     # Current value: 1 current
2405
2406     # The following properties are affected by this value
2407     # package CYGPKG_HAL
2408     #     Requires: CYGPKG_INFRA
2409     # component CYGBLD_BUILD_REDBOOT
2410     #     Requires: CYGPKG_INFRA
2411 };
2412
2413 # >
2414 # Asserts & Tracing
2415 # The eCos source code contains a significant amount of
2416 # internal debugging support, in the form of assertions and
2417 # tracing.
2418 # Assertions check at runtime that various conditions are as
2419 # expected; if not, execution is halted.
2420 # Tracing takes the form of text messages that are output
2421 # whenever certain events occur, or whenever functions are
2422 # called or return.
2423 # The most important property of these checks and messages is
2424 # that they are not required for the program to run.
2425 # It is prudent to develop software with assertions enabled,
2426 # but disable them when making a product release, thus
2427 # removing the overhead of that checking.
2428 # It is possible to enable assertions and tracing
2429 # independently.
2430 # There are also options controlling the exact behaviour of
2431 # the assertion and tracing facilities, thus giving users
2432 # finer control over the code and data size requirements.
2433 #
2434 cdl_component CYGPKG_INFRA_DEBUG {
2435     # Flavor: bool
2436     # No user value, uncomment the following line to provide one.
2437     # user_value 0
2438     # value_source default
2439     # Default value: 0
2440 };
2441
2442 # >
2443 # Use asserts
2444 # If this option is defined, asserts in the code are tested.
2445 # Assert functions (CYG_ASSERT()) are defined in
2446 # 'include/cyg/infra/cyg_ass.h' within the 'install' tree.
2447 # If it is not defined, these result in no additional
2448 # object code and no checking of the asserted conditions.
2449 #
2450 cdl_component CYGDBG_USE_ASSERTS {
2451     # This option is not active
2452     # The parent CYGPKG_INFRA_DEBUG is disabled
2453
2454     # Flavor: bool
2455     # No user value, uncomment the following line to provide one.
2456     # user_value 1
2457     # value_source default
2458     # Default value: 1
2459     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
2460     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
2461     #   --> 0
2462 };
2463
2464 # >
2465 # Preconditions
2466 # This option allows individual control of preconditions.
2467 # A precondition is one type of assert, which it is
2468 # useful to control separately from more general asserts.
2469 # The function is CYG_PRECONDITION(condition,msg).
2470 #
2471 cdl_option CYGDBG_INFRA_DEBUG_PRECONDITIONS {
2472     # This option is not active
2473     # The parent CYGDBG_USE_ASSERTS is not active
2474
2475     # Flavor: bool
2476     # No user value, uncomment the following line to provide one.
2477     # user_value 1
2478     # value_source default
2479     # Default value: 1
2480 };
2481
2482 # Postconditions
2483 # This option allows individual control of postconditions.
2484 # A postcondition is one type of assert, which it is
2485 # useful to control separately from more general asserts.
2486 # The function is CYG_POSTCONDITION(condition,msg).
2487 #
2488 cdl_option CYGDBG_INFRA_DEBUG_POSTCONDITIONS {
2489     # This option is not active
2490     # The parent CYGDBG_USE_ASSERTS is not active
2491
2492     # Flavor: bool
2493     # No user value, uncomment the following line to provide one.
2494     # user_value 1
2495     # value_source default
2496     # Default value: 1
2497 };
2498
2499 # Loop invariants
2500 # This option allows individual control of loop invariants.
2501 # A loop invariant is one type of assert, which it is
2502 # useful to control separately from more general asserts,
2503 # particularly since a loop invariant is typically evaluated
2504 # a great many times when used correctly.
2505 # The function is CYG_LOOP_INVARIANT(condition,msg).
2506 #
2507 cdl_option CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS {
2508     # This option is not active
2509     # The parent CYGDBG_USE_ASSERTS is not active
2510
2511     # Flavor: bool
2512     # No user value, uncomment the following line to provide one.
2513     # user_value 1
2514     # value_source default
2515     # Default value: 1
2516 };
2517
2518 # Use assert text
2519 # All assertions within eCos contain a text message
2520 # which should give some information about the condition
2521 # being tested.
2522 # These text messages will end up being embedded in the
2523 # application image and hence there is a significant penalty
2524 # in terms of image size.
2525 # It is possible to suppress the use of these messages by
2526 # disabling this option.
2527 # This results in smaller code size, but there is less
2528 # human-readable information if an assertion actually gets
2529 # triggered.
2530 #
2531 cdl_option CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE {
2532     # This option is not active
2533     # The parent CYGDBG_USE_ASSERTS is not active
2534
2535     # Flavor: bool
2536     # No user value, uncomment the following line to provide one.
2537     # user_value 1
2538     # value_source default
2539     # Default value: 1
2540 };
2541
2542 # <
2543 # Use tracing
2544 # If this option is defined, tracing operations
2545 # result in output or logging, depending on other options.
2546 # This may have adverse effects on performance, if the time
2547 # taken to output message overwhelms the available CPU
2548 # power or output bandwidth.
2549 # Trace functions (CYG_TRACE()) are defined in
2550 # 'include/cyg/infra/cyg_trac.h' within the 'install' tree.
2551 # If it is not defined, these result in no additional
2552 # object code and no trace information.
2553 #
2554 cdl_component CYGDBG_USE_TRACING {
2555     # This option is not active
2556     # The parent CYGPKG_INFRA_DEBUG is disabled
2557
2558     # Flavor: bool
2559     # No user value, uncomment the following line to provide one.
2560     # user_value 0
2561     # value_source default
2562     # Default value: 0
2563     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
2564     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
2565     #   --> 0
2566
2567     # The following properties are affected by this value
2568     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE
2569     #     ActiveIf: CYGDBG_USE_TRACING
2570     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP
2571     #     ActiveIf: CYGDBG_USE_TRACING
2572     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT
2573     #     ActiveIf: CYGDBG_USE_TRACING
2574     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT
2575     #     ActiveIf: CYGDBG_USE_TRACING
2576     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT
2577     #     ActiveIf: CYGDBG_USE_TRACING
2578 };
2579
2580 # >
2581 # Trace function reports
2582 # This option allows individual control of
2583 # function entry/exit tracing, independent of
2584 # more general tracing output.
2585 # This may be useful to remove clutter from a
2586 # trace log.
2587 #
2588 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS {
2589     # This option is not active
2590     # The parent CYGDBG_USE_TRACING is not active
2591     # The parent CYGDBG_USE_TRACING is disabled
2592
2593     # Flavor: bool
2594     # No user value, uncomment the following line to provide one.
2595     # user_value 1
2596     # value_source default
2597     # Default value: 1
2598 };
2599
2600 # Use trace text
2601 # All trace calls within eCos contain a text message
2602 # which should give some information about the circumstances.
2603 # These text messages will end up being embedded in the
2604 # application image and hence there is a significant penalty
2605 # in terms of image size.
2606 # It is possible to suppress the use of these messages by
2607 # disabling this option.
2608 # This results in smaller code size, but there is less
2609 # human-readable information available in the trace output,
2610 # possibly only filenames and line numbers.
2611 #
2612 cdl_option CYGDBG_INFRA_DEBUG_TRACE_MESSAGE {
2613     # This option is not active
2614     # The parent CYGDBG_USE_TRACING is not active
2615     # The parent CYGDBG_USE_TRACING is disabled
2616
2617     # Flavor: bool
2618     # No user value, uncomment the following line to provide one.
2619     # user_value 1
2620     # value_source default
2621     # Default value: 1
2622 };
2623
2624 # <
2625 # Trace output implementations
2626 #
2627 cdl_interface CYGINT_INFRA_DEBUG_TRACE_IMPL {
2628     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL, inactive, disabled
2629     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE, inactive, disabled
2630     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY, inactive, disabled
2631     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER, inactive, enabled
2632     # This option is not active
2633     # The parent CYGPKG_INFRA_DEBUG is disabled
2634
2635     # This value cannot be modified here.
2636     # Flavor: data
2637     # Current_value: 0
2638
2639     # The following properties are affected by this value
2640     # component CYGDBG_USE_ASSERTS
2641     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
2642     # component CYGDBG_USE_TRACING
2643     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
2644 };
2645
2646 # Null output
2647 # A null output module which is useful when
2648 # debugging interactively; the output routines
2649 # can be breakpointed rather than have them actually
2650 # 'print' something.
2651 #
2652 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL {
2653     # This option is not active
2654     # The parent CYGPKG_INFRA_DEBUG is disabled
2655
2656     # Flavor: bool
2657     # No user value, uncomment the following line to provide one.
2658     # user_value 0
2659     # value_source default
2660     # Default value: 0
2661 };
2662
2663 # Simple output
2664 # An output module which produces simple output
2665 # from tracing and assertion events.
2666 #
2667 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
2668     # This option is not active
2669     # The parent CYGPKG_INFRA_DEBUG is disabled
2670
2671     # Flavor: bool
2672     # No user value, uncomment the following line to provide one.
2673     # user_value 0
2674     # value_source default
2675     # Default value: 0
2676 };
2677
2678 # Fancy output
2679 # An output module which produces fancy output
2680 # from tracing and assertion events.
2681 #
2682 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY {
2683     # This option is not active
2684     # The parent CYGPKG_INFRA_DEBUG is disabled
2685
2686     # Flavor: bool
2687     # No user value, uncomment the following line to provide one.
2688     # user_value 0
2689     # value_source default
2690     # Default value: 0
2691 };
2692
2693 # Buffered tracing
2694 # An output module which buffers output
2695 # from tracing and assertion events. The stored
2696 # messages are output when an assert fires, or
2697 # CYG_TRACE_PRINT() (defined in <cyg/infra/cyg_trac.h>)
2698 # is called.
2699 # Of course, there will only be stored messages
2700 # if tracing per se (CYGDBG_USE_TRACING)
2701 # is enabled above.
2702 #
2703 cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
2704     # This option is not active
2705     # The parent CYGPKG_INFRA_DEBUG is disabled
2706
2707     # Flavor: bool
2708     # No user value, uncomment the following line to provide one.
2709     # user_value 1
2710     # value_source default
2711     # Default value: 1
2712 };
2713
2714 # >
2715 # Trace buffer size
2716 # The size of the trace buffer. This counts the number
2717 # of trace records stored. When the buffer fills it
2718 # either wraps, stops recording, or generates output.
2719 #
2720 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE {
2721     # This option is not active
2722     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
2723     # ActiveIf constraint: CYGDBG_USE_TRACING
2724     #     CYGDBG_USE_TRACING == 0
2725     #   --> 0
2726
2727     # Flavor: data
2728     # No user value, uncomment the following line to provide one.
2729     # user_value 32
2730     # value_source default
2731     # Default value: 32
2732     # Legal values: 5 to 65535
2733 };
2734
2735 # Wrap trace buffer when full
2736 # When the trace buffer has filled with records it
2737 # starts again at the beginning. Hence only the last
2738 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
2739 # be recorded.
2740 #
2741 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP {
2742     # This option is not active
2743     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
2744     # ActiveIf constraint: CYGDBG_USE_TRACING
2745     #     CYGDBG_USE_TRACING == 0
2746     #   --> 0
2747
2748     # Flavor: bool
2749     # No user value, uncomment the following line to provide one.
2750     # user_value 1
2751     # value_source default
2752     # Default value: 1
2753 };
2754
2755 # Halt trace buffer when full
2756 # When the trace buffer has filled with records it
2757 # stops recording. Hence only the first
2758 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
2759 # be recorded.
2760 #
2761 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT {
2762     # This option is not active
2763     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
2764     # ActiveIf constraint: CYGDBG_USE_TRACING
2765     #     CYGDBG_USE_TRACING == 0
2766     #   --> 0
2767
2768     # Flavor: bool
2769     # No user value, uncomment the following line to provide one.
2770     # user_value 0
2771     # value_source default
2772     # Default value: 0
2773 };
2774
2775 # Print trace buffer when full
2776 # When the trace buffer has filled with records it
2777 # prints the contents of the buffer. The buffer is then
2778 # emptied and the system continues.
2779 #
2780 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT {
2781     # This option is not active
2782     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
2783     # ActiveIf constraint: CYGDBG_USE_TRACING
2784     #     CYGDBG_USE_TRACING == 0
2785     #   --> 0
2786
2787     # Flavor: bool
2788     # No user value, uncomment the following line to provide one.
2789     # user_value 0
2790     # value_source default
2791     # Default value: 0
2792 };
2793
2794 # Print trace buffer on assert fail
2795 # When an assertion fails the trace buffer will be 
2796 # printed to the default diagnostic device.
2797 #
2798 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT {
2799     # This option is not active
2800     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
2801     # ActiveIf constraint: CYGDBG_USE_TRACING
2802     #     CYGDBG_USE_TRACING == 0
2803     #   --> 0
2804
2805     # Flavor: bool
2806     # No user value, uncomment the following line to provide one.
2807     # user_value 1
2808     # value_source default
2809     # Default value: 1
2810 };
2811
2812 # <
2813 # Use function names
2814 # All trace and assert calls within eCos contain a
2815 # reference to the builtin macro '__PRETTY_FUNCTION__',
2816 # which evaluates to a string containing
2817 # the name of the current function.
2818 # This is useful when reading a trace log.
2819 # It is possible to suppress the use of the function name
2820 # by disabling this option.
2821 # This results in smaller code size, but there is less
2822 # human-readable information available in the trace output,
2823 # possibly only filenames and line numbers.
2824 #
2825 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO {
2826     # This option is not active
2827     # The parent CYGPKG_INFRA_DEBUG is disabled
2828
2829     # Flavor: bool
2830     # No user value, uncomment the following line to provide one.
2831     # user_value 1
2832     # value_source default
2833     # Default value: 1
2834 };
2835
2836 # <
2837 # Startup options
2838 # Some packages require a startup routine to be called.
2839 # This can be carried out by application code, by supplying
2840 # a routine called cyg_package_start() which calls the
2841 # appropriate package startup routine(s).
2842 # Alternatively, this routine can be constructed automatically
2843 # and configured to call the startup routines of your choice.
2844 #
2845 cdl_component CYGPKG_INFRA_STARTUP {
2846     # There is no associated value.
2847 };
2848
2849 # >
2850 # Start uITRON subsystem
2851 # Generate a call to initialize the
2852 # uITRON compatibility subsystem
2853 # within the system version of cyg_package_start().
2854 # This enables compatibility with uITRON.
2855 # You must configure uITRON with the correct tasks before
2856 # starting the uItron subsystem.
2857 # If this is disabled, and you want to use uITRON,
2858 # you must call cyg_uitron_start() from your own
2859 # cyg_package_start() or cyg_userstart().
2860 #
2861 cdl_option CYGSEM_START_UITRON_COMPATIBILITY {
2862     # This option is not active
2863     # ActiveIf constraint: CYGPKG_UITRON
2864     #     CYGPKG_UITRON (unknown) == 0
2865     #   --> 0
2866
2867     # Flavor: bool
2868     # No user value, uncomment the following line to provide one.
2869     # user_value 0
2870     # value_source default
2871     # Default value: 0
2872     # Requires: CYGPKG_UITRON
2873     #     CYGPKG_UITRON (unknown) == 0
2874     #   --> 0
2875 };
2876
2877 # <
2878 # Smaller slower memcpy()
2879 # Enabling this option causes the implementation of
2880 # the standard memcpy() routine to reduce code
2881 # size at the expense of execution speed. This
2882 # option is automatically enabled with the use of
2883 # the -Os option to the compiler. Also note that
2884 # the compiler will try to use its own builtin
2885 # version of memcpy() if possible, ignoring the
2886 # implementation in this package, unless given
2887 # the -fno-builtin compiler option.
2888 #
2889 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY {
2890     # Flavor: bool
2891     # No user value, uncomment the following line to provide one.
2892     # user_value 0
2893     # value_source default
2894     # Default value: 0
2895 };
2896
2897 # Smaller slower memset()
2898 # Enabling this option causes the implementation of
2899 # the standard memset() routine to reduce code
2900 # size at the expense of execution speed. This
2901 # option is automatically enabled with the use of
2902 # the -Os option to the compiler. Also note that
2903 # the compiler will try to use its own builtin
2904 # version of memset() if possible, ignoring the
2905 # implementation in this package, unless given
2906 # the -fno-builtin compiler option.
2907 #
2908 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET {
2909     # Flavor: bool
2910     # No user value, uncomment the following line to provide one.
2911     # user_value 0
2912     # value_source default
2913     # Default value: 0
2914 };
2915
2916 # Provide empty C++ delete functions
2917 # To deal with virtual destructors, where the correct delete()
2918 # function must be called for the derived class in question, the
2919 # underlying delete is called when needed, from destructors.  This
2920 # is regardless of whether the destructor is called by delete itself.
2921 # So there is a reference to delete() from all destructors.  The
2922 # default builtin delete() attempts to call free() if there is
2923 # one defined.  So, if you have destructors, and you have free(),
2924 # as in malloc() and free(), any destructor counts as a reference
2925 # to free().  So the dynamic memory allocation code is linked
2926 # in regardless of whether it gets explicitly called. This
2927 # increases code and data size needlessly.
2928 # To defeat this undesirable behaviour, we define empty versions
2929 # of delete and delete.  But doing this prevents proper use
2930 # of dynamic memory in C++ programs via C++'s new and delete
2931 # operators.
2932 # Therefore, this option is provided
2933 # for explicitly disabling the provision of these empty functions,
2934 # so that new and delete can be used, if that is what is required.
2935 #
2936 cdl_option CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS {
2937     # Flavor: bool
2938     # No user value, uncomment the following line to provide one.
2939     # user_value 1
2940     # value_source default
2941     # Default value: 1
2942 };
2943
2944 # Provide dummy abort() function
2945 # This option controls the inclusion of a dummy abort() function.
2946 # Parts of the C and C++ compiler runtime systems contain references
2947 # to abort(), particulary in the C++ exception handling code. It is
2948 # not possible to eliminate these references, so this dummy function
2949 # in included to satisfy them. It is not expected that this function
2950 # will ever be called, so its current behaviour is to simply loop.
2951 #
2952 cdl_option CYGFUN_INFRA_DUMMY_ABORT {
2953     # Flavor: bool
2954     # No user value, uncomment the following line to provide one.
2955     # user_value 1
2956     # value_source default
2957     # Default value:  CYGINT_ISO_EXIT == 0 
2958     #     CYGINT_ISO_EXIT == 0
2959     #   --> 1
2960     # Requires: !CYGINT_ISO_EXIT
2961     #     CYGINT_ISO_EXIT == 0
2962     #   --> 1
2963 };
2964
2965 # Provide dummy strlen() function
2966 # This option controls the inclusion of a dummy strlen() function.
2967 # Parts of the C and C++ compiler runtime systems contain references
2968 # to strlen(), particulary in the C++ exception handling code. It is
2969 # not possible to eliminate these references, so this dummy function
2970 # in included to satisfy them. While it is not expected that this function
2971 # will ever be called, it is functional but uses the simplest, smallest
2972 # algorithm. There is a faster version of strlen() in the C library.
2973 #
2974 cdl_option CYGFUN_INFRA_DUMMY_STRLEN {
2975     # Flavor: bool
2976     # No user value, uncomment the following line to provide one.
2977     # user_value 0
2978     # value_source default
2979     # Default value:  CYGINT_ISO_STRING_STRFUNCS == 0 
2980     #     CYGINT_ISO_STRING_STRFUNCS == 1
2981     #   --> 0
2982     # Requires: !CYGINT_ISO_STRING_STRFUNCS
2983     #     CYGINT_ISO_STRING_STRFUNCS == 1
2984     #   --> 0
2985 };
2986
2987 # Make all compiler warnings show as errors
2988 # Enabling this option will cause all compiler warnings to show
2989 # as errors and bring the library build to a halt. This is used
2990 # to ensure that the code base is warning free, and thus ensure
2991 # that newly introduced warnings stand out and get fixed before
2992 # they show up as weird run-time behavior.
2993 #
2994 cdl_option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS {
2995     # Flavor: bool
2996     # No user value, uncomment the following line to provide one.
2997     # user_value 0
2998     # value_source default
2999     # Default value: 0
3000     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
3001     #     CYGBLD_GLOBAL_CFLAGS == "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
3002     #   --> 0
3003 };
3004
3005 # Make compiler and assembler communicate by pipe
3006 # Enabling this option will cause the compiler to feed the
3007 # assembly output the the assembler via a pipe instead of
3008 # via a temporary file. This normally reduces the build
3009 # time.
3010 #
3011 cdl_option CYGBLD_INFRA_CFLAGS_PIPE {
3012     # Flavor: bool
3013     # No user value, uncomment the following line to provide one.
3014     # user_value 0
3015     # value_source default
3016     # Default value: 0
3017     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
3018     #     CYGBLD_GLOBAL_CFLAGS == "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-exceptions -finit-priority -mapcs-frame"
3019     #   --> 0
3020 };
3021
3022 # Infra build options
3023 # Package specific build options including control over
3024 # compiler flags used only in building this package.
3025 #
3026 cdl_component CYGPKG_INFRA_OPTIONS {
3027     # There is no associated value.
3028 };
3029
3030 # >
3031 # Additional compiler flags
3032 # This option modifies the set of compiler flags for
3033 # building the eCos infra package. These flags are used
3034 # in addition to the set of global flags.
3035 #
3036 cdl_option CYGPKG_INFRA_CFLAGS_ADD {
3037     # Flavor: data
3038     # No user value, uncomment the following line to provide one.
3039     # user_value ""
3040     # value_source default
3041     # Default value: ""
3042 };
3043
3044 # Suppressed compiler flags
3045 # This option modifies the set of compiler flags for
3046 # building the eCos infra package. These flags are removed from
3047 # the set of global flags if present.
3048 #
3049 cdl_option CYGPKG_INFRA_CFLAGS_REMOVE {
3050     # Flavor: data
3051     # No user value, uncomment the following line to provide one.
3052     # user_value ""
3053     # value_source default
3054     # Default value: ""
3055 };
3056
3057 # Suppressed linker flags
3058 # This option modifies the set of linker flags for
3059 # building the eCos infra package tests. These flags are removed from
3060 # the set of global flags if present.
3061 #
3062 cdl_option CYGPKG_INFRA_LDFLAGS_REMOVE {
3063     # Flavor: data
3064     # No user value, uncomment the following line to provide one.
3065     # user_value -Wl,--gc-sections
3066     # value_source default
3067     # Default value: -Wl,--gc-sections
3068 };
3069
3070 # Additional linker flags
3071 # This option modifies the set of linker flags for
3072 # building the eCos infra package tests. These flags are added to
3073 # the set of global flags if present.
3074 #
3075 cdl_option CYGPKG_INFRA_LDFLAGS_ADD {
3076     # Flavor: data
3077     # No user value, uncomment the following line to provide one.
3078     # user_value -Wl,--fatal-warnings
3079     # value_source default
3080     # Default value: -Wl,--fatal-warnings
3081 };
3082
3083 # Infra package tests
3084 #
3085 cdl_option CYGPKG_INFRA_TESTS {
3086     # Calculated value:  "tests/cxxsupp" 
3087     # Flavor: data
3088     # Current_value: tests/cxxsupp
3089 };
3090
3091 # <
3092 # <
3093 # Redboot ROM monitor
3094 # doc: ref/redboot.html
3095 # This package supports the Redboot [stand-alone debug monitor]
3096 # using eCos as the underlying board support mechanism.
3097 #
3098 cdl_package CYGPKG_REDBOOT {
3099     # Packages cannot be added or removed, nor can their version be changed,
3100     # simply by editing their value. Instead the appropriate configuration
3101     # should be used to perform these actions.
3102
3103     # This value cannot be modified here.
3104     # Flavor: booldata
3105     # Current value: 1 current
3106
3107     # The following properties are affected by this value
3108     # component CYGPKG_REDBOOT_ARM_OPTIONS
3109     #     ActiveIf: CYGPKG_REDBOOT
3110     # component CYGPKG_REDBOOT_XSCALE_OPTIONS
3111     #     ActiveIf: CYGPKG_REDBOOT
3112     # component CYGPKG_REDBOOT_HAL_OPTIONS
3113     #     ActiveIf: CYGPKG_REDBOOT
3114 };
3115
3116 # >
3117 # Include support for ELF file format
3118 #
3119 cdl_option CYGSEM_REDBOOT_ELF {
3120     # Flavor: bool
3121     # No user value, uncomment the following line to provide one.
3122     # user_value 1
3123     # value_source default
3124     # Default value: 1
3125 };
3126
3127 # Methods of loading images using redboot
3128 #
3129 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
3130     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM, active, enabled
3131     # Implemented by CYGPKG_REDBOOT_NETWORKING, inactive, enabled
3132     # This value cannot be modified here.
3133     # Flavor: data
3134     # Current_value: 1
3135
3136     # The following properties are affected by this value
3137     # component CYGBLD_BUILD_REDBOOT
3138     #     Requires: CYGINT_REDBOOT_LOAD_METHOD
3139 };
3140
3141 # Build Redboot ROM ELF image
3142 # This option enables the building of the Redboot ELF image.
3143 # The image may require further relocation or symbol
3144 # stripping before being converted to a binary image.
3145 # This is handled by a rule in the target CDL.
3146 #
3147 cdl_component CYGBLD_BUILD_REDBOOT {
3148     # Flavor: bool
3149     user_value 1
3150     # value_source user
3151     # Default value: 0
3152     # Requires: CYGPKG_INFRA
3153     #     CYGPKG_INFRA == current
3154     #   --> 1
3155     # Requires: CYGPKG_ISOINFRA
3156     #     CYGPKG_ISOINFRA == current
3157     #   --> 1
3158     # Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
3159     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
3160     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 1
3161     #   --> 1
3162     # Requires:  !CYGINT_HAL_DEBUG_GDB_STUBS || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
3163     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
3164     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 1
3165     #   --> 1
3166     # Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
3167     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
3168     #   --> 1
3169     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
3170     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
3171     #   --> 1
3172     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
3173     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
3174     #   --> 1
3175     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
3176     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
3177     #   --> 1
3178     # Requires: CYGINT_ISO_STRING_MEMFUNCS
3179     #     CYGINT_ISO_STRING_MEMFUNCS == 1
3180     #   --> 1
3181     # Requires: CYGINT_ISO_STRING_STRFUNCS
3182     #     CYGINT_ISO_STRING_STRFUNCS == 1
3183     #   --> 1
3184     # Requires: CYGINT_REDBOOT_LOAD_METHOD
3185     #     CYGINT_REDBOOT_LOAD_METHOD == 1
3186     #   --> 1
3187
3188     # The following properties are affected by this value
3189     # option CYGBLD_BUILD_REDBOOT_BIN
3190     #     ActiveIf: CYGBLD_BUILD_REDBOOT
3191 };
3192
3193 # >
3194 # Threads debugging support
3195 # Enabling this option will include special code in the GDB stubs to
3196 # support debugging of threaded programs.  In the case of eCos programs,
3197 # this support allows GDB to have complete access to the eCos threads
3198 # in the program.
3199 #
3200 cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
3201     # ActiveIf constraint:  CYG_HAL_STARTUP != "RAM" 
3202     #     CYG_HAL_STARTUP == ROM
3203     #   --> 1
3204
3205     # Flavor: bool
3206     # No user value, uncomment the following line to provide one.
3207     # user_value 0
3208     # value_source default
3209     # Default value: 0
3210     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
3211     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
3212     #   --> 1
3213 };
3214
3215 # Customized version string
3216 # Use this option to define a customized version "string" for
3217 # RedBoot.  Note: this value is only cosmetic, displayed by the
3218 # "version" command, but is useful for providing site specific
3219 # information about the RedBoot configuration.
3220 #
3221 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
3222     # Flavor: booldata
3223     user_value 1 3.2
3224     # value_source user
3225     # Default value: 0 0
3226 };
3227
3228 # Enable command line editing
3229 # If this option is non-zero, RedBoot will remember the last N command
3230 # lines.  These lines may be reused.  Enabling this history will also
3231 # enable rudimentary editting of the lines themselves.
3232 #
3233 cdl_option CYGNUM_REDBOOT_CMD_LINE_EDITING {
3234     # Flavor: data
3235     # No user value, uncomment the following line to provide one.
3236     # user_value 16
3237     # value_source default
3238     # Default value: 16
3239 };
3240
3241 # Include support gzip/zlib decompression
3242 #
3243 cdl_option CYGBLD_BUILD_REDBOOT_WITH_ZLIB {
3244     # This option is not active
3245     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
3246     #     CYGPKG_COMPRESS_ZLIB (unknown) == 0
3247     #   --> 0
3248
3249     # Flavor: bool
3250     # No user value, uncomment the following line to provide one.
3251     # user_value 1
3252     # value_source default
3253     # Default value: 1
3254
3255     # The following properties are affected by this value
3256     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
3257     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
3258 };
3259
3260 # Include support for xyzModem downloads
3261 # doc: ref/download-command.html
3262 #
3263 cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
3264     # Flavor: bool
3265     # No user value, uncomment the following line to provide one.
3266     # user_value 1
3267     # value_source default
3268     # Default value: 1
3269 };
3270
3271 # Include MS Windows CE support
3272 # doc: ref/wince.html
3273 # This option enables MS Windows CE EShell support
3274 # and Windows CE .BIN images support
3275 #
3276 cdl_option CYGBLD_BUILD_REDBOOT_WITH_WINCE_SUPPORT {
3277     # Flavor: bool
3278     user_value 1
3279     # value_source user
3280     # Default value: 0
3281 };
3282
3283 # Include POSIX checksum command
3284 # doc: ref/cksum-command.html
3285 #
3286 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
3287     # Flavor: bool
3288     # No user value, uncomment the following line to provide one.
3289     # user_value 1
3290     # value_source default
3291     # Default value: 1
3292 };
3293
3294 # Include memory fill command
3295 # doc: ref/mfill-command.html
3296 #
3297 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
3298     # Flavor: bool
3299     # No user value, uncomment the following line to provide one.
3300     # user_value 1
3301     # value_source default
3302     # Default value: 1
3303 };
3304
3305 # Include memory compare command
3306 # doc: ref/mcmp-command.html
3307 #
3308 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
3309     # Flavor: bool
3310     # No user value, uncomment the following line to provide one.
3311     # user_value 1
3312     # value_source default
3313     # Default value: 1
3314 };
3315
3316 # Include memory dump command
3317 # doc: ref/dump-command.html
3318 #
3319 cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
3320     # Flavor: bool
3321     # No user value, uncomment the following line to provide one.
3322     # user_value 1
3323     # value_source default
3324     # Default value: 1
3325 };
3326
3327 # Include cache command
3328 # doc: ref/cache-command.html
3329 #
3330 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
3331     # Flavor: bool
3332     # No user value, uncomment the following line to provide one.
3333     # user_value 1
3334     # value_source default
3335     # Default value: 1
3336 };
3337
3338 # Include exec command
3339 # doc: ref/exec-command.html
3340 #
3341 cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
3342     # Flavor: bool
3343     # No user value, uncomment the following line to provide one.
3344     # user_value 1
3345     # value_source default
3346     # Default value: 1
3347
3348     # The following properties are affected by this value
3349     # component CYGPKG_REDBOOT_ARM_LINUX_EXEC
3350     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_EXEC
3351 };
3352
3353 # Redboot Networking
3354 # This option includes networking support in RedBoot.
3355 #
3356 cdl_component CYGPKG_REDBOOT_NETWORKING {
3357     # This option is not active
3358     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
3359     #     CYGPKG_IO_ETH_DRIVERS (unknown) == 0
3360     #   --> 0
3361
3362     # Flavor: bool
3363     # No user value, uncomment the following line to provide one.
3364     # user_value 1
3365     # value_source default
3366     # Default value: 1
3367 };
3368
3369 # >
3370 # Print net debug information
3371 # This option is overriden by the configuration stored in flash.
3372 #
3373 cdl_option CYGDBG_REDBOOT_NET_DEBUG {
3374     # This option is not active
3375     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3376
3377     # Flavor: bool
3378     # No user value, uncomment the following line to provide one.
3379     # user_value 0
3380     # value_source default
3381     # Default value: 0
3382 };
3383
3384 # Support HTTP for download
3385 # This option enables the use of the HTTP protocol for download
3386 #
3387 cdl_option CYGSEM_REDBOOT_NET_HTTP_DOWNLOAD {
3388     # This option is not active
3389     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3390
3391     # Flavor: bool
3392     # No user value, uncomment the following line to provide one.
3393     # user_value 1
3394     # value_source default
3395     # Default value: 1
3396 };
3397
3398 # Default IP address
3399 # This IP address is the default used by RedBoot if a BOOTP/DHCP
3400 # server does not respond. The numbers should be separated by
3401 # *commas*, and not dots. If an IP address is configured into
3402 # the Flash configuration, that will be used in preference.
3403 #
3404 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR {
3405     # This option is not active
3406     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3407
3408     # Flavor: booldata
3409     # No user value, uncomment the following line to provide one.
3410     # user_value 0 0
3411     # value_source default
3412     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
3413     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3414     #   --> 0 0
3415 };
3416
3417 # >
3418 # Do not try to use BOOTP
3419 # By default Redboot tries to use BOOTP to get an IP
3420 # address. If there's no BOOTP server on your network
3421 # use this option to avoid to wait until the
3422 # timeout. This option is overriden by the
3423 # configuration stored in flash.
3424 #
3425 cdl_option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP {
3426     # This option is not active
3427     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is not active
3428     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
3429
3430     # Flavor: bool
3431     # No user value, uncomment the following line to provide one.
3432     # user_value 0
3433     # value_source default
3434     # Default value: 0
3435 };
3436
3437 # <
3438 # Use DHCP to get IP information
3439 # Use DHCP protocol to obtain pertinent IP addresses, such 
3440 # as the client, server, gateway, etc.
3441 #
3442 cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP {
3443     # This option is not active
3444     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3445
3446     # Flavor: bool
3447     # No user value, uncomment the following line to provide one.
3448     # user_value 1
3449     # value_source default
3450     # Default value: 1
3451 };
3452
3453 # Use a gateway for non-local IP traffic
3454 # Enabling this option will allow the RedBoot networking
3455 # stack to use a [single] gateway to reach a non-local
3456 # IP address.  If disabled, RedBoot will only be able to
3457 # reach nodes on the same subnet.
3458 #
3459 cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY {
3460     # This option is not active
3461     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3462
3463     # Flavor: bool
3464     # No user value, uncomment the following line to provide one.
3465     # user_value 1
3466     # value_source default
3467     # Default value: 1
3468 };
3469
3470 # >
3471 # Default gateway IP address
3472 # This IP address is the default used by RedBoot if a BOOTP/DHCP
3473 # server does not respond. The numbers should be separated by
3474 # *commas*, and not dots. If an IP address is configured into
3475 # the Flash configuration, that will be used in preference.
3476 #
3477 cdl_component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR {
3478     # This option is not active
3479     # The parent CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY is not active
3480
3481     # Flavor: booldata
3482     # No user value, uncomment the following line to provide one.
3483     # user_value 0 0
3484     # value_source default
3485     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
3486     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3487     #   --> 0 0
3488 };
3489
3490 # Default IP address mask
3491 # This IP address mask is the default used by RedBoot if a BOOTP/DHCP
3492 # server does not respond. The numbers should be separated by
3493 # *commas*, and not dots. If an IP address is configured into
3494 # the Flash configuration, that will be used in preference.
3495 #
3496 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK {
3497     # This option is not active
3498     # The parent CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY is not active
3499
3500     # Flavor: booldata
3501     # No user value, uncomment the following line to provide one.
3502     # user_value 0 0
3503     # value_source default
3504     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
3505     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3506     #   --> 0 0
3507 };
3508
3509 # <
3510 # TCP port to listen for incoming connections
3511 # RedBoot will 'listen' on this port for incoming TCP connections.
3512 # This allows outside connections to be made to the platform, either
3513 # for GDB or RedBoot commands.
3514 #
3515 cdl_option CYGNUM_REDBOOT_NETWORKING_TCP_PORT {
3516     # This option is not active
3517     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3518
3519     # Flavor: data
3520     # No user value, uncomment the following line to provide one.
3521     # user_value 9000
3522     # value_source default
3523     # Default value: 9000
3524 };
3525
3526 # Number of [network] packet buffers
3527 # RedBoot may need to buffer network data to support various connections.
3528 # This option allows control over the number of such buffered packets,
3529 # and in turn, controls the amount of memory used by RedBoot (which
3530 # is not available to user applications).  Each packet buffer takes up
3531 # about 1514 bytes.  Note: there is little need to make this larger
3532 # than the default.
3533 #
3534 cdl_option CYGNUM_REDBOOT_NETWORKING_MAX_PKTBUF {
3535     # This option is not active
3536     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3537
3538     # Flavor: data
3539     # No user value, uncomment the following line to provide one.
3540     # user_value 4
3541     # value_source default
3542     # Default value: 4
3543     # Legal values: 3 to 8
3544 };
3545
3546 # DNS support
3547 # When this option is enabled, RedBoot will be built with
3548 # support for DNS, allowing use of hostnames on the command
3549 # line.
3550 #
3551 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
3552     # This option is not active
3553     # The parent CYGPKG_REDBOOT_NETWORKING is not active
3554
3555     # Flavor: bool
3556     # No user value, uncomment the following line to provide one.
3557     # user_value 1
3558     # value_source default
3559     # Default value: 1
3560     # Requires: CYGPKG_NS_DNS
3561     #     CYGPKG_NS_DNS == current
3562     #   --> 1
3563     # Requires: !CYGPKG_NS_DNS_BUILD
3564     #     CYGPKG_NS_DNS_BUILD == 0
3565     #   --> 1
3566 };
3567
3568 # >
3569 # Default DNS IP
3570 # This option sets the IP of the default DNS. The IP can be
3571 # changed at runtime as well.
3572 #
3573 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_IP {
3574     # This option is not active
3575     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
3576     # ActiveIf constraint: !CYGSEM_REDBOOT_FLASH_CONFIG
3577     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
3578     #   --> 0
3579
3580     # Flavor: data
3581     # No user value, uncomment the following line to provide one.
3582     # user_value 0.0.0.0
3583     # value_source default
3584     # Default value: 0.0.0.0
3585 };
3586
3587 # Timeout in DNS lookup
3588 # This option sets the timeout used when looking up an
3589 # address via the DNS. Default is 10 seconds.
3590 #
3591 cdl_option CYGNUM_REDBOOT_NETWORKING_DNS_TIMEOUT {
3592     # This option is not active
3593     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
3594
3595     # Flavor: data
3596     # No user value, uncomment the following line to provide one.
3597     # user_value 10
3598     # value_source default
3599     # Default value: 10
3600 };
3601
3602 # <
3603 # <
3604 # Allow RedBoot to use any I/O channel for its console.
3605 # If this option is enabled then RedBoot will attempt to use all
3606 # defined serial I/O channels for its console device.  Once input
3607 # arrives at one of these channels then the console will use only
3608 # that port.
3609 #
3610 cdl_option CYGPKG_REDBOOT_ANY_CONSOLE {
3611     # Flavor: bool
3612     user_value 0
3613     # value_source user
3614     # Default value: 1
3615 };
3616
3617 # Allow RedBoot to adjust the baud rate on the serial console.
3618 # If this option is enabled then RedBoot will support commands to set
3619 # and query the baud rate on the selected console.
3620 #
3621 cdl_option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE {
3622     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
3623     #     CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT == 1
3624     #   --> 1
3625
3626     # Flavor: bool
3627     # No user value, uncomment the following line to provide one.
3628     # user_value 1
3629     # value_source default
3630     # Default value: 1
3631 };
3632
3633 # Maximum command line length
3634 # This option allows control over how long the CLI command line
3635 # should be.  This space will be allocated statically
3636 # rather than from RedBoot's stack.
3637 #
3638 cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE {
3639     # Flavor: data
3640     # No user value, uncomment the following line to provide one.
3641     # user_value 256
3642     # value_source default
3643     # Default value: 256
3644 };
3645
3646 # Command processing idle timeout (ms)
3647 # This option controls the timeout period before the
3648 # command processing is considered 'idle'.  Making this
3649 # number smaller will cause idle processing to take place
3650 # more often, etc.  The default value of 10ms is a reasonable
3651 # tradeoff between responsiveness and overhead.
3652 #
3653 cdl_option CYGNUM_REDBOOT_CLI_IDLE_TIMEOUT {
3654     # Flavor: data
3655     # No user value, uncomment the following line to provide one.
3656     # user_value 10
3657     # value_source default
3658     # Default value: 10
3659 };
3660
3661 # Size of zlib decompression buffer
3662 # This is the size of the buffer filled with incoming data
3663 # during load before calls are made to the decompressor
3664 # function. For ethernet downloads this can be made bigger
3665 # (at the cost of memory), but for serial downloads on slow
3666 # processors it may be necessary to reduce the size to
3667 # avoid serial overruns. zlib appears to bail out if less than
3668 # five bytes are available initially so this is the minimum.
3669 #
3670 cdl_option CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER {
3671     # This option is not active
3672     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
3673     #     CYGPKG_COMPRESS_ZLIB (unknown) == 0
3674     #   --> 0
3675
3676     # Flavor: data
3677     # No user value, uncomment the following line to provide one.
3678     # user_value 64
3679     # value_source default
3680     # Default value: 64
3681     # Legal values: 5 to 256
3682 };
3683
3684 # Validate RAM addresses during load
3685 # This option controls whether or not RedBoot will make sure that
3686 # memory being used by the "load" command is in fact in user RAM.
3687 # Leaving the option enabled makes for a safer environment, but this
3688 # check may not be valid on all platforms, thus the ability to
3689 # disable it.  ** Disable this only with great care **
3690 #
3691 cdl_option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS {
3692     # Flavor: bool
3693     # No user value, uncomment the following line to provide one.
3694     # user_value 1
3695     # value_source default
3696     # Default value: 1
3697 };
3698
3699 # Allow RedBoot to support FLASH programming
3700 # If this option is enabled then RedBoot will provide commands
3701 # to manage images in FLASH memory.  These images can be loaded
3702 # into memory for execution or executed in place.
3703 #
3704 cdl_component CYGPKG_REDBOOT_FLASH {
3705     # ActiveIf constraint: CYGHWR_IO_FLASH_DEVICE
3706     #     CYGHWR_IO_FLASH_DEVICE == 1
3707     #   --> 1
3708
3709     # Flavor: bool
3710     # No user value, uncomment the following line to provide one.
3711     # user_value 1
3712     # value_source default
3713     # Default value: 1
3714 };
3715
3716 # >
3717 # Minimum image size
3718 # This option controls the minimum length of images kept by
3719 # the FIS.  In particular, it should be large enough to hold
3720 # the RedBoot primary image itself, as well as be a natural
3721 # multiple of the FLASH erase block size.
3722 #
3723 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
3724     # Flavor: data
3725     user_value 0x00040000
3726     # value_source user
3727     # Default value: 0x00020000
3728 };
3729
3730 # Offset from start of FLASH to RedBoot boot image
3731 # This option controls where the RedBoot boot image is located
3732 # relative to the start of FLASH.
3733 #
3734 cdl_option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET {
3735     # Flavor: data
3736     # No user value, uncomment the following line to provide one.
3737     # user_value 0
3738     # value_source default
3739     # Default value: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
3740     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
3741     #   --> 0
3742     # Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
3743     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
3744     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
3745     #   --> 1
3746
3747     # The following properties are affected by this value
3748     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
3749     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
3750     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
3751     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
3752 };
3753
3754 # Size of reserved area at start of FLASH
3755 # This option reserves an area at the start of FLASH where RedBoot
3756 # will never interfere; it is expected that this area contains
3757 # (non-RedBoot-based) POST code or some other boot monitor that
3758 # executes before RedBoot.
3759 #
3760 cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_BASE {
3761     # Flavor: data
3762     # No user value, uncomment the following line to provide one.
3763     # user_value 0
3764     # value_source default
3765     # Default value: 0
3766
3767     # The following properties are affected by this value
3768     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
3769     #     DefaultValue: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
3770     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
3771     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
3772     # option CYGOPT_REDBOOT_FIS_RESERVED_BASE
3773     #     ActiveIf:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
3774 };
3775
3776 # RedBoot Flash Image System support
3777 # doc: ref/flash-image-system.html
3778 # This option enables the Flash Image System commands
3779 # and support within RedBoot.  If disabled, simple Flash
3780 # access commands such as "fis write" will still exist.
3781 # This option would be disabled for targets that need simple
3782 # FLASH manipulation, but do not have the need or space for
3783 # complete image management.
3784 #
3785 cdl_option CYGOPT_REDBOOT_FIS {
3786     # Flavor: bool
3787     # No user value, uncomment the following line to provide one.
3788     # user_value 1
3789     # value_source default
3790     # Default value: 1
3791
3792     # The following properties are affected by this value
3793     # component CYGPKG_REDBOOT_FIS_CONTENTS
3794     #     ActiveIf: CYGOPT_REDBOOT_FIS
3795     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
3796     #     ActiveIf: CYGOPT_REDBOOT_FIS
3797     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
3798     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
3799 };
3800
3801 # Flash Image System default directory contents
3802 #
3803 cdl_component CYGPKG_REDBOOT_FIS_CONTENTS {
3804     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
3805     #     CYGOPT_REDBOOT_FIS == 1
3806     #   --> 1
3807
3808     # Calculated value: 1
3809     # Flavor: bool
3810     # Current value: 1
3811 };
3812
3813 # >
3814 # Flash block containing the Directory
3815 # Which block of flash should hold the directory 
3816 # information. Positive numbers are absolute block numbers. 
3817 # Negative block numbers count backwards from the last block.
3818 # eg 2 means block 2, -2 means the last but one block.
3819 #
3820 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK {
3821     # Flavor: data
3822     # No user value, uncomment the following line to provide one.
3823     # user_value -1
3824     # value_source default
3825     # Default value: -1
3826 };
3827
3828 # Pseudo-file to describe reserved area
3829 # If an area of FLASH is reserved, it is informative to
3830 # have a fis entry describing it.  This option controls
3831 # creation of such an entry by default in the fis init
3832 # command.
3833 #
3834 cdl_option CYGOPT_REDBOOT_FIS_RESERVED_BASE {
3835     # This option is not active
3836     # ActiveIf constraint:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
3837     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
3838     #   --> 0
3839
3840     # Flavor: bool
3841     # No user value, uncomment the following line to provide one.
3842     # user_value 1
3843     # value_source default
3844     # Default value: 1
3845 };
3846
3847 # File to describe RedBoot boot image
3848 # Normally a ROM-startup RedBoot image is first in the
3849 # FLASH, and the system boots using that image.  This
3850 # option controls creation of an entry describing it in
3851 # the fis init command.  It might be disabled if a
3852 # platform has an immutable boot image of its own, where
3853 # we use a POST-startup RedBoot instead, which performs
3854 # less board initialization.
3855 #
3856 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT {
3857     # Flavor: bool
3858     # No user value, uncomment the following line to provide one.
3859     # user_value 1
3860     # value_source default
3861     # Default value: 1
3862
3863     # The following properties are affected by this value
3864     # component CYGOPT_REDBOOT_FIS_REDBOOT_POST
3865     #     DefaultValue: !CYGOPT_REDBOOT_FIS_REDBOOT
3866 };
3867
3868 # File to describe RedBoot POST-compatible image
3869 # This option controls creation of an entry describing a
3870 # POST-startup RedBoot image in the fis init command.
3871 # Not all platforms support POST-startup.  A platform
3872 # might have both for testing purposes, where the
3873 # eventual user would substitute their own POST code for
3874 # the initial ROM-startup RedBoot, and then jump to the
3875 # POST-compatible RedBoot immediately following.
3876 #
3877 cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST {
3878     # Flavor: bool
3879     # No user value, uncomment the following line to provide one.
3880     # user_value 0
3881     # value_source default
3882     # Default value: !CYGOPT_REDBOOT_FIS_REDBOOT
3883     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
3884     #   --> 0
3885 };
3886
3887 # >
3888 # Offset of POST image from FLASH start
3889 # This option specifies the offset for a POST image from
3890 # the start of FLASH.  If unset, then the fis entry
3891 # describing the POST image will be placed where
3892 # convenient.
3893 #
3894 cdl_option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET {
3895     # This option is not active
3896     # The parent CYGOPT_REDBOOT_FIS_REDBOOT_POST is disabled
3897
3898     # Flavor: booldata
3899     # No user value, uncomment the following line to provide one.
3900     # user_value 0 0
3901     # value_source default
3902     # Default value: 0 0
3903     # Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
3904     #     CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET == 0
3905     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
3906     #   --> 1
3907
3908     # The following properties are affected by this value
3909     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
3910     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
3911 };
3912
3913 # <
3914 # File to describe RedBoot backup image
3915 # This option controls creation of an entry describing a
3916 # backup RedBoot image in the fis init command.
3917 # Conventionally a RAM-startup RedBoot image is kept
3918 # under this name for use in updating the ROM-based
3919 # RedBoot that boots the board.
3920 #
3921 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {
3922     # Flavor: bool
3923     # No user value, uncomment the following line to provide one.
3924     # user_value 0
3925     # value_source default
3926     # Default value: 0
3927 };
3928
3929 # Include ARM SIB ID in FIS
3930 # If set, this option will cause the last 5 words of
3931 # the FIS to include the special ID needed for the
3932 # flash to be recognized as a reserved area for RedBoot
3933 # by an ARM BootRom monitor.
3934 #
3935 cdl_option CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID {
3936     # Flavor: bool
3937     # No user value, uncomment the following line to provide one.
3938     # user_value 0
3939     # value_source default
3940     # Default value: 0
3941 };
3942
3943 # Size of FIS directory entry
3944 # The FIS directory is limited to one single flash
3945 # sector. If your flash has tiny sectors, you may wish
3946 # to reduce this value in order to get more slots in
3947 # the FIS directory.
3948 #
3949 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_SIZE {
3950     # Flavor: data
3951     # No user value, uncomment the following line to provide one.
3952     # user_value 256
3953     # value_source default
3954     # Default value: 256
3955 };
3956
3957 # <
3958 # Keep RedBoot configuration data in FLASH
3959 # When this option is enabled, RedBoot will keep configuration
3960 # data in a separate block of FLASH memory.  This data will
3961 # include such items as the node IP address or startup scripts.
3962 #
3963 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
3964     # Flavor: bool
3965     # No user value, uncomment the following line to provide one.
3966     # user_value 1
3967     # value_source default
3968     # Default value: 1
3969
3970     # The following properties are affected by this value
3971     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR
3972     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
3973     # component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR
3974     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
3975     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK
3976     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
3977     # option CYGPKG_REDBOOT_NETWORKING_DNS_IP
3978     #     ActiveIf: !CYGSEM_REDBOOT_FLASH_CONFIG
3979     # option CYGFUN_REDBOOT_BOOT_SCRIPT
3980     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
3981 };
3982
3983 # >
3984 # Length of configuration data in FLASH
3985 # This option is used to control the amount of memory and FLASH
3986 # to be used for configuration options (persistent storage).
3987 #
3988 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_SIZE {
3989     # Flavor: data
3990     # No user value, uncomment the following line to provide one.
3991     # user_value 4096
3992     # value_source default
3993     # Default value: 4096
3994 };
3995
3996 # Merged config data and FIS directory
3997 # If this option is set, then the FIS directory and FLASH 
3998 # configuration database will be stored in the same physical
3999 # FLASH block.
4000 #
4001 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
4002     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
4003     #     CYGOPT_REDBOOT_FIS == 1
4004     #   --> 1
4005
4006     # Flavor: bool
4007     # No user value, uncomment the following line to provide one.
4008     # user_value 0
4009     # value_source default
4010     # Default value: 0
4011 };
4012
4013 # Which block of flash to use
4014 # Which block of flash should hold the configuration 
4015 # information. Positive numbers are absolute block numbers. 
4016 # Negative block numbers count backwards from the last block.
4017 # eg 2 means block 2, -2 means the last but one block.
4018 #
4019 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_BLOCK {
4020     # Flavor: data
4021     # No user value, uncomment the following line to provide one.
4022     # user_value -2
4023     # value_source default
4024     # Default value: -2
4025 };
4026
4027 # Support simple macros/aliases in FLASH
4028 # This option is used to allow support for simple text-based
4029 # macros (aliases).  These aliases are kept in the FLASH
4030 # configuration data (persistent storage).
4031 #
4032 cdl_option CYGSEM_REDBOOT_FLASH_ALIASES {
4033     # Flavor: bool
4034     # No user value, uncomment the following line to provide one.
4035     # user_value 1
4036     # value_source default
4037     # Default value: 1
4038 };
4039
4040 # Length of strings in FLASH configuration data
4041 # This option is used to control the amount of memory and FLASH
4042 # to be used for string configuration options (persistent storage).
4043 #
4044 cdl_option CYGNUM_REDBOOT_FLASH_STRING_SIZE {
4045     # Flavor: data
4046     # No user value, uncomment the following line to provide one.
4047     # user_value 128
4048     # value_source default
4049     # Default value: 128
4050 };
4051
4052 # Length of configuration script(s) in FLASH
4053 # This option is used to control the amount of memory and FLASH
4054 # to be used for configuration options (persistent storage).
4055 #
4056 cdl_option CYGNUM_REDBOOT_FLASH_SCRIPT_SIZE {
4057     # Flavor: data
4058     # No user value, uncomment the following line to provide one.
4059     # user_value 512
4060     # value_source default
4061     # Default value: 512
4062 };
4063
4064 # Fallback to read-only FLASH configuration
4065 # This option will cause the configuration information to
4066 # revert to the readonly information stored in the FLASH.
4067 # The option only takes effect after 
4068 # 1) the config_ok flag has been set to be true,
4069 # indicating that at one time the copy in RAM was valid;
4070 # and
4071 # 2) the information in RAM has been verified to be invalid
4072 #
4073 cdl_option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK {
4074     # Flavor: bool
4075     # No user value, uncomment the following line to provide one.
4076     # user_value 1
4077     # value_source default
4078     # Default value: 1
4079 };
4080
4081 # <
4082 # Keep all RedBoot FLASH data blocks locked.
4083 # When this option is enabled, RedBoot will keep configuration
4084 # data and the FIS directory blocks implicitly locked.  While
4085 # this is somewhat safer, it does add overhead during updates.
4086 #
4087 cdl_option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL {
4088     # ActiveIf constraint:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
4089     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 1
4090     #   --> 1
4091
4092     # Flavor: bool
4093     # No user value, uncomment the following line to provide one.
4094     # user_value 1
4095     # value_source default
4096     # Default value: 1
4097 };
4098
4099 # Use CRC checksums on FIS images.
4100 # When this option is enabled, RedBoot will use CRC checksums
4101 # when reading and writing flash images.
4102 #
4103 cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
4104     # Flavor: bool
4105     # No user value, uncomment the following line to provide one.
4106     # user_value 1
4107     # value_source default
4108     # Default value: 1
4109 };
4110
4111 # ARM FLASH drivers support SIB flash block structure
4112 # This interface is implemented by a flash driver
4113 # to indicate that it supports the ARM SIB flash
4114 # block structure
4115 #
4116 cdl_interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED {
4117     # No options implement this inferface
4118     # ActiveIf constraint: CYGPKG_HAL_ARM
4119     #     CYGPKG_HAL_ARM == current
4120     #   --> 1
4121
4122     # This value cannot be modified here.
4123     # Flavor: data
4124     # Current_value: 0
4125
4126     # The following properties are affected by this value
4127     # option CYGHWR_REDBOOT_ARM_FLASH_SIB
4128     #     ActiveIf: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
4129 };
4130
4131 # Use ARM SIB flash block structure
4132 # This option is used to interpret ARM Flash System information
4133 # blocks.
4134 #
4135 cdl_option CYGHWR_REDBOOT_ARM_FLASH_SIB {
4136     # This option is not active
4137     # ActiveIf constraint: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
4138     #     CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED == 0
4139     #   --> 0
4140
4141     # Flavor: bool
4142     # No user value, uncomment the following line to provide one.
4143     # user_value 1
4144     # value_source default
4145     # Default value: 1
4146 };
4147
4148 # <
4149 # Allow RedBoot to support disks
4150 # If this option is enabled then RedBoot will provide commands
4151 # to load disk files.
4152 #
4153 cdl_component CYGPKG_REDBOOT_DISK {
4154     # ActiveIf constraint:  CYGINT_HAL_PLF_IF_IDE != 0 
4155     #     CYGINT_HAL_PLF_IF_IDE == 1
4156     #   --> 1
4157
4158     # Flavor: bool
4159     user_value 1
4160     # value_source user
4161     # Default value: 1
4162 };
4163
4164 # >
4165 # Maximum number of supported disks
4166 # This option controls the number of disks supported by RedBoot.
4167 #
4168 cdl_option CYGNUM_REDBOOT_MAX_DISKS {
4169     # Flavor: data
4170     user_value 1
4171     # value_source user
4172     # Default value: 4
4173 };
4174
4175 # Maximum number of partitions per disk
4176 # This option controls the maximum number of supported partitions per disk.
4177 #
4178 cdl_option CYGNUM_REDBOOT_MAX_PARTITIONS {
4179     # Flavor: data
4180     user_value 4
4181     # value_source user
4182     # Default value: 8
4183 };
4184
4185 # Support IDE disks.
4186 # When this option is enabled, RedBoot will support IDE disks.
4187 #
4188 cdl_component CYGSEM_REDBOOT_DISK_IDE {
4189     # Flavor: bool
4190     # No user value, uncomment the following line to provide one.
4191     # user_value 1
4192     # value_source default
4193     # Default value: 1
4194 };
4195
4196 # Support Linux second extended filesystems.
4197 # When this option is enabled, RedBoot will support IDE disks.
4198 #
4199 cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
4200     # Flavor: bool
4201     # No user value, uncomment the following line to provide one.
4202     # user_value 1
4203     # value_source default
4204     # Default value: 1
4205 };
4206
4207 # Support ISO9660 filesystems.
4208 # When this option is enabled, RedBoot will support ISO9660 filesystems.
4209 #
4210 cdl_component CYGSEM_REDBOOT_DISK_ISO9660 {
4211     # Calculated value: 0
4212     # Flavor: bool
4213     # Current value: 0
4214 };
4215
4216 # <
4217 # Boot scripting
4218 # doc: ref/persistent-state-flash.html
4219 # This contains options related to RedBoot's boot script
4220 # functionality.
4221 #
4222 cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
4223     # There is no associated value.
4224 };
4225
4226 # >
4227 # Boot scripting enabled
4228 # This option controls whether RedBoot boot script
4229 # functionality is enabled.
4230 #
4231 cdl_option CYGFUN_REDBOOT_BOOT_SCRIPT {
4232     # ActiveIf constraint:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
4233     #     CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT == 0
4234     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4235     #   --> 1
4236
4237     # Calculated value: 1
4238     # Flavor: bool
4239     # Current value: 1
4240 };
4241
4242 # Use default RedBoot boot script
4243 # If enabled, this option will tell RedBoot to use the value of
4244 # this option as a default boot script.
4245 #
4246 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT {
4247     # Flavor: booldata
4248     # No user value, uncomment the following line to provide one.
4249     # user_value 0 0
4250     # value_source default
4251     # Default value: 0 0
4252
4253     # The following properties are affected by this value
4254     # option CYGFUN_REDBOOT_BOOT_SCRIPT
4255     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
4256 };
4257
4258 # Resolution (in ms) for script timeout value.
4259 # This option controls the resolution of the script timeout.
4260 # The value is specified in milliseconds (ms), thus to have the
4261 # script timeout be defined in terms of tenths of seconds, use 100.
4262 #
4263 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_TIMEOUT_RESOLUTION {
4264     # Flavor: data
4265     # No user value, uncomment the following line to provide one.
4266     # user_value 10
4267     # value_source default
4268     # Default value: 10
4269 };
4270
4271 # Script default timeout value
4272 # This option is used to set the default timeout for startup
4273 # scripts, when they are enabled.
4274 #
4275 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT {
4276     # Flavor: data
4277     # No user value, uncomment the following line to provide one.
4278     # user_value 100
4279     # value_source default
4280     # Default value: 100
4281 };
4282
4283 # <
4284 # Behave like a ROM monitor
4285 # Enabling this option will allow RedBoot to provide ROM monitor-style
4286 # services to programs which it executes.
4287 #
4288 cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
4289     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
4290     #     CYG_HAL_STARTUP == ROM
4291     #     CYG_HAL_STARTUP == ROM
4292     #   --> 1
4293
4294     # Calculated value: 1
4295     # Flavor: bool
4296     # Current value: 1
4297     # Requires: CYGSEM_HAL_ROM_MONITOR
4298     #     CYGSEM_HAL_ROM_MONITOR == 1
4299     #   --> 1
4300 };
4301
4302 # Allow RedBoot to handle GNUPro application 'syscalls'.
4303 # If this option is enabled then RedBoot will install a syscall handler
4304 # to support debugging of applications based on GNUPro newlib/bsp.
4305 #
4306 cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS {
4307     # Flavor: bool
4308     # No user value, uncomment the following line to provide one.
4309     # user_value 0
4310     # value_source default
4311     # Default value: 0
4312
4313     # The following properties are affected by this value
4314     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
4315     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
4316     # option CYGPKG_HAL_GDB_FILEIO
4317     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
4318 };
4319
4320 # >
4321 # Support additional syscalls for 'gprof' profiling
4322 # Support additional syscalls to support a periodic callback
4323 # function for histogram-style profiling, and an enquire/set
4324 # of the tick rate.
4325 # The application must use the GNUPro newlib facilities
4326 # to set this up.
4327 #
4328 cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF {
4329     # This option is not active
4330     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
4331     # ActiveIf constraint:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
4332     #     CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT == 0
4333     #   --> 0
4334
4335     # Flavor: bool
4336     # No user value, uncomment the following line to provide one.
4337     # user_value 1
4338     # value_source default
4339     # Default value: 1
4340 };
4341
4342 # Does the HAL support 'gprof' profiling?
4343 #
4344 cdl_interface CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT {
4345     # Implemented by CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT, inactive, enabled
4346     # This option is not active
4347     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
4348
4349     # This value cannot be modified here.
4350     # Flavor: data
4351     # Current_value: 0
4352
4353     # The following properties are affected by this value
4354     # option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF
4355     #     ActiveIf:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
4356 };
4357
4358 # <
4359 # Use a common buffer for Zlib and FIS
4360 # Use a common memory buffer for both the zlib workspace
4361 # and FIS directory operations. This can save a substantial
4362 # amount of RAM, especially when flash sectors are large.
4363 #
4364 cdl_component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER {
4365     # This option is not active
4366     # ActiveIf constraint:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4367     #     CYGBLD_BUILD_REDBOOT_WITH_ZLIB == 0
4368     #     CYGOPT_REDBOOT_FIS == 1
4369     #   --> 0
4370
4371     # Flavor: bool
4372     # No user value, uncomment the following line to provide one.
4373     # user_value 0
4374     # value_source default
4375     # Default value: 0
4376 };
4377
4378 # >
4379 # Size of Zlib/FIS common buffer
4380 # Size of common buffer to allocate. Must be at least the
4381 # size of one flash sector.
4382 #
4383 cdl_option CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE {
4384     # This option is not active
4385     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is not active
4386     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is disabled
4387
4388     # Flavor: data
4389     # No user value, uncomment the following line to provide one.
4390     # user_value 0x0000C000
4391     # value_source default
4392     # Default value: 0x0000C000
4393     # Legal values: 0x4000 to 0x80000000
4394 };
4395
4396 # <
4397 # <
4398 # Redboot for ARM options
4399 # This option lists the target's requirements for a valid Redboot
4400 # configuration.
4401 #
4402 cdl_component CYGPKG_REDBOOT_ARM_OPTIONS {
4403     # ActiveIf constraint: CYGPKG_REDBOOT
4404     #     CYGPKG_REDBOOT == current
4405     #   --> 1
4406
4407     # There is no associated value.
4408
4409     # The following properties are affected by this value
4410 };
4411
4412 # >
4413 # Provide the exec command in RedBoot
4414 # This option contains requirements for booting linux
4415 # from RedBoot. The component is enabled/disabled from
4416 # RedBoots CDL.
4417 #
4418 cdl_component CYGPKG_REDBOOT_ARM_LINUX_EXEC {
4419     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_EXEC
4420     #     CYGBLD_BUILD_REDBOOT_WITH_EXEC == 1
4421     #   --> 1
4422
4423     # There is no associated value.
4424 };
4425
4426 # >
4427 # Physical base address of linux kernel
4428 # This is the physical address of the base of the 
4429 # Linux kernel image.
4430 #
4431 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS {
4432     # Flavor: data
4433     user_value 0xa0008000
4434     # value_source user
4435     # Default value: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
4436     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0xa0008000
4437     #   --> 0xa0008000
4438 };
4439
4440 # Default physical base address of linux kernel
4441 # This is the physical address of the base of the 
4442 # Linux kernel image. This option gets set by the 
4443 # platform CDL.
4444 #
4445 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT {
4446     # Flavor: data
4447     user_value 0xa0008000
4448     # value_source user
4449     # Default value: 0x00008000
4450
4451     # The following properties are affected by this value
4452     # option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS
4453     #     DefaultValue: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
4454 };
4455
4456 # Base address of linux kernel parameter tags
4457 # This is the base address of the area of memory used to
4458 # pass parameters to the Linux kernel. This should be chosen
4459 # to avoid overlap with the kernel and any ramdisk image.
4460 #
4461 cdl_option CYGHWR_REDBOOT_ARM_LINUX_TAGS_ADDRESS {
4462     # Flavor: data
4463     user_value 0xa0001000
4464     # value_source user
4465     # Default value: 0x00000100
4466 };
4467
4468 # <
4469 # <
4470 # Redboot for XScale options
4471 # This option lists the target's requirements for a valid Redboot
4472 # configuration.
4473 #
4474 cdl_component CYGPKG_REDBOOT_XSCALE_OPTIONS {
4475     # ActiveIf constraint: CYGPKG_REDBOOT
4476     #     CYGPKG_REDBOOT == current
4477     #   --> 1
4478
4479     # There is no associated value.
4480 };
4481
4482 # Redboot HAL options
4483 # This option lists the target's requirements for a valid Redboot
4484 # configuration.
4485 #
4486 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
4487     # ActiveIf constraint: CYGPKG_REDBOOT
4488     #     CYGPKG_REDBOOT == current
4489     #   --> 1
4490
4491     # There is no associated value.
4492 };
4493
4494 # >
4495 # Build Redboot ROM binary image
4496 # This option enables the conversion of the Redboot ELF
4497 # image to a binary image suitable for ROM programming.
4498 #
4499 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
4500     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT
4501     #     CYGBLD_BUILD_REDBOOT == 1
4502     #   --> 1
4503
4504     # Flavor: bool
4505     # No user value, uncomment the following line to provide one.
4506     # user_value 1
4507     # value_source default
4508     # Default value: 1
4509 };
4510
4511 # <
4512 # <
4513 # ISO C and POSIX infrastructure
4514 # eCos supports implementations of ISO C libraries and POSIX
4515 # implementations. This package provides infrastructure used by
4516 # all such implementations.
4517 #
4518 cdl_package CYGPKG_ISOINFRA {
4519     # Packages cannot be added or removed, nor can their version be changed,
4520     # simply by editing their value. Instead the appropriate configuration
4521     # should be used to perform these actions.
4522
4523     # This value cannot be modified here.
4524     # Flavor: booldata
4525     # Current value: 1 current
4526
4527     # The following properties are affected by this value
4528     # package CYGPKG_IO_FLASH
4529     #     Requires: CYGPKG_ISOINFRA
4530     # component CYGBLD_BUILD_REDBOOT
4531     #     Requires: CYGPKG_ISOINFRA
4532     # package CYGPKG_LIBC_STRING
4533     #     Requires: CYGPKG_ISOINFRA
4534 };
4535
4536 # >
4537 # Startup and termination
4538 #
4539 cdl_component CYGPKG_ISO_STARTUP {
4540     # There is no associated value.
4541 };
4542
4543 # >
4544 # main() startup implementations
4545 # Implementations of this interface arrange for a user-supplied
4546 # main() to be called in an ISO compatible environment.
4547 #
4548 cdl_interface CYGINT_ISO_MAIN_STARTUP {
4549     # No options implement this inferface
4550     # This value cannot be modified here.
4551     # Flavor: data
4552     # Current_value: 0
4553     # Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
4554     #     CYGINT_ISO_MAIN_STARTUP == 0
4555     #   --> 1
4556
4557     # The following properties are affected by this value
4558     # interface CYGINT_ISO_MAIN_STARTUP
4559     #     Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
4560 };
4561
4562 # environ implementations
4563 # Implementations of this interface provide the environ
4564 # variable required by POSIX.
4565 #
4566 cdl_interface CYGINT_ISO_ENVIRON {
4567     # No options implement this inferface
4568     # This value cannot be modified here.
4569     # Flavor: data
4570     # Current_value: 0
4571     # Requires:  1 >= CYGINT_ISO_ENVIRON 
4572     #     CYGINT_ISO_ENVIRON == 0
4573     #   --> 1
4574
4575     # The following properties are affected by this value
4576     # interface CYGINT_ISO_ENVIRON
4577     #     Requires:  1 >= CYGINT_ISO_ENVIRON 
4578 };
4579
4580 # <
4581 # ctype.h functions
4582 #
4583 cdl_component CYGPKG_ISO_CTYPE_H {
4584     # There is no associated value.
4585 };
4586
4587 # >
4588 # Number of implementations of ctype functions
4589 #
4590 cdl_interface CYGINT_ISO_CTYPE {
4591     # No options implement this inferface
4592     # This value cannot be modified here.
4593     # Flavor: data
4594     # Current_value: 0
4595     # Requires:  1 >= CYGINT_ISO_CTYPE 
4596     #     CYGINT_ISO_CTYPE == 0
4597     #   --> 1
4598
4599     # The following properties are affected by this value
4600     # interface CYGINT_ISO_CTYPE
4601     #     Requires:  1 >= CYGINT_ISO_CTYPE 
4602     # option CYGFUN_LIBC_STRING_BSD_FUNCS
4603     #     Requires: CYGINT_ISO_CTYPE
4604     # option CYGPKG_NS_DNS_BUILD
4605     #     Requires: CYGINT_ISO_CTYPE
4606 };
4607
4608 # Ctype implementation header
4609 #
4610 cdl_option CYGBLD_ISO_CTYPE_HEADER {
4611     # Flavor: booldata
4612     # No user value, uncomment the following line to provide one.
4613     # user_value 0 0
4614     # value_source default
4615     # Default value: 0 0
4616 };
4617
4618 # <
4619 # Error handling
4620 #
4621 cdl_component CYGPKG_ISO_ERRNO {
4622     # There is no associated value.
4623 };
4624
4625 # >
4626 # Number of implementations of error codes
4627 #
4628 cdl_interface CYGINT_ISO_ERRNO_CODES {
4629     # No options implement this inferface
4630     # This value cannot be modified here.
4631     # Flavor: data
4632     # Current_value: 0
4633     # Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
4634     #     CYGINT_ISO_ERRNO_CODES == 0
4635     #   --> 1
4636
4637     # The following properties are affected by this value
4638     # interface CYGINT_ISO_ERRNO_CODES
4639     #     Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
4640 };
4641
4642 # Error codes implementation header
4643 #
4644 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
4645     # Flavor: booldata
4646     # No user value, uncomment the following line to provide one.
4647     # user_value 0 0
4648     # value_source default
4649     # Default value: 0 0
4650 };
4651
4652 # Number of implementations of errno variable
4653 #
4654 cdl_interface CYGINT_ISO_ERRNO {
4655     # No options implement this inferface
4656     # This value cannot be modified here.
4657     # Flavor: data
4658     # Current_value: 0
4659     # Requires:  1 >= CYGINT_ISO_ERRNO 
4660     #     CYGINT_ISO_ERRNO == 0
4661     #   --> 1
4662
4663     # The following properties are affected by this value
4664     # interface CYGINT_ISO_ERRNO
4665     #     Requires:  1 >= CYGINT_ISO_ERRNO 
4666 };
4667
4668 # errno variable implementation header
4669 #
4670 cdl_option CYGBLD_ISO_ERRNO_HEADER {
4671     # Flavor: booldata
4672     # No user value, uncomment the following line to provide one.
4673     # user_value 0 0
4674     # value_source default
4675     # Default value: 0 0
4676 };
4677
4678 # <
4679 # Locale-related functions
4680 #
4681 cdl_component CYGPKG_ISO_LOCALE {
4682     # There is no associated value.
4683 };
4684
4685 # >
4686 # Number of implementations of locale functions
4687 #
4688 cdl_interface CYGINT_ISO_LOCALE {
4689     # No options implement this inferface
4690     # This value cannot be modified here.
4691     # Flavor: data
4692     # Current_value: 0
4693     # Requires:  1 >= CYGINT_ISO_LOCALE 
4694     #     CYGINT_ISO_LOCALE == 0
4695     #   --> 1
4696
4697     # The following properties are affected by this value
4698     # interface CYGINT_ISO_LOCALE
4699     #     Requires:  1 >= CYGINT_ISO_LOCALE 
4700 };
4701
4702 # Locale implementation header
4703 #
4704 cdl_option CYGBLD_ISO_LOCALE_HEADER {
4705     # Flavor: booldata
4706     # No user value, uncomment the following line to provide one.
4707     # user_value 0 0
4708     # value_source default
4709     # Default value: 0 0
4710 };
4711
4712 # <
4713 # Standard I/O-related functionality
4714 #
4715 cdl_component CYGPKG_ISO_STDIO {
4716     # There is no associated value.
4717 };
4718
4719 # >
4720 # Number of implementations of stdio file types
4721 #
4722 cdl_interface CYGINT_ISO_STDIO_FILETYPES {
4723     # No options implement this inferface
4724     # This value cannot be modified here.
4725     # Flavor: booldata
4726     # Current value: 0 0
4727     # Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
4728     #     CYGINT_ISO_STDIO_FILETYPES == 0
4729     #   --> 1
4730
4731     # The following properties are affected by this value
4732     # interface CYGINT_ISO_STDIO_FILETYPES
4733     #     Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
4734 };
4735
4736 # Stdio file types implementation header
4737 #
4738 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER {
4739     # Flavor: booldata
4740     # No user value, uncomment the following line to provide one.
4741     # user_value 0 0
4742     # value_source default
4743     # Default value: 0 0
4744 };
4745
4746 # Stdio standard streams implementations
4747 #
4748 cdl_interface CYGINT_ISO_STDIO_STREAMS {
4749     # No options implement this inferface
4750     # This value cannot be modified here.
4751     # Flavor: booldata
4752     # Current value: 0 0
4753     # Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
4754     #     CYGINT_ISO_STDIO_STREAMS == 0
4755     #   --> 1
4756
4757     # The following properties are affected by this value
4758     # interface CYGINT_ISO_STDIO_STREAMS
4759     #     Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
4760 };
4761
4762 # Stdio standard streams implementation header
4763 # This header file must define stdin, stdout
4764 # and stderr.
4765 #
4766 cdl_option CYGBLD_ISO_STDIO_STREAMS_HEADER {
4767     # Flavor: booldata
4768     # No user value, uncomment the following line to provide one.
4769     # user_value 0 0
4770     # value_source default
4771     # Default value: 0 0
4772 };
4773
4774 # Number of implementations of stdio file operations
4775 #
4776 cdl_interface CYGINT_ISO_STDIO_FILEOPS {
4777     # No options implement this inferface
4778     # This value cannot be modified here.
4779     # Flavor: booldata
4780     # Current value: 0 0
4781     # Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
4782     #     CYGINT_ISO_STDIO_FILEOPS == 0
4783     #   --> 1
4784
4785     # The following properties are affected by this value
4786     # interface CYGINT_ISO_STDIO_FILEOPS
4787     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
4788 };
4789
4790 # Stdio file operations implementation header
4791 # This header controls the file system operations on a file
4792 # such as remove(), rename(), tmpfile(), tmpnam() and associated
4793 # constants.
4794 #
4795 cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
4796     # Flavor: booldata
4797     # No user value, uncomment the following line to provide one.
4798     # user_value 0 0
4799     # value_source default
4800     # Default value: 0 0
4801 };
4802
4803 # Number of implementations of stdio file access  functionals
4804 #
4805 cdl_interface CYGINT_ISO_STDIO_FILEACCESS {
4806     # No options implement this inferface
4807     # This value cannot be modified here.
4808     # Flavor: booldata
4809     # Current value: 0 0
4810     # Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
4811     #     CYGINT_ISO_STDIO_FILEACCESS == 0
4812     #   --> 1
4813
4814     # The following properties are affected by this value
4815     # interface CYGINT_ISO_STDIO_FILEACCESS
4816     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
4817 };
4818
4819 # Stdio file access implementation header
4820 # This header controls the file access operations
4821 # such as fclose(), fflush(), fopen(), freopen(), setbuf(),
4822 # setvbuf(), and associated constants.
4823 #
4824 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER {
4825     # Flavor: booldata
4826     # No user value, uncomment the following line to provide one.
4827     # user_value 0 0
4828     # value_source default
4829     # Default value: 0 0
4830 };
4831
4832 # Number of implementations of stdio formatted I/O
4833 #
4834 cdl_interface CYGINT_ISO_STDIO_FORMATTED_IO {
4835     # No options implement this inferface
4836     # This value cannot be modified here.
4837     # Flavor: booldata
4838     # Current value: 0 0
4839     # Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
4840     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
4841     #   --> 1
4842
4843     # The following properties are affected by this value
4844     # interface CYGINT_ISO_STDIO_FORMATTED_IO
4845     #     Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
4846 };
4847
4848 # Stdio formatted I/O implementation header
4849 #
4850 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER {
4851     # Flavor: booldata
4852     # No user value, uncomment the following line to provide one.
4853     # user_value 0 0
4854     # value_source default
4855     # Default value: 0 0
4856 };
4857
4858 # Number of implementations of stdio character I/O
4859 #
4860 cdl_interface CYGINT_ISO_STDIO_CHAR_IO {
4861     # No options implement this inferface
4862     # This value cannot be modified here.
4863     # Flavor: booldata
4864     # Current value: 0 0
4865     # Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
4866     #     CYGINT_ISO_STDIO_CHAR_IO == 0
4867     #   --> 1
4868
4869     # The following properties are affected by this value
4870     # interface CYGINT_ISO_STDIO_CHAR_IO
4871     #     Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
4872 };
4873
4874 # Stdio character I/O implementation header
4875 #
4876 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER {
4877     # Flavor: booldata
4878     # No user value, uncomment the following line to provide one.
4879     # user_value 0 0
4880     # value_source default
4881     # Default value: 0 0
4882 };
4883
4884 # Number of implementations of stdio direct I/O
4885 #
4886 cdl_interface CYGINT_ISO_STDIO_DIRECT_IO {
4887     # No options implement this inferface
4888     # This value cannot be modified here.
4889     # Flavor: booldata
4890     # Current value: 0 0
4891     # Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
4892     #     CYGINT_ISO_STDIO_DIRECT_IO == 0
4893     #   --> 1
4894
4895     # The following properties are affected by this value
4896     # interface CYGINT_ISO_STDIO_DIRECT_IO
4897     #     Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
4898 };
4899
4900 # Stdio direct I/O implementation header
4901 #
4902 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER {
4903     # Flavor: booldata
4904     # No user value, uncomment the following line to provide one.
4905     # user_value 0 0
4906     # value_source default
4907     # Default value: 0 0
4908 };
4909
4910 # Number of implementations of stdio file positioning
4911 #
4912 cdl_interface CYGINT_ISO_STDIO_FILEPOS {
4913     # No options implement this inferface
4914     # This value cannot be modified here.
4915     # Flavor: booldata
4916     # Current value: 0 0
4917     # Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
4918     #     CYGINT_ISO_STDIO_FILEPOS == 0
4919     #   --> 1
4920
4921     # The following properties are affected by this value
4922     # interface CYGINT_ISO_STDIO_FILEPOS
4923     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
4924 };
4925
4926 # Stdio file positioning implementation header
4927 #
4928 cdl_option CYGBLD_ISO_STDIO_FILEPOS {
4929     # Flavor: booldata
4930     # No user value, uncomment the following line to provide one.
4931     # user_value 0 0
4932     # value_source default
4933     # Default value: 0 0
4934 };
4935
4936 # Number of implementations of stdio error handling
4937 #
4938 cdl_interface CYGINT_ISO_STDIO_ERROR {
4939     # No options implement this inferface
4940     # This value cannot be modified here.
4941     # Flavor: booldata
4942     # Current value: 0 0
4943     # Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
4944     #     CYGINT_ISO_STDIO_ERROR == 0
4945     #   --> 1
4946
4947     # The following properties are affected by this value
4948     # interface CYGINT_ISO_STDIO_ERROR
4949     #     Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
4950 };
4951
4952 # Stdio error handling implementation header
4953 #
4954 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER {
4955     # Flavor: booldata
4956     # No user value, uncomment the following line to provide one.
4957     # user_value 0 0
4958     # value_source default
4959     # Default value: 0 0
4960 };
4961
4962 # POSIX fd-related function implementations
4963 #
4964 cdl_interface CYGINT_ISO_STDIO_POSIX_FDFUNCS {
4965     # No options implement this inferface
4966     # This value cannot be modified here.
4967     # Flavor: booldata
4968     # Current value: 0 0
4969     # Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
4970     #     CYGINT_ISO_STDIO_POSIX_FDFUNCS == 0
4971     #   --> 1
4972
4973     # The following properties are affected by this value
4974     # interface CYGINT_ISO_STDIO_POSIX_FDFUNCS
4975     #     Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
4976 };
4977
4978 # POSIX fd-related function implementation header
4979 #
4980 cdl_option CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER {
4981     # Flavor: booldata
4982     # No user value, uncomment the following line to provide one.
4983     # user_value 0 0
4984     # value_source default
4985     # Default value: 0 0
4986 };
4987
4988 # <
4989 # Standard general utility functions
4990 #
4991 cdl_component CYGPKG_ISO_STDLIB {
4992     # There is no associated value.
4993 };
4994
4995 # >
4996 # String conversion function implementations
4997 #
4998 cdl_interface CYGINT_ISO_STDLIB_STRCONV {
4999     # No options implement this inferface
5000     # This value cannot be modified here.
5001     # Flavor: data
5002     # Current_value: 0
5003     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
5004     #     CYGINT_ISO_STDLIB_STRCONV == 0
5005     #   --> 1
5006
5007     # The following properties are affected by this value
5008     # interface CYGINT_ISO_STDLIB_STRCONV
5009     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
5010 };
5011
5012 # String conversion function implementation header
5013 #
5014 cdl_option CYGBLD_ISO_STDLIB_STRCONV_HEADER {
5015     # Flavor: booldata
5016     # No user value, uncomment the following line to provide one.
5017     # user_value 0 0
5018     # value_source default
5019     # Default value: 0 0
5020 };
5021
5022 # String to FP conversion function implementations
5023 #
5024 cdl_interface CYGINT_ISO_STDLIB_STRCONV_FLOAT {
5025     # No options implement this inferface
5026     # This value cannot be modified here.
5027     # Flavor: data
5028     # Current_value: 0
5029     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
5030     #     CYGINT_ISO_STDLIB_STRCONV_FLOAT == 0
5031     #   --> 1
5032
5033     # The following properties are affected by this value
5034     # interface CYGINT_ISO_STDLIB_STRCONV_FLOAT
5035     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
5036 };
5037
5038 # String to FP conversion function implementation header
5039 #
5040 cdl_option CYGBLD_ISO_STDLIB_STRCONV_FLOAT_HEADER {
5041     # Flavor: booldata
5042     # No user value, uncomment the following line to provide one.
5043     # user_value 0 0
5044     # value_source default
5045     # Default value: 0 0
5046 };
5047
5048 # Random number generator implementations
5049 #
5050 cdl_interface CYGINT_ISO_RAND {
5051     # No options implement this inferface
5052     # This value cannot be modified here.
5053     # Flavor: data
5054     # Current_value: 0
5055     # Requires:  1 >= CYGINT_ISO_RAND 
5056     #     CYGINT_ISO_RAND == 0
5057     #   --> 1
5058
5059     # The following properties are affected by this value
5060     # interface CYGINT_ISO_RAND
5061     #     Requires:  1 >= CYGINT_ISO_RAND 
5062 };
5063
5064 # Random number generator implementation header
5065 #
5066 cdl_option CYGBLD_ISO_RAND_HEADER {
5067     # Flavor: booldata
5068     # No user value, uncomment the following line to provide one.
5069     # user_value 0 0
5070     # value_source default
5071     # Default value: 0 0
5072 };
5073
5074 # Malloc implementations
5075 #
5076 cdl_interface CYGINT_ISO_MALLOC {
5077     # No options implement this inferface
5078     # This value cannot be modified here.
5079     # Flavor: data
5080     # Current_value: 0
5081     # Requires:  1 >= CYGINT_ISO_MALLOC 
5082     #     CYGINT_ISO_MALLOC == 0
5083     #   --> 1
5084
5085     # The following properties are affected by this value
5086     # interface CYGINT_ISO_MALLOC
5087     #     Requires:  1 >= CYGINT_ISO_MALLOC 
5088     # option CYGPKG_NS_DNS_BUILD
5089     #     Requires: CYGINT_ISO_MALLOC
5090 };
5091
5092 # Malloc implementation header
5093 #
5094 cdl_option CYGBLD_ISO_MALLOC_HEADER {
5095     # Flavor: booldata
5096     # No user value, uncomment the following line to provide one.
5097     # user_value 0 0
5098     # value_source default
5099     # Default value: 0 0
5100 };
5101
5102 # Mallinfo() implementations
5103 #
5104 cdl_interface CYGINT_ISO_MALLINFO {
5105     # No options implement this inferface
5106     # This value cannot be modified here.
5107     # Flavor: data
5108     # Current_value: 0
5109     # Requires:  1 >= CYGINT_ISO_MALLINFO 
5110     #     CYGINT_ISO_MALLINFO == 0
5111     #   --> 1
5112
5113     # The following properties are affected by this value
5114     # interface CYGINT_ISO_MALLINFO
5115     #     Requires:  1 >= CYGINT_ISO_MALLINFO 
5116 };
5117
5118 # Mallinfo() implementation header
5119 #
5120 cdl_option CYGBLD_ISO_MALLINFO_HEADER {
5121     # Flavor: booldata
5122     # No user value, uncomment the following line to provide one.
5123     # user_value 0 0
5124     # value_source default
5125     # Default value: 0 0
5126 };
5127
5128 # Program exit functionality implementations
5129 #
5130 cdl_interface CYGINT_ISO_EXIT {
5131     # No options implement this inferface
5132     # This value cannot be modified here.
5133     # Flavor: data
5134     # Current_value: 0
5135     # Requires:  1 >= CYGINT_ISO_EXIT 
5136     #     CYGINT_ISO_EXIT == 0
5137     #   --> 1
5138
5139     # The following properties are affected by this value
5140     # interface CYGINT_ISO_EXIT
5141     #     Requires:  1 >= CYGINT_ISO_EXIT 
5142     # option CYGFUN_INFRA_DUMMY_ABORT
5143     #     Requires: !CYGINT_ISO_EXIT
5144     # option CYGFUN_INFRA_DUMMY_ABORT
5145     #     DefaultValue:  CYGINT_ISO_EXIT == 0 
5146 };
5147
5148 # Program exit functionality implementation header
5149 #
5150 cdl_option CYGBLD_ISO_EXIT_HEADER {
5151     # Flavor: booldata
5152     # No user value, uncomment the following line to provide one.
5153     # user_value 0 0
5154     # value_source default
5155     # Default value: 0 0
5156 };
5157
5158 # Program environment implementations
5159 #
5160 cdl_interface CYGINT_ISO_STDLIB_ENVIRON {
5161     # No options implement this inferface
5162     # This value cannot be modified here.
5163     # Flavor: data
5164     # Current_value: 0
5165     # Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
5166     #     CYGINT_ISO_STDLIB_ENVIRON == 0
5167     #   --> 1
5168
5169     # The following properties are affected by this value
5170     # interface CYGINT_ISO_STDLIB_ENVIRON
5171     #     Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
5172 };
5173
5174 # Program environment implementation header
5175 #
5176 cdl_option CYGBLD_ISO_STDLIB_ENVIRON_HEADER {
5177     # Flavor: booldata
5178     # No user value, uncomment the following line to provide one.
5179     # user_value 0 0
5180     # value_source default
5181     # Default value: 0 0
5182 };
5183
5184 # system() implementations
5185 #
5186 cdl_interface CYGINT_ISO_STDLIB_SYSTEM {
5187     # No options implement this inferface
5188     # This value cannot be modified here.
5189     # Flavor: data
5190     # Current_value: 0
5191     # Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
5192     #     CYGINT_ISO_STDLIB_SYSTEM == 0
5193     #   --> 1
5194
5195     # The following properties are affected by this value
5196     # interface CYGINT_ISO_STDLIB_SYSTEM
5197     #     Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
5198 };
5199
5200 # system() implementation header
5201 #
5202 cdl_option CYGBLD_ISO_STDLIB_SYSTEM_HEADER {
5203     # Flavor: booldata
5204     # No user value, uncomment the following line to provide one.
5205     # user_value 0 0
5206     # value_source default
5207     # Default value: 0 0
5208 };
5209
5210 # bsearch() implementations
5211 #
5212 cdl_interface CYGINT_ISO_BSEARCH {
5213     # No options implement this inferface
5214     # This value cannot be modified here.
5215     # Flavor: data
5216     # Current_value: 0
5217     # Requires:  1 >= CYGINT_ISO_BSEARCH 
5218     #     CYGINT_ISO_BSEARCH == 0
5219     #   --> 1
5220
5221     # The following properties are affected by this value
5222     # interface CYGINT_ISO_BSEARCH
5223     #     Requires:  1 >= CYGINT_ISO_BSEARCH 
5224 };
5225
5226 # bsearch() implementation header
5227 #
5228 cdl_option CYGBLD_ISO_BSEARCH_HEADER {
5229     # Flavor: booldata
5230     # No user value, uncomment the following line to provide one.
5231     # user_value 0 0
5232     # value_source default
5233     # Default value: 0 0
5234 };
5235
5236 # qsort() implementations
5237 #
5238 cdl_interface CYGINT_ISO_QSORT {
5239     # No options implement this inferface
5240     # This value cannot be modified here.
5241     # Flavor: data
5242     # Current_value: 0
5243     # Requires:  1 >= CYGINT_ISO_STDLIB_QSORT 
5244     #     CYGINT_ISO_STDLIB_QSORT (unknown) == 0
5245     #   --> 1
5246 };
5247
5248 # qsort() implementation header
5249 #
5250 cdl_option CYGBLD_ISO_QSORT_HEADER {
5251     # Flavor: booldata
5252     # No user value, uncomment the following line to provide one.
5253     # user_value 0 0
5254     # value_source default
5255     # Default value: 0 0
5256 };
5257
5258 # abs()/labs() implementations
5259 #
5260 cdl_interface CYGINT_ISO_ABS {
5261     # No options implement this inferface
5262     # This value cannot be modified here.
5263     # Flavor: data
5264     # Current_value: 0
5265     # Requires:  1 >= CYGINT_ISO_STDLIB_ABS 
5266     #     CYGINT_ISO_STDLIB_ABS (unknown) == 0
5267     #   --> 1
5268 };
5269
5270 # abs()/labs() implementation header
5271 #
5272 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER {
5273     # Flavor: booldata
5274     # No user value, uncomment the following line to provide one.
5275     # user_value 0 0
5276     # value_source default
5277     # Default value: 0 0
5278 };
5279
5280 # div()/ldiv() implementations
5281 #
5282 cdl_interface CYGINT_ISO_DIV {
5283     # No options implement this inferface
5284     # This value cannot be modified here.
5285     # Flavor: data
5286     # Current_value: 0
5287     # Requires:  1 >= CYGINT_ISO_STDLIB_DIV 
5288     #     CYGINT_ISO_STDLIB_DIV (unknown) == 0
5289     #   --> 1
5290 };
5291
5292 # div()/ldiv() implementation header
5293 #
5294 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER {
5295     # Flavor: booldata
5296     # No user value, uncomment the following line to provide one.
5297     # user_value 0 0
5298     # value_source default
5299     # Default value: 0 0
5300 };
5301
5302 # Header defining the implementation's MB_CUR_MAX
5303 #
5304 cdl_option CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER {
5305     # Flavor: booldata
5306     # No user value, uncomment the following line to provide one.
5307     # user_value 0 0
5308     # value_source default
5309     # Default value: 0 0
5310 };
5311
5312 # Multibyte character implementations
5313 #
5314 cdl_interface CYGINT_ISO_STDLIB_MULTIBYTE {
5315     # No options implement this inferface
5316     # This value cannot be modified here.
5317     # Flavor: data
5318     # Current_value: 0
5319     # Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
5320     #     CYGINT_ISO_STDLIB_MULTIBYTE == 0
5321     #   --> 1
5322
5323     # The following properties are affected by this value
5324     # interface CYGINT_ISO_STDLIB_MULTIBYTE
5325     #     Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
5326 };
5327
5328 # Multibyte character implementation header
5329 #
5330 cdl_option CYGBLD_ISO_STDLIB_MULTIBYTE_HEADER {
5331     # Flavor: booldata
5332     # No user value, uncomment the following line to provide one.
5333     # user_value 0 0
5334     # value_source default
5335     # Default value: 0 0
5336 };
5337
5338 # <
5339 # String functions
5340 #
5341 cdl_component CYGPKG_ISO_STRING {
5342     # There is no associated value.
5343 };
5344
5345 # >
5346 # Number of implementations of strerror() function
5347 #
5348 cdl_interface CYGINT_ISO_STRERROR {
5349     # No options implement this inferface
5350     # This value cannot be modified here.
5351     # Flavor: booldata
5352     # Current value: 0 0
5353     # Requires:  1 >= CYGINT_ISO_STRERROR 
5354     #     CYGINT_ISO_STRERROR == 0
5355     #   --> 1
5356
5357     # The following properties are affected by this value
5358     # interface CYGINT_ISO_STRERROR
5359     #     Requires:  1 >= CYGINT_ISO_STRERROR 
5360 };
5361
5362 # strerror() implementation header
5363 #
5364 cdl_option CYGBLD_ISO_STRERROR_HEADER {
5365     # Flavor: booldata
5366     # No user value, uncomment the following line to provide one.
5367     # user_value 0 0
5368     # value_source default
5369     # Default value: 0 0
5370 };
5371
5372 # memcpy() implementation header
5373 #
5374 cdl_option CYGBLD_ISO_MEMCPY_HEADER {
5375     # Flavor: booldata
5376     # No user value, uncomment the following line to provide one.
5377     # user_value 0 0
5378     # value_source default
5379     # Default value: 0 0
5380 };
5381
5382 # memset() implementation header
5383 #
5384 cdl_option CYGBLD_ISO_MEMSET_HEADER {
5385     # Flavor: booldata
5386     # No user value, uncomment the following line to provide one.
5387     # user_value 0 0
5388     # value_source default
5389     # Default value: 0 0
5390 };
5391
5392 # Number of implementations of strtok_r() function
5393 #
5394 cdl_interface CYGINT_ISO_STRTOK_R {
5395     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5396     # This value cannot be modified here.
5397     # Flavor: booldata
5398     # Current value: 1 1
5399     # Requires:  1 >= CYGINT_ISO_STRTOK_R 
5400     #     CYGINT_ISO_STRTOK_R == 1
5401     #   --> 1
5402
5403     # The following properties are affected by this value
5404     # interface CYGINT_ISO_STRTOK_R
5405     #     Requires:  1 >= CYGINT_ISO_STRTOK_R 
5406 };
5407
5408 # strtok_r() implementation header
5409 #
5410 cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
5411     # Flavor: booldata
5412     # No user value, uncomment the following line to provide one.
5413     # user_value 0 0
5414     # The inferred value should not be edited directly.
5415     inferred_value 1 <cyg/libc/string/string.h>
5416     # value_source inferred
5417     # Default value: 0 0
5418
5419     # The following properties are affected by this value
5420     # package CYGPKG_LIBC_STRING
5421     #     Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
5422 };
5423
5424 # Number of implementations of locale-specific string  functions
5425 # This covers locale-dependent string functions such as strcoll()
5426 # and strxfrm().
5427 #
5428 cdl_interface CYGINT_ISO_STRING_LOCALE_FUNCS {
5429     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5430     # This value cannot be modified here.
5431     # Flavor: booldata
5432     # Current value: 1 1
5433     # Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
5434     #     CYGINT_ISO_STRING_LOCALE_FUNCS == 1
5435     #   --> 1
5436
5437     # The following properties are affected by this value
5438     # interface CYGINT_ISO_STRING_LOCALE_FUNCS
5439     #     Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
5440 };
5441
5442 # Locale-specific string functions' implementation  header
5443 # This covers locale-dependent string functions such as strcoll()
5444 # and strxfrm().
5445 #
5446 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER {
5447     # Flavor: booldata
5448     # No user value, uncomment the following line to provide one.
5449     # user_value 0 0
5450     # The inferred value should not be edited directly.
5451     inferred_value 1 <cyg/libc/string/string.h>
5452     # value_source inferred
5453     # Default value: 0 0
5454
5455     # The following properties are affected by this value
5456     # package CYGPKG_LIBC_STRING
5457     #     Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
5458 };
5459
5460 # Number of implementations of BSD string functions
5461 #
5462 cdl_interface CYGINT_ISO_STRING_BSD_FUNCS {
5463     # Implemented by CYGFUN_LIBC_STRING_BSD_FUNCS, active, disabled
5464     # This value cannot be modified here.
5465     # Flavor: booldata
5466     # Current value: 0 0
5467     # Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
5468     #     CYGINT_ISO_STRING_BSD_FUNCS == 0
5469     #   --> 1
5470
5471     # The following properties are affected by this value
5472     # interface CYGINT_ISO_STRING_BSD_FUNCS
5473     #     Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
5474 };
5475
5476 # BSD string functions' implementation header
5477 #
5478 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
5479     # Flavor: booldata
5480     # No user value, uncomment the following line to provide one.
5481     # user_value 0 0
5482     # The inferred value should not be edited directly.
5483     inferred_value 1 <cyg/libc/string/bsdstring.h>
5484     # value_source inferred
5485     # Default value: 0 0
5486
5487     # The following properties are affected by this value
5488     # option CYGFUN_LIBC_STRING_BSD_FUNCS
5489     #     Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
5490 };
5491
5492 # Number of implementations of other mem*() functions
5493 #
5494 cdl_interface CYGINT_ISO_STRING_MEMFUNCS {
5495     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5496     # This value cannot be modified here.
5497     # Flavor: booldata
5498     # Current value: 1 1
5499     # Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
5500     #     CYGINT_ISO_STRING_MEMFUNCS == 1
5501     #   --> 1
5502
5503     # The following properties are affected by this value
5504     # interface CYGINT_ISO_STRING_MEMFUNCS
5505     #     Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
5506     # component CYGBLD_BUILD_REDBOOT
5507     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
5508 };
5509
5510 # Other mem*() functions' implementation header
5511 #
5512 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER {
5513     # Flavor: booldata
5514     # No user value, uncomment the following line to provide one.
5515     # user_value 0 0
5516     # The inferred value should not be edited directly.
5517     inferred_value 1 <cyg/libc/string/string.h>
5518     # value_source inferred
5519     # Default value: 0 0
5520
5521     # The following properties are affected by this value
5522     # package CYGPKG_LIBC_STRING
5523     #     Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
5524 };
5525
5526 # Number of implementations of other ISO C str*()  functions
5527 # This covers the other str*() functions defined by ISO C.
5528 #
5529 cdl_interface CYGINT_ISO_STRING_STRFUNCS {
5530     # Implemented by CYGPKG_LIBC_STRING, active, enabled
5531     # This value cannot be modified here.
5532     # Flavor: booldata
5533     # Current value: 1 1
5534     # Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
5535     #     CYGINT_ISO_STRING_STRFUNCS == 1
5536     #   --> 1
5537
5538     # The following properties are affected by this value
5539     # interface CYGINT_ISO_STRING_STRFUNCS
5540     #     Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
5541     # package CYGPKG_IO_FLASH
5542     #     Requires: CYGINT_ISO_STRING_STRFUNCS
5543     # option CYGFUN_INFRA_DUMMY_STRLEN
5544     #     Requires: !CYGINT_ISO_STRING_STRFUNCS
5545     # option CYGFUN_INFRA_DUMMY_STRLEN
5546     #     DefaultValue:  CYGINT_ISO_STRING_STRFUNCS == 0 
5547     # component CYGBLD_BUILD_REDBOOT
5548     #     Requires: CYGINT_ISO_STRING_STRFUNCS
5549     # option CYGPKG_NS_DNS_BUILD
5550     #     Requires: CYGINT_ISO_STRING_STRFUNCS
5551 };
5552
5553 # Other ISO C str*() functions' implementation  header
5554 # This covers the other str*() functions defined by ISO C.
5555 #
5556 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
5557     # Flavor: booldata
5558     # No user value, uncomment the following line to provide one.
5559     # user_value 0 0
5560     # The inferred value should not be edited directly.
5561     inferred_value 1 <cyg/libc/string/string.h>
5562     # value_source inferred
5563     # Default value: 0 0
5564
5565     # The following properties are affected by this value
5566     # package CYGPKG_LIBC_STRING
5567     #     Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
5568 };
5569
5570 # <
5571 # Clock and time functionality
5572 #
5573 cdl_component CYGPKG_ISO_TIME {
5574     # There is no associated value.
5575 };
5576
5577 # >
5578 # time_t implementation header
5579 #
5580 cdl_option CYGBLD_ISO_TIME_T_HEADER {
5581     # Flavor: booldata
5582     # No user value, uncomment the following line to provide one.
5583     # user_value 0 0
5584     # value_source default
5585     # Default value: 0 0
5586 };
5587
5588 # clock_t implementation header
5589 #
5590 cdl_option CYGBLD_ISO_CLOCK_T_HEADER {
5591     # Flavor: booldata
5592     # No user value, uncomment the following line to provide one.
5593     # user_value 0 0
5594     # value_source default
5595     # Default value: 0 0
5596 };
5597
5598 # struct timeval implementation header
5599 #
5600 cdl_option CYGBLD_ISO_STRUCTTIMEVAL_HEADER {
5601     # Flavor: booldata
5602     # No user value, uncomment the following line to provide one.
5603     # user_value 0 0
5604     # value_source default
5605     # Default value: 0 0
5606 };
5607
5608 # Number of implementations of POSIX timer types
5609 #
5610 cdl_interface CYGINT_ISO_POSIX_TIMER_TYPES {
5611     # No options implement this inferface
5612     # This value cannot be modified here.
5613     # Flavor: booldata
5614     # Current value: 0 0
5615     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
5616     #     CYGINT_ISO_POSIX_TIMER_TYPES == 0
5617     #   --> 1
5618
5619     # The following properties are affected by this value
5620     # interface CYGINT_ISO_POSIX_TIMER_TYPES
5621     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
5622 };
5623
5624 # POSIX timer types implementation header
5625 #
5626 cdl_option CYGBLD_ISO_POSIX_TIMER_TYPES_HEADER {
5627     # Flavor: booldata
5628     # No user value, uncomment the following line to provide one.
5629     # user_value 0 0
5630     # value_source default
5631     # Default value: 0 0
5632 };
5633
5634 # Number of implementations of POSIX clock types
5635 #
5636 cdl_interface CYGINT_ISO_POSIX_CLOCK_TYPES {
5637     # No options implement this inferface
5638     # This value cannot be modified here.
5639     # Flavor: booldata
5640     # Current value: 0 0
5641     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
5642     #     CYGINT_ISO_POSIX_CLOCK_TYPES == 0
5643     #   --> 1
5644
5645     # The following properties are affected by this value
5646     # interface CYGINT_ISO_POSIX_CLOCK_TYPES
5647     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
5648 };
5649
5650 # POSIX clock types implementation header
5651 #
5652 cdl_option CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER {
5653     # Flavor: booldata
5654     # No user value, uncomment the following line to provide one.
5655     # user_value 0 0
5656     # value_source default
5657     # Default value: 0 0
5658 };
5659
5660 # Number of implementations of ISO C types
5661 #
5662 cdl_interface CYGINT_ISO_C_TIME_TYPES {
5663     # No options implement this inferface
5664     # This value cannot be modified here.
5665     # Flavor: booldata
5666     # Current value: 0 0
5667     # Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
5668     #     CYGINT_ISO_C_TIME_TYPES == 0
5669     #   --> 1
5670
5671     # The following properties are affected by this value
5672     # interface CYGINT_ISO_C_TIME_TYPES
5673     #     Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
5674 };
5675
5676 # ISO C time types implementation header
5677 #
5678 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER {
5679     # Flavor: booldata
5680     # No user value, uncomment the following line to provide one.
5681     # user_value 0 0
5682     # value_source default
5683     # Default value: 0 0
5684 };
5685
5686 # Number of implementations of POSIX timers
5687 #
5688 cdl_interface CYGINT_ISO_POSIX_TIMERS {
5689     # No options implement this inferface
5690     # This value cannot be modified here.
5691     # Flavor: booldata
5692     # Current value: 0 0
5693     # Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
5694     #     CYGINT_ISO_POSIX_TIMERS == 0
5695     #   --> 1
5696
5697     # The following properties are affected by this value
5698     # interface CYGINT_ISO_POSIX_TIMERS
5699     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
5700 };
5701
5702 # POSIX timer implementation header
5703 #
5704 cdl_option CYGBLD_ISO_POSIX_TIMERS_HEADER {
5705     # Flavor: booldata
5706     # No user value, uncomment the following line to provide one.
5707     # user_value 0 0
5708     # value_source default
5709     # Default value: 0 0
5710 };
5711
5712 # Number of implementations of POSIX clocks
5713 #
5714 cdl_interface CYGINT_ISO_POSIX_CLOCKS {
5715     # No options implement this inferface
5716     # This value cannot be modified here.
5717     # Flavor: booldata
5718     # Current value: 0 0
5719     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
5720     #     CYGINT_ISO_POSIX_CLOCKS == 0
5721     #   --> 1
5722
5723     # The following properties are affected by this value
5724     # interface CYGINT_ISO_POSIX_CLOCKS
5725     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
5726 };
5727
5728 # POSIX clocks implementation header
5729 #
5730 cdl_option CYGBLD_ISO_POSIX_CLOCKS_HEADER {
5731     # Flavor: booldata
5732     # No user value, uncomment the following line to provide one.
5733     # user_value 0 0
5734     # value_source default
5735     # Default value: 0 0
5736 };
5737
5738 # Number of implementations of ISO C clock functions
5739 #
5740 cdl_interface CYGINT_ISO_C_CLOCK_FUNCS {
5741     # No options implement this inferface
5742     # This value cannot be modified here.
5743     # Flavor: booldata
5744     # Current value: 0 0
5745     # Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
5746     #     CYGINT_ISO_C_CLOCK_FUNCS == 0
5747     #   --> 1
5748
5749     # The following properties are affected by this value
5750     # interface CYGINT_ISO_C_CLOCK_FUNCS
5751     #     Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
5752 };
5753
5754 # ISO C clock functions' implementation header
5755 #
5756 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER {
5757     # Flavor: booldata
5758     # No user value, uncomment the following line to provide one.
5759     # user_value 0 0
5760     # value_source default
5761     # Default value: 0 0
5762 };
5763
5764 # Number of implementations of tzset() function
5765 #
5766 cdl_interface CYGINT_ISO_TZSET {
5767     # No options implement this inferface
5768     # This value cannot be modified here.
5769     # Flavor: booldata
5770     # Current value: 0 0
5771     # Requires:  1 >= CYGINT_ISO_TZSET 
5772     #     CYGINT_ISO_TZSET == 0
5773     #   --> 1
5774
5775     # The following properties are affected by this value
5776     # interface CYGINT_ISO_TZSET
5777     #     Requires:  1 >= CYGINT_ISO_TZSET 
5778 };
5779
5780 # tzset() implementation header
5781 #
5782 cdl_option CYGBLD_ISO_TZSET_HEADER {
5783     # Flavor: booldata
5784     # No user value, uncomment the following line to provide one.
5785     # user_value 0 0
5786     # value_source default
5787     # Default value: 0 0
5788 };
5789
5790 # <
5791 # Signal functionality
5792 #
5793 cdl_component CYGPKG_ISO_SIGNAL {
5794     # There is no associated value.
5795 };
5796
5797 # >
5798 # Number of implementations of signal numbers
5799 #
5800 cdl_interface CYGINT_ISO_SIGNAL_NUMBERS {
5801     # No options implement this inferface
5802     # This value cannot be modified here.
5803     # Flavor: data
5804     # Current_value: 0
5805     # Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
5806     #     CYGINT_ISO_SIGNAL_NUMBERS == 0
5807     #   --> 1
5808
5809     # The following properties are affected by this value
5810     # interface CYGINT_ISO_SIGNAL_NUMBERS
5811     #     Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
5812 };
5813
5814 # Signal numbering implementation header
5815 # This header provides the mapping of signal
5816 # names (e.g. SIGBUS) to numbers.
5817 #
5818 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER {
5819     # Flavor: booldata
5820     # No user value, uncomment the following line to provide one.
5821     # user_value 0 0
5822     # value_source default
5823     # Default value: 0 0
5824 };
5825
5826 # Number of signal implementations
5827 #
5828 cdl_interface CYGINT_ISO_SIGNAL_IMPL {
5829     # No options implement this inferface
5830     # This value cannot be modified here.
5831     # Flavor: data
5832     # Current_value: 0
5833     # Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
5834     #     CYGINT_ISO_SIGNAL_IMPL == 0
5835     #   --> 1
5836
5837     # The following properties are affected by this value
5838     # interface CYGINT_ISO_SIGNAL_IMPL
5839     #     Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
5840 };
5841
5842 # Signals implementation header
5843 #
5844 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER {
5845     # Flavor: booldata
5846     # No user value, uncomment the following line to provide one.
5847     # user_value 0 0
5848     # value_source default
5849     # Default value: 0 0
5850 };
5851
5852 # POSIX real time signals feature test macro
5853 # This defines the POSIX feature test macro
5854 # that indicates that the POSIX real time signals
5855 # are present.
5856 #
5857 cdl_interface CYGINT_POSIX_REALTIME_SIGNALS {
5858     # No options implement this inferface
5859     # This value cannot be modified here.
5860     # Flavor: data
5861     # Current_value: 0
5862     # Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
5863     #     CYGINT_POSIX_REALTIME_SIGNALS == 0
5864     #   --> 1
5865
5866     # The following properties are affected by this value
5867     # interface CYGINT_POSIX_REALTIME_SIGNALS
5868     #     Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
5869 };
5870
5871 # <
5872 # Non-local jumps functionality
5873 #
5874 cdl_component CYGPKG_ISO_SETJMP {
5875     # There is no associated value.
5876 };
5877
5878 # >
5879 # setjmp() / longjmp() implementations
5880 #
5881 cdl_interface CYGINT_ISO_SETJMP {
5882     # No options implement this inferface
5883     # This value cannot be modified here.
5884     # Flavor: data
5885     # Current_value: 0
5886     # Requires:  1 >= CYGINT_ISO_SETJMP 
5887     #     CYGINT_ISO_SETJMP == 0
5888     #   --> 1
5889
5890     # The following properties are affected by this value
5891     # interface CYGINT_ISO_SETJMP
5892     #     Requires:  1 >= CYGINT_ISO_SETJMP 
5893 };
5894
5895 # setjmp() / longjmp() implementation header
5896 #
5897 cdl_option CYGBLD_ISO_SETJMP_HEADER {
5898     # Flavor: booldata
5899     # No user value, uncomment the following line to provide one.
5900     # user_value 0 0
5901     # value_source default
5902     # Default value: 0 0
5903 };
5904
5905 # sigsetjmp() / siglongjmp() implementations
5906 #
5907 cdl_interface CYGINT_ISO_SIGSETJMP {
5908     # No options implement this inferface
5909     # This value cannot be modified here.
5910     # Flavor: data
5911     # Current_value: 0
5912     # Requires:  1 >= CYGINT_ISO_SIGSETJMP 
5913     #     CYGINT_ISO_SIGSETJMP == 0
5914     #   --> 1
5915
5916     # The following properties are affected by this value
5917     # interface CYGINT_ISO_SIGSETJMP
5918     #     Requires:  1 >= CYGINT_ISO_SIGSETJMP 
5919 };
5920
5921 # sigsetjmp() / siglongjmp() implementation header
5922 #
5923 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
5924     # Flavor: booldata
5925     # No user value, uncomment the following line to provide one.
5926     # user_value 0 0
5927     # value_source default
5928     # Default value: 0 0
5929 };
5930
5931 # <
5932 # Assertions implementation header
5933 #
5934 cdl_option CYGBLD_ISO_ASSERT_HEADER {
5935     # Flavor: booldata
5936     # No user value, uncomment the following line to provide one.
5937     # user_value 0 0
5938     # value_source default
5939     # Default value: 0 0
5940 };
5941
5942 # POSIX file control
5943 # This covers the POSIX file control definitions,
5944 # normally found in <fcntl.h>
5945 #
5946 cdl_component CYGPKG_ISO_POSIX_FCNTL {
5947     # There is no associated value.
5948 };
5949
5950 # >
5951 # POSIX open flags implementation header
5952 #
5953 cdl_option CYGBLD_ISO_OFLAG_HEADER {
5954     # Flavor: booldata
5955     # No user value, uncomment the following line to provide one.
5956     # user_value 0 0
5957     # value_source default
5958     # Default value: 0 0
5959 };
5960
5961 # POSIX fcntl() implementations
5962 #
5963 cdl_interface CYGINT_ISO_FCNTL {
5964     # No options implement this inferface
5965     # This value cannot be modified here.
5966     # Flavor: data
5967     # Current_value: 0
5968     # Requires:  1 >= CYGINT_ISO_FCNTL 
5969     #     CYGINT_ISO_FCNTL == 0
5970     #   --> 1
5971
5972     # The following properties are affected by this value
5973     # interface CYGINT_ISO_FCNTL
5974     #     Requires:  1 >= CYGINT_ISO_FCNTL 
5975 };
5976
5977 # POSIX fcntl() implementation header
5978 #
5979 cdl_option CYGBLD_ISO_FCNTL_HEADER {
5980     # Flavor: booldata
5981     # No user value, uncomment the following line to provide one.
5982     # user_value 0 0
5983     # value_source default
5984     # Default value: 0 0
5985 };
5986
5987 # POSIX file open implementations
5988 #
5989 cdl_interface CYGINT_ISO_OPEN {
5990     # No options implement this inferface
5991     # This value cannot be modified here.
5992     # Flavor: data
5993     # Current_value: 0
5994     # Requires:  1 >= CYGINT_ISO_OPEN 
5995     #     CYGINT_ISO_OPEN == 0
5996     #   --> 1
5997
5998     # The following properties are affected by this value
5999     # interface CYGINT_ISO_OPEN
6000     #     Requires:  1 >= CYGINT_ISO_OPEN 
6001 };
6002
6003 # POSIX file open implementation header
6004 #
6005 cdl_option CYGBLD_ISO_OPEN_HEADER {
6006     # Flavor: booldata
6007     # No user value, uncomment the following line to provide one.
6008     # user_value 0 0
6009     # value_source default
6010     # Default value: 0 0
6011 };
6012
6013 # <
6014 # <sys/stat.h> definitions implementation header
6015 #
6016 cdl_option CYGBLD_ISO_STAT_DEFS_HEADER {
6017     # Flavor: booldata
6018     # No user value, uncomment the following line to provide one.
6019     # user_value 0 0
6020     # value_source default
6021     # Default value: 0 0
6022 };
6023
6024 # POSIX directory reading implementation
6025 #
6026 cdl_interface CYGINT_ISO_DIRENT {
6027     # No options implement this inferface
6028     # This value cannot be modified here.
6029     # Flavor: data
6030     # Current_value: 0
6031     # Requires:  1 >= CYGINT_ISO_DIRENT 
6032     #     CYGINT_ISO_DIRENT == 0
6033     #   --> 1
6034
6035     # The following properties are affected by this value
6036     # interface CYGINT_ISO_DIRENT
6037     #     Requires:  1 >= CYGINT_ISO_DIRENT 
6038 };
6039
6040 # <dirent.h> definitions implementation header
6041 #
6042 cdl_option CYGBLD_ISO_DIRENT_HEADER {
6043     # Flavor: booldata
6044     # No user value, uncomment the following line to provide one.
6045     # user_value 0 0
6046     # value_source default
6047     # Default value: 0 0
6048 };
6049
6050 # POSIX <sys/types.h> contents
6051 # This covers the types required by POSIX to be in
6052 # <sys/types.h>
6053 #
6054 cdl_component CYGPKG_ISO_POSIX_TYPES {
6055     # There is no associated value.
6056 };
6057
6058 # >
6059 # POSIX thread types implementations
6060 #
6061 cdl_interface CYGINT_ISO_PTHREADTYPES {
6062     # No options implement this inferface
6063     # This value cannot be modified here.
6064     # Flavor: data
6065     # Current_value: 0
6066     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6067     #     CYGINT_ISO_PTHREADTYPES == 0
6068     #   --> 1
6069
6070     # The following properties are affected by this value
6071     # interface CYGINT_ISO_PTHREADTYPES
6072     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6073     # interface CYGINT_ISO_PMUTEXTYPES
6074     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6075 };
6076
6077 # POSIX thread types implementation header
6078 #
6079 cdl_option CYGBLD_ISO_PTHREADTYPES_HEADER {
6080     # Flavor: booldata
6081     # No user value, uncomment the following line to provide one.
6082     # user_value 0 0
6083     # value_source default
6084     # Default value: 0 0
6085 };
6086
6087 # POSIX mutex types implementations
6088 #
6089 cdl_interface CYGINT_ISO_PMUTEXTYPES {
6090     # No options implement this inferface
6091     # This value cannot be modified here.
6092     # Flavor: data
6093     # Current_value: 0
6094     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
6095     #     CYGINT_ISO_PTHREADTYPES == 0
6096     #   --> 1
6097 };
6098
6099 # POSIX mutex types implementation header
6100 #
6101 cdl_option CYGBLD_ISO_PMUTEXTYPES_HEADER {
6102     # Flavor: booldata
6103     # No user value, uncomment the following line to provide one.
6104     # user_value 0 0
6105     # value_source default
6106     # Default value: 0 0
6107 };
6108
6109 # ssize_t implementation header
6110 #
6111 cdl_option CYGBLD_ISO_SSIZE_T_HEADER {
6112     # Flavor: booldata
6113     # No user value, uncomment the following line to provide one.
6114     # user_value 0 0
6115     # value_source default
6116     # Default value: 0 0
6117 };
6118
6119 # Filesystem types implementation header
6120 #
6121 cdl_option CYGBLD_ISO_FSTYPES_HEADER {
6122     # Flavor: booldata
6123     # No user value, uncomment the following line to provide one.
6124     # user_value 0 0
6125     # value_source default
6126     # Default value: 0 0
6127 };
6128
6129 # gid_t, pid_t, uid_t implementation header
6130 #
6131 cdl_option CYGBLD_ISO_SCHEDTYPES_HEADER {
6132     # Flavor: booldata
6133     # No user value, uncomment the following line to provide one.
6134     # user_value 0 0
6135     # value_source default
6136     # Default value: 0 0
6137 };
6138
6139 # <
6140 # Non-POSIX <sys/types.h> contents
6141 # This covers the extra types required by non-POSIX
6142 # packages to be in <sys/types.h>. These would normally
6143 # only be visible if _POSIX_SOURCE is not defined.
6144 #
6145 cdl_component CYGPKG_ISO_EXTRA_TYPES {
6146     # There is no associated value.
6147 };
6148
6149 # >
6150 # BSD compatible types
6151 #
6152 cdl_interface CYGINT_ISO_BSDTYPES {
6153     # No options implement this inferface
6154     # This value cannot be modified here.
6155     # Flavor: data
6156     # Current_value: 0
6157     # Requires:  1 >= CYGINT_ISO_BSDTYPES 
6158     #     CYGINT_ISO_BSDTYPES == 0
6159     #   --> 1
6160
6161     # The following properties are affected by this value
6162     # interface CYGINT_ISO_BSDTYPES
6163     #     Requires:  1 >= CYGINT_ISO_BSDTYPES 
6164 };
6165
6166 # BSD types header
6167 #
6168 cdl_option CYGBLD_ISO_BSDTYPES_HEADER {
6169     # Flavor: booldata
6170     # No user value, uncomment the following line to provide one.
6171     # user_value 0 0
6172     # value_source default
6173     # Default value: 0 0
6174 };
6175
6176 # <
6177 # Utsname structure
6178 #
6179 cdl_component CYGPKG_ISO_UTSNAME {
6180     # There is no associated value.
6181 };
6182
6183 # >
6184 # Utsname header
6185 #
6186 cdl_option CYGBLD_ISO_UTSNAME_HEADER {
6187     # Flavor: booldata
6188     # No user value, uncomment the following line to provide one.
6189     # user_value 0 0
6190     # value_source default
6191     # Default value: 0 0
6192 };
6193
6194 # <
6195 # POSIX scheduler
6196 #
6197 cdl_component CYGPKG_ISO_SCHED {
6198     # There is no associated value.
6199 };
6200
6201 # >
6202 # POSIX scheduler implementations
6203 #
6204 cdl_interface CYGINT_ISO_SCHED_IMPL {
6205     # No options implement this inferface
6206     # This value cannot be modified here.
6207     # Flavor: data
6208     # Current_value: 0
6209     # Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
6210     #     CYGINT_ISO_SCHED_IMPL == 0
6211     #   --> 1
6212
6213     # The following properties are affected by this value
6214     # interface CYGINT_ISO_SCHED_IMPL
6215     #     Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
6216 };
6217
6218 # POSIX scheduler implementation header
6219 #
6220 cdl_option CYGBLD_ISO_SCHED_IMPL_HEADER {
6221     # Flavor: booldata
6222     # No user value, uncomment the following line to provide one.
6223     # user_value 0 0
6224     # value_source default
6225     # Default value: 0 0
6226 };
6227
6228 # <
6229 # POSIX semaphores
6230 #
6231 cdl_component CYGPKG_ISO_SEMAPHORES {
6232     # There is no associated value.
6233 };
6234
6235 # >
6236 # POSIX semaphore implementations
6237 #
6238 cdl_interface CYGINT_ISO_SEMAPHORES {
6239     # No options implement this inferface
6240     # This value cannot be modified here.
6241     # Flavor: data
6242     # Current_value: 0
6243     # Requires:  1 >= CYGINT_ISO_SEMAPHORES 
6244     #     CYGINT_ISO_SEMAPHORES == 0
6245     #   --> 1
6246
6247     # The following properties are affected by this value
6248     # interface CYGINT_ISO_SEMAPHORES
6249     #     Requires:  1 >= CYGINT_ISO_SEMAPHORES 
6250 };
6251
6252 # POSIX semaphore implementation header
6253 #
6254 cdl_option CYGBLD_ISO_SEMAPHORES_HEADER {
6255     # Flavor: booldata
6256     # No user value, uncomment the following line to provide one.
6257     # user_value 0 0
6258     # value_source default
6259     # Default value: 0 0
6260 };
6261
6262 # <
6263 # POSIX message queues
6264 #
6265 cdl_component CYGPKG_ISO_MQUEUE {
6266     # There is no associated value.
6267 };
6268
6269 # >
6270 # Implementations
6271 #
6272 cdl_interface CYGINT_ISO_MQUEUE {
6273     # No options implement this inferface
6274     # This value cannot be modified here.
6275     # Flavor: data
6276     # Current_value: 0
6277     # Requires:  1 >= CYGINT_ISO_MQUEUE 
6278     #     CYGINT_ISO_MQUEUE == 0
6279     #   --> 1
6280
6281     # The following properties are affected by this value
6282     # interface CYGINT_ISO_MQUEUE
6283     #     Requires:  1 >= CYGINT_ISO_MQUEUE 
6284     # option CYGNUM_ISO_MQUEUE_OPEN_MAX
6285     #     ActiveIf: CYGINT_ISO_MQUEUE
6286     # option CYGNUM_ISO_MQUEUE_PRIO_MAX
6287     #     ActiveIf: CYGINT_ISO_MQUEUE
6288 };
6289
6290 # Implementation header
6291 #
6292 cdl_option CYGBLD_ISO_MQUEUE_HEADER {
6293     # Flavor: booldata
6294     # No user value, uncomment the following line to provide one.
6295     # user_value 0 0
6296     # value_source default
6297     # Default value: 0 0
6298 };
6299
6300 # Maximum number of open message queues
6301 #
6302 cdl_option CYGNUM_ISO_MQUEUE_OPEN_MAX {
6303     # This option is not active
6304     # ActiveIf constraint: CYGINT_ISO_MQUEUE
6305     #     CYGINT_ISO_MQUEUE == 0
6306     #   --> 0
6307
6308     # Flavor: booldata
6309     # No user value, uncomment the following line to provide one.
6310     # user_value 0 0
6311     # value_source default
6312     # Default value:  CYGNUM_POSIX_MQUEUE_OPEN_MAX > 0 ? CYGNUM_POSIX_MQUEUE_OPEN_MAX : 0 
6313     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
6314     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
6315     #   --> 0 0
6316 };
6317
6318 # Maximum number of message priorities
6319 #
6320 cdl_option CYGNUM_ISO_MQUEUE_PRIO_MAX {
6321     # This option is not active
6322     # ActiveIf constraint: CYGINT_ISO_MQUEUE
6323     #     CYGINT_ISO_MQUEUE == 0
6324     #   --> 0
6325
6326     # Flavor: booldata
6327     # No user value, uncomment the following line to provide one.
6328     # user_value 1 65535
6329     # value_source default
6330     # Default value: 1 65535
6331 };
6332
6333 # <
6334 # POSIX threads
6335 #
6336 cdl_component CYGPKG_ISO_PTHREAD {
6337     # There is no associated value.
6338 };
6339
6340 # >
6341 # POSIX pthread implementations
6342 #
6343 cdl_interface CYGINT_ISO_PTHREAD_IMPL {
6344     # No options implement this inferface
6345     # This value cannot be modified here.
6346     # Flavor: booldata
6347     # Current value: 0 0
6348     # Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
6349     #     CYGINT_ISO_PTHREAD_IMPL == 0
6350     #   --> 1
6351
6352     # The following properties are affected by this value
6353     # interface CYGINT_ISO_PTHREAD_IMPL
6354     #     Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
6355 };
6356
6357 # POSIX pthread implementation header
6358 #
6359 cdl_option CYGBLD_ISO_PTHREAD_IMPL_HEADER {
6360     # Flavor: booldata
6361     # No user value, uncomment the following line to provide one.
6362     # user_value 0 0
6363     # value_source default
6364     # Default value: 0 0
6365 };
6366
6367 # POSIX mutex/cond var implementations
6368 #
6369 cdl_interface CYGINT_ISO_PTHREAD_MUTEX {
6370     # No options implement this inferface
6371     # This value cannot be modified here.
6372     # Flavor: booldata
6373     # Current value: 0 0
6374     # Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
6375     #     CYGINT_ISO_PTHREAD_MUTEX == 0
6376     #   --> 1
6377
6378     # The following properties are affected by this value
6379     # interface CYGINT_ISO_PTHREAD_MUTEX
6380     #     Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
6381 };
6382
6383 # POSIX mutex/cond var implementation header
6384 #
6385 cdl_option CYGBLD_ISO_PTHREAD_MUTEX_HEADER {
6386     # Flavor: booldata
6387     # No user value, uncomment the following line to provide one.
6388     # user_value 0 0
6389     # value_source default
6390     # Default value: 0 0
6391 };
6392
6393 # <
6394 # Limits
6395 #
6396 cdl_component CYGPKG_ISO_LIMITS {
6397     # There is no associated value.
6398 };
6399
6400 # >
6401 # POSIX pthread limits implementations
6402 #
6403 cdl_interface CYGINT_ISO_POSIX_LIMITS {
6404     # No options implement this inferface
6405     # This value cannot be modified here.
6406     # Flavor: data
6407     # Current_value: 0
6408     # Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
6409     #     CYGINT_ISO_POSIX_LIMITS == 0
6410     #   --> 1
6411
6412     # The following properties are affected by this value
6413     # interface CYGINT_ISO_POSIX_LIMITS
6414     #     Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
6415 };
6416
6417 # POSIX pthread limits implementation header
6418 #
6419 cdl_option CYGBLD_ISO_POSIX_LIMITS_HEADER {
6420     # Flavor: booldata
6421     # No user value, uncomment the following line to provide one.
6422     # user_value 0 0
6423     # value_source default
6424     # Default value: 0 0
6425 };
6426
6427 # OPEN_MAX implementation header
6428 #
6429 cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
6430     # Flavor: booldata
6431     # No user value, uncomment the following line to provide one.
6432     # user_value 0 0
6433     # value_source default
6434     # Default value: 0 0
6435 };
6436
6437 # LINK_MAX implementation header
6438 #
6439 cdl_option CYGBLD_ISO_LINK_MAX_HEADER {
6440     # Flavor: booldata
6441     # No user value, uncomment the following line to provide one.
6442     # user_value 0 0
6443     # value_source default
6444     # Default value: 0 0
6445 };
6446
6447 # NAME_MAX implementation header
6448 #
6449 cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
6450     # Flavor: booldata
6451     # No user value, uncomment the following line to provide one.
6452     # user_value 0 0
6453     # value_source default
6454     # Default value: 0 0
6455 };
6456
6457 # PATH_MAX implementation header
6458 #
6459 cdl_option CYGBLD_ISO_PATH_MAX_HEADER {
6460     # Flavor: booldata
6461     # No user value, uncomment the following line to provide one.
6462     # user_value 0 0
6463     # value_source default
6464     # Default value: 0 0
6465 };
6466
6467 # <
6468 # POSIX termios
6469 #
6470 cdl_component CYGPKG_ISO_TERMIOS {
6471     # There is no associated value.
6472 };
6473
6474 # >
6475 # POSIX termios implementations
6476 #
6477 cdl_interface CYGINT_ISO_TERMIOS {
6478     # No options implement this inferface
6479     # This value cannot be modified here.
6480     # Flavor: data
6481     # Current_value: 0
6482     # Requires:  1 >= CYGINT_ISO_TERMIOS 
6483     #     CYGINT_ISO_TERMIOS == 0
6484     #   --> 1
6485
6486     # The following properties are affected by this value
6487     # interface CYGINT_ISO_TERMIOS
6488     #     Requires:  1 >= CYGINT_ISO_TERMIOS 
6489 };
6490
6491 # POSIX termios implementation header
6492 #
6493 cdl_option CYGBLD_ISO_TERMIOS_HEADER {
6494     # Flavor: booldata
6495     # No user value, uncomment the following line to provide one.
6496     # user_value 0 0
6497     # value_source default
6498     # Default value: 0 0
6499 };
6500
6501 # <
6502 # Dynamic load API
6503 #
6504 cdl_component CYGPKG_ISO_DLFCN {
6505     # There is no associated value.
6506 };
6507
6508 # >
6509 # Dynamic load implementations
6510 #
6511 cdl_interface CYGINT_ISO_DLFCN {
6512     # No options implement this inferface
6513     # This value cannot be modified here.
6514     # Flavor: data
6515     # Current_value: 0
6516     # Requires:  1 >= CYGINT_ISO_DLFCN 
6517     #     CYGINT_ISO_DLFCN == 0
6518     #   --> 1
6519
6520     # The following properties are affected by this value
6521     # interface CYGINT_ISO_DLFCN
6522     #     Requires:  1 >= CYGINT_ISO_DLFCN 
6523 };
6524
6525 # Dynamic load implementation header
6526 #
6527 cdl_option CYGBLD_ISO_DLFCN_HEADER {
6528     # Flavor: booldata
6529     # No user value, uncomment the following line to provide one.
6530     # user_value 0 0
6531     # value_source default
6532     # Default value: 0 0
6533 };
6534
6535 # <
6536 # UNIX standard functions
6537 #
6538 cdl_component CYGPKG_ISO_UNISTD {
6539     # There is no associated value.
6540 };
6541
6542 # >
6543 # POSIX timer operations implementations
6544 #
6545 cdl_interface CYGINT_ISO_POSIX_TIMER_OPS {
6546     # No options implement this inferface
6547     # This value cannot be modified here.
6548     # Flavor: booldata
6549     # Current value: 0 0
6550     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
6551     #     CYGINT_ISO_POSIX_TIMER_OPS == 0
6552     #   --> 1
6553
6554     # The following properties are affected by this value
6555     # interface CYGINT_ISO_POSIX_TIMER_OPS
6556     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
6557 };
6558
6559 # POSIX timer operations implementation header
6560 #
6561 cdl_option CYGBLD_ISO_POSIX_TIMER_OPS_HEADER {
6562     # Flavor: booldata
6563     # No user value, uncomment the following line to provide one.
6564     # user_value 0 0
6565     # value_source default
6566     # Default value: 0 0
6567 };
6568
6569 # POSIX sleep() implementations
6570 #
6571 cdl_interface CYGINT_ISO_POSIX_SLEEP {
6572     # No options implement this inferface
6573     # This value cannot be modified here.
6574     # Flavor: booldata
6575     # Current value: 0 0
6576     # Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
6577     #     CYGINT_ISO_POSIX_SLEEP == 0
6578     #   --> 1
6579
6580     # The following properties are affected by this value
6581     # interface CYGINT_ISO_POSIX_SLEEP
6582     #     Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
6583 };
6584
6585 # POSIX sleep() implementation header
6586 #
6587 cdl_option CYGBLD_ISO_POSIX_SLEEP_HEADER {
6588     # Flavor: booldata
6589     # No user value, uncomment the following line to provide one.
6590     # user_value 0 0
6591     # value_source default
6592     # Default value: 0 0
6593 };
6594
6595 # <
6596 # select()/poll() functions
6597 #
6598 cdl_component CYGPKG_ISO_SELECT {
6599     # There is no associated value.
6600 };
6601
6602 # >
6603 # select() implementations
6604 #
6605 cdl_interface CYGINT_ISO_SELECT {
6606     # No options implement this inferface
6607     # This value cannot be modified here.
6608     # Flavor: booldata
6609     # Current value: 0 0
6610     # Requires:  1 >= CYGINT_ISO_SELECT 
6611     #     CYGINT_ISO_SELECT == 0
6612     #   --> 1
6613
6614     # The following properties are affected by this value
6615     # interface CYGINT_ISO_SELECT
6616     #     Requires:  1 >= CYGINT_ISO_SELECT 
6617 };
6618
6619 # select() implementation header
6620 #
6621 cdl_option CYGBLD_ISO_SELECT_HEADER {
6622     # Flavor: booldata
6623     # No user value, uncomment the following line to provide one.
6624     # user_value 0 0
6625     # value_source default
6626     # Default value: 0 0
6627 };
6628
6629 # poll() implementations
6630 #
6631 cdl_interface CYGINT_ISO_POLL {
6632     # No options implement this inferface
6633     # This value cannot be modified here.
6634     # Flavor: booldata
6635     # Current value: 0 0
6636     # Requires:  1 >= CYGINT_ISO_POLL 
6637     #     CYGINT_ISO_POLL == 0
6638     #   --> 1
6639
6640     # The following properties are affected by this value
6641     # interface CYGINT_ISO_POLL
6642     #     Requires:  1 >= CYGINT_ISO_POLL 
6643 };
6644
6645 # poll() implementation header
6646 #
6647 cdl_option CYGBLD_ISO_POLL_HEADER {
6648     # Flavor: booldata
6649     # No user value, uncomment the following line to provide one.
6650     # user_value 0 0
6651     # value_source default
6652     # Default value: 0 0
6653 };
6654
6655 # <
6656 # NetDB utility functions
6657 #
6658 cdl_component CYGPKG_ISO_NETDB {
6659     # There is no associated value.
6660 };
6661
6662 # >
6663 # DNS implementations
6664 #
6665 cdl_interface CYGINT_ISO_DNS {
6666     # Implemented by CYGPKG_NS_DNS_BUILD, active, disabled
6667     # This value cannot be modified here.
6668     # Flavor: bool
6669     # Current value: 0
6670     # Requires:  1 >= CYGINT_ISO_DNS 
6671     #     CYGINT_ISO_DNS == 0
6672     #   --> 1
6673
6674     # The following properties are affected by this value
6675     # interface CYGINT_ISO_DNS
6676     #     Requires:  1 >= CYGINT_ISO_DNS 
6677 };
6678
6679 # DNS implementation header
6680 #
6681 cdl_option CYGBLD_ISO_DNS_HEADER {
6682     # Flavor: booldata
6683     # No user value, uncomment the following line to provide one.
6684     # user_value 0 0
6685     # The inferred value should not be edited directly.
6686     inferred_value 1 <cyg/ns/dns/dns.h>
6687     # value_source inferred
6688     # Default value: 0 0
6689
6690     # The following properties are affected by this value
6691     # option CYGPKG_NS_DNS_BUILD
6692     #     Requires:  CYGBLD_ISO_DNS_HEADER == "<cyg/ns/dns/dns.h>" 
6693 };
6694
6695 # Protocol network database implementations
6696 #
6697 cdl_interface CYGINT_ISO_NETDB_PROTO {
6698     # No options implement this inferface
6699     # This value cannot be modified here.
6700     # Flavor: bool
6701     # Current value: 0
6702     # Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
6703     #     CYGINT_ISO_NETDB_PROTO == 0
6704     #   --> 1
6705
6706     # The following properties are affected by this value
6707     # interface CYGINT_ISO_NETDB_PROTO
6708     #     Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
6709 };
6710
6711 # Protocol network database implementation header
6712 #
6713 cdl_option CYGBLD_ISO_NETDB_PROTO_HEADER {
6714     # Flavor: booldata
6715     # No user value, uncomment the following line to provide one.
6716     # user_value 0 0
6717     # value_source default
6718     # Default value: 0 0
6719 };
6720
6721 # Services network database implementations
6722 #
6723 cdl_interface CYGINT_ISO_NETDB_SERV {
6724     # No options implement this inferface
6725     # This value cannot be modified here.
6726     # Flavor: bool
6727     # Current value: 0
6728     # Requires:  1 >= CYGINT_ISO_NETDB_SERV 
6729     #     CYGINT_ISO_NETDB_SERV == 0
6730     #   --> 1
6731
6732     # The following properties are affected by this value
6733     # interface CYGINT_ISO_NETDB_SERV
6734     #     Requires:  1 >= CYGINT_ISO_NETDB_SERV 
6735 };
6736
6737 # Services network database implementation header
6738 #
6739 cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
6740     # Flavor: booldata
6741     # No user value, uncomment the following line to provide one.
6742     # user_value 0 0
6743     # value_source default
6744     # Default value: 0 0
6745 };
6746
6747 # <
6748 # Build options
6749 # Package specific build options including control over
6750 # compiler flags used only in building this package,
6751 # and details of which tests are built.
6752 #
6753 cdl_component CYGPKG_ISOINFRA_OPTIONS {
6754     # There is no associated value.
6755 };
6756
6757 # >
6758 # Additional compiler flags
6759 # This option modifies the set of compiler flags for
6760 # building the ISO C and POSIX infrastructure package.
6761 # These flags are used in addition to the set of global flags.
6762 #
6763 cdl_option CYGPKG_ISOINFRA_CFLAGS_ADD {
6764     # Flavor: data
6765     # No user value, uncomment the following line to provide one.
6766     # user_value ""
6767     # value_source default
6768     # Default value: ""
6769 };
6770
6771 # Suppressed compiler flags
6772 # This option modifies the set of compiler flags for
6773 # building the ISO C and POSIX infrastructure package.
6774 # These flags are removed from the set of global flags
6775 # if present.
6776 #
6777 cdl_option CYGPKG_ISOINFRA_CFLAGS_REMOVE {
6778     # Flavor: data
6779     # No user value, uncomment the following line to provide one.
6780     # user_value ""
6781     # value_source default
6782     # Default value: ""
6783 };
6784
6785 # <
6786 # <
6787 # DNS client
6788 # doc: ref/net-ns-dns.html
6789 #
6790 cdl_package CYGPKG_NS_DNS {
6791     # Packages cannot be added or removed, nor can their version be changed,
6792     # simply by editing their value. Instead the appropriate configuration
6793     # should be used to perform these actions.
6794
6795     # This value cannot be modified here.
6796     # Flavor: booldata
6797     # Current value: 1 current
6798
6799     # The following properties are affected by this value
6800     # component CYGPKG_REDBOOT_NETWORKING_DNS
6801     #     Requires: CYGPKG_NS_DNS
6802 };
6803
6804 # >
6805 # Build DNS NS client package
6806 #
6807 cdl_option CYGPKG_NS_DNS_BUILD {
6808     # Flavor: bool
6809     # No user value, uncomment the following line to provide one.
6810     # user_value 1
6811     # The inferred value should not be edited directly.
6812     inferred_value 0
6813     # value_source inferred
6814     # Default value: 1
6815     # Requires:  CYGBLD_ISO_DNS_HEADER == "<cyg/ns/dns/dns.h>" 
6816     #     CYGBLD_ISO_DNS_HEADER == <cyg/ns/dns/dns.h>
6817     #   --> 1
6818     # Requires: CYGPKG_NET
6819     #     CYGPKG_NET (unknown) == 0
6820     #   --> 0
6821     # Requires: CYGINT_ISO_CTYPE
6822     #     CYGINT_ISO_CTYPE == 0
6823     #   --> 0
6824     # Requires: CYGINT_ISO_MALLOC
6825     #     CYGINT_ISO_MALLOC == 0
6826     #   --> 0
6827     # Requires: CYGINT_ISO_STRING_STRFUNCS
6828     #     CYGINT_ISO_STRING_STRFUNCS == 1
6829     #   --> 1
6830     # Requires: CYGSEM_KERNEL_THREADS_DESTRUCTORS_PER_THREAD
6831     #     CYGSEM_KERNEL_THREADS_DESTRUCTORS_PER_THREAD (unknown) == 0
6832     #   --> 0
6833
6834     # The following properties are affected by this value
6835     # component CYGPKG_NS_DNS_DEFAULT
6836     #     ActiveIf: CYGPKG_NS_DNS_BUILD
6837     # component CYGPKG_NS_DNS_DOMAINNAME
6838     #     ActiveIf: CYGPKG_NS_DNS_BUILD
6839     # option CYGPKG_NS_DNS_TESTS
6840     #     ActiveIf: CYGPKG_NS_DNS_BUILD
6841     # component CYGPKG_REDBOOT_NETWORKING_DNS
6842     #     Requires: !CYGPKG_NS_DNS_BUILD
6843 };
6844
6845 # Provide a hard coded default server address
6846 # This option controls the use of a default, hard coded DNS 
6847 # server. When this is enabled, the IP address in the CDL 
6848 # option CYGDAT_NS_DNS_DEFAULT_SERVER is used in
6849 # init_all_network_interfaces() to start the resolver using 
6850 # the specified server. The DHCP client or user code may 
6851 # override this by restarting the resolver.
6852 #
6853 cdl_component CYGPKG_NS_DNS_DEFAULT {
6854     # This option is not active
6855     # ActiveIf constraint: CYGPKG_NS_DNS_BUILD
6856     #     CYGPKG_NS_DNS_BUILD == 0
6857     #   --> 0
6858
6859     # Flavor: bool
6860     # No user value, uncomment the following line to provide one.
6861     # user_value 0
6862     # value_source default
6863     # Default value: 0
6864 };
6865
6866 # >
6867 # IP address of the default DNS server
6868 #
6869 cdl_option CYGDAT_NS_DNS_DEFAULT_SERVER {
6870     # This option is not active
6871     # The parent CYGPKG_NS_DNS_DEFAULT is not active
6872     # The parent CYGPKG_NS_DNS_DEFAULT is disabled
6873
6874     # Flavor: data
6875     # No user value, uncomment the following line to provide one.
6876     # user_value 192.168.1.1
6877     # value_source default
6878     # Default value: 192.168.1.1
6879 };
6880
6881 # <
6882 # Provide a hard coded default domain name
6883 # This option controls the use of a default, hard coded
6884 # domain name to be used when querying a DNS server. When
6885 # this is enabled, the name in the CDL option
6886 # CYGDAT_NS_DNS_DOMAINNAME_NAME is used in
6887 # init_all_network_interfaces() to set the domain name as
6888 # accessed by getdomainname().
6889 #
6890 cdl_component CYGPKG_NS_DNS_DOMAINNAME {
6891     # This option is not active
6892     # ActiveIf constraint: CYGPKG_NS_DNS_BUILD
6893     #     CYGPKG_NS_DNS_BUILD == 0
6894     #   --> 0
6895
6896     # Flavor: bool
6897     # No user value, uncomment the following line to provide one.
6898     # user_value 0
6899     # value_source default
6900     # Default value: 0
6901 };
6902
6903 # >
6904 # Domain name for this device
6905 #
6906 cdl_option CYGDAT_NS_DNS_DOMAINNAME_NAME {
6907     # This option is not active
6908     # The parent CYGPKG_NS_DNS_DOMAINNAME is not active
6909     # The parent CYGPKG_NS_DNS_DOMAINNAME is disabled
6910
6911     # Flavor: data
6912     # No user value, uncomment the following line to provide one.
6913     # user_value default.domain.com
6914     # value_source default
6915     # Default value: default.domain.com
6916 };
6917
6918 # <
6919 # DNS support build options
6920 #
6921 cdl_component CYGPKG_NS_DNS_OPTIONS {
6922     # There is no associated value.
6923 };
6924
6925 # >
6926 # Additional compiler flags
6927 # This option modifies the set of compiler flags for
6928 # building the DNS package.
6929 # These flags are used in addition
6930 # to the set of global flags.
6931 #
6932 cdl_option CYGPKG_NS_DNS_CFLAGS_ADD {
6933     # Flavor: data
6934     # No user value, uncomment the following line to provide one.
6935     # user_value "-D_KERNEL -D__ECOS"
6936     # value_source default
6937     # Default value: "-D_KERNEL -D__ECOS"
6938 };
6939
6940 # Suppressed compiler flags
6941 # This option modifies the set of compiler flags for
6942 # building the DNS package. These flags are removed from
6943 # the set of global flags if present.
6944 #
6945 cdl_option CYGPKG_NS_DNS_CFLAGS_REMOVE {
6946     # Flavor: data
6947     # No user value, uncomment the following line to provide one.
6948     # user_value ""
6949     # value_source default
6950     # Default value: ""
6951 };
6952
6953 # <
6954 # Networking tests
6955 # This option specifies the set of tests for the DNS package.
6956 #
6957 cdl_option CYGPKG_NS_DNS_TESTS {
6958     # This option is not active
6959     # ActiveIf constraint: CYGPKG_NS_DNS_BUILD
6960     #     CYGPKG_NS_DNS_BUILD == 0
6961     #   --> 0
6962
6963     # Calculated value:  "tests/dns1 tests/dns2" 
6964     # Flavor: data
6965     # Current_value: tests/dns1 tests/dns2
6966 };
6967
6968 # <
6969 # Compute CRCs
6970 # doc: ref/services-crc.html
6971 # This package provides support for CRC calculation. Currently 
6972 # this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 
6973 # Gary S. Brown, and a 16 bit CRC.
6974 #
6975 cdl_package CYGPKG_CRC {
6976     # Packages cannot be added or removed, nor can their version be changed,
6977     # simply by editing their value. Instead the appropriate configuration
6978     # should be used to perform these actions.
6979
6980     # This value cannot be modified here.
6981     # Flavor: booldata
6982     # Current value: 1 current
6983 };
6984
6985 # >
6986 # POSIX CRC tests
6987 #
6988 cdl_option CYGPKG_CRC_TESTS {
6989     # Calculated value:  "tests/crc_test" 
6990     # Flavor: data
6991     # Current_value: tests/crc_test
6992 };
6993
6994 # <
6995 # <
6996