All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Schweigstill <andreas@schweigstill.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] ARM: interrupts using in standalone application
Date: Thu, 08 May 2008 14:18:50 +0200	[thread overview]
Message-ID: <4822EFAA.7000808@schweigstill.de> (raw)
In-Reply-To: <17E31E5386C44934B204C76BD2131996@98XP>

Hello!

L.Wegener schrieb:
> will nested interrupts be managed by u-boot or ?P-core?

Plain U-Boot doesn't use any interrupts, although there are files
like cpu/<arch>/<subarch>/interrupts.c which contain some timer
handling functions.

But nevertheless you can implement your own interrupt handling
while being quite sure that no standard drivers or functions from
U-Boot will cause conflicts.

If you want to push such an interrupt based functionality to the
mainstream U-Boot, this will probably not be acceptable, unless you
have extraordinary good arguments why interrupts are required.

With best regards
Andreas Schweigstill

PS.: If you need some consultancy services for U-Boot, Linux or
   other embedded device development, don't hesitate to contact me
   directly. ;-)

-- 
Dipl.-Phys. Andreas Schweigstill
Schweigstill IT | Embedded Systems
Schauenburgerstra?e 116, D-24118 Kiel, Germany
Phone: (+49) 431 5606-435, Fax: (+49) 431 5606-436
Mobile: (+49) 171 6921973, Web: http://www.schweigstill.de/

  reply	other threads:[~2008-05-08 12:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-08 11:33 [U-Boot-Users] ARM: interrupts using in standalone application L.Wegener
2008-05-08 12:18 ` Andreas Schweigstill [this message]
2008-05-08 12:57   ` Wolfgang Denk

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=4822EFAA.7000808@schweigstill.de \
    --to=andreas@schweigstill.de \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.