
10 Nov
2015
10 Nov
'15
8:25 p.m.
Hi,
On 9 November 2015 at 19:34, cwz@rock-chips.com cwz@rock-chips.com wrote:
Hi Simon,
Thank you so much for your response. If there is no new framework, I may first follow the following API which U-boot has defined
in the file include/common.h, such as:
/* $(CPU)/interrupts.c */ int interrupt_init (void); void irq_install_handler(int, interrupt_handler_t *, void *); void irq_free_handler (int);
void enable_interrupts (void); int disable_interrupts (void);
That seems fine to me.
Regards, Simon
[snip]