the following patch was just integrated into master: commit f41ad02c83b66e72d68801413a15cf869bc97268 Author: York Yang york.yang@intel.com Date: Wed Oct 14 07:00:30 2015 -0700
intel/fsp_baytrail: Load BSP microcode in bootblock
Load microcode to BSP in bootblock so later on the FSP TempRamInit call can be success. The updated fsp1_0 driver calls TempRamInit API with a dummy microcode, so FSP will not handle the microcode load. If BSP is not loaded a microcode before calling TempRamInit API, the call will fail with the error No Valid Microcode Was Found.
Change-Id: I1fbe68e14e5a24d8f2da70603cd2f03675b9ca81 Signed-off-by: York Yang york.yang@intel.com Reviewed-on: http://review.coreboot.org/11896 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org Reviewed-by: Martin Roth martinroth@google.com
See http://review.coreboot.org/11896 for details.
-gerrit