From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Zhukov Date: 26 Dec 2006 17:57:32 +0200 Subject: [U-Boot-Users] How to setup interrupt handler within u-boot Message-ID: <1167148652.8122.6.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello community, I'd like u-boot's "mtest" to run under hardware interrupts, to make memory test harder. The silly question is the name and syntax of the call, which set the irq routine under arm (I've got at91rm9200dk)? (This is not "irq_interrupt_request") Regards