aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-06 21:42:24 -0700
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 11:44:18 +0800
commit2e2a0035d4ab520615fd13dc7c89a60a44eb6bc0 (patch)
treef9f4d1c7d5141b3268c8140d2d7ed257a58af521 /arch/x86/Kconfig
parentfb96deec50e9880108ede75c0a37a80d9be298fb (diff)
downloadu-boot-2e2a0035d4ab520615fd13dc7c89a60a44eb6bc0.zip
u-boot-2e2a0035d4ab520615fd13dc7c89a60a44eb6bc0.tar.gz
u-boot-2e2a0035d4ab520615fd13dc7c89a60a44eb6bc0.tar.bz2
x86: Add an option to include a FIT
Many Intel SoCs require a FIT in order to boot properly. Add an option to include this and enable it by default. This term can be confused with FIT (Flat Image Tree) in U-Boot so the CONFIG option has to include 'X86'. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e2e0f20..bcce111 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -217,6 +217,14 @@ config SYS_X86_START16
depends on X86_RESET_VECTOR
default 0xfffff800
+config HAVE_X86_FIT
+ bool
+ help
+ Enable inclusion of an Intel Firmware Interface Table (FIT) into the
+ image. This table is supposed to point to microcode and the like. So
+ far it is just a fixed table with the minimum set of headers, so that
+ it is actually present.
+
config X86_LOAD_FROM_32_BIT
bool "Boot from a 32-bit program"
help