* [U-Boot-Users] Registering Interrupt Handlers for ARM920T-Based boards
@ 2004-12-21 10:30 Rodel Miguel
2004-12-21 12:15 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Rodel Miguel @ 2004-12-21 10:30 UTC (permalink / raw)
To: u-boot
Hi Group,
How do I register an interrupt handler in U-Boot? My customer is
persistent in flow controls in binary image downloading. I am now
free to support hardware flow control or XON/XOFF. Can somebody
please give me guidelines on how to create support for hardware flow
control on my ns16550-based serial driver? I am using smdk2410 as my
template. Maybe, the initial step is how do I register my interrupt
handlers?
Thank you very much for your time.
Best Regards,
Rodel Miguel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [U-Boot-Users] Registering Interrupt Handlers for ARM920T-Based boards
2004-12-21 10:30 [U-Boot-Users] Registering Interrupt Handlers for ARM920T-Based boards Rodel Miguel
@ 2004-12-21 12:15 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-12-21 12:15 UTC (permalink / raw)
To: u-boot
Hi,
in message <698a2fda04122102305936b3ab@mail.gmail.com> you wrote:
>
> How do I register an interrupt handler in U-Boot? My customer is
You don't. U-Boot does not need interrupts. Everything can be done
using polling drivers.
> persistent in flow controls in binary image downloading. I am now
Tell him that no such thing is needed. Serial download works
poerfectly fine withouty flow control.
> free to support hardware flow control or XON/XOFF. Can somebody
> please give me guidelines on how to create support for hardware flow
> control on my ns16550-based serial driver? I am using smdk2410 as my
The simple answer is: DON'T.
> template. Maybe, the initial step is how do I register my interrupt
> handlers?
No. That would be your second step on t he wrong way.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Everybody is talking about the weather but nobody does anything
about it." - Mark Twain
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-12-21 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-21 10:30 [U-Boot-Users] Registering Interrupt Handlers for ARM920T-Based boards Rodel Miguel
2004-12-21 12:15 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox