]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitdfc5d9e6efcc485ca086ab54732315edad3b34df
treebfcb163273623264e2bef33e7ac549aacd66763a
parent219c9a095e4d5144ca39359518749838ebb496b5
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