All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gerald.vanbaren@comcast.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] About interrupt processing on MIPS32 4Kc
Date: Thu, 15 Feb 2007 20:34:45 -0500	[thread overview]
Message-ID: <45D50A35.4040508@comcast.net> (raw)
In-Reply-To: <584e1fdd0702150011k48b8d18eyb19b0b5557e9cc7d@mail.gmail.com>

sai wrote:
> 
> I am using Broadcom BCM7401 platform of MIPS32 4Kc bases.
> 
> This time, I decided to do u-boot porting.
> 
> In the midst of analyze source code, found out to u-boot's code for 
> MIPS32 4Kc that interrupt processing part does not exist.
> 
> Why do not handle interrupt processing in u-boot of MIPS32 4Kc bases?
> 
> Could not find exception vector processing part.
> 
> relocate_code() exception vector thing which do relocation by memory be?
> 
> Basically, do not you use interrupt in u-boot of MIPS32 4Kc bases?
> 
> How do you treat devices(UART, Etherent,..) back differing without 
> interrupt?
> 
> Are you doing polling?
> 
> I wonder very.
> -- 
> ***************************************
> Yongdae, Shin
> ***************************************

U-boot runs polled mode rather than using interrupts (with a couple of 
exceptions).  U-boot is single-threaded and simple (well, compared to 
linux).  The rationale is that, if you want an interrupt driven 
multitasking system, run linux.  ;-)

Best regards,
gvb

      reply	other threads:[~2007-02-16  1:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15  8:11 [U-Boot-Users] About interrupt processing on MIPS32 4Kc sai
2007-02-16  1:34 ` Jerry Van Baren [this message]

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=45D50A35.4040508@comcast.net \
    --to=gerald.vanbaren@comcast.net \
    --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.