
Hi Simon,
On Fri, Oct 11, 2019 at 4:35 PM Bin Meng bmeng.cn@gmail.com wrote:
On Thu, Oct 10, 2019 at 5:26 PM Bin Meng bmeng.cn@gmail.com wrote:
On Wed, Sep 25, 2019 at 10:59 PM Simon Glass sjg@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@chromium.org
arch/x86/cpu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Bin Meng bmeng.cn@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