the following patch was just integrated into master: commit 5f06d53bdb3621ff9e232d4f070f9ff4bbacfa4c Author: David Guckian david.guckian@intel.com Date: Mon Nov 9 16:19:18 2015 +0000
intel/fsp_rangeley: Load BSP microcode in bootblock
Load microcode to BSP in bootblock so later on the FSP TempRamInit call will return with success. The updated fsp1_0 driver calls TempRamInit API with dummy microcode, so FSP will not handle the microcode load. If BSP is not loaded with microcode before calling TempRamInit API, the call will fail with error No Valid Microcode Was Found.
Change-Id: I9c55acaf3353a759bb0119f0a5402a704ffb2c4a Signed-off-by: David Guckian david.guckian@intel.com Reviewed-on: http://review.coreboot.org/12367 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org Reviewed-by: York Yang york.yang@intel.com
See http://review.coreboot.org/12367 for details.
-gerrit