[U-Boot] [PATCH v2 1/2] x86: Wrap calls to 8259 with CONFIG_I8259_PIC

Bin Meng bmeng.cn at gmail.com
Mon Dec 10 02:16:57 UTC 2018


On Wed, Dec 5, 2018 at 10:01 PM Simon Glass <sjg at chromium.org> wrote:
>
> On Thu, 29 Nov 2018 at 20:52, Bin Meng <bmeng.cn at gmail.com> wrote:
> >
> > mask_irq(), unmask_irq() and specific_eoi() are provided by the
> > i8259 PIC driver and should be wrapped with CONFIG_I8259_PIC.
> >
> > Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> > Tested-by: Hannes Schmelzer <oe5hpm at oevsv.at>
> >
> > ---
> >
> > Changes in v2:
> > - use if() instead of #if
> >
> >  arch/x86/lib/interrupts.c | 16 ++++++++++------
> >  1 file changed, 10 insertions(+), 6 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list