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