[U-Boot] [PATCH v4 00/33] dm: Introduce Rockchip RK3288 support
Simon Glass
sjg at chromium.org
Tue Nov 10 20:25:52 CET 2015
Hi,
On 9 November 2015 at 19:34, cwz at rock-chips.com <cwz at 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]
More information about the U-Boot
mailing list