summaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineeringinc.com>2015-10-08 16:58:58 -0500
committerAaron Durbin <adurbin@chromium.org>2015-10-16 02:41:37 +0000
commit24e6d0445c7ca209436a6c15c0b955df18052bdf (patch)
tree4dc34032a1d731d52b65524a37d3d25c18d955e8 /src/cpu/Kconfig
parent6a70dbc3973ff445af05f7d74f2efafd2317e6c9 (diff)
downloadcoreboot-24e6d0445c7ca209436a6c15c0b955df18052bdf.tar.xz
cpu/amd/model_10xxx: Install AMD-provided microcode files in CBFS
Change-Id: I208b012c6b612a94b3bbc8235d5a005028be8bcc Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/11832 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index bfe00fe4e8..578bab2296 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -153,6 +153,14 @@ config CPU_MICROCODE_CBFS_NONE
endchoice
+config CPU_MICROCODE_MULTIPLE_FILES
+ bool
+ default n
+ depends on CPU_MICROCODE_CBFS_GENERATE
+ help
+ Select this option to install separate microcode container files into
+ CBFS instead of using the traditional monolithic microcode file format.
+
config CPU_MICROCODE_FILE
string "Path and filename of CPU microcode"
depends on CPU_MICROCODE_CBFS_EXTERNAL