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

Simon Glass sjg at chromium.org
Mon Dec 14 23:14:00 CET 2015


Hi Bin,

On 13 December 2015 at 23:05, Bin Meng <bmeng.cn at gmail.com> wrote:
> 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.

Do you mean the series that I just pushed to dm/next. or something else?

Regards,
Simon


More information about the U-Boot mailing list