coreboot/src/soc/intel
Nico Huber f5ca922c87 Untangle CBFS microcode updates
The option to specify a binary file name was added later for platforms
that do not provide microcode updates in our blobs repository. Alas,
it wasn't visible what platforms these are. And if you specified a file
for a platform that already had one, they were all included together.

Make it visible which platforms don't provide binaries with the new con-
figs MICROCODE_BLOB_NOT_IN_BLOB_REPO, MICROCODE_BLOB_NOT_HOOKED_UP and
MICROCODE_BLOB_UNDISCLOSED. Based on that we can decide if we want to
include binaries by default or explicitly show that no files are inclu-
ded (default to CPU_MICROCODE_CBFS_NONE).

Also split CPU_MICROCODE_CBFS_GENERATE into the more explicit
CPU_MICROCODE_CBFS_DEFAULT_BINS and CPU_MICROCODE_CBFS_EXTERNAL_BINS.
And clean up the visibility of options: Don't show CBFS related options
on platforms that don't support it and don't show external file options
if the platform uses special rules for multiple files (CPU_MICROCODE_
MULTIPLE_FILES).

Change-Id: Ib403402e240d3531640a62ce93b7a93b4ef6ca5e
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/29934
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-01-10 09:24:02 +00:00
..
apollolake Untangle CBFS microcode updates 2019-01-10 09:24:02 +00:00
baytrail cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK 2019-01-08 15:33:47 +00:00
braswell Untangle CBFS microcode updates 2019-01-10 09:24:02 +00:00
broadwell cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK 2019-01-08 15:33:47 +00:00
cannonlake Untangle CBFS microcode updates 2019-01-10 09:24:02 +00:00
common soc/intel: Clean mess around UART_DEBUG 2019-01-09 22:15:48 +00:00
denverton_ns soc/intel: Standardize names of common MSRs 2019-01-07 10:27:32 +00:00
fsp_baytrail Untangle CBFS microcode updates 2019-01-10 09:24:02 +00:00
fsp_broadwell_de Untangle CBFS microcode updates 2019-01-10 09:24:02 +00:00
icelake Untangle CBFS microcode updates 2019-01-10 09:24:02 +00:00
quark device: Use pcidev_path_on_root() 2019-01-06 13:09:54 +00:00
skylake soc/intel: Clean mess around UART_DEBUG 2019-01-09 22:15:48 +00:00
Kconfig src/cpu: Remove dead sourced lines 2018-11-15 10:25:20 +00:00