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>
This commit is contained in:
committed by
Aaron Durbin
parent
6a70dbc397
commit
24e6d0445c
@@ -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
|
||||
|
Reference in New Issue
Block a user