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