aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 13:56:17 -0600
committerSimon Glass <sjg@chromium.org>2020-07-28 19:30:39 -0600
commit9589c447e82417dba6b6bf4ccd55d6d0f89ae1ef (patch)
treea24e12314ba77acdf0e315a01a4f426b240a982a /arch/x86/Kconfig
parenta9fae7114270cc49942f16a477b8129322c9788b (diff)
downloadu-boot-9589c447e82417dba6b6bf4ccd55d6d0f89ae1ef.zip
u-boot-9589c447e82417dba6b6bf4ccd55d6d0f89ae1ef.tar.gz
u-boot-9589c447e82417dba6b6bf4ccd55d6d0f89ae1ef.tar.bz2
x86: chromebook_panther: Correct the image layout
This board does not have microcode but at present that is not supported by Kconfig nor the binman image layout. Fix both of these. 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/Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 01ffaea..cbca69e 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -594,8 +594,13 @@ config HAVE_REFCODE
Various peripherals may fail to work.
config HAVE_MICROCODE
- bool
+ bool "Board requires a microcode binary"
default y if !FSP_VERSION2
+ help
+ Enable this if the board requires microcode to be loaded on boot.
+ Typically this is handed by the FSP for modern boards, but for
+ some older boards, it must be programmed by U-Boot, and that form
+ part of the image.
config SMP
bool "Enable Symmetric Multiprocessing"