]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - config/TX37_1.ecc
RedBoot TX53 Release 2012-02-15
[karo-tx-redboot.git] / config / TX37_1.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    mx37_stk5 ;
31     template    redboot ;
32     package -hardware CYGPKG_HAL_ARM current ;
33     package -template CYGPKG_HAL current ;
34     package -template CYGPKG_INFRA current ;
35     package -template CYGPKG_REDBOOT current ;
36     package -template CYGPKG_ISOINFRA current ;
37     package -template CYGPKG_LIBC_STRING current ;
38     package -template CYGPKG_CRC current ;
39     package -hardware CYGPKG_HAL_ARM_MX37 current ;
40     package -hardware CYGPKG_HAL_ARM_MX37_STK5 v1_0 ;
41     package -hardware CYGPKG_IO_ETH_DRIVERS current ;
42     package -hardware CYGPKG_COMPRESS_ZLIB current ;
43     package -hardware CYGPKG_IO_FLASH current ;
44     package -hardware CYGPKG_DEVS_FLASH_ONMXC current ;
45     package CYGPKG_MEMALLOC current ;
46     package CYGPKG_LIBC_I18N current ;
47 };
48
49 # ---- conflicts -------------------------------------------------------
50 # There are no conflicts.
51
52 # ---- contents --------------------------------------------------------
53 # >
54 # >
55 # ISO C library string functions
56 # doc: ref/libc.html
57 # This package provides string functions specified by the
58 # ISO C standard - ISO/IEC 9899:1990.
59 #
60 cdl_package CYGPKG_LIBC_STRING {
61     # Packages cannot be added or removed, nor can their version be changed,
62     # simply by editing their value. Instead the appropriate configuration
63     # should be used to perform these actions.
64
65     # This value cannot be modified here.
66     # Flavor: booldata
67     # Current value: 1 current
68     # Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
69     #     CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER == <cyg/libc/string/string.h>
70     #   --> 1
71     # Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
72     #     CYGBLD_ISO_STRING_MEMFUNCS_HEADER == <cyg/libc/string/string.h>
73     #   --> 1
74     # Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
75     #     CYGBLD_ISO_STRING_STRFUNCS_HEADER == <cyg/libc/string/string.h>
76     #   --> 1
77     # Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
78     #     CYGBLD_ISO_STRTOK_R_HEADER == <cyg/libc/string/string.h>
79     #   --> 1
80     # Requires: CYGPKG_ISOINFRA
81     #     CYGPKG_ISOINFRA == current
82     #   --> 1
83 };
84
85 # >
86 # Inline versions of <string.h> functions
87 # This option chooses whether some of the
88 # particularly simple string functions from
89 # <string.h> are available as inline
90 # functions. This may improve performance, and as
91 # the functions are small, may even improve code
92 # size.
93 #
94 cdl_option CYGIMP_LIBC_STRING_INLINES {
95     # Flavor: bool
96     # No user value, uncomment the following line to provide one.
97     # user_value 1
98     # value_source default
99     # Default value: 1
100 };
101
102 # Optimize string functions for code size
103 # This option tries to reduce string function
104 # code size at the expense of execution speed. The
105 # same effect can be produced if the code is
106 # compiled with the -Os option to the compiler.
107 #
108 cdl_option CYGIMP_LIBC_STRING_PREFER_SMALL_TO_FAST {
109     # Flavor: bool
110     # No user value, uncomment the following line to provide one.
111     # user_value 0
112     # value_source default
113     # Default value: 0
114 };
115
116 # Provide BSD compatibility functions
117 # Enabling this option causes various compatibility functions
118 # commonly found in the BSD UNIX operating system to be included.
119 # These are functions such as bzero, bcmp, bcopy, bzero, strcasecmp,
120 # strncasecmp, index, rindex and swab.
121 #
122 cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS {
123     # Flavor: bool
124     # No user value, uncomment the following line to provide one.
125     # user_value 1
126     # The inferred value should not be edited directly.
127     inferred_value 0
128     # value_source inferred
129     # Default value: 1
130     # Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
131     #     CYGBLD_ISO_STRING_BSD_FUNCS_HEADER == <cyg/libc/string/bsdstring.h>
132     #   --> 1
133     # Requires: CYGINT_ISO_CTYPE
134     #     CYGINT_ISO_CTYPE == 1
135     #   --> 1
136 };
137
138 # strtok
139 # These options control the behaviour of the
140 # strtok() and strtok_r() string tokenization
141 # functions.
142 #
143 cdl_component CYGPKG_LIBC_STRING_STRTOK {
144     # There is no associated value.
145 };
146
147 # >
148 # Per-thread strtok()
149 # This option controls whether the string function
150 # strtok() has its state recorded on a per-thread
151 # basis rather than global. If this option is
152 # disabled, some per-thread space can be saved.
153 # Note there is also a POSIX-standard strtok_r()
154 # function to achieve a similar effect with user
155 # support. Enabling this option will use one slot
156 # of kernel per-thread data. You should ensure you
157 # have enough slots configured for all your
158 # per-thread data.
159 #
160 cdl_option CYGSEM_LIBC_STRING_PER_THREAD_STRTOK {
161     # This option is not active
162     # ActiveIf constraint: CYGPKG_KERNEL
163     #     CYGPKG_KERNEL (unknown) == 0
164     #   --> 0
165
166     # Flavor: bool
167     # No user value, uncomment the following line to provide one.
168     # user_value 0
169     # value_source default
170     # Default value: CYGVAR_KERNEL_THREADS_DATA
171     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
172     #   --> 0
173     # Requires: CYGVAR_KERNEL_THREADS_DATA
174     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
175     #   --> 0
176 };
177
178 # Tracing level
179 # Trace verbosity level for debugging the <string.h>
180 # functions strtok() and strtok_r(). Increase this
181 # value to get additional trace output.
182 #
183 cdl_option CYGNUM_LIBC_STRING_STRTOK_TRACE_LEVEL {
184     # Flavor: data
185     # No user value, uncomment the following line to provide one.
186     # user_value 0
187     # value_source default
188     # Default value: 0
189     # Legal values: 0 to 1
190 };
191
192 # <
193 # strdup
194 # This option indicates whether strdup() is to be supported.
195 #
196 cdl_option CYGFUN_LIBC_STRING_STRDUP {
197     # ActiveIf constraint: CYGINT_ISO_MALLOC
198     #     CYGINT_ISO_MALLOC == 1
199     #   --> 1
200
201     # Calculated value: 1
202     # Flavor: bool
203     # Current value: 1
204 };
205
206 # C library string functions build options
207 # Package specific build options including control over
208 # compiler flags used only in building this package,
209 # and details of which tests are built.
210 #
211 cdl_component CYGPKG_LIBC_STRING_OPTIONS {
212     # There is no associated value.
213 };
214
215 # >
216 # Additional compiler flags
217 # This option modifies the set of compiler flags for
218 # building the C library. These flags are used in addition
219 # to the set of global flags.
220 #
221 cdl_option CYGPKG_LIBC_STRING_CFLAGS_ADD {
222     # Flavor: data
223     # No user value, uncomment the following line to provide one.
224     # user_value ""
225     # value_source default
226     # Default value: ""
227 };
228
229 # Suppressed compiler flags
230 # This option modifies the set of compiler flags for
231 # building the C library. These flags are removed from
232 # the set of global flags if present.
233 #
234 cdl_option CYGPKG_LIBC_STRING_CFLAGS_REMOVE {
235     # Flavor: data
236     # No user value, uncomment the following line to provide one.
237     # user_value ""
238     # value_source default
239     # Default value: ""
240 };
241
242 # C library string function tests
243 # This option specifies the set of tests for the C library
244 # string functions.
245 #
246 cdl_option CYGPKG_LIBC_STRING_TESTS {
247     # 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" 
248     # Flavor: data
249     # 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
250 };
251
252 # <
253 # <
254 # Global build options
255 # Global build options including control over
256 # compiler flags, linker flags and choice of toolchain.
257 #
258 cdl_component CYGBLD_GLOBAL_OPTIONS {
259     # There is no associated value.
260
261     # The following properties are affected by this value
262 };
263
264 # >
265 # Global command prefix
266 # This option specifies the command prefix used when
267 # invoking the build tools.
268 #
269 cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
270     # Flavor: data
271     # No user value, uncomment the following line to provide one.
272     # user_value arm-elf
273     # value_source default
274     # Default value: arm-elf
275 };
276
277 # Global compiler flags
278 # This option controls the global compiler flags which are used to
279 # compile all packages by default. Individual packages may define
280 # options which override these global flags.
281 #
282 cdl_option CYGBLD_GLOBAL_CFLAGS {
283     # Flavor: data
284     user_value "-mcpu=arm9 -Wall -Werror -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-rtti -fno-exceptions -fvtable-gc -finit-priority"
285     # value_source user
286     # Default value: "-mcpu=arm9 -Wall  -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-rtti -fno-exceptions -fvtable-gc -finit-priority"
287
288     # The following properties are affected by this value
289     # option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS
290     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
291     # option CYGBLD_INFRA_CFLAGS_PIPE
292     #     Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
293 };
294
295 # Global linker flags
296 # This option controls the global linker flags. Individual
297 # packages may define options which override these global flags.
298 #
299 cdl_option CYGBLD_GLOBAL_LDFLAGS {
300     # Flavor: data
301     # No user value, uncomment the following line to provide one.
302     # user_value "-Wl,--gc-sections -Wl,-static -g -O2 -nostdlib"
303     # value_source default
304     # Default value: "-Wl,--gc-sections -Wl,-static -g -O2 -nostdlib"
305 };
306
307 # Build GDB stub ROM image
308 # This option enables the building of the GDB stubs for the
309 # board. The common HAL controls takes care of most of the
310 # build process, but the final conversion from ELF image to
311 # binary data is handled by the platform CDL, allowing
312 # relocation of the data if necessary.
313 #
314 cdl_option CYGBLD_BUILD_GDB_STUBS {
315     # Flavor: bool
316     # No user value, uncomment the following line to provide one.
317     # user_value 0
318     # value_source default
319     # Default value: 0
320     # Requires:  CYG_HAL_STARTUP == "ROM" 
321     #     CYG_HAL_STARTUP == ROMRAM
322     #   --> 0
323     # Requires: CYGSEM_HAL_ROM_MONITOR
324     #     CYGSEM_HAL_ROM_MONITOR == 1
325     #   --> 1
326     # Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
327     #     CYGBLD_BUILD_COMMON_GDB_STUBS == 0
328     #   --> 0
329     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
330     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
331     #   --> 0
332     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
333     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
334     #   --> 0
335     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
336     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
337     #   --> 1
338     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
339     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
340     #   --> 1
341     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
342     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
343     #   --> 1
344 };
345
346 # Build common GDB stub ROM image
347 # Unless a target board has specific requirements to the
348 # stub implementation, it can use a simple common stub.
349 # This option, which gets enabled by platform HALs as
350 # appropriate, controls the building of the common stub.
351 #
352 cdl_option CYGBLD_BUILD_COMMON_GDB_STUBS {
353     # Flavor: bool
354     # No user value, uncomment the following line to provide one.
355     # user_value 0
356     # value_source default
357     # Default value: 0
358     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
359     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
360     #   --> 0
361
362     # The following properties are affected by this value
363     # option CYGBLD_BUILD_GDB_STUBS
364     #     Requires: CYGBLD_BUILD_COMMON_GDB_STUBS
365 };
366
367 # <
368 # Common ethernet support
369 # doc: ref/io-eth-drv-generic.html
370 # Platform independent ethernet drivers
371 #
372 cdl_package CYGPKG_IO_ETH_DRIVERS {
373     # Packages cannot be added or removed, nor can their version be changed,
374     # simply by editing their value. Instead the appropriate configuration
375     # should be used to perform these actions.
376
377     # This value cannot be modified here.
378     # Flavor: booldata
379     # Current value: 1 current
380
381     # The following properties are affected by this value
382     # component CYGPKG_REDBOOT_NETWORKING
383     #     ActiveIf: CYGPKG_IO_ETH_DRIVERS
384 };
385
386 # >
387 # Network drivers
388 #
389 cdl_interface CYGHWR_NET_DRIVERS {
390     # No options implement this inferface
391     # This value cannot be modified here.
392     # Flavor: data
393     # Current_value: 0
394
395     # The following properties are affected by this value
396     # option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE
397     #     ActiveIf:  CYGHWR_NET_DRIVERS > 1 
398     # option CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE
399     #     ActiveIf:  CYGHWR_NET_DRIVERS > 1 
400 };
401
402 # Driver supports multicast addressing
403 # This interface defines whether or not a driver can handle
404 # requests for multicast addressing.
405 #
406 cdl_interface CYGINT_IO_ETH_MULTICAST {
407     # No options implement this inferface
408     # This value cannot be modified here.
409     # Flavor: data
410     # Current_value: 0
411 };
412
413 # Support printing driver debug information
414 # Selecting this option will include code to allow the driver to
415 # print lots of information on diagnostic output such as full
416 # packet dumps.
417 #
418 cdl_component CYGDBG_IO_ETH_DRIVERS_DEBUG {
419     # Flavor: bool
420     # No user value, uncomment the following line to provide one.
421     # user_value 1
422     # value_source default
423     # Default value: 1
424 };
425
426 # >
427 # Driver debug output verbosity
428 # The value of this option indicates the default verbosity
429 # level of debugging output. 0 means no debugging output
430 # is made by default. Higher values indicate higher verbosity.
431 # The verbosity level may also be changed at run time by
432 # changing the variable cyg_io_eth_net_debug.
433 #
434 cdl_option CYGDBG_IO_ETH_DRIVERS_DEBUG_VERBOSITY {
435     # Flavor: data
436     # No user value, uncomment the following line to provide one.
437     # user_value 0
438     # value_source default
439     # Default value: 0
440 };
441
442 # <
443 # Size of scatter-gather I/O lists
444 # A scatter-gather list is used to pass requests to/from
445 # the physical device driver.  This list can typically be
446 # small, as the data is normally already packed into reasonable
447 # chunks.
448 #
449 cdl_option CYGNUM_IO_ETH_DRIVERS_SG_LIST_SIZE {
450     # Flavor: data
451     # No user value, uncomment the following line to provide one.
452     # user_value 32
453     # value_source default
454     # Default value: 32
455 };
456
457 # Support for standard eCos TCP/IP stack.
458 #
459 cdl_component CYGPKG_IO_ETH_DRIVERS_NET {
460     # This option is not active
461     # ActiveIf constraint: CYGPKG_NET
462     #     CYGPKG_NET (unknown) == 0
463     #   --> 0
464
465     # Flavor: bool
466     # No user value, uncomment the following line to provide one.
467     # user_value 1
468     # value_source default
469     # Default value: 1
470     # Requires: CYGINT_ISO_STRING_STRFUNCS
471     #     CYGINT_ISO_STRING_STRFUNCS == 1
472     #   --> 1
473 };
474
475 # >
476 # Warn when there are no more mbufs
477 # Warnings about running out of mbufs are printed to the
478 # diagnostic output channel via diag_printf() if this option
479 # is enabled.  Mbufs are the network stack's basic dynamic
480 # memory objects that hold all packets in transit; running
481 # out is bad for performance but not fatal, not a crash.
482 # You might want to turn off the warnings to preserve realtime
483 # properties of the system even in extremis.
484 #
485 cdl_component CYGPKG_IO_ETH_DRIVERS_WARN_NO_MBUFS {
486     # This option is not active
487     # The parent CYGPKG_IO_ETH_DRIVERS_NET is not active
488
489     # Flavor: bool
490     # No user value, uncomment the following line to provide one.
491     # user_value 1
492     # value_source default
493     # Default value: 1
494 };
495
496 # Simulate network failures for testing
497 # This package contains a suite of simulated failure modes
498 # for the ethernet device layer, including dropping and/or
499 # corrupting received packets, dropping packets queued for
500 # transmission, and simulating a complete network break.
501 # It requires the kernel as a source of time information.
502 #
503 cdl_component CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES {
504     # This option is not active
505     # The parent CYGPKG_IO_ETH_DRIVERS_NET is not active
506
507     # Flavor: bool
508     # No user value, uncomment the following line to provide one.
509     # user_value 0
510     # value_source default
511     # Default value: 0
512 };
513
514 # >
515 # Drop incoming packets (percentage)
516 #
517 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_RX {
518     # This option is not active
519     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
520     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
521
522     # Flavor: booldata
523     # No user value, uncomment the following line to provide one.
524     # user_value 1 10
525     # value_source default
526     # Default value: 1 10
527     # Legal values: 10 50 80
528 };
529
530 # Corrupt incoming packets (percentage)
531 #
532 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_CORRUPT_RX {
533     # This option is not active
534     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
535     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
536
537     # Flavor: booldata
538     # No user value, uncomment the following line to provide one.
539     # user_value 1 10
540     # value_source default
541     # Default value: 1 10
542     # Legal values: 10 50 80
543 };
544
545 # Drop outgoing packets (percentage)
546 #
547 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_DROP_TX {
548     # This option is not active
549     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
550     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
551
552     # Flavor: booldata
553     # No user value, uncomment the following line to provide one.
554     # user_value 1 10
555     # value_source default
556     # Default value: 1 10
557     # Legal values: 10 50 80
558 };
559
560 # Simulate a line cut from time to time
561 # This option causes the system to drop all packets for a
562 # short random period (10s of seconds), and then act
563 # normally for up to 4 times that long.  This simulates your
564 # sysadmin fiddling with plugs in the network switch
565 # cupboard.
566 #
567 cdl_option CYGPKG_IO_ETH_DRIVERS_SIMULATE_LINE_CUT {
568     # This option is not active
569     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is not active
570     # The parent CYGPKG_IO_ETH_DRIVERS_SIMULATED_FAILURES is disabled
571
572     # Flavor: bool
573     # No user value, uncomment the following line to provide one.
574     # user_value 0
575     # value_source default
576     # Default value: 0
577 };
578
579 # <
580 # <
581 # Support for stand-alone network stack.
582 #
583 cdl_component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE {
584     # ActiveIf constraint: !CYGPKG_NET
585     #     CYGPKG_NET (unknown) == 0
586     #   --> 1
587
588     # Flavor: bool
589     # No user value, uncomment the following line to provide one.
590     # user_value 1
591     # value_source default
592     # Default value: 1
593     # Requires: CYGINT_ISO_STRING_MEMFUNCS
594     #     CYGINT_ISO_STRING_MEMFUNCS == 1
595     #   --> 1
596 };
597
598 # >
599 # Pass packets to an alternate stack
600 # Define this to allow packets seen by this layer to be
601 # passed on to the previous logical layer, i.e. when
602 # stand-alone processing replaces system (eCos) processing.
603 #
604 cdl_option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS {
605     # Flavor: bool
606     # No user value, uncomment the following line to provide one.
607     # user_value 1
608     # value_source default
609     # Default value:  0 != CYGPKG_REDBOOT_NETWORKING 
610     #     CYGPKG_REDBOOT_NETWORKING == 1
611     #   --> 1
612 };
613
614 # Number of [network] buffers
615 # This option is used to allocate space to buffer incoming network
616 # packets.  These buffers are used to hold data until they can be
617 # logically processed by higher layers.
618 #
619 cdl_option CYGNUM_IO_ETH_DRIVERS_NUM_PKT {
620     # Flavor: data
621     # No user value, uncomment the following line to provide one.
622     # user_value 4
623     # value_source default
624     # Default value: 4
625     # Legal values: 2 to 32
626 };
627
628 # Show driver warnings
629 # Selecting this option will allows the stand-alone ethernet driver
630 # to display warnings on the system console when incoming network
631 # packets are being discarded due to lack of buffer space.
632 #
633 cdl_option CYGSEM_IO_ETH_DRIVERS_WARN {
634     # ActiveIf constraint: CYGPKG_REDBOOT
635     #     CYGPKG_REDBOOT == current
636     #   --> 1
637
638     # Flavor: bool
639     # No user value, uncomment the following line to provide one.
640     # user_value 0
641     # value_source default
642     # Default value: 0
643 };
644
645 # <
646 # Support for lwIP network stack.
647 #
648 cdl_component CYGPKG_IO_ETH_DRIVERS_LWIP {
649     # This option is not active
650     # ActiveIf constraint: CYGPKG_NET_LWIP
651     #     CYGPKG_NET_LWIP (unknown) == 0
652     #   --> 0
653
654     # Flavor: bool
655     # No user value, uncomment the following line to provide one.
656     # user_value 1
657     # value_source default
658     # Default value: 1
659     # Requires: !CYGPKG_NET
660     #     CYGPKG_NET (unknown) == 0
661     #   --> 1
662 };
663
664 # Interrupt support required
665 # This interface is used to indicate to the low
666 # level device drivers that interrupt driven operation
667 # is required by higher layers.
668 #
669 cdl_interface CYGINT_IO_ETH_INT_SUPPORT_REQUIRED {
670     # Implemented by CYGPKG_IO_ETH_DRIVERS_NET, inactive, enabled
671     # Implemented by CYGPKG_IO_ETH_DRIVERS_LWIP, inactive, enabled
672     # This value cannot be modified here.
673     # Flavor: booldata
674     # Current value: 0 0
675
676     # The following properties are affected by this value
677 };
678
679 # Common ethernet support build options
680 #
681 cdl_component CYGPKG_IO_ETH_DRIVERS_OPTIONS {
682     # There is no associated value.
683 };
684
685 # >
686 # Additional compiler flags
687 # This option modifies the set of compiler flags for
688 # building the common ethernet support package. These flags are used in addition
689 # to the set of global flags.
690 #
691 cdl_option CYGPKG_IO_ETH_DRIVERS_CFLAGS_ADD {
692     # Flavor: data
693     # No user value, uncomment the following line to provide one.
694     # user_value "-D_KERNEL -D__ECOS"
695     # value_source default
696     # Default value: "-D_KERNEL -D__ECOS"
697 };
698
699 # <
700 # <
701 # ISO C library internationalization functions
702 # doc: ref/libc.html
703 # This package provides internationalization functions specified by the
704 # ISO C standard - ISO/IEC 9899:1990. These include locale-related
705 # functionality and <ctype.h> functionality.
706 #
707 cdl_package CYGPKG_LIBC_I18N {
708     # Packages cannot be added or removed, nor can their version be changed,
709     # simply by editing their value. Instead the appropriate configuration
710     # should be used to perform these actions.
711
712     # This value cannot be modified here.
713     # Flavor: booldata
714     # Current value: 1 current
715     # Requires: CYGPKG_ISOINFRA
716     #     CYGPKG_ISOINFRA == current
717     #   --> 1
718 };
719
720 # >
721 # Supported locales
722 # These options determine which locales other than the "C" locale
723 # are supported and hence contribute to the size of the executable.
724 #
725 cdl_component CYGPKG_LIBC_I18N_LOCALES {
726     # There is no associated value.
727 };
728
729 # >
730 # Support for multiple locales required
731 #
732 cdl_interface CYGINT_LIBC_I18N_MB_REQUIRED {
733     # Implemented by CYGFUN_LIBC_I18N_LOCALE_C_SJIS, active, disabled
734     # Implemented by CYGFUN_LIBC_I18N_LOCALE_C_JIS, active, disabled
735     # Implemented by CYGFUN_LIBC_I18N_LOCALE_C_EUCJP, active, disabled
736     # This value cannot be modified here.
737     # Flavor: booldata
738     # Current value: 0 0
739     # Requires:  CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER ==  "<cyg/libc/i18n/mb.h>" 
740     #     CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER == 0
741     #   --> 0
742
743     # The following properties are affected by this value
744 };
745
746 # C-SJIS locale support
747 # This option controls if the "C-SJIS" locale will be
748 # supported by setlocale().  The locale is a hybrid locale
749 # that is mostly the "C" locale with Japanese SJIS multibyte
750 # support added.
751 #
752 cdl_option CYGFUN_LIBC_I18N_LOCALE_C_SJIS {
753     # Flavor: bool
754     # No user value, uncomment the following line to provide one.
755     # user_value 0
756     # value_source default
757     # Default value: 0
758
759     # The following properties are affected by this value
760     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
761     #     LegalValues:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
762     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
763     #     DefaultValue:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
764 };
765
766 # C-JIS locale support
767 # This option controls if the "C-JIS" locale will be
768 # supported by setlocale().  The locale is a hybrid locale
769 # that is mostly the "C" locale with Japanese JIS multibyte
770 # support added.
771 #
772 cdl_option CYGFUN_LIBC_I18N_LOCALE_C_JIS {
773     # Flavor: bool
774     # No user value, uncomment the following line to provide one.
775     # user_value 0
776     # value_source default
777     # Default value: 0
778
779     # The following properties are affected by this value
780     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
781     #     LegalValues:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
782     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
783     #     DefaultValue:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
784 };
785
786 # C-EUCJP locale support
787 # This option controls if the "C-EUCJP" locale will be
788 # supported by setlocale().  The locale is a hybrid locale
789 # that is mostly the "C" locale with Japanese EUCJP multibyte
790 # support added.
791 #
792 cdl_option CYGFUN_LIBC_I18N_LOCALE_C_EUCJP {
793     # Flavor: bool
794     # No user value, uncomment the following line to provide one.
795     # user_value 0
796     # value_source default
797     # Default value: 0
798
799     # The following properties are affected by this value
800     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
801     #     LegalValues:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
802     # option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE
803     #     DefaultValue:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
804 };
805
806 # <
807 # Newlib's ctype implementation
808 # This option enables the implementation of the ctype functions
809 # that comes with newlib. It is table driven and therefore
810 # exhibits different performance characteristics. It also offers
811 # a limited amount of binary compatibility
812 # with newlib so that programs linked against newlib ctype/locale
813 # do not need to be recompiled when linked with eCos.
814 #
815 cdl_option CYGPKG_LIBC_I18N_NEWLIB_CTYPE {
816     # Flavor: bool
817     # No user value, uncomment the following line to provide one.
818     # user_value 0
819     # value_source default
820     # Default value: 0
821     # Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/newlibctype.h>" 
822     #     CYGBLD_ISO_CTYPE_HEADER == <cyg/libc/i18n/ctype.inl>
823     #   --> 0
824 };
825
826 # Per-thread multibyte state
827 # This option controls whether the multibyte character
828 # handling functions mblen(), mbtowc(), and wctomb(),
829 # have their state recorded on a per-thread
830 # basis rather than global. If this option is
831 # disabled, some per-thread space can be saved.
832 # Enabling this option will use three slots
833 # of kernel per-thread data. You should ensure you
834 # have enough slots configured for all your
835 # per-thread data.
836 #
837 cdl_option CYGSEM_LIBC_I18N_PER_THREAD_MB {
838     # This option is not active
839     # ActiveIf constraint: CYGPKG_KERNEL
840     #     CYGPKG_KERNEL (unknown) == 0
841     #   --> 0
842
843     # Flavor: bool
844     # No user value, uncomment the following line to provide one.
845     # user_value 0
846     # value_source default
847     # Default value:  CYGVAR_KERNEL_THREADS_DATA != 0 
848     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
849     #   --> 0
850     # Requires: CYGVAR_KERNEL_THREADS_DATA
851     #     CYGVAR_KERNEL_THREADS_DATA (unknown) == 0
852     #   --> 0
853 };
854
855 # Size of locale name strings
856 # This option controls the maximum size of
857 # locale names and is used, among other things
858 # to instantiate a static string used
859 # as a return value from the
860 # setlocale() function. When requesting the
861 # current locale settings with LC_ALL, a string
862 # must be constructed to contain this data, rather
863 # than just returning a constant string. This
864 # string data is stored in the static string.
865 # This depends on the length of locale names,
866 # hence this option. If just the C locale is
867 # present, this option can be set as low as 2.
868 #
869 cdl_option CYGNUM_LIBC_I18N_MAX_LOCALE_NAME_SIZE {
870     # Flavor: data
871     # No user value, uncomment the following line to provide one.
872     # user_value 2
873     # value_source default
874     # Default value:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2)))  
875     #     CYGFUN_LIBC_I18N_LOCALE_C_EUCJP == 0
876     #     CYGFUN_LIBC_I18N_LOCALE_C_SJIS == 0
877     #     CYGFUN_LIBC_I18N_LOCALE_C_JIS == 0
878     #   --> 2
879     # Legal values:  (CYGFUN_LIBC_I18N_LOCALE_C_EUCJP ? 8 :  (CYGFUN_LIBC_I18N_LOCALE_C_SJIS ? 7 :   (CYGFUN_LIBC_I18N_LOCALE_C_JIS ? 6 : 2))) to 0x7fffffff 
880     #     CYGFUN_LIBC_I18N_LOCALE_C_EUCJP == 0
881     #     CYGFUN_LIBC_I18N_LOCALE_C_SJIS == 0
882     #     CYGFUN_LIBC_I18N_LOCALE_C_JIS == 0
883 };
884
885 # Inline versions of <ctype.h> functions
886 # This option chooses whether the simple character
887 # classification and conversion functions (e.g.
888 # isupper(), isalpha(), toupper(), etc.)
889 # from <ctype.h> are available as inline
890 # functions. This may improve performance and as
891 # the functions are small, may even improve code
892 # size.
893 #
894 cdl_option CYGIMP_LIBC_I18N_CTYPE_INLINES {
895     # Flavor: bool
896     # No user value, uncomment the following line to provide one.
897     # user_value 1
898     # value_source default
899     # Default value: 1
900     # Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/ctype.inl>" 
901     #     CYGBLD_ISO_CTYPE_HEADER == <cyg/libc/i18n/ctype.inl>
902     #   --> 1
903 };
904
905 # C library i18n functions build options
906 # Package specific build options including control over
907 # compiler flags used only in building this package,
908 # and details of which tests are built.
909 #
910 cdl_component CYGPKG_LIBC_I18N_OPTIONS {
911     # There is no associated value.
912 };
913
914 # >
915 # Additional compiler flags
916 # This option modifies the set of compiler flags for
917 # building the C library. These flags are used in addition
918 # to the set of global flags.
919 #
920 cdl_option CYGPKG_LIBC_I18N_CFLAGS_ADD {
921     # Flavor: data
922     # No user value, uncomment the following line to provide one.
923     # user_value ""
924     # value_source default
925     # Default value: ""
926 };
927
928 # Suppressed compiler flags
929 # This option modifies the set of compiler flags for
930 # building the C library. These flags are removed from
931 # the set of global flags if present.
932 #
933 cdl_option CYGPKG_LIBC_I18N_CFLAGS_REMOVE {
934     # Flavor: data
935     # No user value, uncomment the following line to provide one.
936     # user_value ""
937     # value_source default
938     # Default value: ""
939 };
940
941 # C library i18n function tests
942 # This option specifies the set of tests for the C library
943 # i18n functions.
944 #
945 cdl_option CYGPKG_LIBC_I18N_TESTS {
946     # Calculated value:  "tests/ctype tests/setlocale tests/i18nmb" 
947     # Flavor: data
948     # Current_value: tests/ctype tests/setlocale tests/i18nmb
949 };
950
951 # <
952 # <
953 # <
954 # eCos HAL
955 # doc: ref/the-ecos-hardware-abstraction-layer.html
956 # The eCos HAL package provide a porting layer for
957 # higher-level parts of the system such as the kernel and the
958 # C library. Each installation should have HAL packages for
959 # one or more architectures, and for each architecture there
960 # may be one or more supported platforms. It is necessary to
961 # select one target architecture and one platform for that
962 # architecture. There are also a number of configuration
963 # options that are common to all HAL packages.
964 #
965 cdl_package CYGPKG_HAL {
966     # Packages cannot be added or removed, nor can their version be changed,
967     # simply by editing their value. Instead the appropriate configuration
968     # should be used to perform these actions.
969
970     # This value cannot be modified here.
971     # Flavor: booldata
972     # Current value: 1 current
973     # Requires: CYGPKG_INFRA
974     #     CYGPKG_INFRA == current
975     #   --> 1
976
977     # The following properties are affected by this value
978 };
979
980 # >
981 # Platform-independent HAL options
982 # A number of configuration options are common to most or all
983 # HAL packages, for example options controlling how much state
984 # should be saved during a context switch. The implementations
985 # of these options will vary from architecture to architecture.
986 #
987 cdl_component CYGPKG_HAL_COMMON {
988     # There is no associated value.
989 };
990
991 # >
992 # Provide eCos kernel support
993 # The HAL can be configured to either support the full eCos
994 # kernel, or to support only very simple applications which do
995 # not require a full kernel. If kernel support is not required
996 # then some of the startup, exception, and interrupt handling
997 # code can be eliminated.
998 #
999 cdl_option CYGFUN_HAL_COMMON_KERNEL_SUPPORT {
1000     # Flavor: bool
1001     # No user value, uncomment the following line to provide one.
1002     # user_value 0
1003     # value_source default
1004     # Default value: CYGPKG_KERNEL
1005     #     CYGPKG_KERNEL (unknown) == 0
1006     #   --> 0
1007     # Requires: CYGPKG_KERNEL
1008     #     CYGPKG_KERNEL (unknown) == 0
1009     #   --> 0
1010 };
1011
1012 # HAL exception support
1013 # When a processor exception occurs, for example an attempt to
1014 # execute an illegal instruction or to perform a divide by
1015 # zero, this exception may be handled in a number of different
1016 # ways. If the target system has gdb support then typically
1017 # the exception will be handled by gdb code. Otherwise if the
1018 # HAL exception support is enabled then the HAL will invoke a
1019 # routine deliver_exception(). Typically this routine will be
1020 # provided by the eCos kernel, but it is possible for
1021 # application code to provide its own implementation. If the
1022 # HAL exception support is not enabled and a processor
1023 # exception occurs then the behaviour of the system is
1024 # undefined.
1025 #
1026 cdl_option CYGPKG_HAL_EXCEPTIONS {
1027     # Flavor: bool
1028     # No user value, uncomment the following line to provide one.
1029     # user_value 0
1030     # value_source default
1031     # Default value: CYGPKG_KERNEL_EXCEPTIONS
1032     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
1033     #   --> 0
1034     # Requires: CYGPKG_KERNEL_EXCEPTIONS
1035     #     CYGPKG_KERNEL_EXCEPTIONS (unknown) == 0
1036     #   --> 0
1037 };
1038
1039 # Stop calling constructors early
1040 # This option supports environments where some constructors
1041 # must be run in the context of a thread rather than at
1042 # simple system startup time. A boolean flag named
1043 # cyg_hal_stop_constructors is set to 1 when constructors
1044 # should no longer be invoked. It is up to some other
1045 # package to deal with the rest of the constructors.
1046 # In the current version this is only possible with the
1047 # C library.
1048 #
1049 cdl_option CYGSEM_HAL_STOP_CONSTRUCTORS_ON_FLAG {
1050     # Flavor: bool
1051     # No user value, uncomment the following line to provide one.
1052     # user_value 0
1053     # value_source default
1054     # Default value: 0
1055     # Requires: CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS
1056     #     CYGSEM_LIBC_INVOKE_DEFAULT_STATIC_CONSTRUCTORS (unknown) == 0
1057     #   --> 0
1058 };
1059
1060 # HAL uses the MMU and allows for CDL manipulation of it's use
1061 #
1062 cdl_interface CYGINT_HAL_SUPPORTS_MMU_TABLES {
1063     # No options implement this inferface
1064     # This value cannot be modified here.
1065     # Flavor: data
1066     # Current_value: 0
1067
1068     # The following properties are affected by this value
1069     # option CYGSEM_HAL_INSTALL_MMU_TABLES
1070     #     ActiveIf: CYGINT_HAL_SUPPORTS_MMU_TABLES
1071 };
1072
1073 # Install MMU tables.
1074 # This option controls whether this application installs
1075 # its own Memory Management Unit (MMU) tables, or relies on the
1076 # existing environment to run.
1077 #
1078 cdl_option CYGSEM_HAL_INSTALL_MMU_TABLES {
1079     # This option is not active
1080     # ActiveIf constraint: CYGINT_HAL_SUPPORTS_MMU_TABLES
1081     #     CYGINT_HAL_SUPPORTS_MMU_TABLES == 0
1082     #   --> 0
1083
1084     # Flavor: bool
1085     # No user value, uncomment the following line to provide one.
1086     # user_value 1
1087     # value_source default
1088     # Default value:  CYG_HAL_STARTUP != "RAM" 
1089     #     CYG_HAL_STARTUP == ROMRAM
1090     #   --> 1
1091
1092     # The following properties are affected by this value
1093     # option CYGSEM_HAL_STATIC_MMU_TABLES
1094     #     Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
1095 };
1096
1097 # Use static MMU tables.
1098 # This option defines an environment where any Memory
1099 # Management Unit (MMU) tables are constant.  Normally used by ROM
1100 # based environments, this provides a way to save RAM usage which
1101 # would otherwise be required for these tables.
1102 #
1103 cdl_option CYGSEM_HAL_STATIC_MMU_TABLES {
1104     # Flavor: bool
1105     # No user value, uncomment the following line to provide one.
1106     # user_value 0
1107     # value_source default
1108     # Default value: 0
1109     # Requires: CYGSEM_HAL_INSTALL_MMU_TABLES
1110     #     CYGSEM_HAL_INSTALL_MMU_TABLES == 0
1111     #   --> 0
1112 };
1113
1114 # Route diagnostic output to debug channel
1115 # If not inheriting the console setup from the ROM monitor,
1116 # it is possible to redirect diagnostic output to the debug
1117 # channel by enabling this option. Depending on the debugger
1118 # used it may also be necessary to select a mangler for the
1119 # output to be displayed by the debugger.
1120 #
1121 cdl_component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN {
1122     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1123     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
1124     #   --> 1
1125     # ActiveIf constraint:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
1126     #     CYGPKG_HAL_ARM == current
1127     #     CYGPKG_HAL_POWERPC_MPC8xx (unknown) == 0
1128     #     CYGPKG_HAL_V85X_V850 (unknown) == 0
1129     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1130     #   --> 1
1131
1132     # Flavor: bool
1133     # No user value, uncomment the following line to provide one.
1134     # user_value 0
1135     # value_source default
1136     # Default value:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1137     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1138     #     CYG_HAL_STARTUP == ROMRAM
1139     #   --> 0
1140
1141     # The following properties are affected by this value
1142     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1143     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1144 };
1145
1146 # >
1147 # Mangler used on diag output
1148 # It is sometimes necessary to mangle (encode) the
1149 # diag ASCII text output in order for it to show up at the
1150 # other end. In particular, GDB may silently ignore raw
1151 # ASCII text.
1152 #
1153 cdl_option CYGSEM_HAL_DIAG_MANGLER {
1154     # This option is not active
1155     # The parent CYGDBG_HAL_DIAG_TO_DEBUG_CHAN is disabled
1156
1157     # Flavor: data
1158     # No user value, uncomment the following line to provide one.
1159     # user_value GDB
1160     # value_source default
1161     # Default value: GDB
1162     # Legal values: "GDB" "None"
1163 };
1164
1165 # <
1166 # <
1167 # HAL interrupt handling
1168 # A number of configuration options related to interrupt
1169 # handling are common to most or all HAL packages, even though
1170 # the implementations will vary from architecture to
1171 # architecture.
1172 #
1173 cdl_component CYGPKG_HAL_COMMON_INTERRUPTS {
1174     # There is no associated value.
1175 };
1176
1177 # >
1178 # Use separate stack for interrupts
1179 # When an interrupt occurs this interrupt can be handled either
1180 # on the current stack or on a separate stack maintained by the
1181 # HAL. Using a separate stack requires a small number of extra
1182 # instructions in the interrupt handling code, but it has the
1183 # advantage that it is no longer necessary to allow extra space
1184 # in every thread stack for the interrupt handlers. The amount
1185 # of extra space required depends on the interrupt handlers
1186 # that are being used.
1187 #
1188 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK {
1189     # Flavor: bool
1190     user_value 0
1191     # The inferred value should not be edited directly.
1192     inferred_value 0
1193     # value_source user
1194     # Default value: 1
1195
1196     # The following properties are affected by this value
1197     # package CYGPKG_REDBOOT
1198     #     Requires:  CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0 
1199 };
1200
1201 # Interrupt stack size
1202 # This configuration option specifies the stack size in bytes
1203 # for the interrupt stack. Typically this should be a multiple
1204 # of 16, but the exact requirements will vary from architecture
1205 # to architecture. The interrupt stack serves two separate
1206 # purposes. It is used as the stack during system
1207 # initialization. In addition, if the interrupt system is
1208 # configured to use a separate stack then all interrupts will
1209 # be processed on this stack. The exact memory requirements
1210 # will vary from application to application, and will depend
1211 # heavily on whether or not other interrupt-related options,
1212 # for example nested interrupts, are enabled. On most targets,
1213 # in a configuration with no kernel this stack will also be
1214 # the stack used to invoke the application, and must obviously
1215 # be appropriately large in that case.
1216 #
1217 cdl_option CYGNUM_HAL_COMMON_INTERRUPTS_STACK_SIZE {
1218     # Flavor: data
1219     user_value 4096
1220     # value_source user
1221     # Default value:  CYGPKG_KERNEL ? 4096 : 32768 
1222     #     CYGPKG_KERNEL (unknown) == 0
1223     #   --> 32768
1224     # Legal values: 128 to 1048576
1225 };
1226
1227 # Allow nested interrupts
1228 # When an interrupt occurs the HAL interrupt handling code can
1229 # either leave interrupts disabled for the duration of the
1230 # interrupt handling code, or by doing some extra work it can
1231 # reenable interrupts before invoking the interrupt handler and
1232 # thus allow nested interrupts to happen. If all the interrupt
1233 # handlers being used are small and do not involve any loops
1234 # then it is usually better to disallow nested interrupts.
1235 # However if any of the interrupt handlers are more complicated
1236 # than nested interrupts will usually be required.
1237 #
1238 cdl_option CYGSEM_HAL_COMMON_INTERRUPTS_ALLOW_NESTING {
1239     # Flavor: bool
1240     # No user value, uncomment the following line to provide one.
1241     # user_value 0
1242     # value_source default
1243     # Default value: 0
1244 };
1245
1246 # Save minimum context on interrupt
1247 # The HAL interrupt handling code can exploit the calling conventions
1248 # defined for a given architecture to reduce the amount of state
1249 # that has to be saved. Generally this improves performance and
1250 # reduces code size. However it can make source-level debugging
1251 # more difficult.
1252 #
1253 cdl_option CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT {
1254     # Flavor: bool
1255     user_value 0
1256     # value_source user
1257     # Default value: 1
1258
1259     # The following properties are affected by this value
1260     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1261     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1262     # component CYGBLD_BUILD_REDBOOT
1263     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1264     # option CYGBLD_BUILD_GDB_STUBS
1265     #     Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1266 };
1267
1268 # Chain all interrupts together
1269 # Interrupts can be attached to vectors either singly, or be
1270 # chained together. The latter is necessary if there is no way
1271 # of discovering which device has interrupted without
1272 # inspecting the device itself. It can also reduce the amount
1273 # of RAM needed for interrupt decoding tables and code.
1274 #
1275 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_CHAIN {
1276     # Flavor: bool
1277     # No user value, uncomment the following line to provide one.
1278     # user_value 0
1279     # value_source default
1280     # Default value: 0
1281 };
1282
1283 # Ignore spurious [fleeting] interrupts
1284 # On some hardware, interrupt sources may not be de-bounced or
1285 # de-glitched.  Rather than try to handle these interrupts (no
1286 # handling may be possible), this option allows the HAL to simply
1287 # ignore them.  In most cases, if the interrupt is real it will
1288 # reoccur in a detectable form.
1289 #
1290 cdl_option CYGIMP_HAL_COMMON_INTERRUPTS_IGNORE_SPURIOUS {
1291     # Flavor: bool
1292     # No user value, uncomment the following line to provide one.
1293     # user_value 0
1294     # value_source default
1295     # Default value: 0
1296 };
1297
1298 # <
1299 # HAL context switch support
1300 # A number of configuration options related to thread contexts
1301 # are common to most or all HAL packages, even though the
1302 # implementations will vary from architecture to architecture.
1303 #
1304 cdl_component CYGPKG_HAL_COMMON_CONTEXT {
1305     # There is no associated value.
1306
1307     # The following properties are affected by this value
1308 };
1309
1310 # >
1311 # Use minimum thread context
1312 # The thread context switch code can exploit the calling
1313 # conventions defined for a given architecture to reduce the
1314 # amount of state that has to be saved during a context
1315 # switch. Generally this improves performance and reduces
1316 # code size. However it can make source-level debugging more
1317 # difficult.
1318 #
1319 cdl_option CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM {
1320     # Flavor: bool
1321     # No user value, uncomment the following line to provide one.
1322     # user_value 1
1323     # The inferred value should not be edited directly.
1324     inferred_value 0
1325     # value_source inferred
1326     # Default value: 1
1327
1328     # The following properties are affected by this value
1329     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1330     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1331     # component CYGBLD_BUILD_REDBOOT
1332     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1333     # option CYGBLD_BUILD_GDB_STUBS
1334     #     Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1335 };
1336
1337 # <
1338 # Explicit control over cache behaviour
1339 # These options let the default behaviour of the caches 
1340 # be easily configurable.
1341 #
1342 cdl_component CYGPKG_HAL_CACHE_CONTROL {
1343     # There is no associated value.
1344 };
1345
1346 # >
1347 # Enable DATA cache on startup
1348 # Enabling this option will cause the data cache to be enabled
1349 # as soon as practicable when eCos starts up.  One would choose
1350 # to disable this if the data cache cannot safely be turned on,
1351 # such as a case where the cache(s) require additional platform
1352 # specific setup.
1353 #
1354 cdl_component CYGSEM_HAL_ENABLE_DCACHE_ON_STARTUP {
1355     # Flavor: bool
1356     # No user value, uncomment the following line to provide one.
1357     # user_value 1
1358     # value_source default
1359     # Default value: 1
1360 };
1361
1362 # >
1363 # DATA cache mode on startup
1364 # This option controls the mode the cache will be set to
1365 # when enabled on startup.
1366 #
1367 cdl_option CYGSEM_HAL_DCACHE_STARTUP_MODE {
1368     # Flavor: data
1369     # No user value, uncomment the following line to provide one.
1370     # user_value COPYBACK
1371     # value_source default
1372     # Default value: COPYBACK
1373     # Legal values:  "COPYBACK" "WRITETHRU" 
1374 };
1375
1376 # <
1377 # Enable INSTRUCTION cache on startup
1378 # Enabling this option will cause the instruction cache to be enabled
1379 # as soon as practicable when eCos starts up.  One would choose
1380 # to disable this if the instruction cache cannot safely be turned on,
1381 # such as a case where the cache(s) require additional platform
1382 # specific setup.
1383 #
1384 cdl_option CYGSEM_HAL_ENABLE_ICACHE_ON_STARTUP {
1385     # Flavor: bool
1386     # No user value, uncomment the following line to provide one.
1387     # user_value 1
1388     # value_source default
1389     # Default value: 1
1390 };
1391
1392 # <
1393 # Source-level debugging support
1394 # If the source level debugger gdb is to be used for debugging
1395 # application code then it may be necessary to configure in support
1396 # for this in the HAL.
1397 #
1398 cdl_component CYGPKG_HAL_DEBUG {
1399     # There is no associated value.
1400 };
1401
1402 # >
1403 # Support for GDB stubs
1404 # The HAL implements GDB stubs for the target.
1405 #
1406 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS {
1407     # Implemented by CYGPKG_HAL_ARM_MX37_STK5, active, enabled
1408     # This value cannot be modified here.
1409     # Flavor: data
1410     # Current_value: 1
1411
1412     # The following properties are affected by this value
1413     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1414     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS
1415     # option CYGBLD_BUILD_REDBOOT_WITH_GDB
1416     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS
1417 };
1418
1419 # Include GDB stubs in HAL
1420 # This option causes a set of GDB stubs to be included into the
1421 # system. On some target systems the GDB support will be
1422 # provided by other means, for example by a ROM monitor. On
1423 # other targets, especially when building a ROM-booting system,
1424 # the necessary support has to go into the target library
1425 # itself. When GDB stubs are include in a configuration, HAL
1426 # serial drivers must also be included.
1427 #
1428 cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS {
1429     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
1430     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
1431     #   --> 1
1432
1433     # Flavor: bool
1434     user_value 0
1435     # The inferred value should not be edited directly.
1436     inferred_value 1
1437     # value_source user
1438     # Default value: 0
1439     # Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
1440     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1441     #   --> 1
1442     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
1443     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
1444     #   --> 1
1445     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
1446     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
1447     #   --> 1
1448     # Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1449     #     CYGSEM_HAL_VIRTUAL_VECTOR_DIAG == 1
1450     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1451     #   --> 1
1452
1453     # The following properties are affected by this value
1454     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1455     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
1456     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1457     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1458     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1459     #     DefaultValue: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1460     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1461     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1462     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1463     #     DefaultValue:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1464     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1465     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1466     # option CYGBLD_BUILD_COMMON_GDB_STUBS
1467     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1468     # option CYGPKG_HAL_GDB_FILEIO
1469     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1470     # option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS
1471     #     Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1472     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
1473     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1474     # option CYGBLD_BUILD_REDBOOT_WITH_GDB
1475     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1476     # option CYGBLD_BUILD_GDB_STUBS
1477     #     Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1478 };
1479
1480 # Support for external break support in GDB stubs
1481 # The HAL implements external break (or asynchronous interrupt)
1482 # in the GDB stubs for the target.
1483 #
1484 cdl_interface CYGINT_HAL_DEBUG_GDB_STUBS_BREAK {
1485     # Implemented by CYGPKG_HAL_ARM_MX37_STK5, active, enabled
1486     # This value cannot be modified here.
1487     # Flavor: data
1488     # Current_value: 1
1489
1490     # The following properties are affected by this value
1491     # option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1492     #     ActiveIf: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
1493 };
1494
1495 # Include GDB external break support for stubs
1496 # This option causes the GDB stub to add a serial interrupt handler
1497 # which will listen for GDB break packets. This lets you stop the
1498 # target asynchronously when using GDB, usually by hitting Control+C
1499 # or pressing the STOP button. This option differs from
1500 # CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT in that it is used when
1501 # GDB stubs are present.
1502 #
1503 cdl_option CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT {
1504     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS_BREAK
1505     #     CYGINT_HAL_DEBUG_GDB_STUBS_BREAK == 1
1506     #   --> 1
1507
1508     # Flavor: bool
1509     # No user value, uncomment the following line to provide one.
1510     # user_value 0
1511     # value_source default
1512     # Default value: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1513     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1514     #   --> 0
1515     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1516     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1517     #   --> 0
1518
1519     # The following properties are affected by this value
1520     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1521     #     Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1522     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
1523     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1524     # option CYGBLD_BUILD_REDBOOT_WITH_GDB
1525     #     Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1526     # option CYGBLD_BUILD_GDB_STUBS
1527     #     Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1528 };
1529
1530 # Platform does not support CTRLC
1531 #
1532 cdl_interface CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED {
1533     # No options implement this inferface
1534     # This value cannot be modified here.
1535     # Flavor: data
1536     # Current_value: 0
1537
1538     # The following properties are affected by this value
1539     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1540     #     ActiveIf:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
1541 };
1542
1543 # Include GDB external break support when no stubs
1544 # This option adds an interrupt handler for the GDB serial line
1545 # which will listen for GDB break packets. This lets you stop the
1546 # target asynchronously when using GDB, usually by hitting Control+C
1547 # or pressing the STOP button. This option differs from
1548 # CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT in that it is used when the GDB
1549 # stubs are NOT present.
1550 #
1551 cdl_option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT {
1552     # This option is not active
1553     # ActiveIf constraint:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1554     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1555     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1556     #   --> 0
1557     # ActiveIf constraint:  CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 
1558     #     CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0
1559     #   --> 1
1560
1561     # Flavor: bool
1562     # No user value, uncomment the following line to provide one.
1563     # user_value 1
1564     # value_source default
1565     # Default value:  !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1566     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1567     #   --> 1
1568     # Requires: !CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
1569     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
1570     #   --> 1
1571
1572     # The following properties are affected by this value
1573     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
1574     #     ActiveIf:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
1575     # component CYGBLD_BUILD_REDBOOT
1576     #     Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
1577 };
1578
1579 # Include GDB multi-threading debug support
1580 # This option enables some extra HAL code which is needed
1581 # to support multi-threaded source level debugging.
1582 #
1583 cdl_option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT {
1584     # ActiveIf constraint:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
1585     #     CYGSEM_HAL_ROM_MONITOR == 1
1586     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
1587     #   --> 1
1588
1589     # Flavor: bool
1590     # No user value, uncomment the following line to provide one.
1591     # user_value 1
1592     # value_source default
1593     # Default value: 1
1594
1595     # The following properties are affected by this value
1596     # option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT
1597     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1598     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
1599     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1600     # option CYGBLD_BUILD_GDB_STUBS
1601     #     Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
1602 };
1603
1604 # Number of times to retry sending a $O packet
1605 # This option controls the number of attempts that eCos programs
1606 # will make to send a $O packet to a host GDB process.  If it is
1607 # set non-zero, then the target process will attempt to resend the
1608 # $O packet data up to this number of retries.  Caution: use of
1609 # this option is not recommended as it can thoroughly confuse the
1610 # host GDB process.
1611 #
1612 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES {
1613     # Flavor: data
1614     # No user value, uncomment the following line to provide one.
1615     # user_value 0
1616     # value_source default
1617     # Default value: 0
1618 };
1619
1620 # Timeout period for GDB packets
1621 # This option controls the time (in milliseconds) that eCos programs
1622 # will wait for a response when sending packets to a host GDB process.
1623 # If this time elapses, then the packet will be resent, up to some
1624 # maximum number of times (CYGNUM_HAL_DEBUG_GDB_PROTOCOL_RETRIES).
1625 #
1626 cdl_option CYGNUM_HAL_DEBUG_GDB_PROTOCOL_TIMEOUT {
1627     # Flavor: data
1628     # No user value, uncomment the following line to provide one.
1629     # user_value 500
1630     # value_source default
1631     # Default value: 500
1632 };
1633
1634 # Location of CRC32 table
1635 # The stubs use a 1 kilobyte CRC table that can either be pregenerated
1636 # and placed in ROM, or generated at runtime in RAM. Depending on
1637 # your memory constraints, one of these options may be better.
1638 #
1639 cdl_option CYGDBG_HAL_CRCTABLE_LOCATION {
1640     # Flavor: data
1641     # No user value, uncomment the following line to provide one.
1642     # user_value RAM
1643     # value_source default
1644     # Default value: RAM
1645     # Legal values: "ROM" "RAM"
1646 };
1647
1648 # <
1649 # ROM monitor support
1650 # Support for ROM monitors can be built in to your application. 
1651 # It may also be relevant to build your application as a ROM monitor
1652 # itself. Such options are contained here if relevant for your chosen
1653 # platform. The options and ROM monitors available to choose are
1654 # platform-dependent.
1655 #
1656 cdl_component CYGPKG_HAL_ROM_MONITOR {
1657     # There is no associated value.
1658
1659     # The following properties are affected by this value
1660 };
1661
1662 # >
1663 # Target has virtual vector support
1664 #
1665 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT {
1666     # Implemented by CYGPKG_HAL_ARM_MX37_STK5, active, enabled
1667     # This value cannot be modified here.
1668     # Flavor: data
1669     # Current_value: 1
1670
1671     # The following properties are affected by this value
1672     # component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
1673     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
1674 };
1675
1676 # Target supports baud rate control via vectors
1677 # Whether this target supports the __COMMCTL_GETBAUD
1678 # and __COMMCTL_SETBAUD virtual vector comm control operations.
1679 #
1680 cdl_interface CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT {
1681     # Implemented by CYGPKG_HAL_ARM_MX37, active, enabled
1682     # This value cannot be modified here.
1683     # Flavor: data
1684     # Current_value: 1
1685
1686     # The following properties are affected by this value
1687     # option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE
1688     #     ActiveIf: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
1689 };
1690
1691 # Enable use of virtual vector calling interface
1692 # Virtual vector support allows the HAL to let the ROM
1693 # monitor handle certain operations. The virtual vector table
1694 # defines a calling interface between applications running in
1695 # RAM and the ROM monitor.
1696 #
1697 cdl_component CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT {
1698     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT
1699     #     CYGINT_HAL_VIRTUAL_VECTOR_SUPPORT == 1
1700     #   --> 1
1701
1702     # Calculated value: 1
1703     # Flavor: bool
1704     # Current value: 1
1705
1706     # The following properties are affected by this value
1707     # component CYGBLD_BUILD_REDBOOT
1708     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
1709 };
1710
1711 # >
1712 # Inherit console settings from ROM monitor
1713 # When this option is set, the application will inherit
1714 # the console as set up by the ROM monitor. This means
1715 # that the application will use whatever channel and
1716 # mangling style was used by the ROM monitor when
1717 # the application was launched.
1718 #
1719 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE {
1720     # This option is not active
1721     # ActiveIf constraint: CYGSEM_HAL_USE_ROM_MONITOR
1722     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1723     #   --> 0
1724
1725     # Flavor: bool
1726     # No user value, uncomment the following line to provide one.
1727     # user_value 0
1728     # value_source default
1729     # Default value:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1730     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1731     #   --> 0
1732
1733     # The following properties are affected by this value
1734     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
1735     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1736     # option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1737     #     Calculated:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1738 };
1739
1740 # Debug channel is configurable
1741 # This option is a configuration hint - it is enabled
1742 # when the HAL initialization code will make use
1743 # of the debug channel configuration option.
1744 #
1745 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE {
1746     # Calculated value:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1747     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1748     # Flavor: bool
1749     # Current value: 1
1750
1751     # The following properties are affected by this value
1752     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
1753     #     ActiveIf: CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
1754 };
1755
1756 # Console channel is configurable
1757 # This option is a configuration hint - it is enabled
1758 # when the HAL initialization code will make use
1759 # of the console channel configuration option.
1760 #
1761 cdl_option CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE {
1762     # Calculated value:  !CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE  && !CYGDBG_HAL_DIAG_TO_DEBUG_CHAN 
1763     #     CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE == 0
1764     #     CYGDBG_HAL_DIAG_TO_DEBUG_CHAN == 0
1765     # Flavor: bool
1766     # Current value: 1
1767
1768     # The following properties are affected by this value
1769     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
1770     #     ActiveIf: CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
1771 };
1772
1773 # Initialize whole of virtual vector table
1774 # This option will cause the whole of the virtual
1775 # vector table to be initialized with dummy values on
1776 # startup. When this option is enabled, all the
1777 # options below must also be enabled - or the
1778 # table would be empty when the application
1779 # launches.
1780 # On targets where older ROM monitors without
1781 # virtual vector support may still be in use, it is
1782 # necessary for RAM applictions to initialize the
1783 # table (since all HAL diagnostics and debug IO
1784 # happens via the table).
1785 #
1786 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE {
1787     # Flavor: bool
1788     # No user value, uncomment the following line to provide one.
1789     # user_value 1
1790     # value_source default
1791     # Default value:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
1792     #     CYG_HAL_STARTUP == ROMRAM
1793     #     CYGSEM_HAL_USE_ROM_MONITOR == 0
1794     #   --> 1
1795     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1796     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET == 1
1797     #   --> 1
1798     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1799     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US == 1
1800     #   --> 1
1801     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1802     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE == 1
1803     #   --> 1
1804     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1805     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA == 1
1806     #   --> 1
1807     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1808     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS == 1
1809     #   --> 1
1810
1811     # The following properties are affected by this value
1812     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT
1813     #     ActiveIf: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1814     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1815     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1816     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION
1817     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
1818     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1819     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1820     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1821     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1822     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1823     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1824     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1825     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1826 };
1827
1828 # Claim virtual vector table entries by default
1829 # By default most virtual vectors will be claimed by
1830 # RAM startup configurations, meaning that the RAM
1831 # application will provide the services. The
1832 # exception is COMMS support (HAL
1833 # diagnostics/debugging IO) which is left in the
1834 # control of the ROM monitor.
1835 # The reasoning behind this is to get as much of the
1836 # code exercised during regular development so it
1837 # is known to be working the few times a new ROM
1838 # monitor or a ROM production configuration is used
1839 # - COMMS are excluded only by necessity in order to
1840 # avoid breaking an existing debugger connections
1841 # (there may be ways around this).
1842 # For production RAM configurations this option can
1843 # be switched off, causing the appliction to rely on
1844 # the ROM monitor for these services, thus
1845 # saving some space.
1846 # Individual vectors may also be left unclaimed,
1847 # controlled by the below options (meaning that the
1848 # associated service provided by the ROM monitor
1849 # will be used).
1850 #
1851 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT {
1852     # This option is not active
1853     # ActiveIf constraint: !CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1854     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1855     #   --> 0
1856
1857     # Flavor: bool
1858     # No user value, uncomment the following line to provide one.
1859     # user_value 1
1860     # value_source default
1861     # Default value: 1
1862
1863     # The following properties are affected by this value
1864     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1865     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1866     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1867     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1868     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1869     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1870     # option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1871     #     DefaultValue:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1872 };
1873
1874 # Claim reset virtual vectors
1875 # This option will cause the reset and kill_by_reset
1876 # virtual vectors to be claimed.
1877 #
1878 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET {
1879     # Flavor: bool
1880     # No user value, uncomment the following line to provide one.
1881     # user_value 1
1882     # value_source default
1883     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1884     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1885     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1886     #   --> 1
1887
1888     # The following properties are affected by this value
1889     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1890     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_RESET
1891 };
1892
1893 # Claim version virtual vectors
1894 # This option will cause the version
1895 # virtual vectors to be claimed.
1896 #
1897 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_VERSION {
1898     # Flavor: bool
1899     # No user value, uncomment the following line to provide one.
1900     # user_value 1
1901     # value_source default
1902     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE 
1903     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1904     #   --> 1
1905 };
1906
1907 # Claim delay_us virtual vector
1908 # This option will cause the delay_us
1909 # virtual vector to be claimed.
1910 #
1911 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US {
1912     # Flavor: bool
1913     # No user value, uncomment the following line to provide one.
1914     # user_value 1
1915     # value_source default
1916     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1917     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1918     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1919     #   --> 1
1920
1921     # The following properties are affected by this value
1922     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1923     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DELAY_US
1924 };
1925
1926 # Claim cache virtual vectors
1927 # This option will cause the cache virtual vectors
1928 # to be claimed.
1929 #
1930 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE {
1931     # Flavor: bool
1932     # No user value, uncomment the following line to provide one.
1933     # user_value 1
1934     # value_source default
1935     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1936     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1937     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1938     #   --> 1
1939
1940     # The following properties are affected by this value
1941     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1942     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_CACHE
1943 };
1944
1945 # Claim data virtual vectors
1946 # This option will cause the data virtual vectors
1947 # to be claimed. At present there is only one, used
1948 # by the RedBoot ethernet driver to share diag output.
1949 #
1950 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA {
1951     # Flavor: bool
1952     # No user value, uncomment the following line to provide one.
1953     # user_value 1
1954     # value_source default
1955     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT 
1956     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1957     #     CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DEFAULT == 0
1958     #   --> 1
1959
1960     # The following properties are affected by this value
1961     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1962     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_DATA
1963 };
1964
1965 # Claim comms virtual vectors
1966 # This option will cause the communication tables
1967 # that are part of the virtual vectors mechanism to
1968 # be claimed. Note that doing this may cause an
1969 # existing ROM monitor communication connection to
1970 # be closed. For this reason, the option is disabled
1971 # per default for normal application
1972 # configurations.
1973 #
1974 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS {
1975     # Flavor: bool
1976     # No user value, uncomment the following line to provide one.
1977     # user_value 1
1978     # value_source default
1979     # Default value:  CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE  || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
1980     #     CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE == 1
1981     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
1982     #   --> 1
1983
1984     # The following properties are affected by this value
1985     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
1986     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1987     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
1988     #     DefaultValue:  !CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1989     # option CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
1990     #     Calculated:  CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
1991     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
1992     #     Requires: CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS
1993 };
1994
1995 # Do diagnostic IO via virtual vector table
1996 # All HAL IO happens via the virtual vector table / comm
1997 # tables when those tables are supported by the HAL.
1998 # If so desired, the low-level IO functions can
1999 # still be provided by the RAM application by
2000 # enabling the CLAIM_COMMS option.
2001 #
2002 cdl_option CYGSEM_HAL_VIRTUAL_VECTOR_DIAG {
2003     # Calculated value: 1
2004     # Flavor: bool
2005     # Current value: 1
2006
2007     # The following properties are affected by this value
2008     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2009     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
2010     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2011     #     Requires:  !CYGSEM_HAL_VIRTUAL_VECTOR_DIAG  || CYGSEM_HAL_VIRTUAL_VECTOR_CLAIM_COMMS 
2012 };
2013
2014 # <
2015 # Behave as a ROM monitor
2016 # Enable this option if this program is to be used as a ROM monitor,
2017 # i.e. applications will be loaded into RAM on the board, and this
2018 # ROM monitor may process exceptions or interrupts generated from the
2019 # application. This enables features such as utilizing a separate
2020 # interrupt stack when exceptions are generated.
2021 #
2022 cdl_option CYGSEM_HAL_ROM_MONITOR {
2023     # Flavor: bool
2024     # No user value, uncomment the following line to provide one.
2025     # user_value 0
2026     # The inferred value should not be edited directly.
2027     inferred_value 1
2028     # value_source inferred
2029     # Default value: 0
2030     # Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2031     #     CYG_HAL_STARTUP == ROMRAM
2032     #     CYG_HAL_STARTUP == ROMRAM
2033     #   --> 1
2034
2035     # The following properties are affected by this value
2036     # option CYGBLD_BUILD_GDB_STUBS
2037     #     Requires: CYGSEM_HAL_ROM_MONITOR
2038     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2039     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2040     # option CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2041     #     ActiveIf:  CYGSEM_HAL_ROM_MONITOR || CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT 
2042     # option CYGPRI_REDBOOT_ROM_MONITOR
2043     #     Requires: CYGSEM_HAL_ROM_MONITOR
2044 };
2045
2046 # Work with a ROM monitor
2047 # Support can be enabled for different varieties of ROM monitor.
2048 # This support changes various eCos semantics such as the encoding
2049 # of diagnostic output, or the overriding of hardware interrupt
2050 # vectors.
2051 # Firstly there is "Generic" support which prevents the HAL
2052 # from overriding the hardware vectors that it does not use, to
2053 # instead allow an installed ROM monitor to handle them. This is
2054 # the most basic support which is likely to be common to most
2055 # implementations of ROM monitor.
2056 # "GDB_stubs" provides support when GDB stubs are included in
2057 # the ROM monitor or boot ROM.
2058 #
2059 cdl_option CYGSEM_HAL_USE_ROM_MONITOR {
2060     # Flavor: booldata
2061     # No user value, uncomment the following line to provide one.
2062     # user_value 0 0
2063     # value_source default
2064     # Default value:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
2065     #     CYG_HAL_STARTUP == ROMRAM
2066     #   --> 0 0
2067     # Legal values:  "Generic" "GDB_stubs" 
2068     # Requires:  CYG_HAL_STARTUP == "RAM" 
2069     #     CYG_HAL_STARTUP == ROMRAM
2070     #   --> 0
2071
2072     # The following properties are affected by this value
2073     # option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2074     #     Requires: ! CYGSEM_HAL_USE_ROM_MONITOR
2075     # option CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
2076     #     ActiveIf:  CYGSEM_HAL_USE_ROM_MONITOR || CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS 
2077     # option CYGSEM_HAL_VIRTUAL_VECTOR_INHERIT_CONSOLE
2078     #     ActiveIf: CYGSEM_HAL_USE_ROM_MONITOR
2079     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2080     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2081 };
2082
2083 # <
2084 # Platform defined I/O channels.
2085 # Platforms which provide additional I/O channels can implement
2086 # this interface, indicating that the function plf_if_init()
2087 # needs to be called.
2088 #
2089 cdl_interface CYGINT_HAL_PLF_IF_INIT {
2090     # No options implement this inferface
2091     # This value cannot be modified here.
2092     # Flavor: data
2093     # Current_value: 0
2094 };
2095
2096 # Platform IDE I/O support.
2097 # Platforms which provide IDE controllers can implement
2098 # this interface, indicating that IDE I/O macros are
2099 # available.
2100 #
2101 cdl_interface CYGINT_HAL_PLF_IF_IDE {
2102     # No options implement this inferface
2103     # This value cannot be modified here.
2104     # Flavor: data
2105     # Current_value: 0
2106
2107     # The following properties are affected by this value
2108     # component CYGSEM_REDBOOT_DISK_IDE
2109     #     ActiveIf:  CYGINT_HAL_PLF_IF_IDE != 0 
2110 };
2111
2112 # File I/O operations via GDB
2113 # This option enables support for various file I/O
2114 # operations using the GDB remote protocol to communicate
2115 # with GDB. The operations are then performed on the
2116 # debugging host by proxy. These operations are only
2117 # currently available by using a system call interface
2118 # to RedBoot. This may change in the future.
2119 #
2120 cdl_option CYGPKG_HAL_GDB_FILEIO {
2121     # This option is not active
2122     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
2123     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
2124     #   --> 0
2125
2126     # Flavor: bool
2127     # No user value, uncomment the following line to provide one.
2128     # user_value 0
2129     # value_source default
2130     # Default value: 0
2131     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2132     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2133     #   --> 0
2134 };
2135
2136 # Build Compiler sanity checking tests
2137 # Enabling this option causes compiler tests to be built.
2138 #
2139 cdl_option CYGPKG_HAL_BUILD_COMPILER_TESTS {
2140     # Flavor: bool
2141     # No user value, uncomment the following line to provide one.
2142     # user_value 0
2143     # value_source default
2144     # Default value: 0
2145
2146     # The following properties are affected by this value
2147     # component CYGPKG_HAL_TESTS
2148     #     Calculated:   "tests/context tests/basic"
2149     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2150     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2151     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2152 };
2153
2154 # Common HAL tests
2155 # This option specifies the set of tests for the common HAL.
2156 #
2157 cdl_component CYGPKG_HAL_TESTS {
2158     # Calculated value:   "tests/context tests/basic"
2159     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2160     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2161     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2162     #     CYGINT_HAL_TESTS_NO_CACHES == 0
2163     #     CYGPKG_HAL_BUILD_COMPILER_TESTS == 0
2164     #     CYGVAR_KERNEL_COUNTERS_CLOCK (unknown) == 0
2165     # Flavor: data
2166     # Current_value: tests/context tests/basic tests/cache tests/intr
2167 };
2168
2169 # >
2170 # Interface for cache presence
2171 # Some architectures and/or platforms do not have caches. By
2172 # implementing this interface, these can disable the various
2173 # cache-related tests.
2174 #
2175 cdl_interface CYGINT_HAL_TESTS_NO_CACHES {
2176     # No options implement this inferface
2177     # This value cannot be modified here.
2178     # Flavor: booldata
2179     # Current value: 0 0
2180
2181     # The following properties are affected by this value
2182     # component CYGPKG_HAL_TESTS
2183     #     Calculated:   "tests/context tests/basic"
2184     #                           . ((!CYGINT_HAL_TESTS_NO_CACHES) ? " tests/cache" : "")
2185     #                           . ((CYGPKG_HAL_BUILD_COMPILER_TESTS) ? " tests/cpp1 tests/vaargs" : "")
2186     #                           . ((!CYGVAR_KERNEL_COUNTERS_CLOCK) ?   " tests/intr" : "") 
2187 };
2188
2189 # <
2190 # ARM architecture
2191 # The ARM architecture HAL package provides generic
2192 # support for this processor architecture. It is also
2193 # necessary to select a specific target platform HAL
2194 # package.
2195 #
2196 cdl_package CYGPKG_HAL_ARM {
2197     # Packages cannot be added or removed, nor can their version be changed,
2198     # simply by editing their value. Instead the appropriate configuration
2199     # should be used to perform these actions.
2200
2201     # This value cannot be modified here.
2202     # Flavor: booldata
2203     # Current value: 1 current
2204
2205     # The following properties are affected by this value
2206     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2207     #     ActiveIf:  CYGPKG_HAL_ARM || CYGPKG_HAL_POWERPC_MPC8xx  || CYGPKG_HAL_V85X_V850 || CYGSEM_HAL_VIRTUAL_VECTOR_DIAG 
2208     # interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
2209     #     ActiveIf: CYGPKG_HAL_ARM
2210 };
2211
2212 # >
2213 # The CPU architecture supports THUMB mode
2214 #
2215 cdl_interface CYGINT_HAL_ARM_THUMB_ARCH {
2216     # No options implement this inferface
2217     # This value cannot be modified here.
2218     # Flavor: data
2219     # Current_value: 0
2220
2221     # The following properties are affected by this value
2222     # option CYGHWR_THUMB
2223     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2224     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2225     #     ActiveIf:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2226 };
2227
2228 # Enable Thumb instruction set
2229 # Enable use of the Thumb instruction set.
2230 #
2231 cdl_option CYGHWR_THUMB {
2232     # This option is not active
2233     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2234     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
2235     #   --> 0
2236
2237     # Flavor: bool
2238     # No user value, uncomment the following line to provide one.
2239     # user_value 0
2240     # value_source default
2241     # Default value: 0
2242
2243     # The following properties are affected by this value
2244     # option CYGBLD_ARM_ENABLE_THUMB_INTERWORK
2245     #     DefaultValue:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2246 };
2247
2248 # Enable Thumb interworking compiler option
2249 # This option controls the use of -mthumb-interwork in the
2250 # compiler flags. It defaults enabled in Thumb or ROM monitor
2251 # configurations, but can be overridden for reduced memory
2252 # footprint where interworking is not a requirement.
2253 #
2254 cdl_option CYGBLD_ARM_ENABLE_THUMB_INTERWORK {
2255     # This option is not active
2256     # ActiveIf constraint:  CYGINT_HAL_ARM_THUMB_ARCH != 0 
2257     #     CYGINT_HAL_ARM_THUMB_ARCH == 0
2258     #   --> 0
2259
2260     # Flavor: bool
2261     # No user value, uncomment the following line to provide one.
2262     # user_value 1
2263     # value_source default
2264     # Default value:  (CYGHWR_THUMB || CYGSEM_HAL_ROM_MONITOR) 
2265     #     CYGHWR_THUMB == 0
2266     #     CYGSEM_HAL_ROM_MONITOR == 1
2267     #   --> 1
2268 };
2269
2270 # The platform and architecture supports Big Endian operation
2271 #
2272 cdl_interface CYGINT_HAL_ARM_BIGENDIAN {
2273     # No options implement this inferface
2274     # This value cannot be modified here.
2275     # Flavor: data
2276     # Current_value: 0
2277
2278     # The following properties are affected by this value
2279     # option CYGHWR_HAL_ARM_BIGENDIAN
2280     #     ActiveIf:  CYGINT_HAL_ARM_BIGENDIAN != 0 
2281 };
2282
2283 # Use big-endian mode
2284 # Use the CPU in big-endian mode.
2285 #
2286 cdl_option CYGHWR_HAL_ARM_BIGENDIAN {
2287     # This option is not active
2288     # ActiveIf constraint:  CYGINT_HAL_ARM_BIGENDIAN != 0 
2289     #     CYGINT_HAL_ARM_BIGENDIAN == 0
2290     #   --> 0
2291
2292     # Flavor: bool
2293     # No user value, uncomment the following line to provide one.
2294     # user_value 0
2295     # value_source default
2296     # Default value: 0
2297 };
2298
2299 # The platform uses a processor with an ARM7 core
2300 #
2301 cdl_interface CYGINT_HAL_ARM_ARCH_ARM7 {
2302     # No options implement this inferface
2303     # This value cannot be modified here.
2304     # Flavor: data
2305     # Current_value: 0
2306
2307     # The following properties are affected by this value
2308     # option CYGHWR_HAL_ARM_CPU_FAMILY
2309     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2310     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2311     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2312     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2313     #                             "" 
2314     # option CYGHWR_HAL_ARM_CPU_FAMILY
2315     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2316     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2317     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2318     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2319     #                              "unknown" 
2320 };
2321
2322 # The platform uses a processor with an ARM9 core
2323 #
2324 cdl_interface CYGINT_HAL_ARM_ARCH_ARM9 {
2325     # Implemented by CYGPKG_HAL_ARM_MX37, active, enabled
2326     # This value cannot be modified here.
2327     # Flavor: data
2328     # Current_value: 1
2329
2330     # The following properties are affected by this value
2331     # option CYGHWR_HAL_ARM_CPU_FAMILY
2332     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2333     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2334     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2335     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2336     #                             "" 
2337     # option CYGHWR_HAL_ARM_CPU_FAMILY
2338     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2339     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2340     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2341     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2342     #                              "unknown" 
2343 };
2344
2345 # The platform uses a processor with a StrongARM core
2346 #
2347 cdl_interface CYGINT_HAL_ARM_ARCH_STRONGARM {
2348     # No options implement this inferface
2349     # This value cannot be modified here.
2350     # Flavor: data
2351     # Current_value: 0
2352
2353     # The following properties are affected by this value
2354     # option CYGHWR_HAL_ARM_CPU_FAMILY
2355     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2356     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2357     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2358     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2359     #                             "" 
2360     # option CYGHWR_HAL_ARM_CPU_FAMILY
2361     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2362     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2363     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2364     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2365     #                              "unknown" 
2366 };
2367
2368 # The platform uses a processor with a XScale core
2369 #
2370 cdl_interface CYGINT_HAL_ARM_ARCH_XSCALE {
2371     # No options implement this inferface
2372     # This value cannot be modified here.
2373     # Flavor: data
2374     # Current_value: 0
2375
2376     # The following properties are affected by this value
2377     # option CYGHWR_HAL_ARM_CPU_FAMILY
2378     #     LegalValues:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2379     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2380     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2381     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2382     #                             "" 
2383     # option CYGHWR_HAL_ARM_CPU_FAMILY
2384     #     DefaultValue:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2385     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2386     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2387     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2388     #                              "unknown" 
2389 };
2390
2391 # ARM CPU family
2392 # It is possible to optimize code for different
2393 # ARM CPU families. This option selects which CPU to
2394 # optimize for on boards that support multiple CPU types.
2395 #
2396 cdl_option CYGHWR_HAL_ARM_CPU_FAMILY {
2397     # Flavor: data
2398     # No user value, uncomment the following line to provide one.
2399     # user_value ARM9
2400     # value_source default
2401     # Default value:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : 
2402     #                              (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : 
2403     #                              (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : 
2404     #                              (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" :
2405     #                              "unknown" 
2406     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2407     #     CYGINT_HAL_ARM_ARCH_ARM9 == 1
2408     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2409     #     CYGINT_HAL_ARM_ARCH_XSCALE == 0
2410     #   --> ARM9
2411     # Legal values:  (CYGINT_HAL_ARM_ARCH_ARM7 != 0) ? "ARM7" : ""
2412     #                             (CYGINT_HAL_ARM_ARCH_ARM9 != 0) ? "ARM9" : ""
2413     #                             (CYGINT_HAL_ARM_ARCH_STRONGARM != 0) ? "StrongARM" : ""
2414     #                             (CYGINT_HAL_ARM_ARCH_XSCALE != 0) ? "XScale" : ""
2415     #                             "" 
2416     #     CYGINT_HAL_ARM_ARCH_ARM7 == 0
2417     #     CYGINT_HAL_ARM_ARCH_ARM9 == 1
2418     #     CYGINT_HAL_ARM_ARCH_STRONGARM == 0
2419     #     CYGINT_HAL_ARM_ARCH_XSCALE == 0
2420 };
2421
2422 # Provide diagnostic dump for exceptions
2423 # Print messages about hardware exceptions, including
2424 # raw exception frame dump and register contents.
2425 #
2426 cdl_option CYGHWR_HAL_ARM_DUMP_EXCEPTIONS {
2427     # Flavor: bool
2428     # No user value, uncomment the following line to provide one.
2429     # user_value 0
2430     # value_source default
2431     # Default value: 0
2432     # Requires: !CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2433     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2434     #   --> 1
2435 };
2436
2437 # Process all exceptions with the eCos application
2438 # Normal RAM-based programs which do not include GDB stubs 
2439 # defer processing of the illegal instruction exception to GDB.
2440 # Setting this options allows the program to explicitly handle
2441 # the illegal instruction exception itself.  Note: this will
2442 # prevent the use of GDB to debug the application as breakpoints
2443 # will no longer work.
2444 #
2445 cdl_option CYGIMP_HAL_PROCESS_ALL_EXCEPTIONS {
2446     # Flavor: bool
2447     # No user value, uncomment the following line to provide one.
2448     # user_value 0
2449     # value_source default
2450     # Default value: 0
2451 };
2452
2453 # Support GDB thread operations via ICE/Multi-ICE
2454 # Allow GDB to get thread information via the ICE/Multi-ICE
2455 # connection.
2456 #
2457 cdl_option CYGHWR_HAL_ARM_ICE_THREAD_SUPPORT {
2458     # Flavor: bool
2459     # No user value, uncomment the following line to provide one.
2460     # user_value 0
2461     # value_source default
2462     # Default value: 0
2463     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
2464     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
2465     #   --> 0
2466     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
2467     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
2468     #   --> 1
2469     # Requires: CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
2470     #     CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT (unknown) == 0
2471     #   --> 0
2472 };
2473
2474 # Support for 'gprof' callbacks
2475 # The ARM HAL provides the macro for 'gprof' callbacks from RedBoot
2476 # to acquire the interrupt-context PC and SP, when this option is
2477 # active.
2478 #
2479 cdl_option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT {
2480     # This option is not active
2481     # ActiveIf constraint: CYGSEM_REDBOOT_BSP_SYSCALLS
2482     #     CYGSEM_REDBOOT_BSP_SYSCALLS == 0
2483     #   --> 0
2484     # ActiveIf constraint:  CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT 
2485     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
2486     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
2487     #   --> 0
2488
2489     # Calculated value: 1
2490     # Flavor: bool
2491     # Current value: 1
2492 };
2493
2494 # Accept exceptions and irq's occurring in user mode
2495 # For standalone Redboot based programs running in user mode.
2496 #
2497 cdl_option CYGOPT_HAL_ARM_WITH_USER_MODE {
2498     # Flavor: bool
2499     # No user value, uncomment the following line to provide one.
2500     # user_value 0
2501     # value_source default
2502     # Default value: 0
2503 };
2504
2505 # Preserve svc spsr before returning to svc mode
2506 # This option secures exception and breakpoint processing
2507 # triggered during execution of application specific SWI
2508 # handlers.
2509 #
2510 cdl_option CYGOPT_HAL_ARM_PRESERVE_SVC_SPSR {
2511     # Flavor: bool
2512     # No user value, uncomment the following line to provide one.
2513     # user_value 0
2514     # value_source default
2515     # Default value: 0
2516 };
2517
2518 # Linker script
2519 #
2520 cdl_option CYGBLD_LINKER_SCRIPT {
2521     # Calculated value:  "src/arm.ld" 
2522     # Flavor: data
2523     # Current_value: src/arm.ld
2524 };
2525
2526 # Implementations of hal_arm_mem_real_region_top()
2527 #
2528 cdl_interface CYGINT_HAL_ARM_MEM_REAL_REGION_TOP {
2529     # No options implement this inferface
2530     # This value cannot be modified here.
2531     # Flavor: data
2532     # Current_value: 0
2533 };
2534
2535 # Freescale SoC architecture
2536 # This HAL variant package provides generic
2537 # support for the Freescale SoC. It is also
2538 # necessary to select a specific target platform HAL
2539 # package.
2540 #
2541 cdl_package CYGPKG_HAL_ARM_MX37 {
2542     # Packages cannot be added or removed, nor can their version be changed,
2543     # simply by editing their value. Instead the appropriate configuration
2544     # should be used to perform these actions.
2545
2546     # This value cannot be modified here.
2547     # Flavor: booldata
2548     # Current value: 1 current
2549
2550     # The following properties are affected by this value
2551 };
2552
2553 # >
2554 # Processor clock rate
2555 # The processor can run at various frequencies.
2556 # These values are expressed in KHz.  Note that there are
2557 # several steppings of the rated to run at different
2558 # maximum frequencies.  Check the specs to make sure that your
2559 # particular processor can run at the rate you select here.
2560 #
2561 cdl_option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK {
2562     # This option is not active
2563     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" 
2564     #     CYG_HAL_STARTUP == ROMRAM
2565     #   --> 0
2566
2567     # Flavor: data
2568     # No user value, uncomment the following line to provide one.
2569     # user_value 150000
2570     # value_source default
2571     # Default value:  CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT ?
2572     #                             CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT : 150000
2573     #     CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT (unknown) == 0
2574     #     CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK_OVERRIDE_DEFAULT (unknown) == 0
2575     #   --> 150000
2576     # Legal values: 150000 200000
2577 };
2578
2579 # Real-time clock constants
2580 #
2581 cdl_component CYGNUM_HAL_RTC_CONSTANTS {
2582     # There is no associated value.
2583 };
2584
2585 # >
2586 # Real-time clock numerator
2587 #
2588 cdl_option CYGNUM_HAL_RTC_NUMERATOR {
2589     # Calculated value: 1000000000
2590     # Flavor: data
2591     # Current_value: 1000000000
2592 };
2593
2594 # Real-time clock denominator
2595 # This option selects the heartbeat rate for the real-time clock.
2596 # The rate is specified in ticks per second.  Change this value
2597 # with caution - too high and your system will become saturated
2598 # just handling clock interrupts, too low and some operations
2599 # such as thread scheduling may become sluggish.
2600 #
2601 cdl_option CYGNUM_HAL_RTC_DENOMINATOR {
2602     # Flavor: data
2603     # No user value, uncomment the following line to provide one.
2604     # user_value 100
2605     # value_source default
2606     # Default value: 100
2607
2608     # The following properties are affected by this value
2609     # option CYGNUM_HAL_RTC_PERIOD
2610     #     Calculated: (3686400/CYGNUM_HAL_RTC_DENOMINATOR)
2611 };
2612
2613 # Real-time clock period
2614 #
2615 cdl_option CYGNUM_HAL_RTC_PERIOD {
2616     # Calculated value: (3686400/CYGNUM_HAL_RTC_DENOMINATOR)
2617     #     CYGNUM_HAL_RTC_DENOMINATOR == 100
2618     # Flavor: data
2619     # Current_value: 36864
2620 };
2621
2622 # <
2623 # UART1 available as diagnostic/debug channel
2624 # The chip has multiple serial channels which may be
2625 # used for different things on different platforms.  This
2626 # interface allows a platform to indicate that the specified
2627 # serial port can be used as a diagnostic and/or debug channel.
2628 #
2629 cdl_interface CYGHWR_HAL_ARM_SOC_UART1 {
2630     # Implemented by CYGPKG_HAL_ARM_MX37_STK5, active, enabled
2631     # This value cannot be modified here.
2632     # Flavor: data
2633     # Current_value: 1
2634
2635     # The following properties are affected by this value
2636 };
2637
2638 # UART2 available as diagnostic/debug channel
2639 # The chip has multiple serial channels which may be
2640 # used for different things on different platforms.  This
2641 # interface allows a platform to indicate that the specified
2642 # serial port can be used as a diagnostic and/or debug channel.
2643 #
2644 cdl_interface CYGHWR_HAL_ARM_SOC_UART2 {
2645     # No options implement this inferface
2646     # This value cannot be modified here.
2647     # Flavor: data
2648     # Current_value: 0
2649 };
2650
2651 # UART3 available as diagnostic/debug channel
2652 # The chip has multiple serial channels which may be
2653 # used for different things on different platforms.  This
2654 # interface allows a platform to indicate that the specified
2655 # serial port can be used as a diagnostic and/or debug channel.
2656 #
2657 cdl_interface CYGHWR_HAL_ARM_SOC_UART3 {
2658     # No options implement this inferface
2659     # This value cannot be modified here.
2660     # Flavor: data
2661     # Current_value: 0
2662 };
2663
2664 # UART4 available as diagnostic/debug channel
2665 # The chip has multiple serial channels which may be
2666 # used for different things on different platforms.  This
2667 # interface allows a platform to indicate that the specified
2668 # serial port can be used as a diagnostic and/or debug channel.
2669 #
2670 cdl_interface CYGHWR_HAL_ARM_SOC_UART4 {
2671     # No options implement this inferface
2672     # This value cannot be modified here.
2673     # Flavor: data
2674     # Current_value: 0
2675 };
2676
2677 # UART5 available as diagnostic/debug channel
2678 # The chip has multiple serial channels which may be
2679 # used for different things on different platforms.  This
2680 # interface allows a platform to indicate that the specified
2681 # serial port can be used as a diagnostic and/or debug channel.
2682 #
2683 cdl_interface CYGHWR_HAL_ARM_SOC_UART5 {
2684     # No options implement this inferface
2685     # This value cannot be modified here.
2686     # Flavor: data
2687     # Current_value: 0
2688 };
2689
2690 # KaRo electronics board
2691 # This HAL platform package provides generic
2692 # support for the Ka-Ro TX37 module on a STK5 base board.
2693 #
2694 cdl_package CYGPKG_HAL_ARM_MX37_STK5 {
2695     # Packages cannot be added or removed, nor can their version be changed,
2696     # simply by editing their value. Instead the appropriate configuration
2697     # should be used to perform these actions.
2698
2699     # This value cannot be modified here.
2700     # Flavor: booldata
2701     # Current value: 1 v1_0
2702
2703     # The following properties are affected by this value
2704     # option CYGHWR_DEVS_FLASH_MMC_ESDHC
2705     #     ActiveIf:  CYGPKG_HAL_ARM_MX37_3STACK || CYGPKG_HAL_ARM_MX37_STK5 || CYGPKG_HAL_ARM_MX35_3STACK || CYGPKG_HAL_ARM_MX25_3STACK ||  CYGPKG_HAL_ARM_MX51
2706 };
2707
2708 # >
2709 # Startup type
2710 # When targetting the eval board it is possible to build
2711 # the system for either RAM bootstrap or ROM bootstrap(s). Select
2712 # 'ram' when building programs to load into RAM using eCos GDB
2713 # stubs.  Select 'rom' when building a stand-alone application
2714 # which will be put into ROM, or for the special case of
2715 # building the eCos GDB stubs themselves. Using ROMRAM will allow
2716 # the program to exist in ROM, but be copied to RAM during startup.
2717 #
2718 cdl_component CYG_HAL_STARTUP {
2719     # Flavor: data
2720     user_value ROMRAM
2721     # value_source user
2722     # Default value: ROM
2723     # Legal values: "RAM" "ROM" "ROMRAM"
2724
2725     # The following properties are affected by this value
2726     # option CYGBLD_BUILD_GDB_STUBS
2727     #     Requires:  CYG_HAL_STARTUP == "ROM" 
2728     # component CYGHWR_MEMORY_LAYOUT
2729     #     Calculated:  (CYG_HAL_STARTUP == "RAM")    ? "arm_board_ram" :
2730     #                          (CYG_HAL_STARTUP == "ROMRAM") ? "arm_board_romram" :
2731     #                                                        "arm_board_rom" 
2732     # component CYGHWR_MEMORY_LAYOUT
2733     #     Calculated:  (CYG_HAL_STARTUP == "RAM")    ? "arm_board_ram" :
2734     #                          (CYG_HAL_STARTUP == "ROMRAM") ? "arm_board_romram" :
2735     #                                                        "arm_board_rom" 
2736     # option CYGHWR_MEMORY_LAYOUT_LDI
2737     #     Calculated:  (CYG_HAL_STARTUP == "RAM") ?    "<pkgconf/mlt_arm_tx37_ram.ldi>" :
2738     #                              (CYG_HAL_STARTUP == "ROMRAM") ? "<pkgconf/mlt_arm_tx37_romram.ldi>" :
2739     #                                                              "<pkgconf/mlt_arm_tx37_rom.ldi>" 
2740     # option CYGHWR_MEMORY_LAYOUT_LDI
2741     #     Calculated:  (CYG_HAL_STARTUP == "RAM") ?    "<pkgconf/mlt_arm_tx37_ram.ldi>" :
2742     #                              (CYG_HAL_STARTUP == "ROMRAM") ? "<pkgconf/mlt_arm_tx37_romram.ldi>" :
2743     #                                                              "<pkgconf/mlt_arm_tx37_rom.ldi>" 
2744     # option CYGHWR_MEMORY_LAYOUT_H
2745     #     Calculated:  (CYG_HAL_STARTUP == "RAM")    ? "<pkgconf/mlt_arm_tx37_ram.h>" :
2746     #                              (CYG_HAL_STARTUP == "ROMRAM") ? "<pkgconf/mlt_arm_tx37_romram.h>" :
2747     #                                                              "<pkgconf/mlt_arm_tx37_rom.h>" 
2748     # option CYGHWR_MEMORY_LAYOUT_H
2749     #     Calculated:  (CYG_HAL_STARTUP == "RAM")    ? "<pkgconf/mlt_arm_tx37_ram.h>" :
2750     #                              (CYG_HAL_STARTUP == "ROMRAM") ? "<pkgconf/mlt_arm_tx37_romram.h>" :
2751     #                                                              "<pkgconf/mlt_arm_tx37_rom.h>" 
2752     # option CYGSEM_HAL_ROM_MONITOR
2753     #     Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2754     # option CYGSEM_HAL_ROM_MONITOR
2755     #     Requires:  CYG_HAL_STARTUP == "ROM" || CYG_HAL_STARTUP == "ROMRAM" 
2756     # option CYGSEM_HAL_USE_ROM_MONITOR
2757     #     DefaultValue:  CYG_HAL_STARTUP == "RAM" ? "GDB_stubs" : 0 
2758     # option CYGSEM_HAL_USE_ROM_MONITOR
2759     #     Requires:  CYG_HAL_STARTUP == "RAM" 
2760     # option CYGSEM_HAL_INSTALL_MMU_TABLES
2761     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" 
2762     # component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN
2763     #     DefaultValue:  (CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS  || CYG_HAL_STARTUP == "RAM") ? 1 : 0
2764     # option CYGSEM_HAL_VIRTUAL_VECTOR_INIT_WHOLE_TABLE
2765     #     DefaultValue:  CYG_HAL_STARTUP != "RAM" || !CYGSEM_HAL_USE_ROM_MONITOR 
2766     # option CYGBLD_BUILD_REDBOOT_WITH_THREADS
2767     #     ActiveIf:  CYG_HAL_STARTUP != "RAM" 
2768     # option CYGPRI_REDBOOT_ROM_MONITOR
2769     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
2770     # option CYGPRI_REDBOOT_ROM_MONITOR
2771     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
2772     # option CYGHWR_HAL_ARM_SOC_PROCESSOR_CLOCK
2773     #     ActiveIf:  CYG_HAL_STARTUP == "ROM" 
2774 };
2775
2776 # ST16552 UARTA available as diagnostic/debug channel
2777 # The board has a ST16552 DUART chip. This
2778 # interface allows a platform to indicate that the specified
2779 # serial port can be used as a diagnostic and/or debug channel.
2780 #
2781 cdl_interface CYGHWR_HAL_ARM_DUART_UARTA {
2782     # No options implement this inferface
2783     # This value cannot be modified here.
2784     # Flavor: data
2785     # Current_value: 0
2786 };
2787
2788 # ST16552 UARTB available as diagnostic/debug channel
2789 # The board has a ST16552 DUART chip. This
2790 # interface allows a platform to indicate that the specified
2791 # serial port can be used as a diagnostic and/or debug channel.
2792 #
2793 cdl_interface CYGHWR_HAL_ARM_DUART_UARTB {
2794     # No options implement this inferface
2795     # This value cannot be modified here.
2796     # Flavor: data
2797     # Current_value: 0
2798 };
2799
2800 # Diagnostic serial port baud rate
2801 # This option selects the baud rate used for the console port.
2802 # Note: this should match the value chosen for the GDB port if the
2803 # console and GDB port are the same.
2804 #
2805 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_BAUD {
2806     # Flavor: data
2807     # No user value, uncomment the following line to provide one.
2808     # user_value 115200
2809     # value_source default
2810     # Default value: 115200
2811     # Legal values: 9600 19200 38400 57600 115200
2812 };
2813
2814 # GDB serial port baud rate
2815 # This option selects the baud rate used for the GDB port.
2816 # Note: this should match the value chosen for the console port if the
2817 # console and GDB port are the same.
2818 #
2819 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_BAUD {
2820     # Flavor: data
2821     # No user value, uncomment the following line to provide one.
2822     # user_value 115200
2823     # value_source default
2824     # Default value: 115200
2825     # Legal values: 9600 19200 38400 57600 115200
2826 };
2827
2828 # Number of communication channels on the board
2829 #
2830 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS {
2831     # Calculated value: 3
2832     # Flavor: data
2833     # Current_value: 3
2834
2835     # The following properties are affected by this value
2836     # option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL
2837     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2838     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
2839     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2840     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
2841     #     LegalValues: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2842 };
2843
2844 # Debug serial port
2845 # The board has three serial ports. This option
2846 # chooses which port will be used to connect to a host
2847 # running GDB.
2848 #
2849 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL {
2850     # ActiveIf constraint: CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE
2851     #     CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE == 1
2852     #   --> 1
2853
2854     # Flavor: data
2855     # No user value, uncomment the following line to provide one.
2856     # user_value 0
2857     # value_source default
2858     # Default value: 0
2859     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2860     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
2861 };
2862
2863 # Default console channel.
2864 #
2865 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT {
2866     # Calculated value: 0
2867     # Flavor: data
2868     # Current_value: 0
2869     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2870     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
2871
2872     # The following properties are affected by this value
2873     # option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL
2874     #     DefaultValue: CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
2875 };
2876
2877 # Console serial port
2878 # The board has only three serial ports.  This option
2879 # chooses which port will be used for console output.
2880 #
2881 cdl_option CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL {
2882     # ActiveIf constraint: CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE
2883     #     CYGPRI_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_CONFIGURABLE == 1
2884     #   --> 1
2885
2886     # Flavor: data
2887     # No user value, uncomment the following line to provide one.
2888     # user_value 0
2889     # value_source default
2890     # Default value: CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT
2891     #     CYGNUM_HAL_VIRTUAL_VECTOR_CONSOLE_CHANNEL_DEFAULT == 0
2892     #   --> 0
2893     # Legal values: 0 to CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS-1
2894     #     CYGNUM_HAL_VIRTUAL_VECTOR_COMM_CHANNELS == 3
2895 };
2896
2897 # Ka-Ro TX37 Board build options
2898 # Package specific build options including control over
2899 # compiler flags used only in building this package,
2900 # and details of which tests are built.
2901 #
2902 cdl_component CYGPKG_HAL_ARM_BOARD_OPTIONS {
2903     # There is no associated value.
2904 };
2905
2906 # >
2907 # Additional compiler flags
2908 # This option modifies the set of compiler flags for
2909 # building the board HAL. These flags are used in addition
2910 # to the set of global flags.
2911 #
2912 cdl_option CYGPKG_HAL_ARM_BOARD_CFLAGS_ADD {
2913     # Flavor: data
2914     # No user value, uncomment the following line to provide one.
2915     # user_value ""
2916     # value_source default
2917     # Default value: ""
2918 };
2919
2920 # Suppressed compiler flags
2921 # This option modifies the set of compiler flags for
2922 # building the board HAL. These flags are removed from
2923 # the set of global flags if present.
2924 #
2925 cdl_option CYGPKG_HAL_ARM_BOARD_CFLAGS_REMOVE {
2926     # Flavor: data
2927     # No user value, uncomment the following line to provide one.
2928     # user_value ""
2929     # value_source default
2930     # Default value: ""
2931 };
2932
2933 # <
2934 # Memory layout
2935 #
2936 cdl_component CYGHWR_MEMORY_LAYOUT {
2937     # Calculated value:  (CYG_HAL_STARTUP == "RAM")    ? "arm_board_ram" :
2938     #                          (CYG_HAL_STARTUP == "ROMRAM") ? "arm_board_romram" :
2939     #                                                        "arm_board_rom" 
2940     #     CYG_HAL_STARTUP == ROMRAM
2941     #     CYG_HAL_STARTUP == ROMRAM
2942     # Flavor: data
2943     # Current_value: arm_board_romram
2944 };
2945
2946 # >
2947 # Memory layout linker script fragment
2948 #
2949 cdl_option CYGHWR_MEMORY_LAYOUT_LDI {
2950     # Calculated value:  (CYG_HAL_STARTUP == "RAM") ?    "<pkgconf/mlt_arm_tx37_ram.ldi>" :
2951     #                              (CYG_HAL_STARTUP == "ROMRAM") ? "<pkgconf/mlt_arm_tx37_romram.ldi>" :
2952     #                                                              "<pkgconf/mlt_arm_tx37_rom.ldi>" 
2953     #     CYG_HAL_STARTUP == ROMRAM
2954     #     CYG_HAL_STARTUP == ROMRAM
2955     # Flavor: data
2956     # Current_value: <pkgconf/mlt_arm_tx37_romram.ldi>
2957 };
2958
2959 # Memory layout header file
2960 #
2961 cdl_option CYGHWR_MEMORY_LAYOUT_H {
2962     # Calculated value:  (CYG_HAL_STARTUP == "RAM")    ? "<pkgconf/mlt_arm_tx37_ram.h>" :
2963     #                              (CYG_HAL_STARTUP == "ROMRAM") ? "<pkgconf/mlt_arm_tx37_romram.h>" :
2964     #                                                              "<pkgconf/mlt_arm_tx37_rom.h>" 
2965     #     CYG_HAL_STARTUP == ROMRAM
2966     #     CYG_HAL_STARTUP == ROMRAM
2967     # Flavor: data
2968     # Current_value: <pkgconf/mlt_arm_tx37_romram.h>
2969 };
2970
2971 # <
2972 # <
2973 # <
2974 # <
2975 # <
2976 # Infrastructure
2977 # Common types and useful macros.
2978 # Tracing and assertion facilities.
2979 # Package startup options.
2980 #
2981 cdl_package CYGPKG_INFRA {
2982     # Packages cannot be added or removed, nor can their version be changed,
2983     # simply by editing their value. Instead the appropriate configuration
2984     # should be used to perform these actions.
2985
2986     # This value cannot be modified here.
2987     # Flavor: booldata
2988     # Current value: 1 current
2989
2990     # The following properties are affected by this value
2991     # package CYGPKG_HAL
2992     #     Requires: CYGPKG_INFRA
2993     # component CYGBLD_BUILD_REDBOOT
2994     #     Requires: CYGPKG_INFRA
2995 };
2996
2997 # >
2998 # Asserts & Tracing
2999 # The eCos source code contains a significant amount of
3000 # internal debugging support, in the form of assertions and
3001 # tracing.
3002 # Assertions check at runtime that various conditions are as
3003 # expected; if not, execution is halted.
3004 # Tracing takes the form of text messages that are output
3005 # whenever certain events occur, or whenever functions are
3006 # called or return.
3007 # The most important property of these checks and messages is
3008 # that they are not required for the program to run.
3009 # It is prudent to develop software with assertions enabled,
3010 # but disable them when making a product release, thus
3011 # removing the overhead of that checking.
3012 # It is possible to enable assertions and tracing
3013 # independently.
3014 # There are also options controlling the exact behaviour of
3015 # the assertion and tracing facilities, thus giving users
3016 # finer control over the code and data size requirements.
3017 #
3018 cdl_component CYGPKG_INFRA_DEBUG {
3019     # Flavor: bool
3020     # No user value, uncomment the following line to provide one.
3021     # user_value 0
3022     # value_source default
3023     # Default value: 0
3024
3025     # The following properties are affected by this value
3026     # option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD
3027     #     ActiveIf: CYGPKG_INFRA_DEBUG
3028 };
3029
3030 # >
3031 # Use asserts
3032 # If this option is defined, asserts in the code are tested.
3033 # Assert functions (CYG_ASSERT()) are defined in
3034 # 'include/cyg/infra/cyg_ass.h' within the 'install' tree.
3035 # If it is not defined, these result in no additional
3036 # object code and no checking of the asserted conditions.
3037 #
3038 cdl_component CYGDBG_USE_ASSERTS {
3039     # This option is not active
3040     # The parent CYGPKG_INFRA_DEBUG is disabled
3041
3042     # Flavor: bool
3043     # No user value, uncomment the following line to provide one.
3044     # user_value 1
3045     # value_source default
3046     # Default value: 1
3047     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3048     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3049     #   --> 0
3050
3051     # The following properties are affected by this value
3052     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3053     #     Requires: CYGDBG_USE_ASSERTS
3054     # option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG
3055     #     DefaultValue:  0 != CYGDBG_USE_ASSERTS 
3056 };
3057
3058 # >
3059 # Preconditions
3060 # This option allows individual control of preconditions.
3061 # A precondition is one type of assert, which it is
3062 # useful to control separately from more general asserts.
3063 # The function is CYG_PRECONDITION(condition,msg).
3064 #
3065 cdl_option CYGDBG_INFRA_DEBUG_PRECONDITIONS {
3066     # This option is not active
3067     # The parent CYGDBG_USE_ASSERTS is not active
3068
3069     # Flavor: bool
3070     # No user value, uncomment the following line to provide one.
3071     # user_value 1
3072     # value_source default
3073     # Default value: 1
3074 };
3075
3076 # Postconditions
3077 # This option allows individual control of postconditions.
3078 # A postcondition is one type of assert, which it is
3079 # useful to control separately from more general asserts.
3080 # The function is CYG_POSTCONDITION(condition,msg).
3081 #
3082 cdl_option CYGDBG_INFRA_DEBUG_POSTCONDITIONS {
3083     # This option is not active
3084     # The parent CYGDBG_USE_ASSERTS is not active
3085
3086     # Flavor: bool
3087     # No user value, uncomment the following line to provide one.
3088     # user_value 1
3089     # value_source default
3090     # Default value: 1
3091 };
3092
3093 # Loop invariants
3094 # This option allows individual control of loop invariants.
3095 # A loop invariant is one type of assert, which it is
3096 # useful to control separately from more general asserts,
3097 # particularly since a loop invariant is typically evaluated
3098 # a great many times when used correctly.
3099 # The function is CYG_LOOP_INVARIANT(condition,msg).
3100 #
3101 cdl_option CYGDBG_INFRA_DEBUG_LOOP_INVARIANTS {
3102     # This option is not active
3103     # The parent CYGDBG_USE_ASSERTS is not active
3104
3105     # Flavor: bool
3106     # No user value, uncomment the following line to provide one.
3107     # user_value 1
3108     # value_source default
3109     # Default value: 1
3110 };
3111
3112 # Use assert text
3113 # All assertions within eCos contain a text message
3114 # which should give some information about the condition
3115 # being tested.
3116 # These text messages will end up being embedded in the
3117 # application image and hence there is a significant penalty
3118 # in terms of image size.
3119 # It is possible to suppress the use of these messages by
3120 # disabling this option.
3121 # This results in smaller code size, but there is less
3122 # human-readable information if an assertion actually gets
3123 # triggered.
3124 #
3125 cdl_option CYGDBG_INFRA_DEBUG_ASSERT_MESSAGE {
3126     # This option is not active
3127     # The parent CYGDBG_USE_ASSERTS is not active
3128
3129     # Flavor: bool
3130     # No user value, uncomment the following line to provide one.
3131     # user_value 1
3132     # value_source default
3133     # Default value: 1
3134 };
3135
3136 # <
3137 # Use tracing
3138 # If this option is defined, tracing operations
3139 # result in output or logging, depending on other options.
3140 # This may have adverse effects on performance, if the time
3141 # taken to output message overwhelms the available CPU
3142 # power or output bandwidth.
3143 # Trace functions (CYG_TRACE()) are defined in
3144 # 'include/cyg/infra/cyg_trac.h' within the 'install' tree.
3145 # If it is not defined, these result in no additional
3146 # object code and no trace information.
3147 #
3148 cdl_component CYGDBG_USE_TRACING {
3149     # This option is not active
3150     # The parent CYGPKG_INFRA_DEBUG is disabled
3151
3152     # Flavor: bool
3153     # No user value, uncomment the following line to provide one.
3154     # user_value 0
3155     # value_source default
3156     # Default value: 0
3157     # Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3158     #     CYGINT_INFRA_DEBUG_TRACE_IMPL == 0
3159     #   --> 0
3160
3161     # The following properties are affected by this value
3162     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE
3163     #     ActiveIf: CYGDBG_USE_TRACING
3164     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP
3165     #     ActiveIf: CYGDBG_USE_TRACING
3166     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT
3167     #     ActiveIf: CYGDBG_USE_TRACING
3168     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT
3169     #     ActiveIf: CYGDBG_USE_TRACING
3170     # option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT
3171     #     ActiveIf: CYGDBG_USE_TRACING
3172 };
3173
3174 # >
3175 # Trace function reports
3176 # This option allows individual control of
3177 # function entry/exit tracing, independent of
3178 # more general tracing output.
3179 # This may be useful to remove clutter from a
3180 # trace log.
3181 #
3182 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_REPORTS {
3183     # This option is not active
3184     # The parent CYGDBG_USE_TRACING is not active
3185     # The parent CYGDBG_USE_TRACING is disabled
3186
3187     # Flavor: bool
3188     # No user value, uncomment the following line to provide one.
3189     # user_value 1
3190     # value_source default
3191     # Default value: 1
3192 };
3193
3194 # Use trace text
3195 # All trace calls within eCos contain a text message
3196 # which should give some information about the circumstances.
3197 # These text messages will end up being embedded in the
3198 # application image and hence there is a significant penalty
3199 # in terms of image size.
3200 # It is possible to suppress the use of these messages by
3201 # disabling this option.
3202 # This results in smaller code size, but there is less
3203 # human-readable information available in the trace output,
3204 # possibly only filenames and line numbers.
3205 #
3206 cdl_option CYGDBG_INFRA_DEBUG_TRACE_MESSAGE {
3207     # This option is not active
3208     # The parent CYGDBG_USE_TRACING is not active
3209     # The parent CYGDBG_USE_TRACING is disabled
3210
3211     # Flavor: bool
3212     # No user value, uncomment the following line to provide one.
3213     # user_value 1
3214     # value_source default
3215     # Default value: 1
3216 };
3217
3218 # <
3219 # Trace output implementations
3220 #
3221 cdl_interface CYGINT_INFRA_DEBUG_TRACE_IMPL {
3222     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL, inactive, disabled
3223     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE, inactive, disabled
3224     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY, inactive, disabled
3225     # Implemented by CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER, inactive, enabled
3226     # This option is not active
3227     # The parent CYGPKG_INFRA_DEBUG is disabled
3228
3229     # This value cannot be modified here.
3230     # Flavor: data
3231     # Current_value: 0
3232
3233     # The following properties are affected by this value
3234     # component CYGDBG_USE_ASSERTS
3235     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3236     # component CYGDBG_USE_TRACING
3237     #     Requires:  1 == CYGINT_INFRA_DEBUG_TRACE_IMPL 
3238 };
3239
3240 # Null output
3241 # A null output module which is useful when
3242 # debugging interactively; the output routines
3243 # can be breakpointed rather than have them actually
3244 # 'print' something.
3245 #
3246 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_NULL {
3247     # This option is not active
3248     # The parent CYGPKG_INFRA_DEBUG is disabled
3249
3250     # Flavor: bool
3251     # No user value, uncomment the following line to provide one.
3252     # user_value 0
3253     # value_source default
3254     # Default value: 0
3255 };
3256
3257 # Simple output
3258 # An output module which produces simple output
3259 # from tracing and assertion events.
3260 #
3261 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_SIMPLE {
3262     # This option is not active
3263     # The parent CYGPKG_INFRA_DEBUG is disabled
3264
3265     # Flavor: bool
3266     # No user value, uncomment the following line to provide one.
3267     # user_value 0
3268     # value_source default
3269     # Default value: 0
3270 };
3271
3272 # Fancy output
3273 # An output module which produces fancy output
3274 # from tracing and assertion events.
3275 #
3276 cdl_option CYGDBG_INFRA_DEBUG_TRACE_ASSERT_FANCY {
3277     # This option is not active
3278     # The parent CYGPKG_INFRA_DEBUG is disabled
3279
3280     # Flavor: bool
3281     # No user value, uncomment the following line to provide one.
3282     # user_value 0
3283     # value_source default
3284     # Default value: 0
3285 };
3286
3287 # Buffered tracing
3288 # An output module which buffers output
3289 # from tracing and assertion events. The stored
3290 # messages are output when an assert fires, or
3291 # CYG_TRACE_PRINT() (defined in <cyg/infra/cyg_trac.h>)
3292 # is called.
3293 # Of course, there will only be stored messages
3294 # if tracing per se (CYGDBG_USE_TRACING)
3295 # is enabled above.
3296 #
3297 cdl_component CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER {
3298     # This option is not active
3299     # The parent CYGPKG_INFRA_DEBUG is disabled
3300
3301     # Flavor: bool
3302     # No user value, uncomment the following line to provide one.
3303     # user_value 1
3304     # value_source default
3305     # Default value: 1
3306 };
3307
3308 # >
3309 # Trace buffer size
3310 # The size of the trace buffer. This counts the number
3311 # of trace records stored. When the buffer fills it
3312 # either wraps, stops recording, or generates output.
3313 #
3314 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE {
3315     # This option is not active
3316     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3317     # ActiveIf constraint: CYGDBG_USE_TRACING
3318     #     CYGDBG_USE_TRACING == 0
3319     #   --> 0
3320
3321     # Flavor: data
3322     # No user value, uncomment the following line to provide one.
3323     # user_value 32
3324     # value_source default
3325     # Default value: 32
3326     # Legal values: 5 to 65535
3327 };
3328
3329 # Wrap trace buffer when full
3330 # When the trace buffer has filled with records it
3331 # starts again at the beginning. Hence only the last
3332 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3333 # be recorded.
3334 #
3335 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_WRAP {
3336     # This option is not active
3337     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3338     # ActiveIf constraint: CYGDBG_USE_TRACING
3339     #     CYGDBG_USE_TRACING == 0
3340     #   --> 0
3341
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
3349 # Halt trace buffer when full
3350 # When the trace buffer has filled with records it
3351 # stops recording. Hence only the first
3352 # CYGDBG_INFRA_DEBUG_TRACE_BUFFER_SIZE messages will
3353 # be recorded.
3354 #
3355 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_HALT {
3356     # This option is not active
3357     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3358     # ActiveIf constraint: CYGDBG_USE_TRACING
3359     #     CYGDBG_USE_TRACING == 0
3360     #   --> 0
3361
3362     # Flavor: bool
3363     # No user value, uncomment the following line to provide one.
3364     # user_value 0
3365     # value_source default
3366     # Default value: 0
3367 };
3368
3369 # Print trace buffer when full
3370 # When the trace buffer has filled with records it
3371 # prints the contents of the buffer. The buffer is then
3372 # emptied and the system continues.
3373 #
3374 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT {
3375     # This option is not active
3376     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3377     # ActiveIf constraint: CYGDBG_USE_TRACING
3378     #     CYGDBG_USE_TRACING == 0
3379     #   --> 0
3380
3381     # Flavor: bool
3382     # No user value, uncomment the following line to provide one.
3383     # user_value 0
3384     # value_source default
3385     # Default value: 0
3386 };
3387
3388 # Print trace buffer on assert fail
3389 # When an assertion fails the trace buffer will be 
3390 # printed to the default diagnostic device.
3391 #
3392 cdl_option CYGDBG_INFRA_DEBUG_TRACE_BUFFER_PRINT_ON_ASSERT {
3393     # This option is not active
3394     # The parent CYGDBG_INFRA_DEBUG_TRACE_ASSERT_BUFFER is not active
3395     # ActiveIf constraint: CYGDBG_USE_TRACING
3396     #     CYGDBG_USE_TRACING == 0
3397     #   --> 0
3398
3399     # Flavor: bool
3400     # No user value, uncomment the following line to provide one.
3401     # user_value 1
3402     # value_source default
3403     # Default value: 1
3404 };
3405
3406 # <
3407 # Use function names
3408 # All trace and assert calls within eCos contain a
3409 # reference to the builtin macro '__PRETTY_FUNCTION__',
3410 # which evaluates to a string containing
3411 # the name of the current function.
3412 # This is useful when reading a trace log.
3413 # It is possible to suppress the use of the function name
3414 # by disabling this option.
3415 # This results in smaller code size, but there is less
3416 # human-readable information available in the trace output,
3417 # possibly only filenames and line numbers.
3418 #
3419 cdl_option CYGDBG_INFRA_DEBUG_FUNCTION_PSEUDOMACRO {
3420     # This option is not active
3421     # The parent CYGPKG_INFRA_DEBUG is disabled
3422
3423     # Flavor: bool
3424     # No user value, uncomment the following line to provide one.
3425     # user_value 1
3426     # value_source default
3427     # Default value: 1
3428 };
3429
3430 # <
3431 # Startup options
3432 # Some packages require a startup routine to be called.
3433 # This can be carried out by application code, by supplying
3434 # a routine called cyg_package_start() which calls the
3435 # appropriate package startup routine(s).
3436 # Alternatively, this routine can be constructed automatically
3437 # and configured to call the startup routines of your choice.
3438 #
3439 cdl_component CYGPKG_INFRA_STARTUP {
3440     # There is no associated value.
3441 };
3442
3443 # >
3444 # Start uITRON subsystem
3445 # Generate a call to initialize the
3446 # uITRON compatibility subsystem
3447 # within the system version of cyg_package_start().
3448 # This enables compatibility with uITRON.
3449 # You must configure uITRON with the correct tasks before
3450 # starting the uItron subsystem.
3451 # If this is disabled, and you want to use uITRON,
3452 # you must call cyg_uitron_start() from your own
3453 # cyg_package_start() or cyg_userstart().
3454 #
3455 cdl_option CYGSEM_START_UITRON_COMPATIBILITY {
3456     # This option is not active
3457     # ActiveIf constraint: CYGPKG_UITRON
3458     #     CYGPKG_UITRON (unknown) == 0
3459     #   --> 0
3460
3461     # Flavor: bool
3462     # No user value, uncomment the following line to provide one.
3463     # user_value 0
3464     # value_source default
3465     # Default value: 0
3466     # Requires: CYGPKG_UITRON
3467     #     CYGPKG_UITRON (unknown) == 0
3468     #   --> 0
3469 };
3470
3471 # <
3472 # Smaller slower memcpy()
3473 # Enabling this option causes the implementation of
3474 # the standard memcpy() routine to reduce code
3475 # size at the expense of execution speed. This
3476 # option is automatically enabled with the use of
3477 # the -Os option to the compiler. Also note that
3478 # the compiler will try to use its own builtin
3479 # version of memcpy() if possible, ignoring the
3480 # implementation in this package, unless given
3481 # the -fno-builtin compiler option.
3482 #
3483 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMCPY {
3484     # Flavor: bool
3485     # No user value, uncomment the following line to provide one.
3486     # user_value 0
3487     # value_source default
3488     # Default value: 0
3489 };
3490
3491 # Smaller slower memset()
3492 # Enabling this option causes the implementation of
3493 # the standard memset() routine to reduce code
3494 # size at the expense of execution speed. This
3495 # option is automatically enabled with the use of
3496 # the -Os option to the compiler. Also note that
3497 # the compiler will try to use its own builtin
3498 # version of memset() if possible, ignoring the
3499 # implementation in this package, unless given
3500 # the -fno-builtin compiler option.
3501 #
3502 cdl_option CYGIMP_INFRA_PREFER_SMALL_TO_FAST_MEMSET {
3503     # Flavor: bool
3504     # No user value, uncomment the following line to provide one.
3505     # user_value 0
3506     # value_source default
3507     # Default value: 0
3508 };
3509
3510 # Provide empty C++ delete functions
3511 # To deal with virtual destructors, where the correct delete()
3512 # function must be called for the derived class in question, the
3513 # underlying delete is called when needed, from destructors.  This
3514 # is regardless of whether the destructor is called by delete itself.
3515 # So there is a reference to delete() from all destructors.  The
3516 # default builtin delete() attempts to call free() if there is
3517 # one defined.  So, if you have destructors, and you have free(),
3518 # as in malloc() and free(), any destructor counts as a reference
3519 # to free().  So the dynamic memory allocation code is linked
3520 # in regardless of whether it gets explicitly called. This
3521 # increases code and data size needlessly.
3522 # To defeat this undesirable behaviour, we define empty versions
3523 # of delete and delete.  But doing this prevents proper use
3524 # of dynamic memory in C++ programs via C++'s new and delete
3525 # operators.
3526 # Therefore, this option is provided
3527 # for explicitly disabling the provision of these empty functions,
3528 # so that new and delete can be used, if that is what is required.
3529 #
3530 cdl_option CYGFUN_INFRA_EMPTY_DELETE_FUNCTIONS {
3531     # Flavor: bool
3532     # No user value, uncomment the following line to provide one.
3533     # user_value 1
3534     # value_source default
3535     # Default value: 1
3536 };
3537
3538 # Threshold for valid number of delete calls
3539 # Some users don't know about the empty delete function and then
3540 # wonder why their C++ classes are leaking memory. If
3541 # INFRA_DEBUG is enabled we keep a counter for the number of
3542 # times delete is called. If it goes above this threshold we throw
3543 # an assertion failure. This should point heavy users of
3544 # delete in the right direction without upsetting those who want
3545 # an empty delete function. 
3546 #
3547 cdl_option CYGNUM_INFRA_EMPTY_DELETE_THRESHOLD {
3548     # This option is not active
3549     # ActiveIf constraint: CYGPKG_INFRA_DEBUG
3550     #     CYGPKG_INFRA_DEBUG == 0
3551     #   --> 0
3552
3553     # Flavor: data
3554     # No user value, uncomment the following line to provide one.
3555     # user_value 100
3556     # value_source default
3557     # Default value: 100
3558 };
3559
3560 # Provide dummy abort() function
3561 # This option controls the inclusion of a dummy abort() function.
3562 # Parts of the C and C++ compiler runtime systems contain references
3563 # to abort(), particulary in the C++ exception handling code. It is
3564 # not possible to eliminate these references, so this dummy function
3565 # in included to satisfy them. It is not expected that this function
3566 # will ever be called, so its current behaviour is to simply loop.
3567 #
3568 cdl_option CYGFUN_INFRA_DUMMY_ABORT {
3569     # Flavor: bool
3570     # No user value, uncomment the following line to provide one.
3571     # user_value 1
3572     # value_source default
3573     # Default value:  CYGINT_ISO_EXIT == 0 
3574     #     CYGINT_ISO_EXIT == 0
3575     #   --> 1
3576     # Requires: !CYGINT_ISO_EXIT
3577     #     CYGINT_ISO_EXIT == 0
3578     #   --> 1
3579 };
3580
3581 # Reset platform at end of test case execution
3582 # If this option is set then test case programs will reset the platform
3583 # when they terminate, as opposed to the default which is to just hang
3584 # in a loop.
3585 #
3586 cdl_option CYGSEM_INFRA_RESET_ON_TEST_EXIT {
3587     # Flavor: bool
3588     # No user value, uncomment the following line to provide one.
3589     # user_value 0
3590     # value_source default
3591     # Default value: 0
3592 };
3593
3594 # Provide dummy strlen() function
3595 # This option controls the inclusion of a dummy strlen() function.
3596 # Parts of the C and C++ compiler runtime systems contain references
3597 # to strlen(), particulary in the C++ exception handling code. It is
3598 # not possible to eliminate these references, so this dummy function
3599 # in included to satisfy them. While it is not expected that this function
3600 # will ever be called, it is functional but uses the simplest, smallest
3601 # algorithm. There is a faster version of strlen() in the C library.
3602 #
3603 cdl_option CYGFUN_INFRA_DUMMY_STRLEN {
3604     # Flavor: bool
3605     # No user value, uncomment the following line to provide one.
3606     # user_value 0
3607     # value_source default
3608     # Default value:  CYGINT_ISO_STRING_STRFUNCS == 0 
3609     #     CYGINT_ISO_STRING_STRFUNCS == 1
3610     #   --> 0
3611     # Requires: !CYGINT_ISO_STRING_STRFUNCS
3612     #     CYGINT_ISO_STRING_STRFUNCS == 1
3613     #   --> 0
3614 };
3615
3616 # Make all compiler warnings show as errors
3617 # Enabling this option will cause all compiler warnings to show
3618 # as errors and bring the library build to a halt. This is used
3619 # to ensure that the code base is warning free, and thus ensure
3620 # that newly introduced warnings stand out and get fixed before
3621 # they show up as weird run-time behavior.
3622 #
3623 cdl_option CYGBLD_INFRA_CFLAGS_WARNINGS_AS_ERRORS {
3624     # Flavor: bool
3625     # No user value, uncomment the following line to provide one.
3626     # user_value 0
3627     # value_source default
3628     # Default value: 0
3629     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -Werror") 
3630     #     CYGBLD_GLOBAL_CFLAGS == "-mcpu=arm9 -Wall -Werror -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-rtti -fno-exceptions -fvtable-gc -finit-priority"
3631     #   --> 1
3632 };
3633
3634 # Make compiler and assembler communicate by pipe
3635 # Enabling this option will cause the compiler to feed the
3636 # assembly output the the assembler via a pipe instead of
3637 # via a temporary file. This normally reduces the build
3638 # time.
3639 #
3640 cdl_option CYGBLD_INFRA_CFLAGS_PIPE {
3641     # Flavor: bool
3642     # No user value, uncomment the following line to provide one.
3643     # user_value 0
3644     # value_source default
3645     # Default value: 0
3646     # Requires:  is_substr(CYGBLD_GLOBAL_CFLAGS, " -pipe") 
3647     #     CYGBLD_GLOBAL_CFLAGS == "-mcpu=arm9 -Wall -Werror -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-builtin -fno-rtti -fno-exceptions -fvtable-gc -finit-priority"
3648     #   --> 0
3649 };
3650
3651 # Infra build options
3652 # Package specific build options including control over
3653 # compiler flags used only in building this package.
3654 #
3655 cdl_component CYGPKG_INFRA_OPTIONS {
3656     # There is no associated value.
3657 };
3658
3659 # >
3660 # Additional compiler flags
3661 # This option modifies the set of compiler flags for
3662 # building the eCos infra package. These flags are used
3663 # in addition to the set of global flags.
3664 #
3665 cdl_option CYGPKG_INFRA_CFLAGS_ADD {
3666     # Flavor: data
3667     # No user value, uncomment the following line to provide one.
3668     # user_value ""
3669     # value_source default
3670     # Default value: ""
3671 };
3672
3673 # Suppressed compiler flags
3674 # This option modifies the set of compiler flags for
3675 # building the eCos infra package. These flags are removed from
3676 # the set of global flags if present.
3677 #
3678 cdl_option CYGPKG_INFRA_CFLAGS_REMOVE {
3679     # Flavor: data
3680     # No user value, uncomment the following line to provide one.
3681     # user_value ""
3682     # value_source default
3683     # Default value: ""
3684 };
3685
3686 # Suppressed linker flags
3687 # This option modifies the set of linker flags for
3688 # building the eCos infra package tests. These flags are removed from
3689 # the set of global flags if present.
3690 #
3691 cdl_option CYGPKG_INFRA_LDFLAGS_REMOVE {
3692     # Flavor: data
3693     # No user value, uncomment the following line to provide one.
3694     # user_value -Wl,--gc-sections
3695     # value_source default
3696     # Default value: -Wl,--gc-sections
3697 };
3698
3699 # Additional linker flags
3700 # This option modifies the set of linker flags for
3701 # building the eCos infra package tests. These flags are added to
3702 # the set of global flags if present.
3703 #
3704 cdl_option CYGPKG_INFRA_LDFLAGS_ADD {
3705     # Flavor: data
3706     # No user value, uncomment the following line to provide one.
3707     # user_value -Wl,--fatal-warnings
3708     # value_source default
3709     # Default value: -Wl,--fatal-warnings
3710 };
3711
3712 # Infra package tests
3713 #
3714 cdl_component CYGPKG_INFRA_TESTS {
3715     # Calculated value:  "tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2" 
3716     # Flavor: data
3717     # Current_value: tests/cxxsupp tests/diag_sprintf1 tests/diag_sprintf2
3718 };
3719
3720 # >
3721 # Number of times a test runs
3722 # This option controls the number of times tests will execute their
3723 # basic function.  Not all tests will honor this setting, but those
3724 # that do will execute the test N times before terminating.  A value
3725 # less than 0 indicates to run forever.
3726 #
3727 cdl_option CYGNUM_TESTS_RUN_COUNT {
3728     # Flavor: data
3729     # No user value, uncomment the following line to provide one.
3730     # user_value 1
3731     # value_source default
3732     # Default value: 1
3733 };
3734
3735 # <
3736 # <
3737 # <
3738 # Redboot ROM monitor
3739 # doc: ref/redboot.html
3740 # This package supports the Redboot [stand-alone debug monitor]
3741 # using eCos as the underlying board support mechanism.
3742 #
3743 cdl_package CYGPKG_REDBOOT {
3744     # Packages cannot be added or removed, nor can their version be changed,
3745     # simply by editing their value. Instead the appropriate configuration
3746     # should be used to perform these actions.
3747
3748     # This value cannot be modified here.
3749     # Flavor: booldata
3750     # Current value: 1 current
3751     # Requires:  CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0 
3752     #     CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK == 0
3753     #   --> 1
3754
3755     # The following properties are affected by this value
3756     # component CYGPKG_REDBOOT_ARM_OPTIONS
3757     #     ActiveIf: CYGPKG_REDBOOT
3758     # component CYGPKG_REDBOOT_HAL_OPTIONS
3759     #     ActiveIf: CYGPKG_REDBOOT
3760     # component CYGPKG_REDBOOT_HAL_BOARD_OPTIONS
3761     #     ActiveIf: CYGPKG_REDBOOT
3762     # option CYGSEM_IO_ETH_DRIVERS_WARN
3763     #     ActiveIf: CYGPKG_REDBOOT
3764 };
3765
3766 # >
3767 # Include support for ELF file format
3768 #
3769 cdl_component CYGSEM_REDBOOT_ELF {
3770     # Flavor: bool
3771     # No user value, uncomment the following line to provide one.
3772     # user_value 1
3773     # value_source default
3774     # Default value: 1
3775 };
3776
3777 # >
3778 # Use the virtual address in the ELF headers
3779 # The ELF headers contain both a virtual and a physical address
3780 # for where code/data should be loaded. By default the physical
3781 # address is used but sometimes it is necassary to use the
3782 # virtual address because of bugy toolchains
3783 #
3784 cdl_option CYGOPT_REDBOOT_ELF_VIRTUAL_ADDRESS {
3785     # Flavor: bool
3786     # No user value, uncomment the following line to provide one.
3787     # user_value 0
3788     # value_source default
3789     # Default value: 0
3790 };
3791
3792 # <
3793 # Methods of loading images using redboot
3794 #
3795 cdl_interface CYGINT_REDBOOT_LOAD_METHOD {
3796     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM, active, enabled
3797     # Implemented by CYGPKG_REDBOOT_NETWORKING, active, enabled
3798     # This value cannot be modified here.
3799     # Flavor: data
3800     # Current_value: 2
3801
3802     # The following properties are affected by this value
3803     # component CYGBLD_BUILD_REDBOOT
3804     #     Requires: CYGINT_REDBOOT_LOAD_METHOD
3805 };
3806
3807 # Build Redboot ROM ELF image
3808 # This option enables the building of the Redboot ELF image.
3809 # The image may require further relocation or symbol
3810 # stripping before being converted to a binary image.
3811 # This is handled by a rule in the target CDL.
3812 #
3813 cdl_component CYGBLD_BUILD_REDBOOT {
3814     # Flavor: bool
3815     user_value 1
3816     # value_source user
3817     # Default value: 0
3818     # Requires: CYGPKG_INFRA
3819     #     CYGPKG_INFRA == current
3820     #   --> 1
3821     # Requires: CYGPKG_ISOINFRA
3822     #     CYGPKG_ISOINFRA == current
3823     #   --> 1
3824     # Requires: ! CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
3825     #     CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT == 0
3826     #   --> 1
3827     # Requires: ! CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT
3828     #     CYGDBG_HAL_COMMON_INTERRUPTS_SAVE_MINIMUM_CONTEXT == 0
3829     #   --> 1
3830     # Requires: ! CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM
3831     #     CYGDBG_HAL_COMMON_CONTEXT_SAVE_MINIMUM == 0
3832     #   --> 1
3833     # Requires: CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT
3834     #     CYGSEM_HAL_VIRTUAL_VECTOR_SUPPORT == 1
3835     #   --> 1
3836     # Requires: CYGINT_ISO_STRING_MEMFUNCS
3837     #     CYGINT_ISO_STRING_MEMFUNCS == 1
3838     #   --> 1
3839     # Requires: CYGINT_ISO_STRING_STRFUNCS
3840     #     CYGINT_ISO_STRING_STRFUNCS == 1
3841     #   --> 1
3842     # Requires: CYGINT_REDBOOT_LOAD_METHOD
3843     #     CYGINT_REDBOOT_LOAD_METHOD == 2
3844     #   --> 1
3845
3846     # The following properties are affected by this value
3847     # option CYGBLD_BUILD_REDBOOT_BIN
3848     #     ActiveIf: CYGBLD_BUILD_REDBOOT
3849 };
3850
3851 # >
3852 # Include GDB support in RedBoot
3853 # RedBoot normally includes support for the GDB debugging
3854 # protocols. This option allows this to be disabled which
3855 # may yield a substantial savings in terms of code and memory 
3856 # usage by RedBoot.
3857 #
3858 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GDB {
3859     # ActiveIf constraint: CYGINT_HAL_DEBUG_GDB_STUBS
3860     #     CYGINT_HAL_DEBUG_GDB_STUBS == 1
3861     #   --> 1
3862
3863     # Flavor: bool
3864     user_value 0
3865     # value_source user
3866     # Default value: 1
3867     # Requires: CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
3868     #     CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS == 0
3869     #   --> 0
3870     # Requires: CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
3871     #     CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT == 0
3872     #   --> 0
3873 };
3874
3875 # Threads debugging support
3876 # Enabling this option will include special code in the
3877 # GDB stubs to support debugging of threaded programs.  In
3878 # the case of eCos programs, this support allows GDB to
3879 # have complete access to the eCos threads in the
3880 # program.
3881 #
3882 cdl_option CYGBLD_BUILD_REDBOOT_WITH_THREADS {
3883     # ActiveIf constraint:  CYG_HAL_STARTUP != "RAM" 
3884     #     CYG_HAL_STARTUP == ROMRAM
3885     #   --> 1
3886
3887     # Flavor: bool
3888     # No user value, uncomment the following line to provide one.
3889     # user_value 0
3890     # value_source default
3891     # Default value: 0
3892     # Requires: CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
3893     #     CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT == 1
3894     #   --> 1
3895 };
3896
3897 # Customized version string
3898 # Use this option to define a customized version "string" for
3899 # RedBoot.  Note: this value is only cosmetic, displayed by the
3900 # "version" command, but is useful for providing site specific
3901 # information about the RedBoot configuration.
3902 #
3903 cdl_option CYGDAT_REDBOOT_CUSTOM_VERSION {
3904     # Flavor: booldata
3905     user_value 1 "Ka-Ro Wed Feb 11 13:14:19 CET 2009"
3906     # value_source user
3907     # Default value: 0 0
3908 };
3909
3910 # Enable command line editing
3911 # If this option is non-zero, RedBoot will remember the
3912 # last N command lines.  These lines may be reused.
3913 # Enabling this history will also enable rudimentary
3914 # editting of the lines themselves.
3915 #
3916 cdl_option CYGNUM_REDBOOT_CMD_LINE_EDITING {
3917     # Flavor: data
3918     # No user value, uncomment the following line to provide one.
3919     # user_value 16
3920     # value_source default
3921     # Default value: 16
3922
3923     # The following properties are affected by this value
3924     # option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES
3925     #     ActiveIf: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
3926     # option CYGBLD_REDBOOT_CMD_LINE_HISTORY
3927     #     Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
3928 };
3929
3930 # Enable command line editing using ANSI arrows, etc
3931 # If this option is enabled, RedBoot will accept standard ANSI key
3932 # sequences for cursor movement (along with the emacs style keys).
3933 #
3934 cdl_option CYGSEM_REDBOOT_CMD_LINE_ANSI_SEQUENCES {
3935     # ActiveIf constraint: CYGNUM_REDBOOT_CMD_LINE_EDITING != 0
3936     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
3937     #   --> 1
3938
3939     # Flavor: bool
3940     # No user value, uncomment the following line to provide one.
3941     # user_value 1
3942     # value_source default
3943     # Default value: 1
3944 };
3945
3946 # Enable history command and expansion
3947 # Enabling this option will allow RedBoot to provide a
3948 # history command to list previous commands. Also enables
3949 # history expansion via '!'  character similar to bash
3950 # shell.
3951 #
3952 cdl_option CYGBLD_REDBOOT_CMD_LINE_HISTORY {
3953     # Flavor: bool
3954     # No user value, uncomment the following line to provide one.
3955     # user_value 1
3956     # value_source default
3957     # Default value: 1
3958     # Requires:  CYGNUM_REDBOOT_CMD_LINE_EDITING > 0 
3959     #     CYGNUM_REDBOOT_CMD_LINE_EDITING == 16
3960     #   --> 1
3961 };
3962
3963 # Number of unique RAM segments on platform
3964 # Change this option to be the number of memory segments which are
3965 # supported by the platform.  If the value is greater than 1, then
3966 # a platform specific function must provide information about the
3967 # additional segments.
3968 #
3969 cdl_option CYGBLD_REDBOOT_MAX_MEM_SEGMENTS {
3970     # Flavor: data
3971     # No user value, uncomment the following line to provide one.
3972     # user_value 1
3973     # value_source default
3974     # Default value: 1
3975 };
3976
3977 # Include support gzip/zlib decompression
3978 #
3979 cdl_component CYGBLD_BUILD_REDBOOT_WITH_ZLIB {
3980     # ActiveIf constraint: CYGPKG_COMPRESS_ZLIB
3981     #     CYGPKG_COMPRESS_ZLIB == current
3982     #   --> 1
3983
3984     # Flavor: bool
3985     # No user value, uncomment the following line to provide one.
3986     # user_value 1
3987     # value_source default
3988     # Default value: 1
3989
3990     # The following properties are affected by this value
3991     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
3992     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
3993 };
3994
3995 # >
3996 # Size of zlib decompression buffer
3997 # This is the size of the buffer filled with incoming data
3998 # during load before calls are made to the decompressor
3999 # function. For ethernet downloads this can be made bigger
4000 # (at the cost of memory), but for serial downloads on slow
4001 # processors it may be necessary to reduce the size to
4002 # avoid serial overruns. zlib appears to bail out if less 
4003 # than five bytes are available initially so this is the 
4004 # minimum.
4005 #
4006 cdl_option CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER {
4007     # Flavor: data
4008     # No user value, uncomment the following line to provide one.
4009     # user_value 64
4010     # value_source default
4011     # Default value: 64
4012     # Legal values: 5 to 256
4013 };
4014
4015 # Support compression of Flash images
4016 # This CDL indicates whether flash images can
4017 # be decompressed from gzip/zlib format into RAM.
4018 #
4019 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH {
4020     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4021     #     CYGPKG_REDBOOT_FLASH == 1
4022     #   --> 1
4023     # ActiveIf constraint:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4024     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
4025     #     CYGPRI_REDBOOT_ZLIB_FLASH_FORCE == 1
4026     #   --> 1
4027
4028     # Calculated value: 1
4029     # Flavor: bool
4030     # Current value: 1
4031 };
4032
4033 # Include GZIP uncompress command
4034 # Enable this option to include a 'gunzip' command 
4035 # to uncompress GZIP compressed data.
4036 #
4037 cdl_option CYGBLD_BUILD_REDBOOT_WITH_GUNZIP {
4038     # Flavor: bool
4039     # No user value, uncomment the following line to provide one.
4040     # user_value 0
4041     # value_source default
4042     # Default value: 0
4043 };
4044
4045 # Turn on CYGPRI_REDBOOT_ZLIB_FLASH
4046 # Force CYGPRI_REDBOOT_ZLIB_FLASH to be chosen
4047 #
4048 cdl_option CYGPRI_REDBOOT_ZLIB_FLASH_FORCE {
4049     # Flavor: bool
4050     # No user value, uncomment the following line to provide one.
4051     # user_value 0
4052     # The inferred value should not be edited directly.
4053     inferred_value 1
4054     # value_source inferred
4055     # Default value: 0
4056
4057     # The following properties are affected by this value
4058     # option CYGPRI_REDBOOT_ZLIB_FLASH
4059     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
4060 };
4061
4062 # <
4063 # Include support for xyzModem downloads
4064 # doc: ref/download-command.html
4065 #
4066 cdl_option CYGBLD_BUILD_REDBOOT_WITH_XYZMODEM {
4067     # Flavor: bool
4068     # No user value, uncomment the following line to provide one.
4069     # user_value 1
4070     # value_source default
4071     # Default value: 1
4072 };
4073
4074 # Allow the load-command write into Flash.
4075 # Write images direct to Flash via the load command.
4076 # We assume anything which is invalid RAM is flash, hence
4077 # the requires statement
4078 #
4079 cdl_option CYGBLD_REDBOOT_LOAD_INTO_FLASH {
4080     # ActiveIf constraint: CYGPKG_REDBOOT_FLASH
4081     #     CYGPKG_REDBOOT_FLASH == 1
4082     #   --> 1
4083
4084     # Flavor: bool
4085     # No user value, uncomment the following line to provide one.
4086     # user_value 0
4087     # value_source default
4088     # Default value: 0
4089     # Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
4090     #     CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS == 1
4091     #   --> 1
4092 };
4093
4094 # Include support for MXC USB downloads
4095 #
4096 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MXCUSB {
4097     # Flavor: bool
4098     # No user value, uncomment the following line to provide one.
4099     # user_value 0
4100     # value_source default
4101     # Default value: 0
4102 };
4103
4104 # Include support for i.MX USB OTG downloads
4105 #
4106 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IMXOTG {
4107     # Flavor: bool
4108     # No user value, uncomment the following line to provide one.
4109     # user_value 0
4110     # value_source default
4111     # Default value: 0
4112 };
4113
4114 # Include POSIX checksum command
4115 # doc: ref/cksum-command.html
4116 #
4117 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CKSUM {
4118     # Flavor: bool
4119     # No user value, uncomment the following line to provide one.
4120     # user_value 1
4121     # value_source default
4122     # Default value: 1
4123 };
4124
4125 # Include memory fill command
4126 # doc: ref/mfill-command.html
4127 #
4128 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MFILL {
4129     # Flavor: bool
4130     # No user value, uncomment the following line to provide one.
4131     # user_value 1
4132     # value_source default
4133     # Default value: 1
4134 };
4135
4136 # Include memory compare command
4137 # doc: ref/mcmp-command.html
4138 #
4139 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCMP {
4140     # Flavor: bool
4141     # No user value, uncomment the following line to provide one.
4142     # user_value 1
4143     # value_source default
4144     # Default value: 1
4145 };
4146
4147 # Include memory copy command
4148 # doc: ref/mcopy-command.html
4149 #
4150 cdl_option CYGBLD_BUILD_REDBOOT_WITH_MCOPY {
4151     # Flavor: bool
4152     # No user value, uncomment the following line to provide one.
4153     # user_value 1
4154     # value_source default
4155     # Default value: 1
4156 };
4157
4158 # Include memory dump command
4159 # doc: ref/dump-command.html
4160 #
4161 cdl_option CYGBLD_BUILD_REDBOOT_WITH_DUMP {
4162     # Flavor: bool
4163     # No user value, uncomment the following line to provide one.
4164     # user_value 1
4165     # value_source default
4166     # Default value: 1
4167 };
4168
4169 # Include cache command
4170 # doc: ref/cache-command.html
4171 #
4172 cdl_option CYGBLD_BUILD_REDBOOT_WITH_CACHES {
4173     # Flavor: bool
4174     # No user value, uncomment the following line to provide one.
4175     # user_value 1
4176     # value_source default
4177     # Default value: 1
4178 };
4179
4180 # Include exec command
4181 # doc: ref/exec-command.html
4182 #
4183 cdl_option CYGBLD_BUILD_REDBOOT_WITH_EXEC {
4184     # Flavor: bool
4185     # No user value, uncomment the following line to provide one.
4186     # user_value 1
4187     # value_source default
4188     # Default value: 1
4189
4190     # The following properties are affected by this value
4191     # component CYGPKG_REDBOOT_ARM_LINUX_EXEC
4192     #     ActiveIf: CYGBLD_BUILD_REDBOOT_WITH_EXEC
4193 };
4194
4195 # Include I/O Memory commands 'iopeek' and 'iopoke'
4196 #
4197 cdl_option CYGBLD_BUILD_REDBOOT_WITH_IOMEM {
4198     # Flavor: bool
4199     # No user value, uncomment the following line to provide one.
4200     # user_value 0
4201     # value_source default
4202     # Default value: 0
4203 };
4204
4205 # Granularity of timer/ticks
4206 # This option controls the granularity of the timers.
4207 # Faster CPUs can afford higher granularity (lower values)
4208 # which should give higher network performance since the stack
4209 # is purely polled.
4210 #
4211 cdl_option CYGDBG_REDBOOT_TICK_GRANULARITY {
4212     # Flavor: data
4213     user_value 50
4214     # value_source user
4215     # Default value: 250
4216     # Legal values:  10 25 50 100 250 500 1000 
4217 };
4218
4219 # Redboot Networking
4220 # This option includes networking support in RedBoot.
4221 #
4222 cdl_component CYGPKG_REDBOOT_NETWORKING {
4223     # ActiveIf constraint: CYGPKG_IO_ETH_DRIVERS
4224     #     CYGPKG_IO_ETH_DRIVERS == current
4225     #   --> 1
4226
4227     # Flavor: bool
4228     # No user value, uncomment the following line to provide one.
4229     # user_value 1
4230     # value_source default
4231     # Default value: 1
4232
4233     # The following properties are affected by this value
4234     # option CYGSEM_IO_ETH_DRIVERS_PASS_PACKETS
4235     #     DefaultValue:  0 != CYGPKG_REDBOOT_NETWORKING 
4236 };
4237
4238 # >
4239 # Print net debug information
4240 # This option is overriden by the configuration stored 
4241 # in flash.
4242 #
4243 cdl_option CYGDBG_REDBOOT_NET_DEBUG {
4244     # Flavor: bool
4245     # No user value, uncomment the following line to provide one.
4246     # user_value 0
4247     # value_source default
4248     # Default value: 0
4249 };
4250
4251 # Support TFTP for download
4252 # This option enables the use of the TFTP protocol for 
4253 # download
4254 #
4255 cdl_option CYGSEM_REDBOOT_NET_TFTP_DOWNLOAD {
4256     # Flavor: bool
4257     # No user value, uncomment the following line to provide one.
4258     # user_value 1
4259     # value_source default
4260     # Default value: 1
4261 };
4262
4263 # Support HTTP for download
4264 # This option enables the use of the HTTP protocol for 
4265 # download
4266 #
4267 cdl_option CYGSEM_REDBOOT_NET_HTTP_DOWNLOAD {
4268     # Flavor: bool
4269     # No user value, uncomment the following line to provide one.
4270     # user_value 1
4271     # value_source default
4272     # Default value: 1
4273 };
4274
4275 # Default IP address
4276 # This IP address is the default used by RedBoot if
4277 # a BOOTP/DHCP server does not respond. The numbers
4278 # should be separated by *commas*, and not dots. If
4279 # an IP address is configured into the Flash
4280 # configuration, that will be used in preference.
4281 #
4282 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR {
4283     # Flavor: booldata
4284     # No user value, uncomment the following line to provide one.
4285     # user_value 0 0
4286     # value_source default
4287     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4288     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4289     #   --> 0 0
4290 };
4291
4292 # >
4293 # Do not try to use BOOTP
4294 # By default Redboot tries to use BOOTP to get an IP
4295 # address. If there's no BOOTP server on your network
4296 # use this option to avoid to wait until the
4297 # timeout. This option is overriden by the
4298 # configuration stored in flash.
4299 #
4300 cdl_option CYGSEM_REDBOOT_DEFAULT_NO_BOOTP {
4301     # This option is not active
4302     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4303
4304     # Flavor: bool
4305     # No user value, uncomment the following line to provide one.
4306     # user_value 0
4307     # value_source default
4308     # Default value: 0
4309 };
4310
4311 # Default bootp server
4312 # This IP address is the default server
4313 # address used by RedBoot if a BOOTP/DHCP
4314 # server does not respond. The numbers should
4315 # be separated by *commas*, and not dots. If
4316 # an IP address is configured into the Flash
4317 # configuration, that will be used in
4318 # preference.
4319 #
4320 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR {
4321     # This option is not active
4322     # The parent CYGDAT_REDBOOT_DEFAULT_IP_ADDR is disabled
4323
4324     # Flavor: booldata
4325     # No user value, uncomment the following line to provide one.
4326     # user_value 0 0
4327     # value_source default
4328     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4329     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4330     #   --> 0 0
4331 };
4332
4333 # <
4334 # Use DHCP to get IP information
4335 # Use DHCP protocol to obtain pertinent IP addresses, such 
4336 # as the client, server, gateway, etc.
4337 #
4338 cdl_component CYGSEM_REDBOOT_NETWORKING_DHCP {
4339     # Flavor: bool
4340     # No user value, uncomment the following line to provide one.
4341     # user_value 1
4342     # value_source default
4343     # Default value: 1
4344
4345     # The following properties are affected by this value
4346     # component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY
4347     #     Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4348 };
4349
4350 # Use a gateway for non-local IP traffic
4351 # Enabling this option will allow the RedBoot networking
4352 # stack to use a [single] gateway to reach a non-local
4353 # IP address.  If disabled, RedBoot will only be able to
4354 # reach nodes on the same subnet.
4355 #
4356 cdl_component CYGSEM_REDBOOT_NETWORKING_USE_GATEWAY {
4357     # Flavor: bool
4358     # No user value, uncomment the following line to provide one.
4359     # user_value 1
4360     # value_source default
4361     # Default value: 1
4362     # Requires: CYGSEM_REDBOOT_NETWORKING_DHCP
4363     #     CYGSEM_REDBOOT_NETWORKING_DHCP == 1
4364     #   --> 1
4365 };
4366
4367 # >
4368 # Default gateway IP address
4369 # This IP address is the default used by RedBoot
4370 # if a BOOTP/DHCP server does not respond. The
4371 # numbers should be separated by *commas*, and
4372 # not dots. If an IP address is configured into
4373 # the Flash configuration, that will be used in
4374 # preference.
4375 #
4376 cdl_component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR {
4377     # Flavor: booldata
4378     # No user value, uncomment the following line to provide one.
4379     # user_value 0 0
4380     # value_source default
4381     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
4382     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4383     #   --> 0 0
4384 };
4385
4386 # Default IP address mask
4387 # This IP address mask is the default used by
4388 # RedBoot if a BOOTP/DHCP server does not
4389 # respond. The numbers should be separated by
4390 # *commas*, and not dots. If an IP address is
4391 # configured into the Flash configuration, that
4392 # will be used in preference.
4393 #
4394 cdl_component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK {
4395     # Flavor: booldata
4396     # No user value, uncomment the following line to provide one.
4397     # user_value 0 0
4398     # value_source default
4399     # Default value: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
4400     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4401     #   --> 0 0
4402 };
4403
4404 # <
4405 # TCP port to listen for incoming connections
4406 # RedBoot will 'listen' on this port for incoming TCP 
4407 # connections. This allows outside connections to be made 
4408 # to the platform, either for GDB or RedBoot commands.
4409 #
4410 cdl_option CYGNUM_REDBOOT_NETWORKING_TCP_PORT {
4411     # Flavor: data
4412     # No user value, uncomment the following line to provide one.
4413     # user_value 9000
4414     # value_source default
4415     # Default value: 9000
4416 };
4417
4418 # Number of [network] packet buffers
4419 # RedBoot may need to buffer network data to support
4420 # various connections.  This option allows control
4421 # over the number of such buffered packets, and in
4422 # turn, controls the amount of memory used by RedBoot
4423 # (which is not available to user applications).
4424 # Each packet buffer takes up about 1514 bytes.
4425 # Note: there is little need to make this larger than
4426 # the default.
4427 #
4428 cdl_option CYGNUM_REDBOOT_NETWORKING_MAX_PKTBUF {
4429     # Flavor: data
4430     # No user value, uncomment the following line to provide one.
4431     # user_value 4
4432     # value_source default
4433     # Default value: 4
4434     # Legal values: 3 to 8
4435 };
4436
4437 # DNS support
4438 # When this option is enabled, RedBoot will be built with
4439 # support for DNS, allowing use of hostnames on the command
4440 # line.
4441 #
4442 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS {
4443     # This option is not active
4444     # ActiveIf constraint: CYGPKG_NS_DNS
4445     #     CYGPKG_NS_DNS (unknown) == 0
4446     #   --> 0
4447
4448     # Flavor: bool
4449     # No user value, uncomment the following line to provide one.
4450     # user_value 1
4451     # value_source default
4452     # Default value: 1
4453     # Requires: !CYGPKG_NS_DNS_BUILD
4454     #     CYGPKG_NS_DNS_BUILD (unknown) == 0
4455     #   --> 1
4456 };
4457
4458 # >
4459 # Default DNS IP
4460 # This option sets the IP of the default DNS. The IP can be
4461 # changed at runtime as well.
4462 #
4463 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_IP {
4464     # This option is not active
4465     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
4466     # ActiveIf constraint: !CYGSEM_REDBOOT_FLASH_CONFIG
4467     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4468     #   --> 0
4469
4470     # Flavor: data
4471     # No user value, uncomment the following line to provide one.
4472     # user_value 0.0.0.0
4473     # value_source default
4474     # Default value: 0.0.0.0
4475 };
4476
4477 # Timeout in DNS lookup
4478 # This option sets the timeout used when looking up an
4479 # address via the DNS. Default is 10 seconds.
4480 #
4481 cdl_option CYGNUM_REDBOOT_NETWORKING_DNS_TIMEOUT {
4482     # This option is not active
4483     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
4484
4485     # Flavor: data
4486     # No user value, uncomment the following line to provide one.
4487     # user_value 10
4488     # value_source default
4489     # Default value: 10
4490 };
4491
4492 # Support the use of a domain name
4493 # This option controls if Redboot supports domain
4494 # names when performing DNS lookups
4495 #
4496 cdl_component CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN {
4497     # This option is not active
4498     # The parent CYGPKG_REDBOOT_NETWORKING_DNS is not active
4499
4500     # Flavor: bool
4501     # No user value, uncomment the following line to provide one.
4502     # user_value 0
4503     # value_source default
4504     # Default value: 0
4505 };
4506
4507 # >
4508 # Default DNS domain
4509 # This option sets the default DNS domain name.
4510 # This value will be overwritten by the value in
4511 # flash or a domain returned by DHCP
4512 #
4513 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DEFAULT_DOMAIN {
4514     # This option is not active
4515     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
4516     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
4517
4518     # Flavor: booldata
4519     # No user value, uncomment the following line to provide one.
4520     # user_value 0 0
4521     # value_source default
4522     # Default value: 0 0
4523 };
4524
4525 # Get DNS domain from Flash
4526 # This option enables getting the domain name 
4527 # from the flash configuration. This can later be 
4528 # overwritten by a value learnt from DHCP
4529 #
4530 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN {
4531     # This option is not active
4532     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
4533     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
4534     # ActiveIf constraint: CYGSEM_REDBOOT_FLASH_CONFIG
4535     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
4536     #   --> 1
4537
4538     # Flavor: bool
4539     # No user value, uncomment the following line to provide one.
4540     # user_value 0
4541     # value_source default
4542     # Default value: 0
4543 };
4544
4545 # Use DNS domain from DHCP
4546 # This option enables the use of the domain name
4547 # returned by DHCP.
4548 #
4549 cdl_option CYGPKG_REDBOOT_NETWORKING_DNS_DHCP_DOMAIN {
4550     # This option is not active
4551     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
4552     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
4553
4554     # Flavor: bool
4555     # No user value, uncomment the following line to provide one.
4556     # user_value 0
4557     # value_source default
4558     # Default value: 0
4559 };
4560
4561 # BOOTP/DHCP DNS domain buffer size
4562 # This options sets the size of the static
4563 # buffer used by BOOTP/DHCP to store the DNS
4564 # domain name. The domain name will not be
4565 # set if the buffer is too small to hold it.
4566 #
4567 cdl_option CYGNUM_REDBOOT_NETWORK_DNS_DOMAIN_BUFSIZE {
4568     # This option is not active
4569     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is not active
4570     # The parent CYGPKG_REDBOOT_NETWORKING_DNS_WITH_DOMAIN is disabled
4571
4572     # Flavor: data
4573     # No user value, uncomment the following line to provide one.
4574     # user_value 32
4575     # value_source default
4576     # Default value: 32
4577 };
4578
4579 # <
4580 # <
4581 # Default network device driver
4582 # This is the name of the default network device to use.
4583 #
4584 cdl_option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE {
4585     # This option is not active
4586     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
4587     #     CYGHWR_NET_DRIVERS == 0
4588     #   --> 0
4589
4590     # Flavor: data
4591     # No user value, uncomment the following line to provide one.
4592     # user_value "\"\""
4593     # value_source default
4594     # Default value: "\"\""
4595 };
4596
4597 # Initialize only one net device
4598 # This option tells RedBoot to stop initializing network
4599 # devices when it finds the first device which is
4600 # successfully initialized. The default behavior causes
4601 # all network devices to be initialized.
4602 #
4603 cdl_option CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE {
4604     # This option is not active
4605     # ActiveIf constraint:  CYGHWR_NET_DRIVERS > 1 
4606     #     CYGHWR_NET_DRIVERS == 0
4607     #   --> 0
4608
4609     # Flavor: bool
4610     # No user value, uncomment the following line to provide one.
4611     # user_value 0
4612     # value_source default
4613     # Default value: 0
4614 };
4615
4616 # <
4617 # Let RedBoot use any I/O channel for its console.
4618 # If this option is enabled then RedBoot will attempt to use all
4619 # defined serial I/O channels for its console device.  Once input
4620 # arrives at one of these channels then the console will use only
4621 # that port.
4622 #
4623 cdl_option CYGPKG_REDBOOT_ANY_CONSOLE {
4624     # Flavor: bool
4625     user_value 0
4626     # value_source user
4627     # Default value: 1
4628 };
4629
4630 # Let RedBoot adjust the baud rate of the serial console.
4631 # If this option is enabled then RedBoot will support commands 
4632 # to set and query the baud rate on the selected console.
4633 #
4634 cdl_option CYGSEM_REDBOOT_VARIABLE_BAUD_RATE {
4635     # ActiveIf constraint: CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT
4636     #     CYGINT_HAL_VIRTUAL_VECTOR_COMM_BAUD_SUPPORT == 1
4637     #   --> 1
4638
4639     # Flavor: bool
4640     # No user value, uncomment the following line to provide one.
4641     # user_value 1
4642     # value_source default
4643     # Default value: 1
4644 };
4645
4646 # Run a platform specific startup function.
4647 # If this option is enabled then RedBoot will execute a platform
4648 # specific startup function before entering into its command line
4649 # processing.  This allows the platform to perform any special
4650 # setups before RedBoot actually starts running.  Note: the entire
4651 # RedBoot environment will already be initialized at this point.
4652 #
4653 cdl_option CYGSEM_REDBOOT_PLF_STARTUP {
4654     # Flavor: bool
4655     # No user value, uncomment the following line to provide one.
4656     # user_value 0
4657     # value_source default
4658     # Default value: 0
4659 };
4660
4661 # Run a platform specific ESA validation function.
4662 # If this option is enabled then RedBoot will execute a platform
4663 # specific function to validate an ethernet ESA.  This would be
4664 # useful if the address must conform to standards set by the
4665 # hardware manufacturer, etc.
4666 #
4667 cdl_option CYGSEM_REDBOOT_PLF_ESA_VALIDATE {
4668     # Flavor: bool
4669     # No user value, uncomment the following line to provide one.
4670     # user_value 0
4671     # value_source default
4672     # Default value: 0
4673 };
4674
4675 # Maximum command line length
4676 # This option allows control over how long the CLI command line
4677 # should be.  This space will be allocated statically
4678 # rather than from RedBoot's stack.
4679 #
4680 cdl_option CYGPKG_REDBOOT_MAX_CMD_LINE {
4681     # Flavor: data
4682     user_value 512
4683     # value_source user
4684     # Default value: 256
4685 };
4686
4687 # Command processing idle timeout (ms)
4688 # This option controls the timeout period before the
4689 # command processing is considered 'idle'.  Making this
4690 # number smaller will cause idle processing to take place
4691 # more often, etc.  The default value of 10ms is a reasonable
4692 # tradeoff between responsiveness and overhead.
4693 #
4694 cdl_option CYGNUM_REDBOOT_CLI_IDLE_TIMEOUT {
4695     # Flavor: data
4696     # No user value, uncomment the following line to provide one.
4697     # user_value 10
4698     # value_source default
4699     # Default value: 10
4700 };
4701
4702 # Validate RAM addresses during load
4703 # This option controls whether or not RedBoot will make
4704 # sure that memory being used by the "load" command is
4705 # in fact in user RAM.  Leaving the option enabled makes
4706 # for a safer environment, but this check may not be valid
4707 # on all platforms, thus the ability to disable it.  
4708 # ** Disable this only with great care **
4709 #
4710 cdl_option CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS {
4711     # Flavor: bool
4712     # No user value, uncomment the following line to provide one.
4713     # user_value 1
4714     # value_source default
4715     # Default value: 1
4716
4717     # The following properties are affected by this value
4718     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
4719     #     Requires: CYGSEM_REDBOOT_VALIDATE_USER_RAM_LOADS
4720 };
4721
4722 # Allow RedBoot to support FLASH programming
4723 # If this option is enabled then RedBoot will provide commands
4724 # to manage images in FLASH memory.  These images can be loaded
4725 # into memory for execution or executed in place.
4726 #
4727 cdl_component CYGPKG_REDBOOT_FLASH {
4728     # ActiveIf constraint: CYGHWR_IO_FLASH_DEVICE
4729     #     CYGHWR_IO_FLASH_DEVICE == 1
4730     #   --> 1
4731
4732     # Flavor: bool
4733     # No user value, uncomment the following line to provide one.
4734     # user_value 1
4735     # value_source default
4736     # Default value: 1
4737
4738     # The following properties are affected by this value
4739     # option CYGPRI_REDBOOT_ZLIB_FLASH
4740     #     ActiveIf: CYGPKG_REDBOOT_FLASH
4741     # option CYGBLD_REDBOOT_LOAD_INTO_FLASH
4742     #     ActiveIf: CYGPKG_REDBOOT_FLASH
4743 };
4744
4745 # >
4746 # Byte order used to store info in flash.
4747 # This option controls the byte ordering used to store
4748 # the FIS directory info and flash config info.
4749 #
4750 cdl_option CYGOPT_REDBOOT_FLASH_BYTEORDER {
4751     # Flavor: data
4752     # No user value, uncomment the following line to provide one.
4753     # user_value NATURAL
4754     # value_source default
4755     # Default value: NATURAL
4756     # Legal values: "NATURAL" "MSBFIRST" "LSBFIRST" 
4757 };
4758
4759 # RedBoot Flash Image System support
4760 # doc: ref/flash-image-system.html
4761 # This option enables the Flash Image System commands
4762 # and support within RedBoot.  If disabled, simple Flash
4763 # access commands such as "fis write" will still exist.
4764 # This option would be disabled for targets that need simple
4765 # FLASH manipulation, but do not have the need or space for
4766 # complete image management.
4767 #
4768 cdl_option CYGOPT_REDBOOT_FIS {
4769     # Flavor: bool
4770     # No user value, uncomment the following line to provide one.
4771     # user_value 1
4772     # value_source default
4773     # Default value: 1
4774
4775     # The following properties are affected by this value
4776     # component CYGPKG_REDBOOT_FIS_CONTENTS
4777     #     ActiveIf: CYGOPT_REDBOOT_FIS
4778     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
4779     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
4780     # component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER
4781     #     ActiveIf:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
4782 };
4783
4784 # Max number of chunks of free space to manage
4785 # If this option is defined then "fis free" will
4786 # rely on the FIS directory to determine what space is
4787 # free within the FLASH.  This option controls the
4788 # maximum number of free segment which can be handled
4789 # (typically this number is small).  If this option is
4790 # not enabled, the the archaic behaviour of actually
4791 # scanning the FLASH for erased sectors (unreliable)
4792 # will be used to determine what's free and what's
4793 # not.
4794 #
4795 cdl_option CYGDAT_REDBOOT_FIS_MAX_FREE_CHUNKS {
4796     # Flavor: booldata
4797     # No user value, uncomment the following line to provide one.
4798     # user_value 1 32
4799     # value_source default
4800     # Default value: 1 32
4801 };
4802
4803 # Flash Image System default directory contents
4804 #
4805 cdl_component CYGPKG_REDBOOT_FIS_CONTENTS {
4806     # ActiveIf constraint: CYGOPT_REDBOOT_FIS
4807     #     CYGOPT_REDBOOT_FIS == 1
4808     #   --> 1
4809
4810     # Calculated value: 1
4811     # Flavor: bool
4812     # Current value: 1
4813 };
4814
4815 # >
4816 # Flash block containing the Directory
4817 # Which block of flash should hold the directory
4818 # information. Positive numbers are absolute block
4819 # numbers.  Negative block numbers count backwards
4820 # from the last block.  eg 2 means block 2, -2
4821 # means the last but one block.
4822 #
4823 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK {
4824     # Flavor: data
4825     # No user value, uncomment the following line to provide one.
4826     # user_value -1
4827     # The inferred value should not be edited directly.
4828     inferred_value 2
4829     # value_source inferred
4830     # Default value: -1
4831
4832     # The following properties are affected by this value
4833     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
4834     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
4835     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
4836 };
4837
4838 # Redundant Flash Image System Directory Support
4839 # This option enables the use of a redundant FIS
4840 # directory within RedBoot.  If enabled a flash block
4841 # will be reserved for a second copy of the fis
4842 # directory. Doing this allow for power failure safe
4843 # updates of the directory by the application.
4844 #
4845 cdl_component CYGOPT_REDBOOT_REDUNDANT_FIS {
4846     # Flavor: bool
4847     # No user value, uncomment the following line to provide one.
4848     # user_value 0
4849     # value_source default
4850     # Default value: 0
4851     # Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
4852     #     CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG == 1
4853     #   --> 0
4854 };
4855
4856 # >
4857 # Flash block containing the backup Directory
4858 # Which block of flash should hold the redundant
4859 # directory information. Positive numbers are
4860 # absolute block numbers. Negative block numbers
4861 # count backwards from the last block. eg 2 means
4862 # block 2, -2 means the last but one block.
4863 #
4864 cdl_option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK {
4865     # This option is not active
4866     # The parent CYGOPT_REDBOOT_REDUNDANT_FIS is disabled
4867
4868     # Flavor: data
4869     # No user value, uncomment the following line to provide one.
4870     # user_value -3
4871     # value_source default
4872     # Default value: -3
4873     # Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
4874     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
4875     #     CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK == 0
4876     #     CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK == 2
4877     #   --> 1
4878
4879     # The following properties are affected by this value
4880     # option CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK
4881     #     Requires:  CYGNUM_REDBOOT_FIS_REDUNDANT_DIRECTORY_BLOCK !=
4882     #                                        CYGNUM_REDBOOT_FIS_DIRECTORY_BLOCK 
4883 };
4884
4885 # <
4886 # Pseudo-file to describe reserved area
4887 # If an area of FLASH is reserved, it is informative to
4888 # have a fis entry describing it.  This option controls
4889 # creation of such an entry by default in the fis init
4890 # command.
4891 #
4892 cdl_option CYGOPT_REDBOOT_FIS_RESERVED_BASE {
4893     # This option is not active
4894     # ActiveIf constraint:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
4895     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
4896     #   --> 0
4897
4898     # Flavor: bool
4899     # No user value, uncomment the following line to provide one.
4900     # user_value 1
4901     # value_source default
4902     # Default value: 1
4903 };
4904
4905 # File to describe RedBoot boot image
4906 # Normally a ROM-startup RedBoot image is first in the
4907 # FLASH, and the system boots using that image.  This
4908 # option controls creation of an entry describing it in
4909 # the fis init command.  It might be disabled if a
4910 # platform has an immutable boot image of its own, where
4911 # we use a POST-startup RedBoot instead, which performs
4912 # less board initialization.
4913 #
4914 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT {
4915     # Flavor: bool
4916     # No user value, uncomment the following line to provide one.
4917     # user_value 1
4918     # value_source default
4919     # Default value: 1
4920
4921     # The following properties are affected by this value
4922     # component CYGOPT_REDBOOT_FIS_REDBOOT_POST
4923     #     DefaultValue: !CYGOPT_REDBOOT_FIS_REDBOOT
4924     # option CYGBLD_REDBOOT_MIN_IMAGE_SIZE
4925     #     DefaultValue:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
4926 };
4927
4928 # File to describe RedBoot POST-compatible image
4929 # This option controls creation of an entry describing a
4930 # POST-startup RedBoot image in the fis init command.
4931 # Not all platforms support POST-startup.  A platform
4932 # might have both for testing purposes, where the
4933 # eventual user would substitute their own POST code for
4934 # the initial ROM-startup RedBoot, and then jump to the
4935 # POST-compatible RedBoot immediately following.
4936 #
4937 cdl_component CYGOPT_REDBOOT_FIS_REDBOOT_POST {
4938     # Flavor: bool
4939     # No user value, uncomment the following line to provide one.
4940     # user_value 0
4941     # value_source default
4942     # Default value: !CYGOPT_REDBOOT_FIS_REDBOOT
4943     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
4944     #   --> 0
4945 };
4946
4947 # >
4948 # Offset of POST image from FLASH start
4949 # This option specifies the offset for a POST image from
4950 # the start of FLASH.  If unset, then the fis entry
4951 # describing the POST image will be placed where
4952 # convenient.
4953 #
4954 cdl_option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET {
4955     # This option is not active
4956     # The parent CYGOPT_REDBOOT_FIS_REDBOOT_POST is disabled
4957
4958     # Flavor: booldata
4959     # No user value, uncomment the following line to provide one.
4960     # user_value 0 0
4961     # value_source default
4962     # Default value: 0 0
4963     # Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4964     #     CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET == 0
4965     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
4966     #   --> 1
4967
4968     # The following properties are affected by this value
4969     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
4970     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
4971 };
4972
4973 # <
4974 # File to describe RedBoot backup image
4975 # This option controls creation of an entry describing a
4976 # backup RedBoot image in the fis init command.
4977 # Conventionally a RAM-startup RedBoot image is kept
4978 # under this name for use in updating the ROM-based
4979 # RedBoot that boots the board.
4980 #
4981 cdl_option CYGOPT_REDBOOT_FIS_REDBOOT_BACKUP {
4982     # Flavor: bool
4983     # No user value, uncomment the following line to provide one.
4984     # user_value 0
4985     # value_source default
4986     # Default value: 0
4987 };
4988
4989 # Include ARM SIB ID in FIS
4990 # If set, this option will cause the last 5 words of
4991 # the FIS to include the special ID needed for the
4992 # flash to be recognized as a reserved area for RedBoot
4993 # by an ARM BootRom monitor.
4994 #
4995 cdl_option CYGOPT_REDBOOT_FIS_DIRECTORY_ARM_SIB_ID {
4996     # Flavor: bool
4997     # No user value, uncomment the following line to provide one.
4998     # user_value 0
4999     # value_source default
5000     # Default value: 0
5001 };
5002
5003 # Size of FIS directory entry
5004 # The FIS directory is limited to one single flash
5005 # sector. If your flash has tiny sectors, you may wish
5006 # to reduce this value in order to get more slots in
5007 # the FIS directory.
5008 #
5009 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_SIZE {
5010     # Flavor: data
5011     # No user value, uncomment the following line to provide one.
5012     # user_value 256
5013     # value_source default
5014     # Default value: 256
5015 };
5016
5017 # Number of FIS directory entries
5018 # The FIS directory normally occupies a single flash
5019 # sector. Adjusting this value can allow for more than
5020 # one flash sector to be used, which is useful if your
5021 # sectors are very small.
5022 #
5023 cdl_option CYGNUM_REDBOOT_FIS_DIRECTORY_ENTRY_COUNT {
5024     # Flavor: data
5025     # No user value, uncomment the following line to provide one.
5026     # user_value 8
5027     # value_source default
5028     # Default value: 8
5029 };
5030
5031 # Maximum RedBoot image size
5032 # This option controls the maximum length reserved
5033 # for the RedBoot boot image in the FIS table.
5034 # This should be a multiple of the flash's erase
5035 # block size.
5036 #
5037 cdl_option CYGBLD_REDBOOT_MIN_IMAGE_SIZE {
5038     # Flavor: data
5039     # No user value, uncomment the following line to provide one.
5040     # user_value 0x00020000
5041     # The inferred value should not be edited directly.
5042     inferred_value 0x00040000
5043     # value_source inferred
5044     # Default value:  CYGOPT_REDBOOT_FIS_REDBOOT ? 0x20000 : 0 
5045     #     CYGOPT_REDBOOT_FIS_REDBOOT == 1
5046     #   --> 0x00020000
5047 };
5048
5049 # Offset from start of FLASH to RedBoot boot image
5050 # This option controls where the RedBoot boot image is 
5051 # located relative to the start of FLASH.
5052 #
5053 cdl_option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET {
5054     # Flavor: data
5055     # No user value, uncomment the following line to provide one.
5056     # user_value 0
5057     # value_source default
5058     # Default value: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5059     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5060     #   --> 0
5061     # Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5062     #     CYGNUM_REDBOOT_FLASH_RESERVED_BASE == 0
5063     #     CYGBLD_REDBOOT_FLASH_BOOT_OFFSET == 0
5064     #   --> 1
5065
5066     # The following properties are affected by this value
5067     # option CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET
5068     #     Requires:  CYGNUM_REDBOOT_FIS_REDBOOT_POST_OFFSET >=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5069     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5070     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5071 };
5072
5073 # Size of reserved area at start of FLASH
5074 # This option reserves an area at the start of
5075 # FLASH where RedBoot will never interfere; it is
5076 # expected that this area contains
5077 # (non-RedBoot-based) POST code or some other boot
5078 # monitor that executes before RedBoot.
5079 #
5080 cdl_option CYGNUM_REDBOOT_FLASH_RESERVED_BASE {
5081     # Flavor: data
5082     # No user value, uncomment the following line to provide one.
5083     # user_value 0
5084     # value_source default
5085     # Default value: 0
5086
5087     # The following properties are affected by this value
5088     # option CYGOPT_REDBOOT_FIS_RESERVED_BASE
5089     #     ActiveIf:  0 != CYGNUM_REDBOOT_FLASH_RESERVED_BASE 
5090     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5091     #     DefaultValue: CYGNUM_REDBOOT_FLASH_RESERVED_BASE
5092     # option CYGBLD_REDBOOT_FLASH_BOOT_OFFSET
5093     #     Requires:  CYGNUM_REDBOOT_FLASH_RESERVED_BASE <=  CYGBLD_REDBOOT_FLASH_BOOT_OFFSET 
5094 };
5095
5096 # <
5097 # Keep all RedBoot FLASH data blocks locked.
5098 # When this option is enabled, RedBoot will keep configuration
5099 # data and the FIS directory blocks implicitly locked.  While
5100 # this is somewhat safer, it does add overhead during updates.
5101 #
5102 cdl_option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL {
5103     # This option is not active
5104     # ActiveIf constraint:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
5105     #     CYGHWR_IO_FLASH_BLOCK_LOCKING == 0
5106     #   --> 0
5107
5108     # Flavor: bool
5109     # No user value, uncomment the following line to provide one.
5110     # user_value 1
5111     # value_source default
5112     # Default value: 1
5113 };
5114
5115 # Use CRC checksums on FIS images.
5116 # When this option is enabled, RedBoot will use CRC checksums
5117 # when reading and writing flash images.
5118 #
5119 cdl_option CYGSEM_REDBOOT_FIS_CRC_CHECK {
5120     # Flavor: bool
5121     # No user value, uncomment the following line to provide one.
5122     # user_value 1
5123     # value_source default
5124     # Default value: 1
5125 };
5126
5127 # ARM FLASH drivers support SIB flash block structure
5128 # This interface is implemented by a flash driver
5129 # to indicate that it supports the ARM SIB flash
5130 # block structure
5131 #
5132 cdl_interface CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED {
5133     # No options implement this inferface
5134     # ActiveIf constraint: CYGPKG_HAL_ARM
5135     #     CYGPKG_HAL_ARM == current
5136     #   --> 1
5137
5138     # This value cannot be modified here.
5139     # Flavor: data
5140     # Current_value: 0
5141
5142     # The following properties are affected by this value
5143     # option CYGHWR_REDBOOT_ARM_FLASH_SIB
5144     #     ActiveIf: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5145 };
5146
5147 # Use ARM SIB flash block structure
5148 # This option is used to interpret ARM Flash System 
5149 # information blocks.
5150 #
5151 cdl_option CYGHWR_REDBOOT_ARM_FLASH_SIB {
5152     # This option is not active
5153     # ActiveIf constraint: CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED
5154     #     CYGINT_REDBOOT_ARM_FLASH_SIB_SUPPORTED == 0
5155     #   --> 0
5156
5157     # Flavor: bool
5158     # No user value, uncomment the following line to provide one.
5159     # user_value 1
5160     # value_source default
5161     # Default value: 1
5162 };
5163
5164 # <
5165 # Keep RedBoot configuration data in FLASH
5166 # When this option is enabled, RedBoot will keep configuration
5167 # data in a separate block of FLASH memory.  This data will
5168 # include such items as the node IP address or startup scripts.
5169 #
5170 cdl_component CYGSEM_REDBOOT_FLASH_CONFIG {
5171     # Flavor: bool
5172     # No user value, uncomment the following line to provide one.
5173     # user_value 1
5174     # value_source default
5175     # Default value:  CYGPKG_IO_FLASH != 0 
5176     #     CYGPKG_IO_FLASH == current
5177     #   --> 1
5178
5179     # The following properties are affected by this value
5180     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR
5181     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5182     # option CYGDAT_REDBOOT_DEFAULT_BOOTP_SERVER_IP_ADDR
5183     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5184     # component CYGDAT_REDBOOT_DEFAULT_GATEWAY_IP_ADDR
5185     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "0, 0, 0, 0" 
5186     # component CYGDAT_REDBOOT_DEFAULT_IP_ADDR_MASK
5187     #     DefaultValue: CYGSEM_REDBOOT_FLASH_CONFIG ? 0 :  "255, 255, 255, 0" 
5188     # option CYGPKG_REDBOOT_NETWORKING_DNS_IP
5189     #     ActiveIf: !CYGSEM_REDBOOT_FLASH_CONFIG
5190     # option CYGPKG_REDBOOT_NETWORKING_DNS_FCONFIG_DOMAIN
5191     #     ActiveIf: CYGSEM_REDBOOT_FLASH_CONFIG
5192     # option CYGFUN_REDBOOT_BOOT_SCRIPT
5193     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
5194 };
5195
5196 # >
5197 # Length of configuration data in FLASH
5198 # This option is used to control the amount of memory and FLASH
5199 # to be used for configuration options (persistent storage).
5200 #
5201 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_SIZE {
5202     # Flavor: data
5203     # No user value, uncomment the following line to provide one.
5204     # user_value 4096
5205     # value_source default
5206     # Default value: 4096
5207 };
5208
5209 # Style of media used for persistent data storage
5210 # Persistent data storage can either be held in 'norma' FLASH
5211 # or some other device (represented by the 'EEPROM' choice).
5212 # The different styles utilize different access methods.
5213 #
5214 cdl_option CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA {
5215     # Flavor: data
5216     # No user value, uncomment the following line to provide one.
5217     # user_value FLASH
5218     # value_source default
5219     # Default value: FLASH
5220     # Legal values:  "FLASH" "EEPROM" 
5221
5222     # The following properties are affected by this value
5223     # option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG
5224     #     ActiveIf:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5225     # option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK
5226     #     DefaultValue:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5227 };
5228
5229 # Merged config data and FIS directory
5230 # If this option is set, then the FIS directory and FLASH 
5231 # configuration database will be stored in the same physical
5232 # FLASH block.
5233 #
5234 cdl_option CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG {
5235     # ActiveIf constraint:  CYGOPT_REDBOOT_FIS &&  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5236     #     CYGOPT_REDBOOT_FIS == 1
5237     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5238     #   --> 1
5239
5240     # Flavor: bool
5241     # No user value, uncomment the following line to provide one.
5242     # user_value 1
5243     # value_source default
5244     # Default value: 1
5245
5246     # The following properties are affected by this value
5247     # component CYGOPT_REDBOOT_REDUNDANT_FIS
5248     #     Requires:  0 == CYGSEM_REDBOOT_FLASH_COMBINED_FIS_AND_CONFIG 
5249 };
5250
5251 # Which block of flash to use
5252 # Which block of flash should hold the configuration 
5253 # information. Positive numbers are absolute block numbers. 
5254 # Negative block numbers count backwards from the last block.
5255 # eg 2 means block 2, -2 means the last but one block.
5256 #
5257 cdl_option CYGNUM_REDBOOT_FLASH_CONFIG_BLOCK {
5258     # Flavor: data
5259     # No user value, uncomment the following line to provide one.
5260     # user_value -2
5261     # value_source default
5262     # Default value: -2
5263 };
5264
5265 # Support simple macros/aliases in FLASH
5266 # This option is used to allow support for simple text-based
5267 # macros (aliases).  These aliases are kept in the FLASH
5268 # configuration data (persistent storage).
5269 #
5270 cdl_option CYGSEM_REDBOOT_FLASH_ALIASES {
5271     # Flavor: bool
5272     # No user value, uncomment the following line to provide one.
5273     # user_value 1
5274     # value_source default
5275     # Default value: 1
5276 };
5277
5278 # Length of strings in FLASH configuration data
5279 # This option is used to control the amount of memory
5280 # and FLASH to be used for string configuration
5281 # options (persistent storage).
5282 #
5283 cdl_option CYGNUM_REDBOOT_FLASH_STRING_SIZE {
5284     # Flavor: data
5285     # No user value, uncomment the following line to provide one.
5286     # user_value 128
5287     # value_source default
5288     # Default value: 128
5289 };
5290
5291 # Length of configuration script(s) in FLASH
5292 # This option is used to control the amount of memory and 
5293 # FLASH to be used for configuration options (persistent 
5294 # storage).
5295 #
5296 cdl_option CYGNUM_REDBOOT_FLASH_SCRIPT_SIZE {
5297     # Flavor: data
5298     # No user value, uncomment the following line to provide one.
5299     # user_value 512
5300     # value_source default
5301     # Default value: 512
5302 };
5303
5304 # Fallback to read-only FLASH configuration
5305 # This option will cause the configuration information to
5306 # revert to the readonly information stored in the FLASH.
5307 # The option only takes effect after 
5308 # 1) the config_ok flag has been set to be true,
5309 # indicating that at one time the copy in RAM was valid;
5310 # and
5311 # 2) the information in RAM has been verified to be invalid
5312 #
5313 cdl_option CYGSEM_REDBOOT_FLASH_CONFIG_READONLY_FALLBACK {
5314     # Flavor: bool
5315     # No user value, uncomment the following line to provide one.
5316     # user_value 1
5317     # value_source default
5318     # Default value:  (CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == "FLASH") 
5319     #     CYGHWR_REDBOOT_FLASH_CONFIG_MEDIA == FLASH
5320     #   --> 1
5321 };
5322
5323 # <
5324 # Allow RedBoot to support fileio
5325 # If this option is enabled then RedBoot will provide commands
5326 # to load files from fileio file systems such as JFFS2.
5327 #
5328 cdl_component CYGPKG_REDBOOT_FILEIO {
5329     # This option is not active
5330     # ActiveIf constraint: CYGPKG_IO_FILEIO
5331     #     CYGPKG_IO_FILEIO (unknown) == 0
5332     #   --> 0
5333
5334     # Flavor: bool
5335     # No user value, uncomment the following line to provide one.
5336     # user_value 1
5337     # value_source default
5338     # Default value: 1
5339
5340     # The following properties are affected by this value
5341     # option CYGNUM_REDBOOT_GETC_BUFFER
5342     #     DefaultValue:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
5343 };
5344
5345 # >
5346 # Include an ls command
5347 # If this option is enabled a simple ls command will be
5348 # included in redboot so the contents of a directory
5349 # can be listed
5350 #
5351 cdl_option CYGBLD_REDBOOT_FILEIO_WITH_LS {
5352     # This option is not active
5353     # The parent CYGPKG_REDBOOT_FILEIO is not active
5354
5355     # Flavor: bool
5356     # No user value, uncomment the following line to provide one.
5357     # user_value 1
5358     # value_source default
5359     # Default value: 1
5360 };
5361
5362 # <
5363 # Allow RedBoot to support disks
5364 # If this option is enabled then RedBoot will provide commands
5365 # to load disk files.
5366 #
5367 cdl_component CYGPKG_REDBOOT_DISK {
5368     # Flavor: bool
5369     user_value 0
5370     # value_source user
5371     # Default value: 1
5372 };
5373
5374 # >
5375 # Include Redboot commands for disk access
5376 #
5377 cdl_option CYGSEM_REDBOOT_DISK {
5378     # This option is not active
5379     # The parent CYGPKG_REDBOOT_DISK is disabled
5380
5381     # Flavor: bool
5382     # No user value, uncomment the following line to provide one.
5383     # user_value 0
5384     # value_source default
5385     # Default value:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5386     #     CYGINT_REDBOOT_DISK_DRIVERS == 0
5387     #   --> 0
5388 };
5389
5390 # Hardware drivers for disk-type devices
5391 #
5392 cdl_interface CYGINT_REDBOOT_DISK_DRIVERS {
5393     # Implemented by CYGSEM_REDBOOT_DISK_IDE, inactive, enabled
5394     # This option is not active
5395     # The parent CYGPKG_REDBOOT_DISK is disabled
5396
5397     # This value cannot be modified here.
5398     # Flavor: data
5399     # Current_value: 0
5400
5401     # The following properties are affected by this value
5402     # option CYGSEM_REDBOOT_DISK
5403     #     DefaultValue:  CYGINT_REDBOOT_DISK_DRIVERS != 0 
5404 };
5405
5406 # Maximum number of supported disks
5407 # This option controls the number of disks supported by 
5408 # RedBoot.
5409 #
5410 cdl_option CYGNUM_REDBOOT_MAX_DISKS {
5411     # This option is not active
5412     # The parent CYGPKG_REDBOOT_DISK is disabled
5413
5414     # Flavor: data
5415     # No user value, uncomment the following line to provide one.
5416     # user_value 4
5417     # value_source default
5418     # Default value: 4
5419 };
5420
5421 # Maximum number of partitions per disk
5422 # This option controls the maximum number of supported 
5423 # partitions per disk.
5424 #
5425 cdl_option CYGNUM_REDBOOT_MAX_PARTITIONS {
5426     # This option is not active
5427     # The parent CYGPKG_REDBOOT_DISK is disabled
5428
5429     # Flavor: data
5430     # No user value, uncomment the following line to provide one.
5431     # user_value 8
5432     # value_source default
5433     # Default value: 8
5434 };
5435
5436 # Support IDE disks.
5437 # When this option is enabled, RedBoot will support IDE disks.
5438 #
5439 cdl_component CYGSEM_REDBOOT_DISK_IDE {
5440     # This option is not active
5441     # The parent CYGPKG_REDBOOT_DISK is disabled
5442     # ActiveIf constraint:  CYGINT_HAL_PLF_IF_IDE != 0 
5443     #     CYGINT_HAL_PLF_IF_IDE == 0
5444     #   --> 0
5445
5446     # Flavor: bool
5447     # No user value, uncomment the following line to provide one.
5448     # user_value 1
5449     # value_source default
5450     # Default value: 1
5451 };
5452
5453 # >
5454 # Work with VMware virtual disks
5455 # This option controls the disk driver behavior at 
5456 # ide-init
5457 #
5458 cdl_option CYGSEM_REDBOOT_DISK_IDE_VMWARE {
5459     # This option is not active
5460     # The parent CYGSEM_REDBOOT_DISK_IDE is not active
5461
5462     # Flavor: bool
5463     # No user value, uncomment the following line to provide one.
5464     # user_value 0
5465     # value_source default
5466     # Default value: 0
5467 };
5468
5469 # <
5470 # Support Linux second extended filesystems.
5471 # When this option is enabled, RedBoot will support EXT2 
5472 # filesystems.
5473 #
5474 cdl_component CYGSEM_REDBOOT_DISK_EXT2FS {
5475     # This option is not active
5476     # The parent CYGPKG_REDBOOT_DISK is disabled
5477
5478     # Flavor: bool
5479     # No user value, uncomment the following line to provide one.
5480     # user_value 1
5481     # value_source default
5482     # Default value: 1
5483 };
5484
5485 # Support ISO9660 filesystems.
5486 # When this option is enabled, RedBoot will support ISO9660 
5487 # filesystems.
5488 #
5489 cdl_component CYGSEM_REDBOOT_DISK_ISO9660 {
5490     # This option is not active
5491     # The parent CYGPKG_REDBOOT_DISK is disabled
5492
5493     # Calculated value: 0
5494     # Flavor: bool
5495     # Current value: 0
5496 };
5497
5498 # <
5499 # Boot scripting
5500 # doc: ref/persistent-state-flash.html
5501 # This contains options related to RedBoot's boot script
5502 # functionality.
5503 #
5504 cdl_component CYGPKG_REDBOOT_BOOT_SCRIPT {
5505     # There is no associated value.
5506 };
5507
5508 # >
5509 # Boot scripting enabled
5510 # This option controls whether RedBoot boot script
5511 # functionality is enabled.
5512 #
5513 cdl_option CYGFUN_REDBOOT_BOOT_SCRIPT {
5514     # ActiveIf constraint:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
5515     #     CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT == 0
5516     #     CYGSEM_REDBOOT_FLASH_CONFIG == 1
5517     #   --> 1
5518
5519     # Calculated value: 1
5520     # Flavor: bool
5521     # Current value: 1
5522 };
5523
5524 # Use default RedBoot boot script
5525 # If enabled, this option will tell RedBoot to use the 
5526 # value of this option as a default boot script.
5527 #
5528 cdl_option CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT {
5529     # Flavor: booldata
5530     # No user value, uncomment the following line to provide one.
5531     # user_value 0 0
5532     # value_source default
5533     # Default value: 0 0
5534
5535     # The following properties are affected by this value
5536     # option CYGFUN_REDBOOT_BOOT_SCRIPT
5537     #     ActiveIf:  CYGDAT_REDBOOT_DEFAULT_BOOT_SCRIPT ||  CYGSEM_REDBOOT_FLASH_CONFIG 
5538 };
5539
5540 # Resolution (in ms) for script timeout value.
5541 # This option controls the resolution of the script
5542 # timeout.  The value is specified in milliseconds
5543 # (ms), thus to have the script timeout be defined in
5544 # terms of tenths of seconds, use 100.
5545 #
5546 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_TIMEOUT_RESOLUTION {
5547     # Flavor: data
5548     # No user value, uncomment the following line to provide one.
5549     # user_value 1000
5550     # value_source default
5551     # Default value: 1000
5552 };
5553
5554 # Script default timeout value
5555 # This option is used to set the default timeout for startup
5556 # scripts, when they are enabled.
5557 #
5558 cdl_option CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT {
5559     # Flavor: data
5560     # No user value, uncomment the following line to provide one.
5561     # user_value 10
5562     # value_source default
5563     # Default value: 10
5564 };
5565
5566 # <
5567 # Support RTC for time & date functions
5568 # When this option is enabled, RedBoot will support commands to
5569 # query and set the real time clock (time and date)
5570 #
5571 cdl_option CYGSEM_REDBOOT_RTC {
5572     # This option is not active
5573     # ActiveIf constraint:  CYGPKG_IO_WALLCLOCK 
5574     #     CYGPKG_IO_WALLCLOCK (unknown) == 0
5575     #   --> 0
5576
5577     # Flavor: bool
5578     # No user value, uncomment the following line to provide one.
5579     # user_value 1
5580     # value_source default
5581     # Default value: 1
5582 };
5583
5584 # Behave like a ROM monitor
5585 # Enabling this option will allow RedBoot to provide ROM 
5586 # monitor-style services to programs which it executes.
5587 #
5588 cdl_option CYGPRI_REDBOOT_ROM_MONITOR {
5589     # ActiveIf constraint:  CYG_HAL_STARTUP == "ROM" ||  CYG_HAL_STARTUP == "ROMRAM" 
5590     #     CYG_HAL_STARTUP == ROMRAM
5591     #     CYG_HAL_STARTUP == ROMRAM
5592     #   --> 1
5593
5594     # Calculated value: 1
5595     # Flavor: bool
5596     # Current value: 1
5597     # Requires: CYGSEM_HAL_ROM_MONITOR
5598     #     CYGSEM_HAL_ROM_MONITOR == 1
5599     #   --> 1
5600 };
5601
5602 # Allow RedBoot to handle GNUPro application 'syscalls'.
5603 # If this option is enabled then RedBoot will install a
5604 # syscall handler to support debugging of applications
5605 # based on GNUPro newlib/bsp.
5606 #
5607 cdl_component CYGSEM_REDBOOT_BSP_SYSCALLS {
5608     # Flavor: bool
5609     # No user value, uncomment the following line to provide one.
5610     # user_value 0
5611     # value_source default
5612     # Default value: 0
5613
5614     # The following properties are affected by this value
5615     # option CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT
5616     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
5617     # option CYGPKG_HAL_GDB_FILEIO
5618     #     ActiveIf: CYGSEM_REDBOOT_BSP_SYSCALLS
5619 };
5620
5621 # >
5622 # Support additional syscalls for 'gprof' profiling
5623 # Support additional syscalls to support a periodic callback
5624 # function for histogram-style profiling, and an enquire/set
5625 # of the tick rate.
5626 # The application must use the GNUPro newlib facilities
5627 # to set this up.
5628 #
5629 cdl_option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF {
5630     # This option is not active
5631     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
5632     # ActiveIf constraint:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
5633     #     CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT == 0
5634     #   --> 0
5635
5636     # Flavor: bool
5637     # No user value, uncomment the following line to provide one.
5638     # user_value 1
5639     # value_source default
5640     # Default value: 1
5641 };
5642
5643 # Does the HAL support 'gprof' profiling?
5644 #
5645 cdl_interface CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT {
5646     # Implemented by CYGOPT_HAL_ARM_SYSCALL_GPROF_SUPPORT, inactive, enabled
5647     # This option is not active
5648     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
5649
5650     # This value cannot be modified here.
5651     # Flavor: data
5652     # Current_value: 0
5653
5654     # The following properties are affected by this value
5655     # option CYGSEM_REDBOOT_BSP_SYSCALLS_GPROF
5656     #     ActiveIf:  0 < CYGINT_REDBOOT_BSP_SYSCALLS_GPROF_SUPPORT 
5657 };
5658
5659 # Do not raise SIGTRAP when program exits
5660 # For some (single shot) newlib based programs,
5661 # exiting and returning a termination status may be
5662 # the normal expected behavior.
5663 #
5664 cdl_option CYGOPT_REDBOOT_BSP_SYSCALLS_EXIT_WITHOUT_TRAP {
5665     # This option is not active
5666     # The parent CYGSEM_REDBOOT_BSP_SYSCALLS is disabled
5667
5668     # Flavor: bool
5669     # No user value, uncomment the following line to provide one.
5670     # user_value 0
5671     # value_source default
5672     # Default value: 0
5673 };
5674
5675 # <
5676 # Use a common buffer for Zlib and FIS
5677 # Use a common memory buffer for both the zlib workspace
5678 # and FIS directory operations. This can save a substantial
5679 # amount of RAM, especially when flash sectors are large.
5680 #
5681 cdl_component CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER {
5682     # ActiveIf constraint:  CYGBLD_BUILD_REDBOOT_WITH_ZLIB &&  CYGOPT_REDBOOT_FIS 
5683     #     CYGBLD_BUILD_REDBOOT_WITH_ZLIB == 1
5684     #     CYGOPT_REDBOOT_FIS == 1
5685     #   --> 1
5686
5687     # Flavor: bool
5688     # No user value, uncomment the following line to provide one.
5689     # user_value 0
5690     # value_source default
5691     # Default value: 0
5692 };
5693
5694 # >
5695 # Size of Zlib/FIS common buffer
5696 # Size of common buffer to allocate. Must be at least the
5697 # size of one flash sector.
5698 #
5699 cdl_option CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE {
5700     # This option is not active
5701     # The parent CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER is disabled
5702
5703     # Flavor: data
5704     # No user value, uncomment the following line to provide one.
5705     # user_value 0x0000C000
5706     # value_source default
5707     # Default value: 0x0000C000
5708     # Legal values: 0x4000 to 0x80000000
5709 };
5710
5711 # <
5712 # Buffer size in getc when loading images
5713 # When loading images a buffer is used between redboot and the
5714 # underlying storage medium, eg a filesystem, or a socket etc.
5715 # The size of this buffer can have a big impart on load speed.
5716 #
5717 cdl_option CYGNUM_REDBOOT_GETC_BUFFER {
5718     # Flavor: data
5719     # No user value, uncomment the following line to provide one.
5720     # user_value 256
5721     # value_source default
5722     # Default value:  CYGPKG_REDBOOT_FILEIO ? 4096 : 256 
5723     #     CYGPKG_REDBOOT_FILEIO == 0
5724     #   --> 256
5725 };
5726
5727 # <
5728 # Redboot for ARM options
5729 # This option lists the target's requirements for a valid Redboot
5730 # configuration.
5731 #
5732 cdl_component CYGPKG_REDBOOT_ARM_OPTIONS {
5733     # ActiveIf constraint: CYGPKG_REDBOOT
5734     #     CYGPKG_REDBOOT == current
5735     #   --> 1
5736
5737     # There is no associated value.
5738
5739     # The following properties are affected by this value
5740 };
5741
5742 # >
5743 # Provide the exec command in RedBoot
5744 # This option contains requirements for booting linux
5745 # from RedBoot. The component is enabled/disabled from
5746 # RedBoots CDL.
5747 #
5748 cdl_component CYGPKG_REDBOOT_ARM_LINUX_EXEC {
5749     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT_WITH_EXEC
5750     #     CYGBLD_BUILD_REDBOOT_WITH_EXEC == 1
5751     #   --> 1
5752
5753     # There is no associated value.
5754 };
5755
5756 # >
5757 # Enable -x switch for exec command.
5758 # This option allows bi-endian platforms to launch kernels
5759 # built for an endianess different than the RedBoot endianess
5760 #
5761 cdl_option CYGHWR_REDBOOT_LINUX_EXEC_X_SWITCH {
5762     # Flavor: bool
5763     # No user value, uncomment the following line to provide one.
5764     # user_value 0
5765     # value_source default
5766     # Default value: 0
5767 };
5768
5769 # Physical base address of linux kernel
5770 # This is the physical address of the base of the 
5771 # Linux kernel image.
5772 #
5773 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS {
5774     # Flavor: data
5775     # No user value, uncomment the following line to provide one.
5776     # user_value 0x40008000
5777     # value_source default
5778     # Default value: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
5779     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40008000
5780     #   --> 0x40008000
5781 };
5782
5783 # Default physical base address of linux kernel
5784 # This is the physical address of the base of the 
5785 # Linux kernel image. This option gets set by the 
5786 # platform CDL.
5787 #
5788 cdl_option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT {
5789     # Flavor: data
5790     # No user value, uncomment the following line to provide one.
5791     # user_value 0x00008000
5792     # The inferred value should not be edited directly.
5793     inferred_value 0x40008000
5794     # value_source inferred
5795     # Default value: 0x00008000
5796
5797     # The following properties are affected by this value
5798     # option CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS
5799     #     DefaultValue: CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT
5800     # component CYGPKG_REDBOOT_HAL_BOARD_OPTIONS
5801     #     Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40008000 
5802 };
5803
5804 # Base address of linux kernel parameter tags
5805 # This is the base address of the area of memory used to
5806 # pass parameters to the Linux kernel. This should be chosen
5807 # to avoid overlap with the kernel and any ramdisk image.
5808 #
5809 cdl_option CYGHWR_REDBOOT_ARM_LINUX_TAGS_ADDRESS {
5810     # Flavor: data
5811     user_value 0x40000100
5812     # value_source user
5813     # Default value: 0x00000100
5814 };
5815
5816 # <
5817 # <
5818 # Redboot HAL options
5819 # This option lists the target's requirements for a valid Redboot
5820 # configuration.
5821 #
5822 cdl_component CYGPKG_REDBOOT_HAL_OPTIONS {
5823     # ActiveIf constraint: CYGPKG_REDBOOT
5824     #     CYGPKG_REDBOOT == current
5825     #   --> 1
5826
5827     # There is no associated value.
5828 };
5829
5830 # >
5831 # Build Redboot ROM binary image
5832 # This option enables the conversion of the Redboot ELF
5833 # image to a binary image suitable for ROM programming.
5834 #
5835 cdl_option CYGBLD_BUILD_REDBOOT_BIN {
5836     # ActiveIf constraint: CYGBLD_BUILD_REDBOOT
5837     #     CYGBLD_BUILD_REDBOOT == 1
5838     #   --> 1
5839
5840     # Flavor: bool
5841     # No user value, uncomment the following line to provide one.
5842     # user_value 1
5843     # value_source default
5844     # Default value: 1
5845 };
5846
5847 # <
5848 # Redboot HAL variant options
5849 #
5850 cdl_component CYGPKG_REDBOOT_HAL_BOARD_OPTIONS {
5851     # ActiveIf constraint: CYGPKG_REDBOOT
5852     #     CYGPKG_REDBOOT == current
5853     #   --> 1
5854
5855     # There is no associated value.
5856     # Requires:  CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40008000 
5857     #     CYGHWR_REDBOOT_ARM_LINUX_EXEC_ADDRESS_DEFAULT == 0x40008000
5858     #   --> 1
5859 };
5860
5861 # <
5862 # ISO C and POSIX infrastructure
5863 # eCos supports implementations of ISO C libraries and POSIX
5864 # implementations. This package provides infrastructure used by
5865 # all such implementations.
5866 #
5867 cdl_package CYGPKG_ISOINFRA {
5868     # Packages cannot be added or removed, nor can their version be changed,
5869     # simply by editing their value. Instead the appropriate configuration
5870     # should be used to perform these actions.
5871
5872     # This value cannot be modified here.
5873     # Flavor: booldata
5874     # Current value: 1 current
5875
5876     # The following properties are affected by this value
5877     # component CYGBLD_BUILD_REDBOOT
5878     #     Requires: CYGPKG_ISOINFRA
5879     # package CYGPKG_LIBC_STRING
5880     #     Requires: CYGPKG_ISOINFRA
5881     # package CYGPKG_COMPRESS_ZLIB
5882     #     Requires: CYGPKG_ISOINFRA
5883     # package CYGPKG_IO_FLASH
5884     #     Requires: CYGPKG_ISOINFRA
5885     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
5886     #     Requires: CYGPKG_ISOINFRA
5887     # option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY
5888     #     DefaultValue:  0 != CYGPKG_ISOINFRA 
5889     # component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS
5890     #     ActiveIf: CYGPKG_ISOINFRA
5891     # package CYGPKG_LIBC_I18N
5892     #     Requires: CYGPKG_ISOINFRA
5893 };
5894
5895 # >
5896 # Startup and termination
5897 #
5898 cdl_component CYGPKG_ISO_STARTUP {
5899     # There is no associated value.
5900 };
5901
5902 # >
5903 # main() startup implementations
5904 # Implementations of this interface arrange for a user-supplied
5905 # main() to be called in an ISO compatible environment.
5906 #
5907 cdl_interface CYGINT_ISO_MAIN_STARTUP {
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_MAIN_STARTUP 
5913     #     CYGINT_ISO_MAIN_STARTUP == 0
5914     #   --> 1
5915
5916     # The following properties are affected by this value
5917     # interface CYGINT_ISO_MAIN_STARTUP
5918     #     Requires:  1 >= CYGINT_ISO_MAIN_STARTUP 
5919 };
5920
5921 # environ implementations
5922 # Implementations of this interface provide the environ
5923 # variable required by POSIX.
5924 #
5925 cdl_interface CYGINT_ISO_ENVIRON {
5926     # No options implement this inferface
5927     # This value cannot be modified here.
5928     # Flavor: data
5929     # Current_value: 0
5930     # Requires:  1 >= CYGINT_ISO_ENVIRON 
5931     #     CYGINT_ISO_ENVIRON == 0
5932     #   --> 1
5933
5934     # The following properties are affected by this value
5935     # interface CYGINT_ISO_ENVIRON
5936     #     Requires:  1 >= CYGINT_ISO_ENVIRON 
5937 };
5938
5939 # <
5940 # ctype.h functions
5941 #
5942 cdl_component CYGPKG_ISO_CTYPE_H {
5943     # There is no associated value.
5944 };
5945
5946 # >
5947 # Number of implementations of ctype functions
5948 #
5949 cdl_interface CYGINT_ISO_CTYPE {
5950     # Implemented by CYGPKG_LIBC_I18N, active, enabled
5951     # This value cannot be modified here.
5952     # Flavor: data
5953     # Current_value: 1
5954     # Requires:  1 >= CYGINT_ISO_CTYPE 
5955     #     CYGINT_ISO_CTYPE == 1
5956     #   --> 1
5957
5958     # The following properties are affected by this value
5959     # interface CYGINT_ISO_CTYPE
5960     #     Requires:  1 >= CYGINT_ISO_CTYPE 
5961     # option CYGFUN_LIBC_STRING_BSD_FUNCS
5962     #     Requires: CYGINT_ISO_CTYPE
5963 };
5964
5965 # Ctype implementation header
5966 #
5967 cdl_option CYGBLD_ISO_CTYPE_HEADER {
5968     # Flavor: booldata
5969     # No user value, uncomment the following line to provide one.
5970     # user_value 0 0
5971     # The inferred value should not be edited directly.
5972     inferred_value 1 <cyg/libc/i18n/ctype.inl>
5973     # value_source inferred
5974     # Default value: 0 0
5975
5976     # The following properties are affected by this value
5977     # option CYGPKG_LIBC_I18N_NEWLIB_CTYPE
5978     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/newlibctype.h>" 
5979     # option CYGIMP_LIBC_I18N_CTYPE_INLINES
5980     #     Requires:  CYGBLD_ISO_CTYPE_HEADER ==  "<cyg/libc/i18n/ctype.inl>" 
5981 };
5982
5983 # <
5984 # Error handling
5985 #
5986 cdl_component CYGPKG_ISO_ERRNO {
5987     # There is no associated value.
5988 };
5989
5990 # >
5991 # Number of implementations of error codes
5992 #
5993 cdl_interface CYGINT_ISO_ERRNO_CODES {
5994     # No options implement this inferface
5995     # This value cannot be modified here.
5996     # Flavor: data
5997     # Current_value: 0
5998     # Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
5999     #     CYGINT_ISO_ERRNO_CODES == 0
6000     #   --> 1
6001
6002     # The following properties are affected by this value
6003     # interface CYGINT_ISO_ERRNO_CODES
6004     #     Requires:  1 >= CYGINT_ISO_ERRNO_CODES 
6005 };
6006
6007 # Error codes implementation header
6008 #
6009 cdl_option CYGBLD_ISO_ERRNO_CODES_HEADER {
6010     # Flavor: booldata
6011     # No user value, uncomment the following line to provide one.
6012     # user_value 0 0
6013     # value_source default
6014     # Default value: 0 0
6015 };
6016
6017 # Number of implementations of errno variable
6018 #
6019 cdl_interface CYGINT_ISO_ERRNO {
6020     # No options implement this inferface
6021     # This value cannot be modified here.
6022     # Flavor: data
6023     # Current_value: 0
6024     # Requires:  1 >= CYGINT_ISO_ERRNO 
6025     #     CYGINT_ISO_ERRNO == 0
6026     #   --> 1
6027
6028     # The following properties are affected by this value
6029     # interface CYGINT_ISO_ERRNO
6030     #     Requires:  1 >= CYGINT_ISO_ERRNO 
6031 };
6032
6033 # errno variable implementation header
6034 #
6035 cdl_option CYGBLD_ISO_ERRNO_HEADER {
6036     # Flavor: booldata
6037     # No user value, uncomment the following line to provide one.
6038     # user_value 0 0
6039     # value_source default
6040     # Default value: 0 0
6041 };
6042
6043 # <
6044 # Locale-related functions
6045 #
6046 cdl_component CYGPKG_ISO_LOCALE {
6047     # There is no associated value.
6048 };
6049
6050 # >
6051 # Number of implementations of locale functions
6052 #
6053 cdl_interface CYGINT_ISO_LOCALE {
6054     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6055     # This value cannot be modified here.
6056     # Flavor: data
6057     # Current_value: 1
6058     # Requires:  1 >= CYGINT_ISO_LOCALE 
6059     #     CYGINT_ISO_LOCALE == 1
6060     #   --> 1
6061
6062     # The following properties are affected by this value
6063     # interface CYGINT_ISO_LOCALE
6064     #     Requires:  1 >= CYGINT_ISO_LOCALE 
6065 };
6066
6067 # Locale implementation header
6068 #
6069 cdl_option CYGBLD_ISO_LOCALE_HEADER {
6070     # Flavor: booldata
6071     # No user value, uncomment the following line to provide one.
6072     # user_value 0 0
6073     # value_source default
6074     # Default value: 0 0
6075 };
6076
6077 # <
6078 # Standard I/O-related functionality
6079 #
6080 cdl_component CYGPKG_ISO_STDIO {
6081     # There is no associated value.
6082 };
6083
6084 # >
6085 # Number of implementations of stdio file types
6086 #
6087 cdl_interface CYGINT_ISO_STDIO_FILETYPES {
6088     # No options implement this inferface
6089     # This value cannot be modified here.
6090     # Flavor: booldata
6091     # Current value: 0 0
6092     # Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6093     #     CYGINT_ISO_STDIO_FILETYPES == 0
6094     #   --> 1
6095
6096     # The following properties are affected by this value
6097     # interface CYGINT_ISO_STDIO_FILETYPES
6098     #     Requires:  1 >= CYGINT_ISO_STDIO_FILETYPES 
6099 };
6100
6101 # Stdio file types implementation header
6102 #
6103 cdl_option CYGBLD_ISO_STDIO_FILETYPES_HEADER {
6104     # Flavor: booldata
6105     # No user value, uncomment the following line to provide one.
6106     # user_value 0 0
6107     # value_source default
6108     # Default value: 0 0
6109 };
6110
6111 # Stdio standard streams implementations
6112 #
6113 cdl_interface CYGINT_ISO_STDIO_STREAMS {
6114     # No options implement this inferface
6115     # This value cannot be modified here.
6116     # Flavor: booldata
6117     # Current value: 0 0
6118     # Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6119     #     CYGINT_ISO_STDIO_STREAMS == 0
6120     #   --> 1
6121
6122     # The following properties are affected by this value
6123     # interface CYGINT_ISO_STDIO_STREAMS
6124     #     Requires:  1 >= CYGINT_ISO_STDIO_STREAMS 
6125 };
6126
6127 # Stdio standard streams implementation header
6128 # This header file must define stdin, stdout
6129 # and stderr.
6130 #
6131 cdl_option CYGBLD_ISO_STDIO_STREAMS_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 # Number of implementations of stdio file operations
6140 #
6141 cdl_interface CYGINT_ISO_STDIO_FILEOPS {
6142     # No options implement this inferface
6143     # This value cannot be modified here.
6144     # Flavor: booldata
6145     # Current value: 0 0
6146     # Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6147     #     CYGINT_ISO_STDIO_FILEOPS == 0
6148     #   --> 1
6149
6150     # The following properties are affected by this value
6151     # interface CYGINT_ISO_STDIO_FILEOPS
6152     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEOPS 
6153 };
6154
6155 # Stdio file operations implementation header
6156 # This header controls the file system operations on a file
6157 # such as remove(), rename(), tmpfile(), tmpnam() and associated
6158 # constants.
6159 #
6160 cdl_option CYGBLD_ISO_STDIO_FILEOPS_HEADER {
6161     # Flavor: booldata
6162     # No user value, uncomment the following line to provide one.
6163     # user_value 0 0
6164     # value_source default
6165     # Default value: 0 0
6166 };
6167
6168 # Number of implementations of stdio file access  functionals
6169 #
6170 cdl_interface CYGINT_ISO_STDIO_FILEACCESS {
6171     # No options implement this inferface
6172     # This value cannot be modified here.
6173     # Flavor: booldata
6174     # Current value: 0 0
6175     # Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6176     #     CYGINT_ISO_STDIO_FILEACCESS == 0
6177     #   --> 1
6178
6179     # The following properties are affected by this value
6180     # interface CYGINT_ISO_STDIO_FILEACCESS
6181     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEACCESS 
6182     # option CYGFUN_COMPRESS_ZLIB_GZIO
6183     #     Requires: CYGINT_ISO_STDIO_FILEACCESS
6184 };
6185
6186 # Stdio file access implementation header
6187 # This header controls the file access operations
6188 # such as fclose(), fflush(), fopen(), freopen(), setbuf(),
6189 # setvbuf(), and associated constants.
6190 #
6191 cdl_option CYGBLD_ISO_STDIO_FILEACCESS_HEADER {
6192     # Flavor: booldata
6193     # No user value, uncomment the following line to provide one.
6194     # user_value 0 0
6195     # value_source default
6196     # Default value: 0 0
6197 };
6198
6199 # Number of implementations of stdio formatted I/O
6200 #
6201 cdl_interface CYGINT_ISO_STDIO_FORMATTED_IO {
6202     # No options implement this inferface
6203     # This value cannot be modified here.
6204     # Flavor: booldata
6205     # Current value: 0 0
6206     # Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6207     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
6208     #   --> 1
6209
6210     # The following properties are affected by this value
6211     # interface CYGINT_ISO_STDIO_FORMATTED_IO
6212     #     Requires:  1 >= CYGINT_ISO_STDIO_FORMATTED_IO 
6213     # option CYGFUN_COMPRESS_ZLIB_GZIO
6214     #     Requires: CYGINT_ISO_STDIO_FORMATTED_IO
6215 };
6216
6217 # Stdio formatted I/O implementation header
6218 #
6219 cdl_option CYGBLD_ISO_STDIO_FORMATTED_IO_HEADER {
6220     # Flavor: booldata
6221     # No user value, uncomment the following line to provide one.
6222     # user_value 0 0
6223     # value_source default
6224     # Default value: 0 0
6225 };
6226
6227 # Number of implementations of stdio character I/O
6228 #
6229 cdl_interface CYGINT_ISO_STDIO_CHAR_IO {
6230     # No options implement this inferface
6231     # This value cannot be modified here.
6232     # Flavor: booldata
6233     # Current value: 0 0
6234     # Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6235     #     CYGINT_ISO_STDIO_CHAR_IO == 0
6236     #   --> 1
6237
6238     # The following properties are affected by this value
6239     # interface CYGINT_ISO_STDIO_CHAR_IO
6240     #     Requires:  1 >= CYGINT_ISO_STDIO_CHAR_IO 
6241 };
6242
6243 # Stdio character I/O implementation header
6244 #
6245 cdl_option CYGBLD_ISO_STDIO_CHAR_IO_HEADER {
6246     # Flavor: booldata
6247     # No user value, uncomment the following line to provide one.
6248     # user_value 0 0
6249     # value_source default
6250     # Default value: 0 0
6251 };
6252
6253 # Number of implementations of stdio direct I/O
6254 #
6255 cdl_interface CYGINT_ISO_STDIO_DIRECT_IO {
6256     # No options implement this inferface
6257     # This value cannot be modified here.
6258     # Flavor: booldata
6259     # Current value: 0 0
6260     # Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6261     #     CYGINT_ISO_STDIO_DIRECT_IO == 0
6262     #   --> 1
6263
6264     # The following properties are affected by this value
6265     # interface CYGINT_ISO_STDIO_DIRECT_IO
6266     #     Requires:  1 >= CYGINT_ISO_STDIO_DIRECT_IO 
6267 };
6268
6269 # Stdio direct I/O implementation header
6270 #
6271 cdl_option CYGBLD_ISO_STDIO_DIRECT_IO_HEADER {
6272     # Flavor: booldata
6273     # No user value, uncomment the following line to provide one.
6274     # user_value 0 0
6275     # value_source default
6276     # Default value: 0 0
6277 };
6278
6279 # Number of implementations of stdio file positioning
6280 #
6281 cdl_interface CYGINT_ISO_STDIO_FILEPOS {
6282     # No options implement this inferface
6283     # This value cannot be modified here.
6284     # Flavor: booldata
6285     # Current value: 0 0
6286     # Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6287     #     CYGINT_ISO_STDIO_FILEPOS == 0
6288     #   --> 1
6289
6290     # The following properties are affected by this value
6291     # interface CYGINT_ISO_STDIO_FILEPOS
6292     #     Requires:  1 >= CYGINT_ISO_STDIO_FILEPOS 
6293     # option CYGFUN_COMPRESS_ZLIB_GZIO
6294     #     Requires: CYGINT_ISO_STDIO_FILEPOS
6295 };
6296
6297 # Stdio file positioning implementation header
6298 #
6299 cdl_option CYGBLD_ISO_STDIO_FILEPOS_HEADER {
6300     # Flavor: booldata
6301     # No user value, uncomment the following line to provide one.
6302     # user_value 0 0
6303     # value_source default
6304     # Default value: 0 0
6305 };
6306
6307 # Number of implementations of stdio error handling
6308 #
6309 cdl_interface CYGINT_ISO_STDIO_ERROR {
6310     # No options implement this inferface
6311     # This value cannot be modified here.
6312     # Flavor: booldata
6313     # Current value: 0 0
6314     # Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6315     #     CYGINT_ISO_STDIO_ERROR == 0
6316     #   --> 1
6317
6318     # The following properties are affected by this value
6319     # interface CYGINT_ISO_STDIO_ERROR
6320     #     Requires:  1 >= CYGINT_ISO_STDIO_ERROR 
6321 };
6322
6323 # Stdio error handling implementation header
6324 #
6325 cdl_option CYGBLD_ISO_STDIO_ERROR_HEADER {
6326     # Flavor: booldata
6327     # No user value, uncomment the following line to provide one.
6328     # user_value 0 0
6329     # value_source default
6330     # Default value: 0 0
6331 };
6332
6333 # POSIX fd-related function implementations
6334 #
6335 cdl_interface CYGINT_ISO_STDIO_POSIX_FDFUNCS {
6336     # No options implement this inferface
6337     # This value cannot be modified here.
6338     # Flavor: booldata
6339     # Current value: 0 0
6340     # Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6341     #     CYGINT_ISO_STDIO_POSIX_FDFUNCS == 0
6342     #   --> 1
6343
6344     # The following properties are affected by this value
6345     # interface CYGINT_ISO_STDIO_POSIX_FDFUNCS
6346     #     Requires:  1 >=  CYGINT_ISO_STDIO_POSIX_FDFUNCS 
6347 };
6348
6349 # POSIX fd-related function implementation header
6350 #
6351 cdl_option CYGBLD_ISO_STDIO_POSIX_FDFUNCS_HEADER {
6352     # Flavor: booldata
6353     # No user value, uncomment the following line to provide one.
6354     # user_value 0 0
6355     # value_source default
6356     # Default value: 0 0
6357 };
6358
6359 # <
6360 # Standard general utility functions
6361 #
6362 cdl_component CYGPKG_ISO_STDLIB {
6363     # There is no associated value.
6364 };
6365
6366 # >
6367 # String conversion function implementations
6368 #
6369 cdl_interface CYGINT_ISO_STDLIB_STRCONV {
6370     # No options implement this inferface
6371     # This value cannot be modified here.
6372     # Flavor: data
6373     # Current_value: 0
6374     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
6375     #     CYGINT_ISO_STDLIB_STRCONV == 0
6376     #   --> 1
6377
6378     # The following properties are affected by this value
6379     # interface CYGINT_ISO_STDLIB_STRCONV
6380     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV 
6381 };
6382
6383 # String conversion function implementation header
6384 #
6385 cdl_option CYGBLD_ISO_STDLIB_STRCONV_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 # String to FP conversion function implementations
6394 #
6395 cdl_interface CYGINT_ISO_STDLIB_STRCONV_FLOAT {
6396     # No options implement this inferface
6397     # This value cannot be modified here.
6398     # Flavor: data
6399     # Current_value: 0
6400     # Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
6401     #     CYGINT_ISO_STDLIB_STRCONV_FLOAT == 0
6402     #   --> 1
6403
6404     # The following properties are affected by this value
6405     # interface CYGINT_ISO_STDLIB_STRCONV_FLOAT
6406     #     Requires:  1 >= CYGINT_ISO_STDLIB_STRCONV_FLOAT 
6407 };
6408
6409 # String to FP conversion function implementation header
6410 #
6411 cdl_option CYGBLD_ISO_STDLIB_STRCONV_FLOAT_HEADER {
6412     # Flavor: booldata
6413     # No user value, uncomment the following line to provide one.
6414     # user_value 0 0
6415     # value_source default
6416     # Default value: 0 0
6417 };
6418
6419 # Random number generator implementations
6420 #
6421 cdl_interface CYGINT_ISO_RAND {
6422     # No options implement this inferface
6423     # This value cannot be modified here.
6424     # Flavor: data
6425     # Current_value: 0
6426     # Requires:  1 >= CYGINT_ISO_RAND 
6427     #     CYGINT_ISO_RAND == 0
6428     #   --> 1
6429
6430     # The following properties are affected by this value
6431     # interface CYGINT_ISO_RAND
6432     #     Requires:  1 >= CYGINT_ISO_RAND 
6433 };
6434
6435 # Random number generator implementation header
6436 #
6437 cdl_option CYGBLD_ISO_RAND_HEADER {
6438     # Flavor: booldata
6439     # No user value, uncomment the following line to provide one.
6440     # user_value 0 0
6441     # value_source default
6442     # Default value: 0 0
6443 };
6444
6445 # Malloc implementations
6446 #
6447 cdl_interface CYGINT_ISO_MALLOC {
6448     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
6449     # This value cannot be modified here.
6450     # Flavor: data
6451     # Current_value: 1
6452     # Requires:  1 >= CYGINT_ISO_MALLOC 
6453     #     CYGINT_ISO_MALLOC == 1
6454     #   --> 1
6455
6456     # The following properties are affected by this value
6457     # interface CYGINT_ISO_MALLOC
6458     #     Requires:  1 >= CYGINT_ISO_MALLOC 
6459     # option CYGFUN_LIBC_STRING_STRDUP
6460     #     ActiveIf: CYGINT_ISO_MALLOC
6461 };
6462
6463 # Malloc implementation header
6464 #
6465 cdl_option CYGBLD_ISO_MALLOC_HEADER {
6466     # Flavor: booldata
6467     # No user value, uncomment the following line to provide one.
6468     # user_value 0 0
6469     # value_source default
6470     # Default value: 0 0
6471 };
6472
6473 # Mallinfo() implementations
6474 #
6475 cdl_interface CYGINT_ISO_MALLINFO {
6476     # Implemented by CYGPKG_MEMALLOC_MALLOC_ALLOCATORS, active, enabled
6477     # This value cannot be modified here.
6478     # Flavor: data
6479     # Current_value: 1
6480     # Requires:  1 >= CYGINT_ISO_MALLINFO 
6481     #     CYGINT_ISO_MALLINFO == 1
6482     #   --> 1
6483
6484     # The following properties are affected by this value
6485     # interface CYGINT_ISO_MALLINFO
6486     #     Requires:  1 >= CYGINT_ISO_MALLINFO 
6487 };
6488
6489 # Mallinfo() implementation header
6490 #
6491 cdl_option CYGBLD_ISO_MALLINFO_HEADER {
6492     # Flavor: booldata
6493     # No user value, uncomment the following line to provide one.
6494     # user_value 0 0
6495     # value_source default
6496     # Default value: 0 0
6497 };
6498
6499 # Program exit functionality implementations
6500 #
6501 cdl_interface CYGINT_ISO_EXIT {
6502     # No options implement this inferface
6503     # This value cannot be modified here.
6504     # Flavor: data
6505     # Current_value: 0
6506     # Requires:  1 >= CYGINT_ISO_EXIT 
6507     #     CYGINT_ISO_EXIT == 0
6508     #   --> 1
6509
6510     # The following properties are affected by this value
6511     # interface CYGINT_ISO_EXIT
6512     #     Requires:  1 >= CYGINT_ISO_EXIT 
6513     # option CYGFUN_INFRA_DUMMY_ABORT
6514     #     Requires: !CYGINT_ISO_EXIT
6515     # option CYGFUN_INFRA_DUMMY_ABORT
6516     #     DefaultValue:  CYGINT_ISO_EXIT == 0 
6517 };
6518
6519 # Program exit functionality implementation header
6520 #
6521 cdl_option CYGBLD_ISO_EXIT_HEADER {
6522     # Flavor: booldata
6523     # No user value, uncomment the following line to provide one.
6524     # user_value 0 0
6525     # value_source default
6526     # Default value: 0 0
6527 };
6528
6529 # Program environment implementations
6530 #
6531 cdl_interface CYGINT_ISO_STDLIB_ENVIRON {
6532     # No options implement this inferface
6533     # This value cannot be modified here.
6534     # Flavor: data
6535     # Current_value: 0
6536     # Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
6537     #     CYGINT_ISO_STDLIB_ENVIRON == 0
6538     #   --> 1
6539
6540     # The following properties are affected by this value
6541     # interface CYGINT_ISO_STDLIB_ENVIRON
6542     #     Requires:  1 >= CYGINT_ISO_STDLIB_ENVIRON 
6543 };
6544
6545 # Program environment implementation header
6546 #
6547 cdl_option CYGBLD_ISO_STDLIB_ENVIRON_HEADER {
6548     # Flavor: booldata
6549     # No user value, uncomment the following line to provide one.
6550     # user_value 0 0
6551     # value_source default
6552     # Default value: 0 0
6553 };
6554
6555 # system() implementations
6556 #
6557 cdl_interface CYGINT_ISO_STDLIB_SYSTEM {
6558     # No options implement this inferface
6559     # This value cannot be modified here.
6560     # Flavor: data
6561     # Current_value: 0
6562     # Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
6563     #     CYGINT_ISO_STDLIB_SYSTEM == 0
6564     #   --> 1
6565
6566     # The following properties are affected by this value
6567     # interface CYGINT_ISO_STDLIB_SYSTEM
6568     #     Requires:  1 >= CYGINT_ISO_STDLIB_SYSTEM 
6569 };
6570
6571 # system() implementation header
6572 #
6573 cdl_option CYGBLD_ISO_STDLIB_SYSTEM_HEADER {
6574     # Flavor: booldata
6575     # No user value, uncomment the following line to provide one.
6576     # user_value 0 0
6577     # value_source default
6578     # Default value: 0 0
6579 };
6580
6581 # bsearch() implementations
6582 #
6583 cdl_interface CYGINT_ISO_BSEARCH {
6584     # No options implement this inferface
6585     # This value cannot be modified here.
6586     # Flavor: data
6587     # Current_value: 0
6588     # Requires:  1 >= CYGINT_ISO_BSEARCH 
6589     #     CYGINT_ISO_BSEARCH == 0
6590     #   --> 1
6591
6592     # The following properties are affected by this value
6593     # interface CYGINT_ISO_BSEARCH
6594     #     Requires:  1 >= CYGINT_ISO_BSEARCH 
6595 };
6596
6597 # bsearch() implementation header
6598 #
6599 cdl_option CYGBLD_ISO_BSEARCH_HEADER {
6600     # Flavor: booldata
6601     # No user value, uncomment the following line to provide one.
6602     # user_value 0 0
6603     # value_source default
6604     # Default value: 0 0
6605 };
6606
6607 # qsort() implementations
6608 #
6609 cdl_interface CYGINT_ISO_QSORT {
6610     # No options implement this inferface
6611     # This value cannot be modified here.
6612     # Flavor: data
6613     # Current_value: 0
6614     # Requires:  1 >= CYGINT_ISO_STDLIB_QSORT 
6615     #     CYGINT_ISO_STDLIB_QSORT (unknown) == 0
6616     #   --> 1
6617 };
6618
6619 # qsort() implementation header
6620 #
6621 cdl_option CYGBLD_ISO_QSORT_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 # abs()/labs() implementations
6630 #
6631 cdl_interface CYGINT_ISO_ABS {
6632     # No options implement this inferface
6633     # This value cannot be modified here.
6634     # Flavor: data
6635     # Current_value: 0
6636     # Requires:  1 >= CYGINT_ISO_STDLIB_ABS 
6637     #     CYGINT_ISO_STDLIB_ABS (unknown) == 0
6638     #   --> 1
6639 };
6640
6641 # abs()/labs() implementation header
6642 #
6643 cdl_option CYGBLD_ISO_STDLIB_ABS_HEADER {
6644     # Flavor: booldata
6645     # No user value, uncomment the following line to provide one.
6646     # user_value 0 0
6647     # value_source default
6648     # Default value: 0 0
6649 };
6650
6651 # div()/ldiv() implementations
6652 #
6653 cdl_interface CYGINT_ISO_DIV {
6654     # No options implement this inferface
6655     # This value cannot be modified here.
6656     # Flavor: data
6657     # Current_value: 0
6658     # Requires:  1 >= CYGINT_ISO_STDLIB_DIV 
6659     #     CYGINT_ISO_STDLIB_DIV (unknown) == 0
6660     #   --> 1
6661 };
6662
6663 # div()/ldiv() implementation header
6664 #
6665 cdl_option CYGBLD_ISO_STDLIB_DIV_HEADER {
6666     # Flavor: booldata
6667     # No user value, uncomment the following line to provide one.
6668     # user_value 0 0
6669     # value_source default
6670     # Default value: 0 0
6671 };
6672
6673 # Header defining the implementation's MB_CUR_MAX
6674 #
6675 cdl_option CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER {
6676     # Flavor: booldata
6677     # No user value, uncomment the following line to provide one.
6678     # user_value 0 0
6679     # value_source default
6680     # Default value: 0 0
6681
6682     # The following properties are affected by this value
6683     # interface CYGINT_LIBC_I18N_MB_REQUIRED
6684     #     Requires:  CYGBLD_ISO_STDLIB_MB_CUR_MAX_HEADER ==  "<cyg/libc/i18n/mb.h>" 
6685 };
6686
6687 # Multibyte character implementations
6688 #
6689 cdl_interface CYGINT_ISO_STDLIB_MULTIBYTE {
6690     # Implemented by CYGPKG_LIBC_I18N, active, enabled
6691     # This value cannot be modified here.
6692     # Flavor: data
6693     # Current_value: 1
6694     # Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
6695     #     CYGINT_ISO_STDLIB_MULTIBYTE == 1
6696     #   --> 1
6697
6698     # The following properties are affected by this value
6699     # interface CYGINT_ISO_STDLIB_MULTIBYTE
6700     #     Requires:  1 >= CYGINT_ISO_STDLIB_MULTIBYTE 
6701 };
6702
6703 # Multibyte character implementation header
6704 #
6705 cdl_option CYGBLD_ISO_STDLIB_MULTIBYTE_HEADER {
6706     # Flavor: booldata
6707     # No user value, uncomment the following line to provide one.
6708     # user_value 0 0
6709     # value_source default
6710     # Default value: 0 0
6711 };
6712
6713 # <
6714 # String functions
6715 #
6716 cdl_component CYGPKG_ISO_STRING {
6717     # There is no associated value.
6718 };
6719
6720 # >
6721 # Number of implementations of strerror() function
6722 #
6723 cdl_interface CYGINT_ISO_STRERROR {
6724     # No options implement this inferface
6725     # This value cannot be modified here.
6726     # Flavor: booldata
6727     # Current value: 0 0
6728     # Requires:  1 >= CYGINT_ISO_STRERROR 
6729     #     CYGINT_ISO_STRERROR == 0
6730     #   --> 1
6731
6732     # The following properties are affected by this value
6733     # interface CYGINT_ISO_STRERROR
6734     #     Requires:  1 >= CYGINT_ISO_STRERROR 
6735 };
6736
6737 # strerror() implementation header
6738 #
6739 cdl_option CYGBLD_ISO_STRERROR_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 # memcpy() implementation header
6748 #
6749 cdl_option CYGBLD_ISO_MEMCPY_HEADER {
6750     # Flavor: booldata
6751     # No user value, uncomment the following line to provide one.
6752     # user_value 0 0
6753     # value_source default
6754     # Default value: 0 0
6755 };
6756
6757 # memset() implementation header
6758 #
6759 cdl_option CYGBLD_ISO_MEMSET_HEADER {
6760     # Flavor: booldata
6761     # No user value, uncomment the following line to provide one.
6762     # user_value 0 0
6763     # value_source default
6764     # Default value: 0 0
6765 };
6766
6767 # Number of implementations of strtok_r() function
6768 #
6769 cdl_interface CYGINT_ISO_STRTOK_R {
6770     # Implemented by CYGPKG_LIBC_STRING, active, enabled
6771     # This value cannot be modified here.
6772     # Flavor: booldata
6773     # Current value: 1 1
6774     # Requires:  1 >= CYGINT_ISO_STRTOK_R 
6775     #     CYGINT_ISO_STRTOK_R == 1
6776     #   --> 1
6777
6778     # The following properties are affected by this value
6779     # interface CYGINT_ISO_STRTOK_R
6780     #     Requires:  1 >= CYGINT_ISO_STRTOK_R 
6781 };
6782
6783 # strtok_r() implementation header
6784 #
6785 cdl_option CYGBLD_ISO_STRTOK_R_HEADER {
6786     # Flavor: booldata
6787     # No user value, uncomment the following line to provide one.
6788     # user_value 0 0
6789     # The inferred value should not be edited directly.
6790     inferred_value 1 <cyg/libc/string/string.h>
6791     # value_source inferred
6792     # Default value: 0 0
6793
6794     # The following properties are affected by this value
6795     # package CYGPKG_LIBC_STRING
6796     #     Requires:  CYGBLD_ISO_STRTOK_R_HEADER ==  "<cyg/libc/string/string.h>" 
6797 };
6798
6799 # Number of implementations of locale-specific string  functions
6800 # This covers locale-dependent string functions such as strcoll()
6801 # and strxfrm().
6802 #
6803 cdl_interface CYGINT_ISO_STRING_LOCALE_FUNCS {
6804     # Implemented by CYGPKG_LIBC_STRING, active, enabled
6805     # This value cannot be modified here.
6806     # Flavor: booldata
6807     # Current value: 1 1
6808     # Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
6809     #     CYGINT_ISO_STRING_LOCALE_FUNCS == 1
6810     #   --> 1
6811
6812     # The following properties are affected by this value
6813     # interface CYGINT_ISO_STRING_LOCALE_FUNCS
6814     #     Requires:  1 >= CYGINT_ISO_STRING_LOCALE_FUNCS 
6815 };
6816
6817 # Locale-specific string functions' implementation  header
6818 # This covers locale-dependent string functions such as strcoll()
6819 # and strxfrm().
6820 #
6821 cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER {
6822     # Flavor: booldata
6823     # No user value, uncomment the following line to provide one.
6824     # user_value 0 0
6825     # The inferred value should not be edited directly.
6826     inferred_value 1 <cyg/libc/string/string.h>
6827     # value_source inferred
6828     # Default value: 0 0
6829
6830     # The following properties are affected by this value
6831     # package CYGPKG_LIBC_STRING
6832     #     Requires:  CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
6833 };
6834
6835 # Number of implementations of BSD string functions
6836 #
6837 cdl_interface CYGINT_ISO_STRING_BSD_FUNCS {
6838     # Implemented by CYGFUN_LIBC_STRING_BSD_FUNCS, active, disabled
6839     # This value cannot be modified here.
6840     # Flavor: booldata
6841     # Current value: 0 0
6842     # Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
6843     #     CYGINT_ISO_STRING_BSD_FUNCS == 0
6844     #   --> 1
6845
6846     # The following properties are affected by this value
6847     # interface CYGINT_ISO_STRING_BSD_FUNCS
6848     #     Requires:  1 >= CYGINT_ISO_STRING_BSD_FUNCS 
6849 };
6850
6851 # BSD string functions' implementation header
6852 #
6853 cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER {
6854     # Flavor: booldata
6855     # No user value, uncomment the following line to provide one.
6856     # user_value 0 0
6857     # The inferred value should not be edited directly.
6858     inferred_value 1 <cyg/libc/string/bsdstring.h>
6859     # value_source inferred
6860     # Default value: 0 0
6861
6862     # The following properties are affected by this value
6863     # option CYGFUN_LIBC_STRING_BSD_FUNCS
6864     #     Requires:  CYGBLD_ISO_STRING_BSD_FUNCS_HEADER ==  "<cyg/libc/string/bsdstring.h>" 
6865 };
6866
6867 # Number of implementations of other mem*() functions
6868 #
6869 cdl_interface CYGINT_ISO_STRING_MEMFUNCS {
6870     # Implemented by CYGPKG_LIBC_STRING, active, enabled
6871     # This value cannot be modified here.
6872     # Flavor: booldata
6873     # Current value: 1 1
6874     # Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
6875     #     CYGINT_ISO_STRING_MEMFUNCS == 1
6876     #   --> 1
6877
6878     # The following properties are affected by this value
6879     # interface CYGINT_ISO_STRING_MEMFUNCS
6880     #     Requires:  1 >= CYGINT_ISO_STRING_MEMFUNCS 
6881     # component CYGBLD_BUILD_REDBOOT
6882     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
6883     # component CYGPKG_IO_ETH_DRIVERS_STAND_ALONE
6884     #     Requires: CYGINT_ISO_STRING_MEMFUNCS
6885 };
6886
6887 # Other mem*() functions' implementation header
6888 #
6889 cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER {
6890     # Flavor: booldata
6891     # No user value, uncomment the following line to provide one.
6892     # user_value 0 0
6893     # The inferred value should not be edited directly.
6894     inferred_value 1 <cyg/libc/string/string.h>
6895     # value_source inferred
6896     # Default value: 0 0
6897
6898     # The following properties are affected by this value
6899     # package CYGPKG_LIBC_STRING
6900     #     Requires:  CYGBLD_ISO_STRING_MEMFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
6901 };
6902
6903 # Number of implementations of other ISO C str*()  functions
6904 # This covers the other str*() functions defined by ISO C.
6905 #
6906 cdl_interface CYGINT_ISO_STRING_STRFUNCS {
6907     # Implemented by CYGPKG_LIBC_STRING, active, enabled
6908     # This value cannot be modified here.
6909     # Flavor: booldata
6910     # Current value: 1 1
6911     # Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
6912     #     CYGINT_ISO_STRING_STRFUNCS == 1
6913     #   --> 1
6914
6915     # The following properties are affected by this value
6916     # interface CYGINT_ISO_STRING_STRFUNCS
6917     #     Requires:  1 >= CYGINT_ISO_STRING_STRFUNCS 
6918     # option CYGFUN_INFRA_DUMMY_STRLEN
6919     #     Requires: !CYGINT_ISO_STRING_STRFUNCS
6920     # option CYGFUN_INFRA_DUMMY_STRLEN
6921     #     DefaultValue:  CYGINT_ISO_STRING_STRFUNCS == 0 
6922     # component CYGBLD_BUILD_REDBOOT
6923     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6924     # component CYGPKG_IO_ETH_DRIVERS_NET
6925     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6926     # option CYGFUN_COMPRESS_ZLIB_GZIO
6927     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6928     # package CYGPKG_IO_FLASH
6929     #     Requires: CYGINT_ISO_STRING_STRFUNCS
6930 };
6931
6932 # Other ISO C str*() functions' implementation  header
6933 # This covers the other str*() functions defined by ISO C.
6934 #
6935 cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER {
6936     # Flavor: booldata
6937     # No user value, uncomment the following line to provide one.
6938     # user_value 0 0
6939     # The inferred value should not be edited directly.
6940     inferred_value 1 <cyg/libc/string/string.h>
6941     # value_source inferred
6942     # Default value: 0 0
6943
6944     # The following properties are affected by this value
6945     # package CYGPKG_LIBC_STRING
6946     #     Requires:  CYGBLD_ISO_STRING_STRFUNCS_HEADER ==  "<cyg/libc/string/string.h>" 
6947 };
6948
6949 # <
6950 # Clock and time functionality
6951 #
6952 cdl_component CYGPKG_ISO_TIME {
6953     # There is no associated value.
6954 };
6955
6956 # >
6957 # time_t implementation header
6958 #
6959 cdl_option CYGBLD_ISO_TIME_T_HEADER {
6960     # Flavor: booldata
6961     # No user value, uncomment the following line to provide one.
6962     # user_value 0 0
6963     # value_source default
6964     # Default value: 0 0
6965 };
6966
6967 # clock_t implementation header
6968 #
6969 cdl_option CYGBLD_ISO_CLOCK_T_HEADER {
6970     # Flavor: booldata
6971     # No user value, uncomment the following line to provide one.
6972     # user_value 0 0
6973     # value_source default
6974     # Default value: 0 0
6975 };
6976
6977 # struct timeval implementation header
6978 #
6979 cdl_option CYGBLD_ISO_STRUCTTIMEVAL_HEADER {
6980     # Flavor: booldata
6981     # No user value, uncomment the following line to provide one.
6982     # user_value 0 0
6983     # value_source default
6984     # Default value: 0 0
6985 };
6986
6987 # fnmatch implementation header
6988 #
6989 cdl_option CYGBLD_ISO_FNMATCH_HEADER {
6990     # Flavor: booldata
6991     # No user value, uncomment the following line to provide one.
6992     # user_value 0 0
6993     # value_source default
6994     # Default value: 0 0
6995 };
6996
6997 # Number of implementations of POSIX timer types
6998 #
6999 cdl_interface CYGINT_ISO_POSIX_TIMER_TYPES {
7000     # No options implement this inferface
7001     # This value cannot be modified here.
7002     # Flavor: booldata
7003     # Current value: 0 0
7004     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7005     #     CYGINT_ISO_POSIX_TIMER_TYPES == 0
7006     #   --> 1
7007
7008     # The following properties are affected by this value
7009     # interface CYGINT_ISO_POSIX_TIMER_TYPES
7010     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_TYPES 
7011 };
7012
7013 # POSIX timer types implementation header
7014 #
7015 cdl_option CYGBLD_ISO_POSIX_TIMER_TYPES_HEADER {
7016     # Flavor: booldata
7017     # No user value, uncomment the following line to provide one.
7018     # user_value 0 0
7019     # value_source default
7020     # Default value: 0 0
7021 };
7022
7023 # Number of implementations of POSIX clock types
7024 #
7025 cdl_interface CYGINT_ISO_POSIX_CLOCK_TYPES {
7026     # No options implement this inferface
7027     # This value cannot be modified here.
7028     # Flavor: booldata
7029     # Current value: 0 0
7030     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7031     #     CYGINT_ISO_POSIX_CLOCK_TYPES == 0
7032     #   --> 1
7033
7034     # The following properties are affected by this value
7035     # interface CYGINT_ISO_POSIX_CLOCK_TYPES
7036     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCK_TYPES 
7037 };
7038
7039 # POSIX clock types implementation header
7040 #
7041 cdl_option CYGBLD_ISO_POSIX_CLOCK_TYPES_HEADER {
7042     # Flavor: booldata
7043     # No user value, uncomment the following line to provide one.
7044     # user_value 0 0
7045     # value_source default
7046     # Default value: 0 0
7047 };
7048
7049 # Number of implementations of ISO C types
7050 #
7051 cdl_interface CYGINT_ISO_C_TIME_TYPES {
7052     # No options implement this inferface
7053     # This value cannot be modified here.
7054     # Flavor: booldata
7055     # Current value: 0 0
7056     # Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7057     #     CYGINT_ISO_C_TIME_TYPES == 0
7058     #   --> 1
7059
7060     # The following properties are affected by this value
7061     # interface CYGINT_ISO_C_TIME_TYPES
7062     #     Requires:  1 >= CYGINT_ISO_C_TIME_TYPES 
7063 };
7064
7065 # ISO C time types implementation header
7066 #
7067 cdl_option CYGBLD_ISO_C_TIME_TYPES_HEADER {
7068     # Flavor: booldata
7069     # No user value, uncomment the following line to provide one.
7070     # user_value 0 0
7071     # value_source default
7072     # Default value: 0 0
7073 };
7074
7075 # Number of implementations of POSIX timers
7076 #
7077 cdl_interface CYGINT_ISO_POSIX_TIMERS {
7078     # No options implement this inferface
7079     # This value cannot be modified here.
7080     # Flavor: booldata
7081     # Current value: 0 0
7082     # Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7083     #     CYGINT_ISO_POSIX_TIMERS == 0
7084     #   --> 1
7085
7086     # The following properties are affected by this value
7087     # interface CYGINT_ISO_POSIX_TIMERS
7088     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMERS 
7089 };
7090
7091 # POSIX timer implementation header
7092 #
7093 cdl_option CYGBLD_ISO_POSIX_TIMERS_HEADER {
7094     # Flavor: booldata
7095     # No user value, uncomment the following line to provide one.
7096     # user_value 0 0
7097     # value_source default
7098     # Default value: 0 0
7099 };
7100
7101 # Number of implementations of POSIX clocks
7102 #
7103 cdl_interface CYGINT_ISO_POSIX_CLOCKS {
7104     # No options implement this inferface
7105     # This value cannot be modified here.
7106     # Flavor: booldata
7107     # Current value: 0 0
7108     # Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7109     #     CYGINT_ISO_POSIX_CLOCKS == 0
7110     #   --> 1
7111
7112     # The following properties are affected by this value
7113     # interface CYGINT_ISO_POSIX_CLOCKS
7114     #     Requires:  1 >= CYGINT_ISO_POSIX_CLOCKS 
7115 };
7116
7117 # POSIX clocks implementation header
7118 #
7119 cdl_option CYGBLD_ISO_POSIX_CLOCKS_HEADER {
7120     # Flavor: booldata
7121     # No user value, uncomment the following line to provide one.
7122     # user_value 0 0
7123     # value_source default
7124     # Default value: 0 0
7125 };
7126
7127 # Number of implementations of ISO C clock functions
7128 #
7129 cdl_interface CYGINT_ISO_C_CLOCK_FUNCS {
7130     # No options implement this inferface
7131     # This value cannot be modified here.
7132     # Flavor: booldata
7133     # Current value: 0 0
7134     # Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7135     #     CYGINT_ISO_C_CLOCK_FUNCS == 0
7136     #   --> 1
7137
7138     # The following properties are affected by this value
7139     # interface CYGINT_ISO_C_CLOCK_FUNCS
7140     #     Requires:  1 >= CYGINT_ISO_C_CLOCK_FUNCS 
7141 };
7142
7143 # ISO C clock functions' implementation header
7144 #
7145 cdl_option CYGBLD_ISO_C_CLOCK_FUNCS_HEADER {
7146     # Flavor: booldata
7147     # No user value, uncomment the following line to provide one.
7148     # user_value 0 0
7149     # value_source default
7150     # Default value: 0 0
7151 };
7152
7153 # Number of implementations of tzset() function
7154 #
7155 cdl_interface CYGINT_ISO_TZSET {
7156     # No options implement this inferface
7157     # This value cannot be modified here.
7158     # Flavor: booldata
7159     # Current value: 0 0
7160     # Requires:  1 >= CYGINT_ISO_TZSET 
7161     #     CYGINT_ISO_TZSET == 0
7162     #   --> 1
7163
7164     # The following properties are affected by this value
7165     # interface CYGINT_ISO_TZSET
7166     #     Requires:  1 >= CYGINT_ISO_TZSET 
7167 };
7168
7169 # tzset() implementation header
7170 #
7171 cdl_option CYGBLD_ISO_TZSET_HEADER {
7172     # Flavor: booldata
7173     # No user value, uncomment the following line to provide one.
7174     # user_value 0 0
7175     # value_source default
7176     # Default value: 0 0
7177 };
7178
7179 # <
7180 # Signal functionality
7181 #
7182 cdl_component CYGPKG_ISO_SIGNAL {
7183     # There is no associated value.
7184 };
7185
7186 # >
7187 # Number of implementations of signal numbers
7188 #
7189 cdl_interface CYGINT_ISO_SIGNAL_NUMBERS {
7190     # No options implement this inferface
7191     # This value cannot be modified here.
7192     # Flavor: data
7193     # Current_value: 0
7194     # Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7195     #     CYGINT_ISO_SIGNAL_NUMBERS == 0
7196     #   --> 1
7197
7198     # The following properties are affected by this value
7199     # interface CYGINT_ISO_SIGNAL_NUMBERS
7200     #     Requires:  1 >= CYGINT_ISO_SIGNAL_NUMBERS 
7201 };
7202
7203 # Signal numbering implementation header
7204 # This header provides the mapping of signal
7205 # names (e.g. SIGBUS) to numbers.
7206 #
7207 cdl_option CYGBLD_ISO_SIGNAL_NUMBERS_HEADER {
7208     # Flavor: booldata
7209     # No user value, uncomment the following line to provide one.
7210     # user_value 0 0
7211     # value_source default
7212     # Default value: 0 0
7213 };
7214
7215 # Number of signal implementations
7216 #
7217 cdl_interface CYGINT_ISO_SIGNAL_IMPL {
7218     # No options implement this inferface
7219     # This value cannot be modified here.
7220     # Flavor: data
7221     # Current_value: 0
7222     # Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7223     #     CYGINT_ISO_SIGNAL_IMPL == 0
7224     #   --> 1
7225
7226     # The following properties are affected by this value
7227     # interface CYGINT_ISO_SIGNAL_IMPL
7228     #     Requires:  1 >= CYGINT_ISO_SIGNAL_IMPL 
7229 };
7230
7231 # Signals implementation header
7232 #
7233 cdl_option CYGBLD_ISO_SIGNAL_IMPL_HEADER {
7234     # Flavor: booldata
7235     # No user value, uncomment the following line to provide one.
7236     # user_value 0 0
7237     # value_source default
7238     # Default value: 0 0
7239 };
7240
7241 # POSIX real time signals feature test macro
7242 # This defines the POSIX feature test macro
7243 # that indicates that the POSIX real time signals
7244 # are present.
7245 #
7246 cdl_interface CYGINT_POSIX_REALTIME_SIGNALS {
7247     # No options implement this inferface
7248     # This value cannot be modified here.
7249     # Flavor: data
7250     # Current_value: 0
7251     # Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7252     #     CYGINT_POSIX_REALTIME_SIGNALS == 0
7253     #   --> 1
7254
7255     # The following properties are affected by this value
7256     # interface CYGINT_POSIX_REALTIME_SIGNALS
7257     #     Requires:  1 >= CYGINT_POSIX_REALTIME_SIGNALS 
7258 };
7259
7260 # <
7261 # Non-local jumps functionality
7262 #
7263 cdl_component CYGPKG_ISO_SETJMP {
7264     # There is no associated value.
7265 };
7266
7267 # >
7268 # setjmp() / longjmp() implementations
7269 #
7270 cdl_interface CYGINT_ISO_SETJMP {
7271     # No options implement this inferface
7272     # This value cannot be modified here.
7273     # Flavor: data
7274     # Current_value: 0
7275     # Requires:  1 >= CYGINT_ISO_SETJMP 
7276     #     CYGINT_ISO_SETJMP == 0
7277     #   --> 1
7278
7279     # The following properties are affected by this value
7280     # interface CYGINT_ISO_SETJMP
7281     #     Requires:  1 >= CYGINT_ISO_SETJMP 
7282 };
7283
7284 # setjmp() / longjmp() implementation header
7285 #
7286 cdl_option CYGBLD_ISO_SETJMP_HEADER {
7287     # Flavor: booldata
7288     # No user value, uncomment the following line to provide one.
7289     # user_value 0 0
7290     # value_source default
7291     # Default value: 0 0
7292 };
7293
7294 # sigsetjmp() / siglongjmp() implementations
7295 #
7296 cdl_interface CYGINT_ISO_SIGSETJMP {
7297     # No options implement this inferface
7298     # This value cannot be modified here.
7299     # Flavor: data
7300     # Current_value: 0
7301     # Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7302     #     CYGINT_ISO_SIGSETJMP == 0
7303     #   --> 1
7304
7305     # The following properties are affected by this value
7306     # interface CYGINT_ISO_SIGSETJMP
7307     #     Requires:  1 >= CYGINT_ISO_SIGSETJMP 
7308 };
7309
7310 # sigsetjmp() / siglongjmp() implementation header
7311 #
7312 cdl_option CYGBLD_ISO_SIGSETJMP_HEADER {
7313     # Flavor: booldata
7314     # No user value, uncomment the following line to provide one.
7315     # user_value 0 0
7316     # value_source default
7317     # Default value: 0 0
7318 };
7319
7320 # <
7321 # Assertions implementation header
7322 #
7323 cdl_option CYGBLD_ISO_ASSERT_HEADER {
7324     # Flavor: booldata
7325     # No user value, uncomment the following line to provide one.
7326     # user_value 0 0
7327     # value_source default
7328     # Default value: 0 0
7329 };
7330
7331 # POSIX file control
7332 # This covers the POSIX file control definitions,
7333 # normally found in <fcntl.h>
7334 #
7335 cdl_component CYGPKG_ISO_POSIX_FCNTL {
7336     # There is no associated value.
7337 };
7338
7339 # >
7340 # POSIX open flags implementation header
7341 #
7342 cdl_option CYGBLD_ISO_OFLAG_HEADER {
7343     # Flavor: booldata
7344     # No user value, uncomment the following line to provide one.
7345     # user_value 0 0
7346     # value_source default
7347     # Default value: 0 0
7348 };
7349
7350 # POSIX fcntl() implementations
7351 #
7352 cdl_interface CYGINT_ISO_FCNTL {
7353     # No options implement this inferface
7354     # This value cannot be modified here.
7355     # Flavor: data
7356     # Current_value: 0
7357     # Requires:  1 >= CYGINT_ISO_FCNTL 
7358     #     CYGINT_ISO_FCNTL == 0
7359     #   --> 1
7360
7361     # The following properties are affected by this value
7362     # interface CYGINT_ISO_FCNTL
7363     #     Requires:  1 >= CYGINT_ISO_FCNTL 
7364 };
7365
7366 # POSIX fcntl() implementation header
7367 #
7368 cdl_option CYGBLD_ISO_FCNTL_HEADER {
7369     # Flavor: booldata
7370     # No user value, uncomment the following line to provide one.
7371     # user_value 0 0
7372     # value_source default
7373     # Default value: 0 0
7374 };
7375
7376 # POSIX file open implementations
7377 #
7378 cdl_interface CYGINT_ISO_OPEN {
7379     # No options implement this inferface
7380     # This value cannot be modified here.
7381     # Flavor: data
7382     # Current_value: 0
7383     # Requires:  1 >= CYGINT_ISO_OPEN 
7384     #     CYGINT_ISO_OPEN == 0
7385     #   --> 1
7386
7387     # The following properties are affected by this value
7388     # interface CYGINT_ISO_OPEN
7389     #     Requires:  1 >= CYGINT_ISO_OPEN 
7390 };
7391
7392 # POSIX file open implementation header
7393 #
7394 cdl_option CYGBLD_ISO_OPEN_HEADER {
7395     # Flavor: booldata
7396     # No user value, uncomment the following line to provide one.
7397     # user_value 0 0
7398     # value_source default
7399     # Default value: 0 0
7400 };
7401
7402 # <
7403 # <sys/stat.h> definitions implementation header
7404 #
7405 cdl_option CYGBLD_ISO_STAT_DEFS_HEADER {
7406     # Flavor: booldata
7407     # No user value, uncomment the following line to provide one.
7408     # user_value 0 0
7409     # value_source default
7410     # Default value: 0 0
7411 };
7412
7413 # POSIX directory reading implementation
7414 #
7415 cdl_interface CYGINT_ISO_DIRENT {
7416     # No options implement this inferface
7417     # This value cannot be modified here.
7418     # Flavor: data
7419     # Current_value: 0
7420     # Requires:  1 >= CYGINT_ISO_DIRENT 
7421     #     CYGINT_ISO_DIRENT == 0
7422     #   --> 1
7423
7424     # The following properties are affected by this value
7425     # interface CYGINT_ISO_DIRENT
7426     #     Requires:  1 >= CYGINT_ISO_DIRENT 
7427 };
7428
7429 # <dirent.h> definitions implementation header
7430 #
7431 cdl_option CYGBLD_ISO_DIRENT_HEADER {
7432     # Flavor: booldata
7433     # No user value, uncomment the following line to provide one.
7434     # user_value 0 0
7435     # value_source default
7436     # Default value: 0 0
7437 };
7438
7439 # POSIX <sys/types.h> contents
7440 # This covers the types required by POSIX to be in
7441 # <sys/types.h>
7442 #
7443 cdl_component CYGPKG_ISO_POSIX_TYPES {
7444     # There is no associated value.
7445 };
7446
7447 # >
7448 # POSIX thread types implementations
7449 #
7450 cdl_interface CYGINT_ISO_PTHREADTYPES {
7451     # No options implement this inferface
7452     # This value cannot be modified here.
7453     # Flavor: data
7454     # Current_value: 0
7455     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
7456     #     CYGINT_ISO_PTHREADTYPES == 0
7457     #   --> 1
7458
7459     # The following properties are affected by this value
7460     # interface CYGINT_ISO_PTHREADTYPES
7461     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
7462     # interface CYGINT_ISO_PMUTEXTYPES
7463     #     Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
7464 };
7465
7466 # POSIX thread types implementation header
7467 #
7468 cdl_option CYGBLD_ISO_PTHREADTYPES_HEADER {
7469     # Flavor: booldata
7470     # No user value, uncomment the following line to provide one.
7471     # user_value 0 0
7472     # value_source default
7473     # Default value: 0 0
7474 };
7475
7476 # POSIX mutex types implementations
7477 #
7478 cdl_interface CYGINT_ISO_PMUTEXTYPES {
7479     # No options implement this inferface
7480     # This value cannot be modified here.
7481     # Flavor: data
7482     # Current_value: 0
7483     # Requires:  1 >= CYGINT_ISO_PTHREADTYPES 
7484     #     CYGINT_ISO_PTHREADTYPES == 0
7485     #   --> 1
7486 };
7487
7488 # POSIX mutex types implementation header
7489 #
7490 cdl_option CYGBLD_ISO_PMUTEXTYPES_HEADER {
7491     # Flavor: booldata
7492     # No user value, uncomment the following line to provide one.
7493     # user_value 0 0
7494     # value_source default
7495     # Default value: 0 0
7496 };
7497
7498 # ssize_t implementation header
7499 #
7500 cdl_option CYGBLD_ISO_SSIZE_T_HEADER {
7501     # Flavor: booldata
7502     # No user value, uncomment the following line to provide one.
7503     # user_value 0 0
7504     # value_source default
7505     # Default value: 0 0
7506 };
7507
7508 # Filesystem types implementation header
7509 #
7510 cdl_option CYGBLD_ISO_FSTYPES_HEADER {
7511     # Flavor: booldata
7512     # No user value, uncomment the following line to provide one.
7513     # user_value 0 0
7514     # value_source default
7515     # Default value: 0 0
7516 };
7517
7518 # gid_t, pid_t, uid_t implementation header
7519 #
7520 cdl_option CYGBLD_ISO_SCHEDTYPES_HEADER {
7521     # Flavor: booldata
7522     # No user value, uncomment the following line to provide one.
7523     # user_value 0 0
7524     # value_source default
7525     # Default value: 0 0
7526 };
7527
7528 # <
7529 # Non-POSIX <sys/types.h> contents
7530 # This covers the extra types required by non-POSIX
7531 # packages to be in <sys/types.h>. These would normally
7532 # only be visible if _POSIX_SOURCE is not defined.
7533 #
7534 cdl_component CYGPKG_ISO_EXTRA_TYPES {
7535     # There is no associated value.
7536 };
7537
7538 # >
7539 # BSD compatible types
7540 #
7541 cdl_interface CYGINT_ISO_BSDTYPES {
7542     # No options implement this inferface
7543     # This value cannot be modified here.
7544     # Flavor: data
7545     # Current_value: 0
7546     # Requires:  1 >= CYGINT_ISO_BSDTYPES 
7547     #     CYGINT_ISO_BSDTYPES == 0
7548     #   --> 1
7549
7550     # The following properties are affected by this value
7551     # interface CYGINT_ISO_BSDTYPES
7552     #     Requires:  1 >= CYGINT_ISO_BSDTYPES 
7553 };
7554
7555 # BSD types header
7556 #
7557 cdl_option CYGBLD_ISO_BSDTYPES_HEADER {
7558     # Flavor: booldata
7559     # No user value, uncomment the following line to provide one.
7560     # user_value 0 0
7561     # value_source default
7562     # Default value: 0 0
7563 };
7564
7565 # <
7566 # Utsname structure
7567 #
7568 cdl_component CYGPKG_ISO_UTSNAME {
7569     # There is no associated value.
7570 };
7571
7572 # >
7573 # Utsname header
7574 #
7575 cdl_option CYGBLD_ISO_UTSNAME_HEADER {
7576     # Flavor: booldata
7577     # No user value, uncomment the following line to provide one.
7578     # user_value 0 0
7579     # value_source default
7580     # Default value: 0 0
7581 };
7582
7583 # <
7584 # POSIX scheduler
7585 #
7586 cdl_component CYGPKG_ISO_SCHED {
7587     # There is no associated value.
7588 };
7589
7590 # >
7591 # POSIX scheduler implementations
7592 #
7593 cdl_interface CYGINT_ISO_SCHED_IMPL {
7594     # No options implement this inferface
7595     # This value cannot be modified here.
7596     # Flavor: data
7597     # Current_value: 0
7598     # Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
7599     #     CYGINT_ISO_SCHED_IMPL == 0
7600     #   --> 1
7601
7602     # The following properties are affected by this value
7603     # interface CYGINT_ISO_SCHED_IMPL
7604     #     Requires:  1 >= CYGINT_ISO_SCHED_IMPL 
7605 };
7606
7607 # POSIX scheduler implementation header
7608 #
7609 cdl_option CYGBLD_ISO_SCHED_IMPL_HEADER {
7610     # Flavor: booldata
7611     # No user value, uncomment the following line to provide one.
7612     # user_value 0 0
7613     # value_source default
7614     # Default value: 0 0
7615 };
7616
7617 # <
7618 # POSIX semaphores
7619 #
7620 cdl_component CYGPKG_ISO_SEMAPHORES {
7621     # There is no associated value.
7622 };
7623
7624 # >
7625 # POSIX semaphore implementations
7626 #
7627 cdl_interface CYGINT_ISO_SEMAPHORES {
7628     # No options implement this inferface
7629     # This value cannot be modified here.
7630     # Flavor: data
7631     # Current_value: 0
7632     # Requires:  1 >= CYGINT_ISO_SEMAPHORES 
7633     #     CYGINT_ISO_SEMAPHORES == 0
7634     #   --> 1
7635
7636     # The following properties are affected by this value
7637     # interface CYGINT_ISO_SEMAPHORES
7638     #     Requires:  1 >= CYGINT_ISO_SEMAPHORES 
7639 };
7640
7641 # POSIX semaphore implementation header
7642 #
7643 cdl_option CYGBLD_ISO_SEMAPHORES_HEADER {
7644     # Flavor: booldata
7645     # No user value, uncomment the following line to provide one.
7646     # user_value 0 0
7647     # value_source default
7648     # Default value: 0 0
7649 };
7650
7651 # <
7652 # POSIX message queues
7653 #
7654 cdl_component CYGPKG_ISO_MQUEUE {
7655     # There is no associated value.
7656 };
7657
7658 # >
7659 # Implementations
7660 #
7661 cdl_interface CYGINT_ISO_MQUEUE {
7662     # No options implement this inferface
7663     # This value cannot be modified here.
7664     # Flavor: data
7665     # Current_value: 0
7666     # Requires:  1 >= CYGINT_ISO_MQUEUE 
7667     #     CYGINT_ISO_MQUEUE == 0
7668     #   --> 1
7669
7670     # The following properties are affected by this value
7671     # interface CYGINT_ISO_MQUEUE
7672     #     Requires:  1 >= CYGINT_ISO_MQUEUE 
7673     # option CYGNUM_ISO_MQUEUE_OPEN_MAX
7674     #     ActiveIf: CYGINT_ISO_MQUEUE
7675     # option CYGNUM_ISO_MQUEUE_PRIO_MAX
7676     #     ActiveIf: CYGINT_ISO_MQUEUE
7677 };
7678
7679 # Implementation header
7680 #
7681 cdl_option CYGBLD_ISO_MQUEUE_HEADER {
7682     # Flavor: booldata
7683     # No user value, uncomment the following line to provide one.
7684     # user_value 0 0
7685     # value_source default
7686     # Default value: 0 0
7687 };
7688
7689 # Maximum number of open message queues
7690 #
7691 cdl_option CYGNUM_ISO_MQUEUE_OPEN_MAX {
7692     # This option is not active
7693     # ActiveIf constraint: CYGINT_ISO_MQUEUE
7694     #     CYGINT_ISO_MQUEUE == 0
7695     #   --> 0
7696
7697     # Flavor: booldata
7698     # No user value, uncomment the following line to provide one.
7699     # user_value 0 0
7700     # value_source default
7701     # Default value:  CYGNUM_POSIX_MQUEUE_OPEN_MAX > 0 ? CYGNUM_POSIX_MQUEUE_OPEN_MAX : 0 
7702     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
7703     #     CYGNUM_POSIX_MQUEUE_OPEN_MAX (unknown) == 0
7704     #   --> 0 0
7705 };
7706
7707 # Maximum number of message priorities
7708 #
7709 cdl_option CYGNUM_ISO_MQUEUE_PRIO_MAX {
7710     # This option is not active
7711     # ActiveIf constraint: CYGINT_ISO_MQUEUE
7712     #     CYGINT_ISO_MQUEUE == 0
7713     #   --> 0
7714
7715     # Flavor: booldata
7716     # No user value, uncomment the following line to provide one.
7717     # user_value 1 65535
7718     # value_source default
7719     # Default value: 1 65535
7720 };
7721
7722 # <
7723 # POSIX threads
7724 #
7725 cdl_component CYGPKG_ISO_PTHREAD {
7726     # There is no associated value.
7727 };
7728
7729 # >
7730 # POSIX pthread implementations
7731 #
7732 cdl_interface CYGINT_ISO_PTHREAD_IMPL {
7733     # No options implement this inferface
7734     # This value cannot be modified here.
7735     # Flavor: booldata
7736     # Current value: 0 0
7737     # Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
7738     #     CYGINT_ISO_PTHREAD_IMPL == 0
7739     #   --> 1
7740
7741     # The following properties are affected by this value
7742     # interface CYGINT_ISO_PTHREAD_IMPL
7743     #     Requires:  1 >= CYGINT_ISO_PTHREAD_IMPL 
7744 };
7745
7746 # POSIX pthread implementation header
7747 #
7748 cdl_option CYGBLD_ISO_PTHREAD_IMPL_HEADER {
7749     # Flavor: booldata
7750     # No user value, uncomment the following line to provide one.
7751     # user_value 0 0
7752     # value_source default
7753     # Default value: 0 0
7754 };
7755
7756 # POSIX mutex/cond var implementations
7757 #
7758 cdl_interface CYGINT_ISO_PTHREAD_MUTEX {
7759     # No options implement this inferface
7760     # This value cannot be modified here.
7761     # Flavor: booldata
7762     # Current value: 0 0
7763     # Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
7764     #     CYGINT_ISO_PTHREAD_MUTEX == 0
7765     #   --> 1
7766
7767     # The following properties are affected by this value
7768     # interface CYGINT_ISO_PTHREAD_MUTEX
7769     #     Requires:  1 >= CYGINT_ISO_PTHREAD_MUTEX 
7770 };
7771
7772 # POSIX mutex/cond var implementation header
7773 #
7774 cdl_option CYGBLD_ISO_PTHREAD_MUTEX_HEADER {
7775     # Flavor: booldata
7776     # No user value, uncomment the following line to provide one.
7777     # user_value 0 0
7778     # value_source default
7779     # Default value: 0 0
7780 };
7781
7782 # <
7783 # Limits
7784 #
7785 cdl_component CYGPKG_ISO_LIMITS {
7786     # There is no associated value.
7787 };
7788
7789 # >
7790 # POSIX pthread limits implementations
7791 #
7792 cdl_interface CYGINT_ISO_POSIX_LIMITS {
7793     # No options implement this inferface
7794     # This value cannot be modified here.
7795     # Flavor: data
7796     # Current_value: 0
7797     # Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
7798     #     CYGINT_ISO_POSIX_LIMITS == 0
7799     #   --> 1
7800
7801     # The following properties are affected by this value
7802     # interface CYGINT_ISO_POSIX_LIMITS
7803     #     Requires:  1 >= CYGINT_ISO_POSIX_LIMITS 
7804 };
7805
7806 # POSIX pthread limits implementation header
7807 #
7808 cdl_option CYGBLD_ISO_POSIX_LIMITS_HEADER {
7809     # Flavor: booldata
7810     # No user value, uncomment the following line to provide one.
7811     # user_value 0 0
7812     # value_source default
7813     # Default value: 0 0
7814 };
7815
7816 # OPEN_MAX implementation header
7817 #
7818 cdl_option CYGBLD_ISO_OPEN_MAX_HEADER {
7819     # Flavor: booldata
7820     # No user value, uncomment the following line to provide one.
7821     # user_value 0 0
7822     # value_source default
7823     # Default value: 0 0
7824 };
7825
7826 # LINK_MAX implementation header
7827 #
7828 cdl_option CYGBLD_ISO_LINK_MAX_HEADER {
7829     # Flavor: booldata
7830     # No user value, uncomment the following line to provide one.
7831     # user_value 0 0
7832     # value_source default
7833     # Default value: 0 0
7834 };
7835
7836 # NAME_MAX implementation header
7837 #
7838 cdl_option CYGBLD_ISO_NAME_MAX_HEADER {
7839     # Flavor: booldata
7840     # No user value, uncomment the following line to provide one.
7841     # user_value 0 0
7842     # value_source default
7843     # Default value: 0 0
7844 };
7845
7846 # PATH_MAX implementation header
7847 #
7848 cdl_option CYGBLD_ISO_PATH_MAX_HEADER {
7849     # Flavor: booldata
7850     # No user value, uncomment the following line to provide one.
7851     # user_value 0 0
7852     # value_source default
7853     # Default value: 0 0
7854 };
7855
7856 # <
7857 # POSIX termios
7858 #
7859 cdl_component CYGPKG_ISO_TERMIOS {
7860     # There is no associated value.
7861 };
7862
7863 # >
7864 # POSIX termios implementations
7865 #
7866 cdl_interface CYGINT_ISO_TERMIOS {
7867     # No options implement this inferface
7868     # This value cannot be modified here.
7869     # Flavor: data
7870     # Current_value: 0
7871     # Requires:  1 >= CYGINT_ISO_TERMIOS 
7872     #     CYGINT_ISO_TERMIOS == 0
7873     #   --> 1
7874
7875     # The following properties are affected by this value
7876     # interface CYGINT_ISO_TERMIOS
7877     #     Requires:  1 >= CYGINT_ISO_TERMIOS 
7878 };
7879
7880 # POSIX termios implementation header
7881 #
7882 cdl_option CYGBLD_ISO_TERMIOS_HEADER {
7883     # Flavor: booldata
7884     # No user value, uncomment the following line to provide one.
7885     # user_value 0 0
7886     # value_source default
7887     # Default value: 0 0
7888 };
7889
7890 # <
7891 # Dynamic load API
7892 #
7893 cdl_component CYGPKG_ISO_DLFCN {
7894     # There is no associated value.
7895 };
7896
7897 # >
7898 # Dynamic load implementations
7899 #
7900 cdl_interface CYGINT_ISO_DLFCN {
7901     # No options implement this inferface
7902     # This value cannot be modified here.
7903     # Flavor: data
7904     # Current_value: 0
7905     # Requires:  1 >= CYGINT_ISO_DLFCN 
7906     #     CYGINT_ISO_DLFCN == 0
7907     #   --> 1
7908
7909     # The following properties are affected by this value
7910     # interface CYGINT_ISO_DLFCN
7911     #     Requires:  1 >= CYGINT_ISO_DLFCN 
7912 };
7913
7914 # Dynamic load implementation header
7915 #
7916 cdl_option CYGBLD_ISO_DLFCN_HEADER {
7917     # Flavor: booldata
7918     # No user value, uncomment the following line to provide one.
7919     # user_value 0 0
7920     # value_source default
7921     # Default value: 0 0
7922 };
7923
7924 # <
7925 # UNIX standard functions
7926 #
7927 cdl_component CYGPKG_ISO_UNISTD {
7928     # There is no associated value.
7929 };
7930
7931 # >
7932 # POSIX timer operations implementations
7933 #
7934 cdl_interface CYGINT_ISO_POSIX_TIMER_OPS {
7935     # No options implement this inferface
7936     # This value cannot be modified here.
7937     # Flavor: booldata
7938     # Current value: 0 0
7939     # Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
7940     #     CYGINT_ISO_POSIX_TIMER_OPS == 0
7941     #   --> 1
7942
7943     # The following properties are affected by this value
7944     # interface CYGINT_ISO_POSIX_TIMER_OPS
7945     #     Requires:  1 >= CYGINT_ISO_POSIX_TIMER_OPS 
7946 };
7947
7948 # POSIX timer operations implementation header
7949 #
7950 cdl_option CYGBLD_ISO_POSIX_TIMER_OPS_HEADER {
7951     # Flavor: booldata
7952     # No user value, uncomment the following line to provide one.
7953     # user_value 0 0
7954     # value_source default
7955     # Default value: 0 0
7956 };
7957
7958 # POSIX sleep() implementations
7959 #
7960 cdl_interface CYGINT_ISO_POSIX_SLEEP {
7961     # No options implement this inferface
7962     # This value cannot be modified here.
7963     # Flavor: booldata
7964     # Current value: 0 0
7965     # Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
7966     #     CYGINT_ISO_POSIX_SLEEP == 0
7967     #   --> 1
7968
7969     # The following properties are affected by this value
7970     # interface CYGINT_ISO_POSIX_SLEEP
7971     #     Requires:  1 >= CYGINT_ISO_POSIX_SLEEP 
7972 };
7973
7974 # POSIX sleep() implementation header
7975 #
7976 cdl_option CYGBLD_ISO_POSIX_SLEEP_HEADER {
7977     # Flavor: booldata
7978     # No user value, uncomment the following line to provide one.
7979     # user_value 0 0
7980     # value_source default
7981     # Default value: 0 0
7982 };
7983
7984 # <
7985 # select()/poll() functions
7986 #
7987 cdl_component CYGPKG_ISO_SELECT {
7988     # There is no associated value.
7989 };
7990
7991 # >
7992 # select() implementations
7993 #
7994 cdl_interface CYGINT_ISO_SELECT {
7995     # No options implement this inferface
7996     # This value cannot be modified here.
7997     # Flavor: booldata
7998     # Current value: 0 0
7999     # Requires:  1 >= CYGINT_ISO_SELECT 
8000     #     CYGINT_ISO_SELECT == 0
8001     #   --> 1
8002
8003     # The following properties are affected by this value
8004     # interface CYGINT_ISO_SELECT
8005     #     Requires:  1 >= CYGINT_ISO_SELECT 
8006 };
8007
8008 # select() implementation header
8009 #
8010 cdl_option CYGBLD_ISO_SELECT_HEADER {
8011     # Flavor: booldata
8012     # No user value, uncomment the following line to provide one.
8013     # user_value 0 0
8014     # value_source default
8015     # Default value: 0 0
8016 };
8017
8018 # poll() implementations
8019 #
8020 cdl_interface CYGINT_ISO_POLL {
8021     # No options implement this inferface
8022     # This value cannot be modified here.
8023     # Flavor: booldata
8024     # Current value: 0 0
8025     # Requires:  1 >= CYGINT_ISO_POLL 
8026     #     CYGINT_ISO_POLL == 0
8027     #   --> 1
8028
8029     # The following properties are affected by this value
8030     # interface CYGINT_ISO_POLL
8031     #     Requires:  1 >= CYGINT_ISO_POLL 
8032 };
8033
8034 # poll() implementation header
8035 #
8036 cdl_option CYGBLD_ISO_POLL_HEADER {
8037     # Flavor: booldata
8038     # No user value, uncomment the following line to provide one.
8039     # user_value 0 0
8040     # value_source default
8041     # Default value: 0 0
8042 };
8043
8044 # <
8045 # NetDB utility functions
8046 #
8047 cdl_component CYGPKG_ISO_NETDB {
8048     # There is no associated value.
8049 };
8050
8051 # >
8052 # DNS implementations
8053 #
8054 cdl_interface CYGINT_ISO_DNS {
8055     # No options implement this inferface
8056     # This value cannot be modified here.
8057     # Flavor: bool
8058     # Current value: 0
8059     # Requires:  1 >= CYGINT_ISO_DNS 
8060     #     CYGINT_ISO_DNS == 0
8061     #   --> 1
8062
8063     # The following properties are affected by this value
8064     # interface CYGINT_ISO_DNS
8065     #     Requires:  1 >= CYGINT_ISO_DNS 
8066 };
8067
8068 # DNS implementation header
8069 #
8070 cdl_option CYGBLD_ISO_DNS_HEADER {
8071     # Flavor: booldata
8072     # No user value, uncomment the following line to provide one.
8073     # user_value 0 0
8074     # value_source default
8075     # Default value: 0 0
8076 };
8077
8078 # Protocol network database implementations
8079 #
8080 cdl_interface CYGINT_ISO_NETDB_PROTO {
8081     # No options implement this inferface
8082     # This value cannot be modified here.
8083     # Flavor: bool
8084     # Current value: 0
8085     # Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8086     #     CYGINT_ISO_NETDB_PROTO == 0
8087     #   --> 1
8088
8089     # The following properties are affected by this value
8090     # interface CYGINT_ISO_NETDB_PROTO
8091     #     Requires:  1 >= CYGINT_ISO_NETDB_PROTO 
8092 };
8093
8094 # Protocol network database implementation header
8095 #
8096 cdl_option CYGBLD_ISO_NETDB_PROTO_HEADER {
8097     # Flavor: booldata
8098     # No user value, uncomment the following line to provide one.
8099     # user_value 0 0
8100     # value_source default
8101     # Default value: 0 0
8102 };
8103
8104 # Services network database implementations
8105 #
8106 cdl_interface CYGINT_ISO_NETDB_SERV {
8107     # No options implement this inferface
8108     # This value cannot be modified here.
8109     # Flavor: bool
8110     # Current value: 0
8111     # Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8112     #     CYGINT_ISO_NETDB_SERV == 0
8113     #   --> 1
8114
8115     # The following properties are affected by this value
8116     # interface CYGINT_ISO_NETDB_SERV
8117     #     Requires:  1 >= CYGINT_ISO_NETDB_SERV 
8118 };
8119
8120 # Services network database implementation header
8121 #
8122 cdl_option CYGBLD_ISO_NETDB_SERV_HEADER {
8123     # Flavor: booldata
8124     # No user value, uncomment the following line to provide one.
8125     # user_value 0 0
8126     # value_source default
8127     # Default value: 0 0
8128 };
8129
8130 # <
8131 # Build options
8132 # Package specific build options including control over
8133 # compiler flags used only in building this package,
8134 # and details of which tests are built.
8135 #
8136 cdl_component CYGPKG_ISOINFRA_OPTIONS {
8137     # There is no associated value.
8138 };
8139
8140 # >
8141 # Additional compiler flags
8142 # This option modifies the set of compiler flags for
8143 # building the ISO C and POSIX infrastructure package.
8144 # These flags are used in addition to the set of global flags.
8145 #
8146 cdl_option CYGPKG_ISOINFRA_CFLAGS_ADD {
8147     # Flavor: data
8148     # No user value, uncomment the following line to provide one.
8149     # user_value ""
8150     # value_source default
8151     # Default value: ""
8152 };
8153
8154 # Suppressed compiler flags
8155 # This option modifies the set of compiler flags for
8156 # building the ISO C and POSIX infrastructure package.
8157 # These flags are removed from the set of global flags
8158 # if present.
8159 #
8160 cdl_option CYGPKG_ISOINFRA_CFLAGS_REMOVE {
8161     # Flavor: data
8162     # No user value, uncomment the following line to provide one.
8163     # user_value ""
8164     # value_source default
8165     # Default value: ""
8166 };
8167
8168 # <
8169 # <
8170 # Compute CRCs
8171 # doc: ref/services-crc.html
8172 # This package provides support for CRC calculation. Currently 
8173 # this is the POSIX 1003 defined CRC algorithm, a 32 CRC by 
8174 # Gary S. Brown, and a 16 bit CRC.
8175 #
8176 cdl_package CYGPKG_CRC {
8177     # Packages cannot be added or removed, nor can their version be changed,
8178     # simply by editing their value. Instead the appropriate configuration
8179     # should be used to perform these actions.
8180
8181     # This value cannot be modified here.
8182     # Flavor: booldata
8183     # Current value: 1 current
8184
8185     # The following properties are affected by this value
8186     # package CYGPKG_COMPRESS_ZLIB
8187     #     Requires: CYGPKG_CRC
8188 };
8189
8190 # >
8191 # POSIX CRC tests
8192 #
8193 cdl_option CYGPKG_CRC_TESTS {
8194     # Calculated value:  "tests/crc_test" 
8195     # Flavor: data
8196     # Current_value: tests/crc_test
8197 };
8198
8199 # <
8200 # Zlib compress and decompress package
8201 # This package provides support for compression and
8202 # decompression.
8203 #
8204 cdl_package CYGPKG_COMPRESS_ZLIB {
8205     # Packages cannot be added or removed, nor can their version be changed,
8206     # simply by editing their value. Instead the appropriate configuration
8207     # should be used to perform these actions.
8208
8209     # This value cannot be modified here.
8210     # Flavor: booldata
8211     # Current value: 1 current
8212     # Requires: CYGPKG_ISOINFRA
8213     #     CYGPKG_ISOINFRA == current
8214     #   --> 1
8215     # Requires: CYGPKG_CRC
8216     #     CYGPKG_CRC == current
8217     #   --> 1
8218
8219     # The following properties are affected by this value
8220     # component CYGBLD_BUILD_REDBOOT_WITH_ZLIB
8221     #     ActiveIf: CYGPKG_COMPRESS_ZLIB
8222 };
8223
8224 # >
8225 # Override memory allocation routines.
8226 #
8227 cdl_interface CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC {
8228     # Implemented by CYGBLD_BUILD_REDBOOT_WITH_ZLIB, active, enabled
8229     # This value cannot be modified here.
8230     # Flavor: data
8231     # Current_value: 1
8232
8233     # The following properties are affected by this value
8234     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
8235     #     ActiveIf:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8236 };
8237
8238 # Should deflate() produce 'gzip' compatible output?
8239 # If this option is set then the output of calling deflate()
8240 # will be wrapped up as a 'gzip' compatible file.
8241 #
8242 cdl_option CYGSEM_COMPRESS_ZLIB_DEFLATE_MAKES_GZIP {
8243     # Flavor: bool
8244     # No user value, uncomment the following line to provide one.
8245     # user_value 1
8246     # value_source default
8247     # Default value: 1
8248 };
8249
8250 # Does this library need malloc?
8251 # This pseudo-option will force the memalloc library to be
8252 # required iff the application does not provide it's own
8253 # infrastructure.
8254 #
8255 cdl_option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC {
8256     # This option is not active
8257     # ActiveIf constraint:  CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 0 
8258     #     CYGINT_COMPRESS_ZLIB_LOCAL_ALLOC == 1
8259     #   --> 0
8260
8261     # Flavor: bool
8262     # No user value, uncomment the following line to provide one.
8263     # user_value 1
8264     # value_source default
8265     # Default value: 1
8266     # Requires: CYGPKG_MEMALLOC
8267     #     CYGPKG_MEMALLOC == current
8268     #   --> 1
8269 };
8270
8271 # Include stdio-like utility functions
8272 # This option enables the stdio-like zlib utility functions
8273 # (gzread/gzwrite and friends) provided in gzio.c.
8274 #
8275 cdl_option CYGFUN_COMPRESS_ZLIB_GZIO {
8276     # Flavor: bool
8277     # No user value, uncomment the following line to provide one.
8278     # user_value 0
8279     # value_source default
8280     # Default value:  CYGPKG_LIBC_STDIO_OPEN ? 1 : 0 
8281     #     CYGPKG_LIBC_STDIO_OPEN (unknown) == 0
8282     #   --> 0
8283     # Requires: CYGINT_ISO_STDIO_FILEPOS
8284     #     CYGINT_ISO_STDIO_FILEPOS == 0
8285     #   --> 0
8286     # Requires: CYGINT_ISO_STRING_STRFUNCS
8287     #     CYGINT_ISO_STRING_STRFUNCS == 1
8288     #   --> 1
8289     # Requires: CYGINT_ISO_STDIO_FORMATTED_IO
8290     #     CYGINT_ISO_STDIO_FORMATTED_IO == 0
8291     #   --> 0
8292     # Requires: CYGINT_ISO_STDIO_FILEACCESS
8293     #     CYGINT_ISO_STDIO_FILEACCESS == 0
8294     #   --> 0
8295 };
8296
8297 # Zlib compress and decompress package build options
8298 # Package specific build options including control over
8299 # compiler flags used only in building this package,
8300 # and details of which tests are built.
8301 #
8302 cdl_component CYGPKG_COMPRESS_ZLIB_OPTIONS {
8303     # There is no associated value.
8304 };
8305
8306 # >
8307 # Additional compiler flags
8308 # This option modifies the set of compiler flags for
8309 # building this package. These flags are used in addition
8310 # to the set of global flags.
8311 #
8312 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_ADD {
8313     # Flavor: data
8314     # No user value, uncomment the following line to provide one.
8315     # user_value "-D__ECOS__ -DNO_ERRNO_H"
8316     # value_source default
8317     # Default value: "-D__ECOS__ -DNO_ERRNO_H"
8318 };
8319
8320 # Suppressed compiler flags
8321 # This option modifies the set of compiler flags for
8322 # building this package. These flags are removed from
8323 # the set of global flags if present.
8324 #
8325 cdl_option CYGPKG_COMPRESS_ZLIB_CFLAGS_REMOVE {
8326     # Flavor: data
8327     # No user value, uncomment the following line to provide one.
8328     # user_value -Wstrict-prototypes
8329     # value_source default
8330     # Default value: -Wstrict-prototypes
8331 };
8332
8333 # Additional compiler flags
8334 # This option modifies the set of compiler flags for
8335 # building this package. These flags are used in addition
8336 # to the set of global flags.
8337 #
8338 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_ADD {
8339     # Flavor: data
8340     # No user value, uncomment the following line to provide one.
8341     # user_value ""
8342     # value_source default
8343     # Default value: ""
8344 };
8345
8346 # Suppressed compiler flags
8347 # This option modifies the set of compiler flags for
8348 # building this package. These flags are removed from
8349 # the set of global flags if present.
8350 #
8351 cdl_option CYGPKG_COMPRESS_ZLIB_LDFLAGS_REMOVE {
8352     # Flavor: data
8353     # No user value, uncomment the following line to provide one.
8354     # user_value ""
8355     # value_source default
8356     # Default value: ""
8357 };
8358
8359 # <
8360 # zlib tests
8361 #
8362 cdl_option CYGPKG_COMPRESS_ZLIB_TESTS {
8363     # Calculated value:  "tests/zlib1.c tests/zlib2.c" 
8364     # Flavor: data
8365     # Current_value: tests/zlib1.c tests/zlib2.c
8366 };
8367
8368 # <
8369 # FLASH device drivers
8370 # doc: ref/flash.html
8371 # This option enables drivers for basic I/O services on
8372 # flash devices.
8373 #
8374 cdl_package CYGPKG_IO_FLASH {
8375     # Packages cannot be added or removed, nor can their version be changed,
8376     # simply by editing their value. Instead the appropriate configuration
8377     # should be used to perform these actions.
8378
8379     # This value cannot be modified here.
8380     # Flavor: booldata
8381     # Current value: 1 current
8382     # Requires: CYGPKG_ISOINFRA
8383     #     CYGPKG_ISOINFRA == current
8384     #   --> 1
8385     # Requires: CYGINT_ISO_STRING_STRFUNCS
8386     #     CYGINT_ISO_STRING_STRFUNCS == 1
8387     #   --> 1
8388
8389     # The following properties are affected by this value
8390     # component CYGSEM_REDBOOT_FLASH_CONFIG
8391     #     DefaultValue:  CYGPKG_IO_FLASH != 0 
8392     # package CYGPKG_DEVS_FLASH_ONMXC
8393     #     ActiveIf: CYGPKG_IO_FLASH
8394 };
8395
8396 # >
8397 # Hardware FLASH device drivers
8398 # This option enables the hardware device drivers
8399 # for the current platform.
8400 #
8401 cdl_interface CYGHWR_IO_FLASH_DEVICE {
8402     # Implemented by CYGPKG_DEVS_FLASH_ONMXC, active, enabled
8403     # This value cannot be modified here.
8404     # Flavor: data
8405     # Current_value: 1
8406
8407     # The following properties are affected by this value
8408     # component CYGPKG_REDBOOT_FLASH
8409     #     ActiveIf: CYGHWR_IO_FLASH_DEVICE
8410 };
8411
8412 # Hardware FLASH device drivers are not in RAM
8413 # Use of this interface is deprecated.
8414 # Drivers should make sure that the functions are
8415 # linked to RAM by putting them in .2ram sections.
8416 #
8417 cdl_interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM {
8418     # No options implement this inferface
8419     # This value cannot be modified here.
8420     # Flavor: booldata
8421     # Current value: 0 0
8422     # Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
8423     #     CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM == 0
8424     #   --> 1
8425
8426     # The following properties are affected by this value
8427     # interface CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
8428     #     Requires: !CYGHWR_IO_FLASH_DEVICE_NOT_IN_RAM
8429 };
8430
8431 # Hardware can support block locking
8432 # This option will be enabled by devices which can support
8433 # locking (write-protection) of individual blocks.
8434 #
8435 cdl_interface CYGHWR_IO_FLASH_BLOCK_LOCKING {
8436     # No options implement this inferface
8437     # This value cannot be modified here.
8438     # Flavor: booldata
8439     # Current value: 0 0
8440
8441     # The following properties are affected by this value
8442     # option CYGSEM_REDBOOT_FLASH_LOCK_SPECIAL
8443     #     ActiveIf:  CYGHWR_IO_FLASH_BLOCK_LOCKING != 0 
8444 };
8445
8446 # Hardware cannot support direct access to FLASH memory
8447 # This option will be asserted by devices which cannot support
8448 # direct access to the FLASH memory contents (e.g. EEPROM or NAND
8449 # devices).  In these cases, the driver must provide an appropriate
8450 # hardware access function.
8451 #
8452 cdl_option CYGSEM_IO_FLASH_READ_INDIRECT {
8453     # Flavor: bool
8454     user_value 1
8455     # value_source user
8456     # Default value: 0
8457     # Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
8458     #     CYGSEM_IO_FLASH_VERIFY_PROGRAM == 0
8459     #   --> 1
8460
8461     # The following properties are affected by this value
8462     # option CYGPRI_REDBOOT_ZLIB_FLASH
8463     #     ActiveIf:  (!CYGSEM_IO_FLASH_READ_INDIRECT) || CYGPRI_REDBOOT_ZLIB_FLASH_FORCE 
8464     # component CYGHWR_DEVS_FLASH_MMC
8465     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8466     # option CYGHWR_DEVS_FLASH_MMC_ESDHC
8467     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8468     # option CYGHWR_DEVS_FLASH_MMC_SD
8469     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8470     # option CYGHWR_DEVS_FLASH_MXC_NAND
8471     #     Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8472 };
8473
8474 # Display status messages during flash operations
8475 # Selecting this option will cause the drivers to print status
8476 # messages as various flash operations are undertaken.
8477 #
8478 cdl_option CYGSEM_IO_FLASH_CHATTER {
8479     # Flavor: bool
8480     # No user value, uncomment the following line to provide one.
8481     # user_value 1
8482     # value_source default
8483     # Default value: 1
8484 };
8485
8486 # Verify data programmed to flash
8487 # Selecting this option will cause verification of data
8488 # programmed to flash.
8489 #
8490 cdl_option CYGSEM_IO_FLASH_VERIFY_PROGRAM {
8491     # Flavor: bool
8492     user_value 0
8493     # value_source user
8494     # Default value: 1
8495
8496     # The following properties are affected by this value
8497     # option CYGSEM_IO_FLASH_READ_INDIRECT
8498     #     Requires:  !CYGSEM_IO_FLASH_VERIFY_PROGRAM 
8499 };
8500
8501 # Platform has flash soft DIP switch write-protect
8502 # Selecting this option will cause the state of a hardware jumper or
8503 # dipswitch to be read by software to determine whether the flash is
8504 # write-protected or not.
8505 #
8506 cdl_option CYGSEM_IO_FLASH_SOFT_WRITE_PROTECT {
8507     # Flavor: bool
8508     # No user value, uncomment the following line to provide one.
8509     # user_value 0
8510     # value_source default
8511     # Default value: 0
8512 };
8513
8514 # Instantiate in I/O block device API
8515 # Provides a block device accessible using the standard I/O
8516 # API ( cyg_io_read() etc. )
8517 #
8518 cdl_component CYGPKG_IO_FLASH_BLOCK_DEVICE {
8519     # This option is not active
8520     # ActiveIf constraint: CYGPKG_IO
8521     #     CYGPKG_IO (unknown) == 0
8522     #   --> 0
8523
8524     # Flavor: bool
8525     # No user value, uncomment the following line to provide one.
8526     # user_value 0
8527     # value_source default
8528     # Default value: 0
8529 };
8530
8531 # >
8532 # Name of flash device 1 block device
8533 #
8534 cdl_component CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 {
8535     # This option is not active
8536     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is not active
8537     # The parent CYGPKG_IO_FLASH_BLOCK_DEVICE is disabled
8538
8539     # Flavor: data
8540     # No user value, uncomment the following line to provide one.
8541     # user_value "\"/dev/flash1\""
8542     # value_source default
8543     # Default value: "\"/dev/flash1\""
8544 };
8545
8546 # >
8547 #
8548 cdl_interface CYGINT_IO_FLASH_BLOCK_CFG_1 {
8549     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1, inactive, enabled
8550     # Implemented by CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1, inactive, disabled
8551     # This option is not active
8552     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
8553
8554     # This value cannot be modified here.
8555     # Flavor: data
8556     # Current_value: 0
8557     # Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
8558     #     CYGINT_IO_FLASH_BLOCK_CFG_1 == 0
8559     #   --> 0
8560
8561     # The following properties are affected by this value
8562     # interface CYGINT_IO_FLASH_BLOCK_CFG_1
8563     #     Requires: 1 == CYGINT_IO_FLASH_BLOCK_CFG_1
8564 };
8565
8566 # Static configuration
8567 # This configures the flash device 1 block device
8568 # with static base and length
8569 #
8570 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 {
8571     # This option is not active
8572     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
8573
8574     # Flavor: bool
8575     # No user value, uncomment the following line to provide one.
8576     # user_value 1
8577     # value_source default
8578     # Default value: 1
8579 };
8580
8581 # >
8582 # Start offset from flash base
8583 # This gives the offset from the base of flash which this
8584 # block device corresponds to.
8585 #
8586 cdl_option CYGNUM_IO_FLASH_BLOCK_OFFSET_1 {
8587     # This option is not active
8588     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
8589
8590     # Flavor: data
8591     # No user value, uncomment the following line to provide one.
8592     # user_value 0x00100000
8593     # value_source default
8594     # Default value: 0x00100000
8595 };
8596
8597 # Length
8598 # This gives the length of the region of flash given over
8599 # to this block device.
8600 #
8601 cdl_option CYGNUM_IO_FLASH_BLOCK_LENGTH_1 {
8602     # This option is not active
8603     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_STATIC_1 is not active
8604
8605     # Flavor: data
8606     # No user value, uncomment the following line to provide one.
8607     # user_value 0x00100000
8608     # value_source default
8609     # Default value: 0x00100000
8610 };
8611
8612 # <
8613 # Configuration from FIS
8614 # This configures the flash device 1 block device
8615 # from Redboot FIS
8616 #
8617 cdl_component CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 {
8618     # This option is not active
8619     # The parent CYGDAT_IO_FLASH_BLOCK_DEVICE_NAME_1 is not active
8620
8621     # Flavor: bool
8622     # No user value, uncomment the following line to provide one.
8623     # user_value 0
8624     # value_source default
8625     # Default value: 0
8626 };
8627
8628 # >
8629 # Name of FIS entry
8630 #
8631 cdl_component CYGDAT_IO_FLASH_BLOCK_FIS_NAME_1 {
8632     # This option is not active
8633     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is not active
8634     # The parent CYGNUM_IO_FLASH_BLOCK_CFG_FIS_1 is disabled
8635
8636     # Flavor: data
8637     # No user value, uncomment the following line to provide one.
8638     # user_value "\"jffs2\""
8639     # value_source default
8640     # Default value: "\"jffs2\""
8641 };
8642
8643 # <
8644 # <
8645 # <
8646 # Flash device driver build options
8647 # Package specific build options including control over
8648 # compiler flags used only in building this package,
8649 # and details of which tests are built.
8650 #
8651 cdl_component CYGPKG_IO_FLASH_OPTIONS {
8652     # There is no associated value.
8653 };
8654
8655 # >
8656 # Additional compiler flags
8657 # This option modifies the set of compiler flags for
8658 # building the flash device drivers. These flags are used in addition
8659 # to the set of global flags.
8660 #
8661 cdl_option CYGPKG_IO_FLASH_CFLAGS_ADD {
8662     # Flavor: data
8663     # No user value, uncomment the following line to provide one.
8664     # user_value ""
8665     # value_source default
8666     # Default value: ""
8667 };
8668
8669 # Suppressed compiler flags
8670 # This option modifies the set of compiler flags for
8671 # building the flash device drivers. These flags are removed from
8672 # the set of global flags if present.
8673 #
8674 cdl_option CYGPKG_IO_FLASH_CFLAGS_REMOVE {
8675     # Flavor: data
8676     # No user value, uncomment the following line to provide one.
8677     # user_value ""
8678     # value_source default
8679     # Default value: ""
8680 };
8681
8682 # Flash device driver tests
8683 # This option specifies the set of tests for the flash device drivers.
8684 #
8685 cdl_component CYGPKG_IO_FLASH_TESTS {
8686     # Calculated value:  "tests/flash1" 
8687     # Flavor: data
8688     # Current_value: tests/flash1
8689 };
8690
8691 # >
8692 # Start offset from flash base
8693 # This gives the offset from the base of flash where tests
8694 # can be run.  It is important to set this correctly, as an
8695 # incorrect value could allow the tests to write over critical
8696 # portions of the FLASH device and possibly render the target
8697 # board totally non-functional.
8698 #
8699 cdl_option CYGNUM_IO_FLASH_TEST_OFFSET {
8700     # Flavor: data
8701     # No user value, uncomment the following line to provide one.
8702     # user_value 0x00100000
8703     # value_source default
8704     # Default value: 0x00100000
8705 };
8706
8707 # Length
8708 # This gives the length of the region of flash used for testing.
8709 #
8710 cdl_option CYGNUM_IO_FLASH_TEST_LENGTH {
8711     # Flavor: data
8712     # No user value, uncomment the following line to provide one.
8713     # user_value 0x00100000
8714     # value_source default
8715     # Default value: 0x00100000
8716 };
8717
8718 # <
8719 # <
8720 # Support FLASH memory on Freescale MXC platforms
8721 #
8722 cdl_package CYGPKG_DEVS_FLASH_ONMXC {
8723     # Packages cannot be added or removed, nor can their version be changed,
8724     # simply by editing their value. Instead the appropriate configuration
8725     # should be used to perform these actions.
8726
8727     # ActiveIf constraint: CYGPKG_IO_FLASH
8728     #     CYGPKG_IO_FLASH == current
8729     #   --> 1
8730
8731     # This value cannot be modified here.
8732     # Flavor: booldata
8733     # Current value: 1 current
8734 };
8735
8736 # >
8737 # MXC platform MMC card support
8738 # When this option is enabled, it indicates MMC card is
8739 # supported on the MXC platforms
8740 #
8741 cdl_component CYGHWR_DEVS_FLASH_MMC {
8742     # Flavor: bool
8743     # No user value, uncomment the following line to provide one.
8744     # user_value 0
8745     # value_source default
8746     # Default value: 0
8747     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8748     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
8749     #   --> 1
8750
8751     # The following properties are affected by this value
8752     # option CYGHWR_DEVS_FLASH_MXC_MULTI
8753     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8754     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8755     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8756     # option CYGHWR_DEVS_FLASH_MXC_MULTI
8757     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8758     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8759     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8760 };
8761
8762 # >
8763 # MXC platform MMC card for newer SDHC controllers
8764 #
8765 cdl_option CYGHWR_DEVS_FLASH_MMC_ESDHC {
8766     # This option is not active
8767     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
8768     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX37_3STACK || CYGPKG_HAL_ARM_MX37_STK5 || CYGPKG_HAL_ARM_MX35_3STACK || CYGPKG_HAL_ARM_MX25_3STACK ||  CYGPKG_HAL_ARM_MX51
8769     #     CYGPKG_HAL_ARM_MX37_3STACK (unknown) == 0
8770     #     CYGPKG_HAL_ARM_MX37_STK5 == v1_0
8771     #     CYGPKG_HAL_ARM_MX35_3STACK (unknown) == 0
8772     #     CYGPKG_HAL_ARM_MX25_3STACK (unknown) == 0
8773     #     CYGPKG_HAL_ARM_MX51 (unknown) == 0
8774     #   --> 1
8775
8776     # Flavor: bool
8777     # No user value, uncomment the following line to provide one.
8778     # user_value 1
8779     # value_source default
8780     # Default value: 1
8781     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8782     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
8783     #   --> 1
8784 };
8785
8786 # MXC platform MMC card for older MMC/SD controllers
8787 #
8788 cdl_option CYGHWR_DEVS_FLASH_MMC_SD {
8789     # This option is not active
8790     # The parent CYGHWR_DEVS_FLASH_MMC is disabled
8791     # ActiveIf constraint:  CYGPKG_HAL_ARM_MX31_3STACK || CYGPKG_HAL_ARM_MX31ADS 
8792     #     CYGPKG_HAL_ARM_MX31_3STACK (unknown) == 0
8793     #     CYGPKG_HAL_ARM_MX31ADS (unknown) == 0
8794     #   --> 0
8795
8796     # Flavor: bool
8797     # No user value, uncomment the following line to provide one.
8798     # user_value 0
8799     # value_source default
8800     # Default value: 0
8801     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8802     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
8803     #   --> 1
8804 };
8805
8806 # <
8807 # MXC platform NOR flash memory support
8808 # When this option is enabled, it indicates NOR flash is
8809 # supported on the MXC platforms
8810 #
8811 cdl_option CYGHWR_DEVS_FLASH_MXC_NOR {
8812     # Flavor: bool
8813     # No user value, uncomment the following line to provide one.
8814     # user_value 0
8815     # value_source default
8816     # Default value: 0
8817
8818     # The following properties are affected by this value
8819     # option CYGHWR_DEVS_FLASH_IMX_SPI_NOR
8820     #     Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
8821     # option CYGHWR_DEVS_FLASH_MXC_MULTI
8822     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8823     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8824     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8825     # option CYGHWR_DEVS_FLASH_MXC_MULTI
8826     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8827     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8828     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8829 };
8830
8831 # MXC platform NAND flash memory support
8832 # When this option is enabled, it indicates NAND flash is
8833 # supported on the MXC platforms
8834 #
8835 cdl_option CYGHWR_DEVS_FLASH_MXC_NAND {
8836     # Flavor: bool
8837     # No user value, uncomment the following line to provide one.
8838     # user_value 0
8839     # The inferred value should not be edited directly.
8840     inferred_value 1
8841     # value_source inferred
8842     # Default value: 0
8843     # Requires:  CYGSEM_IO_FLASH_READ_INDIRECT == 1 
8844     #     CYGSEM_IO_FLASH_READ_INDIRECT == 1
8845     #   --> 1
8846
8847     # The following properties are affected by this value
8848     # option CYGHWR_DEVS_FLASH_MXC_MULTI
8849     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8850     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8851     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8852     # option CYGHWR_DEVS_FLASH_MXC_MULTI
8853     #     ActiveIf: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8854     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8855     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8856     # interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND
8857     #     ActiveIf: CYGHWR_DEVS_FLASH_MXC_NAND
8858 };
8859
8860 # i.MX platform SPI NOR flash memory support
8861 # When this option is enabled, it indicates SPI NOR flash is
8862 # supported on the i.MX platforms
8863 #
8864 cdl_option CYGHWR_DEVS_FLASH_IMX_SPI_NOR {
8865     # Flavor: bool
8866     # No user value, uncomment the following line to provide one.
8867     # user_value 0
8868     # value_source default
8869     # Default value: 0
8870     # Requires:  CYGHWR_DEVS_FLASH_MXC_NOR == 1 
8871     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
8872     #   --> 0
8873 };
8874
8875 # MXC platform ATA support
8876 # When this option is enabled, it indicates ATA is
8877 # supported on the MXC platforms
8878 #
8879 cdl_option CYGHWR_DEVS_FLASH_MXC_ATA {
8880     # Flavor: bool
8881     # No user value, uncomment the following line to provide one.
8882     # user_value 0
8883     # value_source default
8884     # Default value: 0
8885 };
8886
8887 # MXC platform multi flash memory support
8888 # When this option is enabled, it indicates multi flashes are
8889 # supported on the MXC platforms (like NAND and NOR)
8890 #
8891 cdl_option CYGHWR_DEVS_FLASH_MXC_MULTI {
8892     # This option is not active
8893     # ActiveIf constraint: (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MXC_NOR) ||
8894     #                            (CYGHWR_DEVS_FLASH_MXC_NAND && CYGHWR_DEVS_FLASH_MMC) ||
8895     #                            (CYGHWR_DEVS_FLASH_MXC_NOR && CYGHWR_DEVS_FLASH_MMC)
8896     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
8897     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
8898     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
8899     #     CYGHWR_DEVS_FLASH_MMC == 0
8900     #     CYGHWR_DEVS_FLASH_MXC_NOR == 0
8901     #     CYGHWR_DEVS_FLASH_MMC == 0
8902     #   --> 0
8903
8904     # Flavor: bool
8905     user_value 0
8906     # value_source user
8907     # Default value: 1
8908 };
8909
8910 # MXC platform NAND flash reset workaround support
8911 # When this option is enabled, it indicates 0xFFFF is used for
8912 # the NAND reset command instead of 0xFF.
8913 #
8914 cdl_interface CYGHWR_DEVS_FLASH_MXC_NAND_RESET_WORKAROUND {
8915     # No options implement this inferface
8916     # ActiveIf constraint: CYGHWR_DEVS_FLASH_MXC_NAND
8917     #     CYGHWR_DEVS_FLASH_MXC_NAND == 1
8918     #   --> 1
8919
8920     # This value cannot be modified here.
8921     # Flavor: data
8922     # Current_value: 0
8923 };
8924
8925 # <
8926 # <
8927 # Dynamic memory allocation
8928 # doc: ref/memalloc.html
8929 # This package provides memory allocator infrastructure required for
8930 # dynamic memory allocators, including the ISO standard malloc
8931 # interface. It also contains some sample implementations.
8932 #
8933 cdl_package CYGPKG_MEMALLOC {
8934     # Packages cannot be added or removed, nor can their version be changed,
8935     # simply by editing their value. Instead the appropriate configuration
8936     # should be used to perform these actions.
8937
8938     # This value cannot be modified here.
8939     # Flavor: booldata
8940     # Current value: 1 current
8941
8942     # The following properties are affected by this value
8943     # option CYGSEM_COMPRESS_ZLIB_NEEDS_MALLOC
8944     #     Requires: CYGPKG_MEMALLOC
8945 };
8946
8947 # >
8948 # Memory allocator implementations
8949 # This component contains configuration options related to the 
8950 # various memory allocators available.
8951 #
8952 cdl_component CYGPKG_MEMALLOC_ALLOCATORS {
8953     # There is no associated value.
8954 };
8955
8956 # >
8957 # Fixed block allocator
8958 # This component contains configuration options related to the 
8959 # fixed block memory allocator.
8960 #
8961 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_FIXED {
8962     # There is no associated value.
8963 };
8964
8965 # >
8966 # Make thread safe
8967 # With this option enabled, this allocator will be
8968 # made thread-safe. Additionally allocation functions
8969 # are made available that allow a thread to wait
8970 # until memory is available.
8971 #
8972 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_FIXED_THREADAWARE {
8973     # This option is not active
8974     # ActiveIf constraint: CYGPKG_KERNEL
8975     #     CYGPKG_KERNEL (unknown) == 0
8976     #   --> 0
8977
8978     # Flavor: bool
8979     # No user value, uncomment the following line to provide one.
8980     # user_value 1
8981     # value_source default
8982     # Default value: 1
8983 };
8984
8985 # <
8986 # Simple variable block allocator
8987 # This component contains configuration options related to the 
8988 # simple variable block memory allocator. This allocator is not
8989 # very fast, and in particular does not scale well with large
8990 # numbers of allocations. It is however very compact in terms of
8991 # code size and does not have very much overhead per allocation.
8992 #
8993 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_VARIABLE {
8994     # There is no associated value.
8995 };
8996
8997 # >
8998 # Make thread safe
8999 # With this option enabled, this allocator will be
9000 # made thread-safe. Additionally allocation functions
9001 # are added that allow a thread to wait until memory
9002 # are made available that allow a thread to wait
9003 # until memory is available.
9004 #
9005 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_THREADAWARE {
9006     # This option is not active
9007     # ActiveIf constraint: CYGPKG_KERNEL
9008     #     CYGPKG_KERNEL (unknown) == 0
9009     #   --> 0
9010
9011     # Flavor: bool
9012     # No user value, uncomment the following line to provide one.
9013     # user_value 1
9014     # value_source default
9015     # Default value: 1
9016 };
9017
9018 # Coalesce memory
9019 # The variable-block memory allocator can perform coalescing
9020 # of memory whenever the application code releases memory back
9021 # to the pool. This coalescing reduces the possibility of
9022 # memory fragmentation problems, but involves extra code and
9023 # processor cycles.
9024 #
9025 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE {
9026     # Flavor: bool
9027     # No user value, uncomment the following line to provide one.
9028     # user_value 1
9029     # value_source default
9030     # Default value: 1
9031
9032     # The following properties are affected by this value
9033     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
9034     #     Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
9035 };
9036
9037 # <
9038 # Doug Lea's malloc
9039 # This component contains configuration options related to the 
9040 # port of Doug Lea's memory allocator, normally known as
9041 # dlmalloc. dlmalloc has a reputation for being both fast
9042 # and space-conserving, as well as resisting fragmentation well.
9043 # It is a common choice for a general purpose allocator and
9044 # has been used in both newlib and Linux glibc.
9045 #
9046 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_DLMALLOC {
9047     # There is no associated value.
9048 };
9049
9050 # >
9051 # Debug build
9052 # Doug Lea's malloc implementation has substantial amounts
9053 # of internal checking in order to verify the operation
9054 # and consistency of the allocator. However this imposes
9055 # substantial overhead on each operation. Therefore this
9056 # checking may be individually disabled.
9057 #
9058 cdl_option CYGDBG_MEMALLOC_ALLOCATOR_DLMALLOC_DEBUG {
9059     # Flavor: bool
9060     # No user value, uncomment the following line to provide one.
9061     # user_value 0
9062     # value_source default
9063     # Default value:  0 != CYGDBG_USE_ASSERTS 
9064     #     CYGDBG_USE_ASSERTS == 0
9065     #   --> 0
9066     # Requires: CYGDBG_USE_ASSERTS
9067     #     CYGDBG_USE_ASSERTS == 0
9068     #   --> 0
9069 };
9070
9071 # Make thread safe
9072 # With this option enabled, this allocator will be
9073 # made thread-safe. Additionally allocation functions
9074 # are made available that allow a thread to wait
9075 # until memory is available.
9076 #
9077 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_THREADAWARE {
9078     # This option is not active
9079     # ActiveIf constraint: CYGPKG_KERNEL
9080     #     CYGPKG_KERNEL (unknown) == 0
9081     #   --> 0
9082
9083     # Flavor: bool
9084     # No user value, uncomment the following line to provide one.
9085     # user_value 1
9086     # value_source default
9087     # Default value: 1
9088     # Requires: CYGPKG_KERNEL
9089     #     CYGPKG_KERNEL (unknown) == 0
9090     #   --> 0
9091 };
9092
9093 # Support more than one instance
9094 # Having this option disabled allows important
9095 # implementation structures to be declared as a single
9096 # static instance, allowing faster access. However this
9097 # would fail if there is more than one instance of
9098 # the dlmalloc allocator class. Therefore this option can
9099 # be enabled if multiple instances are required. Note: as
9100 # a special case, if this allocator is used as the
9101 # implementation of malloc, and it can be determined there
9102 # is more than one malloc pool, then this option will be
9103 # silently enabled.
9104 #
9105 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_SAFE_MULTIPLE {
9106     # Flavor: bool
9107     # No user value, uncomment the following line to provide one.
9108     # user_value 1
9109     # value_source default
9110     # Default value: 1
9111 };
9112
9113 # Use system memmove() and memset()
9114 # This may be used to control whether memset() and memmove()
9115 # are used within the implementation. The alternative is
9116 # to use some macro equivalents, which some people report
9117 # are faster in some circumstances.
9118 #
9119 cdl_option CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_USE_MEMCPY {
9120     # Flavor: bool
9121     # No user value, uncomment the following line to provide one.
9122     # user_value 1
9123     # value_source default
9124     # Default value:  0 != CYGPKG_ISOINFRA 
9125     #     CYGPKG_ISOINFRA == current
9126     #   --> 1
9127     # Requires: CYGPKG_ISOINFRA
9128     #     CYGPKG_ISOINFRA == current
9129     #   --> 1
9130 };
9131
9132 # Minimum alignment of allocated blocks
9133 # This option controls the minimum alignment that the
9134 # allocated memory blocks are aligned on, specified as
9135 # 2^N. Note that using large mininum alignments can lead
9136 # to excessive memory wastage.
9137 #
9138 cdl_option CYGNUM_MEMALLOC_ALLOCATOR_DLMALLOC_ALIGNMENT {
9139     # Flavor: data
9140     # No user value, uncomment the following line to provide one.
9141     # user_value 3
9142     # value_source default
9143     # Default value: 3
9144     # Legal values: 3 to 10
9145 };
9146
9147 # <
9148 # Variable block allocator with separate metadata
9149 # This component contains configuration options related to the 
9150 # variable block memory allocator with separate metadata.
9151 #
9152 cdl_component CYGPKG_MEMALLOC_ALLOCATOR_SEPMETA {
9153     # There is no associated value.
9154 };
9155
9156 # >
9157 # Make thread safe
9158 # With this option enabled, this allocator will be
9159 # made thread-safe. Additionally allocation functions
9160 # are made available that allow a thread to wait
9161 # until memory is available.
9162 #
9163 cdl_option CYGSEM_MEMALLOC_ALLOCATOR_SEPMETA_THREADAWARE {
9164     # This option is not active
9165     # ActiveIf constraint: CYGPKG_KERNEL
9166     #     CYGPKG_KERNEL (unknown) == 0
9167     #   --> 0
9168
9169     # Flavor: bool
9170     # No user value, uncomment the following line to provide one.
9171     # user_value 1
9172     # value_source default
9173     # Default value: 1
9174 };
9175
9176 # <
9177 # <
9178 # Kernel C API support for memory allocation
9179 # This option must be enabled to provide the extensions required
9180 # to support integration into the kernel C API.
9181 #
9182 cdl_option CYGFUN_MEMALLOC_KAPI {
9183     # This option is not active
9184     # ActiveIf constraint: CYGPKG_KERNEL
9185     #     CYGPKG_KERNEL (unknown) == 0
9186     #   --> 0
9187
9188     # Flavor: bool
9189     # No user value, uncomment the following line to provide one.
9190     # user_value 0
9191     # value_source default
9192     # Default value: CYGFUN_KERNEL_API_C
9193     #     CYGFUN_KERNEL_API_C (unknown) == 0
9194     #   --> 0
9195 };
9196
9197 # malloc(0) returns NULL
9198 # This option controls the behavior of malloc(0) ( or calloc with
9199 # either argument 0 ). It is permitted by the standard to return
9200 # either a NULL pointer or a unique pointer. Enabling this option
9201 # forces a NULL pointer to be returned.
9202 #
9203 cdl_option CYGSEM_MEMALLOC_MALLOC_ZERO_RETURNS_NULL {
9204     # Flavor: bool
9205     # No user value, uncomment the following line to provide one.
9206     # user_value 0
9207     # value_source default
9208     # Default value: 0
9209 };
9210
9211 # Breakpoint site when running out of memory
9212 # Whenever the system runs out of memory, it invokes this function
9213 # before either going to sleep waiting for memory to become 
9214 # available or returning failure.
9215 #
9216 cdl_option CYGSEM_MEMALLOC_INVOKE_OUT_OF_MEMORY {
9217     # Flavor: bool
9218     # No user value, uncomment the following line to provide one.
9219     # user_value 0
9220     # value_source default
9221     # Default value: 0
9222 };
9223
9224 # malloc() and supporting allocators
9225 # This component enables support for dynamic memory
9226 # allocation as supplied by the functions malloc(),
9227 # free(), calloc() and realloc(). As these
9228 # functions are often used, but can have quite an
9229 # overhead, disabling them here can ensure they
9230 # cannot even be used accidentally when static
9231 # allocation is preferred. Within this component are
9232 # various allocators that can be selected for use
9233 # as the underlying implementation of the dynamic
9234 # allocation functions.
9235 #
9236 cdl_component CYGPKG_MEMALLOC_MALLOC_ALLOCATORS {
9237     # ActiveIf constraint: CYGPKG_ISOINFRA
9238     #     CYGPKG_ISOINFRA == current
9239     #   --> 1
9240
9241     # Flavor: bool
9242     # No user value, uncomment the following line to provide one.
9243     # user_value 1
9244     # value_source default
9245     # Default value: 1
9246 };
9247
9248 # >
9249 # Use external heap definition
9250 # This option allows other components in the
9251 # system to override the default system
9252 # provision of heap memory pools. This should
9253 # be set to a header which provides the equivalent
9254 # definitions to <pkgconf/heaps.hxx>.
9255 #
9256 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_HEAP_H {
9257     # Flavor: booldata
9258     # No user value, uncomment the following line to provide one.
9259     # user_value 0 0
9260     # value_source default
9261     # Default value: 0 0
9262 };
9263
9264 # Use external implementation of joining multiple heaps
9265 # The default implementation of joining multiple heaps
9266 # is fine for the case where there are multiple disjoint
9267 # memory regions of the same type. However, in a system
9268 # there might be e.g. a small amount of internal SRAM and
9269 # a large amount of external DRAM. The SRAM is faster and
9270 # the DRAM is slower. An application can implement some 
9271 # heuristic to choose which pool to allocate from. This
9272 # heuristic can be highly application specific.
9273 #
9274 cdl_component CYGBLD_MEMALLOC_MALLOC_EXTERNAL_JOIN_H {
9275     # Flavor: booldata
9276     # No user value, uncomment the following line to provide one.
9277     # user_value 0 0
9278     # value_source default
9279     # Default value: 0 0
9280 };
9281
9282 # malloc() allocator implementations
9283 #
9284 cdl_interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS {
9285     # Implemented by CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE, active, disabled
9286     # Implemented by CYGIMP_MEMALLOC_MALLOC_DLMALLOC, active, enabled
9287     # This value cannot be modified here.
9288     # Flavor: data
9289     # Current_value: 1
9290     # Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
9291     #     CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1
9292     #   --> 1
9293
9294     # The following properties are affected by this value
9295     # interface CYGINT_MEMALLOC_MALLOC_ALLOCATORS
9296     #     Requires:  CYGINT_MEMALLOC_MALLOC_ALLOCATORS == 1 
9297 };
9298
9299 # malloc() implementation instantiation data
9300 # Memory allocator implementations that are capable of being
9301 # used underneath malloc() must be instantiated. The code
9302 # to do this is set in this option. It is only intended to
9303 # be set by the implementation, not the user.
9304 #
9305 cdl_option CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER {
9306     # Flavor: data
9307     # No user value, uncomment the following line to provide one.
9308     # user_value <cyg/memalloc/dlmalloc.hxx>
9309     # value_source default
9310     # Default value: <cyg/memalloc/dlmalloc.hxx>
9311
9312     # The following properties are affected by this value
9313     # option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE
9314     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
9315     # option CYGIMP_MEMALLOC_MALLOC_DLMALLOC
9316     #     Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
9317 };
9318
9319 # Simple variable block implementation
9320 # This causes malloc() to use the simple
9321 # variable block allocator.
9322 #
9323 cdl_option CYGIMP_MEMALLOC_MALLOC_VARIABLE_SIMPLE {
9324     # Flavor: bool
9325     # No user value, uncomment the following line to provide one.
9326     # user_value 0
9327     # value_source default
9328     # Default value: 0
9329     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/memvar.hxx>" 
9330     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
9331     #   --> 0
9332     # Requires: CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE
9333     #     CYGSEM_MEMALLOC_ALLOCATOR_VARIABLE_COALESCE == 1
9334     #   --> 1
9335 };
9336
9337 # Doug Lea's malloc implementation
9338 # This causes malloc() to use a version of Doug Lea's
9339 # malloc (dlmalloc) as the underlying implementation.
9340 #
9341 cdl_option CYGIMP_MEMALLOC_MALLOC_DLMALLOC {
9342     # Flavor: bool
9343     # No user value, uncomment the following line to provide one.
9344     # user_value 1
9345     # value_source default
9346     # Default value: 1
9347     # Requires:  CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER ==  "<cyg/memalloc/dlmalloc.hxx>" 
9348     #     CYGBLD_MEMALLOC_MALLOC_IMPLEMENTATION_HEADER == <cyg/memalloc/dlmalloc.hxx>
9349     #   --> 1
9350 };
9351
9352 # <
9353 # Size of the fallback dynamic memory pool in bytes
9354 # If *no* heaps are configured in your memory layout,
9355 # dynamic memory allocation by
9356 # malloc() and calloc() must be from a fixed-size,
9357 # contiguous memory pool (note here that it is the
9358 # pool that is of a fixed size, but malloc() is still
9359 # able to allocate variable sized chunks of memory
9360 # from it). This option is the size
9361 # of that pool, in bytes. Note that not all of
9362 # this is available for programs to
9363 # use - some is needed for internal information
9364 # about memory regions, and some may be lost to
9365 # ensure that memory allocation only returns
9366 # memory aligned on word (or double word)
9367 # boundaries - a very common architecture
9368 # constraint.
9369 #
9370 cdl_option CYGNUM_MEMALLOC_FALLBACK_MALLOC_POOL_SIZE {
9371     # Flavor: data
9372     # No user value, uncomment the following line to provide one.
9373     # user_value 16384
9374     # value_source default
9375     # Default value: 16384
9376     # Legal values: 32 to 0x7fffffff
9377 };
9378
9379 # Common memory allocator package build options
9380 # Package specific build options including control over
9381 # compiler flags used only in building this package,
9382 # and details of which tests are built.
9383 #
9384 cdl_component CYGPKG_MEMALLOC_OPTIONS {
9385     # There is no associated value.
9386 };
9387
9388 # >
9389 # Additional compiler flags
9390 # This option modifies the set of compiler flags for
9391 # building this package. These flags are used in addition
9392 # to the set of global flags.
9393 #
9394 cdl_option CYGPKG_MEMALLOC_CFLAGS_ADD {
9395     # Flavor: data
9396     # No user value, uncomment the following line to provide one.
9397     # user_value ""
9398     # value_source default
9399     # Default value: ""
9400 };
9401
9402 # Suppressed compiler flags
9403 # This option modifies the set of compiler flags for
9404 # building this package. These flags are removed from
9405 # the set of global flags if present.
9406 #
9407 cdl_option CYGPKG_MEMALLOC_CFLAGS_REMOVE {
9408     # Flavor: data
9409     # No user value, uncomment the following line to provide one.
9410     # user_value ""
9411     # value_source default
9412     # Default value: ""
9413 };
9414
9415 # Tests
9416 # This option specifies the set of tests for this package.
9417 #
9418 cdl_option CYGPKG_MEMALLOC_TESTS {
9419     # Calculated value:  "tests/dlmalloc1 tests/dlmalloc2 tests/heaptest tests/kmemfix1 tests/kmemvar1 tests/malloc1 tests/malloc2 tests/malloc3 tests/malloc4 tests/memfix1 tests/memfix2 tests/memvar1 tests/memvar2 tests/realloc tests/sepmeta1 tests/sepmeta2" 
9420     # Flavor: data
9421     # Current_value: tests/dlmalloc1 tests/dlmalloc2 tests/heaptest tests/kmemfix1 tests/kmemvar1 tests/malloc1 tests/malloc2 tests/malloc3 tests/malloc4 tests/memfix1 tests/memfix2 tests/memvar1 tests/memvar2 tests/realloc tests/sepmeta1 tests/sepmeta2
9422 };
9423
9424 # <
9425 # <
9426 # <
9427