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