public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
From: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
To: Andrew Lunn <andrew@lunn.ch>
Cc: ecos-patches@ecos.sourceware.org
Subject: Re: [ECOS] Re: LPC2xxx patch for support of vectored interrupt controller
Date: Wed, 22 Aug 2007 17:55:00 -0000	[thread overview]
Message-ID: <20070822175515.GA15974@grumpf.hope-2000.org> (raw)
In-Reply-To: <20070822151524.GN31057@lunn.ch>

[-- Attachment #1: Type: text/plain, Size: 204 bytes --]

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

[-- Attachment #2: priorities-kernel-cdl.diff --]
[-- Type: text/plain, Size: 2189 bytes --]

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."
+            }
         }
     }
 }

  parent reply	other threads:[~2007-08-22 17:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10  6:11 uwe.kindler
2007-07-30 18:10 ` Andrew Lunn
2007-08-17 14:02 ` Hans Rosenfeld
2007-08-17 17:14   ` Hans Rosenfeld
2007-08-20  5:52     ` cetoni GmbH - Uwe Kindler
2007-08-20 15:14     ` Hans Rosenfeld
2007-08-22  8:25       ` Andrew Lunn
     [not found]         ` <20070822084026.GA2126@grumpf.hope-2000.org>
     [not found]           ` <20070822091803.GH31057@lunn.ch>
     [not found]             ` <20070822095228.GD2126@grumpf.hope-2000.org>
     [not found]               ` <20070822100626.GJ31057@lunn.ch>
     [not found]                 ` <20070822105132.GF2126@grumpf.hope-2000.org>
     [not found]                   ` <20070822111216.GL31057@lunn.ch>
2007-08-22 13:47                     ` [ECOS] " Hans Rosenfeld
     [not found]                       ` <20070822151524.GN31057@lunn.ch>
2007-08-22 17:55                         ` Hans Rosenfeld [this message]
2007-08-22 18:31                           ` Bart Veer
2007-08-23 10:57                             ` Hans Rosenfeld
2007-08-23 11:03                               ` Hans Rosenfeld
2007-09-15 14:45                                 ` Andrew Lunn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070822175515.GA15974@grumpf.hope-2000.org \
    --to=rosenfeld@grumpf.hope-2000.org \
    --cc=andrew@lunn.ch \
    --cc=ecos-patches@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).