the following patch was just integrated into master: commit 9b28f0023cc6bf71d500132f8cdf5b0a7193a580 Author: Aaron Durbin adurbin@chromium.org Date: Tue Mar 8 11:20:53 2016 -0600
drivers/intel/fsp2_0: add TODOs to fix deficiencies
The FSP 2.0 implementation doesn't handle FSP modules for SoCs that are required to be XIP. There is no notion of "loading" in that situation where one should be copying anything anywhere.
Additionally, the loading code does not handle overlaps within the current running program which is doing the loading.
Change-Id: Ide145581f1dd84efb73a28ae51b3313183fa127a Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/13959 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Andrey Petrov andrey.petrov@intel.com
See https://review.coreboot.org/13959 for details.
-gerrit