[ECOS] Re: LPC2xxx patch for support of vectored interrupt controller

Hans Rosenfeld rosenfeld@grumpf.hope-2000.org
Wed Aug 22 17:55:00 GMT 2007


On Wed, Aug 22, 2007 at 05:15:24PM +0200, Andrew Lunn wrote:
> However, you forgot the diff for the kernel cdl file.

Oops. Here it is.


-- 
%SYSTEM-F-ANARCHISM, The operating system has been overthrown
-------------- next part --------------
Index: kernel.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/kernel/current/cdl/kernel.cdl,v
retrieving revision 1.21
diff -u -r1.21 kernel.cdl
--- kernel.cdl	8 Jan 2007 16:20:13 -0000	1.21
+++ kernel.cdl	22 Aug 2007 17:54:55 -0000
@@ -317,7 +317,7 @@
                 the set of global flags if present."
         }
 
-        cdl_option CYGPKG_KERNEL_TESTS {
+        cdl_component CYGPKG_KERNEL_TESTS {
             display "Kernel tests"
             flavor  data
             no_define
@@ -330,6 +330,35 @@
             }
             description   "
                 This option specifies the set of tests for the eCos kernel."
+            cdl_option CYGNUM_KERNEL_INTR_TEST_PRIO_A {
+                display       "interrupt priority A used by intr0/kintr0 test"
+                flavor        data
+                default_value 0
+                legal_values  0 to 16
+                description   "The intr0 and kintr0 tests create several interrupts.
+                               This option selects the interrupt priority to be used
+                               for the first interrupt."
+            }
+
+            cdl_option CYGNUM_KERNEL_INTR_TEST_PRIO_B {
+                display       "interrupt priority B used by intr0/kintr0 test"
+                flavor        data
+                default_value 1
+                legal_values  0 to 16
+                description   "The intr0 and kintr0 tests create several interrupts.
+                               This option selects the interrupt priority to be used
+                               for the second interrupt."
+            }
+
+            cdl_option CYGNUM_KERNEL_INTR_TEST_PRIO_C {
+                display       "interrupt priority C used by intr0/kintr0 test"
+                flavor        data
+                default_value 1
+                legal_values  0 to 16
+                description   "The intr0 and kintr0 tests create several interrupts.
+                               This option selects the interrupt priority to be used
+                               for the third interrupt."
+            }
         }
     }
 }


More information about the Ecos-patches mailing list