* [U-Boot-Users] About interrupt processing on MIPS32 4Kc
@ 2007-02-15 8:11 sai
2007-02-16 1:34 ` Jerry Van Baren
0 siblings, 1 reply; 2+ messages in thread
From: sai @ 2007-02-15 8:11 UTC (permalink / raw)
To: u-boot
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
***************************************
H.P : 017-268-4413
Office : 02-555-9200 (312)
***************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20070215/a40928a1/attachment.htm
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] About interrupt processing on MIPS32 4Kc
2007-02-15 8:11 [U-Boot-Users] About interrupt processing on MIPS32 4Kc sai
@ 2007-02-16 1:34 ` Jerry Van Baren
0 siblings, 0 replies; 2+ messages in thread
From: Jerry Van Baren @ 2007-02-16 1:34 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-16 1:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-15 8:11 [U-Boot-Users] About interrupt processing on MIPS32 4Kc sai
2007-02-16 1:34 ` Jerry Van Baren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox