summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-17 08:16:25 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-02-21 05:42:52 (GMT)
commita2e3b05e16c96ccc5929d60457938cd96912d758 (patch)
tree507b98f4bdf64a0130bee108d6e9aff15b62dddd /arch/x86/cpu
parent87077e97d1a72286871d03a6f06903245b9caacd (diff)
downloadu-boot-a2e3b05e16c96ccc5929d60457938cd96912d758.tar.xz
x86: Add Intel Cougar Canyon 2 board
This adds basic support to Intel Cougar Canyon 2 board, a board based on Chief River platform with an Ivy Bridge processor and a Panther Point chipset. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu')
-rw-r--r--arch/x86/cpu/ivybridge/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Kconfig b/arch/x86/cpu/ivybridge/Kconfig
index b9f290a..0819347 100644
--- a/arch/x86/cpu/ivybridge/Kconfig
+++ b/arch/x86/cpu/ivybridge/Kconfig
@@ -79,4 +79,8 @@ config FSP_USE_UPD
bool
default n
+config FSP_BROKEN_HOB
+ bool
+ default y
+
endif