[U-Boot] [PATCH 093/126] x86: Allow interrupt to happen once

Bin Meng bmeng.cn at gmail.com
Fri Oct 11 09:06:36 UTC 2019


Hi Simon,

On Fri, Oct 11, 2019 at 4:35 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Thu, Oct 10, 2019 at 5:26 PM Bin Meng <bmeng.cn at gmail.com> wrote:
> >
> > On Wed, Sep 25, 2019 at 10:59 PM Simon Glass <sjg at chromium.org> wrote:
> > >
> > > At present the interrupt table is included in all phases of U-Boot. Allow
> > > it to be omitted, e.g. in TPL, to reduce size.
> > >
> > > Signed-off-by: Simon Glass <sjg at chromium.org>
> > > ---
> > >
> > >  arch/x86/cpu/Makefile | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> >
> > Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
>
> applied to u-boot-x86, thanks!

This unfortunately breaks qemu-x86_64_defconfig.

06: x86: Allow interrupt to happen once
       x86:  +   qemu-x86_64
+arch/x86/lib/built-in.o:build/../arch/x86/lib/tables.c:22: undefined
reference to `write_pirq_routing_table'
+make[1]: *** [u-boot] Error 1
+make: *** [sub-make] Error 2

I will have to drop this patch from my queue.

Regards,
Bin


More information about the U-Boot mailing list