X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-redboot.git;a=blobdiff_plain;f=packages%2Fio%2Fdisk%2Fv2_0%2Fcdl%2Fio_disk.cdl;h=4e453634ac4a7380cf965bfa8a148f4c1b72bf2c;hp=182d1ab150e211c0f68a697abc3810ebb98993dd;hb=7a4ea0a4d67744fd3f6b5f207d857005fc707b46;hpb=f0c1bd5d9f8457be4a43912a28ca2df207a7f5a4 diff --git a/packages/io/disk/v2_0/cdl/io_disk.cdl b/packages/io/disk/v2_0/cdl/io_disk.cdl index 182d1ab1..4e453634 100644 --- a/packages/io/disk/v2_0/cdl/io_disk.cdl +++ b/packages/io/disk/v2_0/cdl/io_disk.cdl @@ -9,7 +9,7 @@ ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. -## Copyright (C) 2003 Savin Zlobec +## Copyright (C) 2003 eCosCentric Limited. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -62,12 +62,12 @@ cdl_package CYGPKG_IO_DISK { compile -library=libextras.a disk.c define_proc { - puts $::cdl_header "/***** proc output start *****/" - puts $::cdl_header "#include " - puts $::cdl_header "#ifdef CYGDAT_IO_DISK_DEVICE_HEADER" - puts $::cdl_header "# include CYGDAT_IO_DISK_DEVICE_HEADER" - puts $::cdl_header "#endif " - puts $::cdl_header "/****** proc output end ******/" + puts $::cdl_header "/***** proc output start *****/" + puts $::cdl_header "#include " + puts $::cdl_header "#ifdef CYGDAT_IO_DISK_DEVICE_HEADER" + puts $::cdl_header "# include CYGDAT_IO_DISK_DEVICE_HEADER" + puts $::cdl_header "#endif " + puts $::cdl_header "/****** proc output end ******/" } cdl_component CYGPKG_IO_DISK_DEVICES { @@ -76,16 +76,25 @@ cdl_package CYGPKG_IO_DISK { default_value 1 description " This option enables the hardware disk drivers - for the current platform." + for the current platform." + } + + cdl_component CYGDBG_IO_DISK_DEBUG { + display "Enable debugging output" + flavor bool + default_value 0 + description " + This option enables debugging information from + the disk driver package." } cdl_component CYGPKG_IO_DISK_OPTIONS { display "Disk device driver build options" flavor none description " - Package specific build options including control over - compiler flags used only in building this package, - and details of which tests are built." + Package specific build options including control over + compiler flags used only in building this package, + and details of which tests are built." cdl_option CYGPKG_IO_DISK_CFLAGS_ADD {