x86: Allow interrupt to happen once
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:15 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:16 +0000 (11:44 +0800)
commit592434139bf943cbc6c80f1467221904a3c917ec
treebfcb163273623264e2bef33e7ac549aacd66763a
parent26047f602983dadf833546f8d40b24c7b9beaca3
x86: Allow interrupt to happen once

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/cpu/irq.c
arch/x86/lib/pirq_routing.c