the following patch was just integrated into master: commit f2e10cb544996872298c95ed23241149e3eab418 Author: Ronald G. Minnich rminnich@gmail.com Date: Thu Feb 14 17:31:37 2013 -0800
libpayload: Use an appropriate range of memory when looking for cb tables.
These live at the bottom of memory on x86, but that's IO mapped on the exynos. The particular range used will likely need to be configurable, but this will make it work in one more case than it used to.
Change-Id: I4d4963b9732cf538d00f8effb4398f30cbbde6aa Signed-off-by: Gabe Black gabeblack@google.com Signed-off-by: Ronald G. Minnich rminnich@gmail.com Reviewed-on: http://review.coreboot.org/2410 Tested-by: build bot (Jenkins) Reviewed-by: Gabe Black gabeblack@chromium.org Reviewed-by: David Hendricks dhendrix@chromium.org
Build-Tested: build bot (Jenkins) at Fri Feb 15 02:47:36 2013, giving +1 Reviewed-By: David Hendricks dhendrix@chromium.org at Fri Feb 15 03:19:06 2013, giving +2 See http://review.coreboot.org/2410 for details.
-gerrit