coreboot/src
Barnali Sarkar a6381d63d5 soc/intel/skylake: Remove post SMM Relocation uCode loading
As per latest BWG, ucode reloading should be done at the end
of Mp Init, i.e., after PRMRR and other features are enabled.
No reloading specifically after SMM Relocation is required.

As, in the Common CPU MP Init code, we are already doing a
uCode load at the end of MP Init Feature Programming, hence,
the uCode loading after SMM relocation can be removed.

Change-Id: Ib1957c5fe5a8c83bb20b978a9841670b0c3e8846
Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com>
Reviewed-on: https://review.coreboot.org/20306
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-06-23 16:26:42 +00:00
..
acpi src/acpi: Capitalize ACPI and SATA 2016-07-31 19:25:40 +02:00
arch arch/x86/smbios: Fix scope of variable declaration 2017-06-22 15:20:17 +00:00
commonlib arch/x86/ebda: Change memcpy() to endian wrappers 2017-06-20 03:13:18 +02:00
console src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
cpu cpu/allwinner/a10/clock.h: Add missing bracket 2017-06-22 16:05:28 +00:00
device device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
drivers drv/intel/gma/acpi: Fix copyright header 2017-06-22 10:24:11 +00:00
ec device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
include device/dram/ddr3.h: Add brackets around macro 2017-06-22 15:21:49 +00:00
lib cr50: process uninitialized values gracefully 2017-06-21 20:29:11 +00:00
mainboard siemens/mc_apl1: Enable decoding for COM 3 on LPC 2017-06-23 06:52:25 +00:00
northbridge nb/intel/sandybridge/raminit: Fix dual DIMM command rate 2017-06-22 15:21:14 +00:00
soc soc/intel/skylake: Remove post SMM Relocation uCode loading 2017-06-23 16:26:42 +00:00
southbridge sb/amd/rs780/gfx.c: Add brackets around macro 2017-06-22 16:02:08 +00:00
superio device/pnp: remove struct io_info 2017-06-13 15:21:58 +02:00
vboot vboot: Separate board name and version number in FWID with a dot 2017-04-29 01:44:10 +02:00
vendorcode vendorcode/siemens: Add new values to hwilib 2017-06-13 10:27:04 +02:00
Kconfig Add support for Undefined Behavior Sanitizer 2017-06-14 19:56:59 +02:00