All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] How can i add intterrupt for AT91SAM9260EK board
@ 2010-07-29  6:19 zhou yu
  2010-07-29  6:25 ` Reinhard Meyer
  0 siblings, 1 reply; 4+ messages in thread
From: zhou yu @ 2010-07-29  6:19 UTC (permalink / raw)
  To: u-boot

Hi all,

    I want to add a interrupt for AT91SAM9260EK board. When I define
CONFIG_USE_IRQ in at91sam9260ek.h,
then compile, I got error message "error: CONFIG_USE_IRQ not supported". I
don't know why put this message here so I commented out.

Then I define CONFIG_STACKSIZE_IRQ, CONFIG_STACKSIZE_FIQ like this, and
compile complete.
    #define CONFIG_STACKSIZE_IRQ  4096
    #define CONFIG_STACKSIZE_FIQ  4096

Download u-boot.bin to my board with sam-ba.exe, and reset. When u-boot run
to enable_interrupts() in board.c, the board halt.

What should I do?  Thank you!
BTW: Hardware has been verified is good.

Yours
lightrain

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-29  7:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-29  6:19 [U-Boot] How can i add intterrupt for AT91SAM9260EK board zhou yu
2010-07-29  6:25 ` Reinhard Meyer
2010-07-29  6:38   ` Alexander Stein
2010-07-29  7:19     ` Reinhard Meyer

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.