the following patch was just integrated into master:
commit 5f06d53bdb3621ff9e232d4f070f9ff4bbacfa4c
Author: David Guckian <david.guckian(a)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(a)intel.com>
Reviewed-on: http://review.coreboot.org/12367
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)chromium.org>
Reviewed-by: York Yang <york.yang(a)intel.com>
See http://review.coreboot.org/12367 for details.
-gerrit
the following patch was just integrated into master:
commit dc4cb05763fa029d7495f7aa37194f3ee5abaf05
Author: Timothy Pearson <tpearson(a)raptorengineeringinc.com>
Date: Sat Jul 25 01:23:17 2015 -0500
nb/amd/mct_ddr3: Fix RDIMM errors due to undefined number of slots
The current code did not define the number of DIMM slots on the
mainboard, which lead to incorrect configuration values and
occassional training failure.
Add preliminary support for DIMM slot count configuration.
Change-Id: I488511d6262ffa8207c442d133314aed0f75acfb
Signed-off-by: Timothy Pearson <tpearson(a)raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/12016
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/12016 for details.
-gerrit