coreboot-kgpe-d16/src
Arthur Heymans 8256ca0e14 soc/intel/braswell: Update microcode before FSP
The google FSP Braswell version has broken microcode update code and
FSP checks at some point if the installed microcode version is non
zero, so coreboot has to update it before calling FSP-T.

This is fixed with newer FSP releases by Intel, but doing updates in
coreboot won't hurt.

Tested with both Intel FSP and google FSP.

Change-Id: I3e81329854e823dc66fec191adbed617bb37d649
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36198
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-11-10 22:57:29 +00:00
..
acpi
arch arch/x86: Remove EARLY_EBDA_INIT support 2019-11-10 15:38:45 +00:00
commonlib commonlib: Use __builtin_offsetof with supported compilers 2019-11-05 15:00:44 +00:00
console console/kconfig: Move ONBOARD_VGA_IS_PRIMARY to 'devices' 2019-11-01 11:58:40 +00:00
cpu arch/x86: Drop some __SMM__ guards 2019-11-08 07:46:23 +00:00
device arch/x86: Remove EARLY_EBDA_INIT support 2019-11-10 15:38:45 +00:00
drivers soc/intel/braswell: Update microcode before FSP 2019-11-10 22:57:29 +00:00
ec ELOG: Avoid some preprocessor use 2019-11-09 10:50:12 +00:00
include lib/cbmem: Remove the cbmem_top_init() hook 2019-11-10 15:39:00 +00:00
lib lib/cbmem: Remove the cbmem_top_init() hook 2019-11-10 15:39:00 +00:00
mainboard arch/x86: Replace some __SMM__ guards 2019-11-09 11:03:03 +00:00
northbridge arch/x86: Drop some __SMM__ guards 2019-11-08 07:46:23 +00:00
security lib/cbfs: Add fallback to RO region to cbfs_boot_locate 2019-11-07 14:12:00 +00:00
soc soc/intel/broadwell: Use common sb code for SPI lockdown configuration 2019-11-10 22:41:43 +00:00
southbridge sb/intel/common: Remove the SOUTHBRIDGE_INTEL_COMMON Kconfig symbol 2019-11-10 22:40:49 +00:00
superio superio/*/*/acpi: Improve the readability of the IndexField 2019-11-05 16:08:55 +00:00
vendorcode eltan/security: Replace __PRE_RAM__ with ENV_ROMSTAGE_OR_BEFORE 2019-11-08 07:44:12 +00:00
Kconfig Kconfig: Remove untrue comment 2019-11-09 22:36:00 +00:00