the following patch was just integrated into master: commit c7c02673e45a1c35ee020049c3dcf6da7e7ed1f0 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Fri Dec 26 13:28:35 2014 +0200
RELOCATABLE_RAMSTAGE: Fix weak symbols with ramstage_cache
We had NULL reference with cache_loaded_ramstage() if CACHE_RELOCATED_RAMSTAGE_OUTSIDE_CBMEM was not set so boot never proceeded to ramstage.
Cache implementation outside CBMEM provides means for platform-specific location so there is no need of weak attributes here.
Change-Id: I1eb1a713896395c424fde23252c374f9065fe74d Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-on: http://review.coreboot.org/7954 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan eocallaghan@alterapraxis.com
See http://review.coreboot.org/7954 for details.
-gerrit