Hi,

On 9 November 2015 at 19:34, c...@rock-chips.com <c...@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]
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to