[U-Boot] [PATCH 1/6] dm: x86: Create a driver for x86 interrupts

Bin Meng bmeng.cn at gmail.com
Mon Dec 14 07:05:38 CET 2015


Hi Simon,

On Tue, Dec 1, 2015 at 12:46 PM, Simon Glass <sjg at chromium.org> wrote:
> It seems likely that at some point we will want a generic interrupt uclass.
> But this is a big undertaking as it involves unifying code across multiple
> architectures.
>
> As a first step, create a simple IRQ uclass and a driver for x86. This can
> be generalised later as required.
>
> Adjust pirq_init() to probe this driver, which has the effect of creating
> routing tables and setting up the interrupt routing. This is a start
> towards making interrupts fit better with driver model.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>

I will test this series when all previous DM changes are applied.

Regards,
Bin


More information about the U-Boot mailing list