the following patch was just integrated into master: commit 5d994634a268d29b61c98f40f4793334078509c4 Author: David Hendricks dhendrix@chromium.org Date: Sun Feb 10 15:50:20 2013 -0800
armv7/exynos5250/snow: deprecate CONFIG_{RAMBASE,RAMTOP}
RAMBASE and RAMTOP are leftovers from the x86 port and do not apply the same way on ARM platforms. On x86 they refer to the low memory region where coreboot tables reside.
However on ARM we don't have such a region which is architecturally defined. So instead we'll use the CPU-defined DRAM base address and the mainboard-defined DRAM size.
This also has the pleasant side-effect of fixing the coreboot tables to not clobber ramstage code...
Change-Id: I5548ecf05e82f9d9ecec8548fabdd99cc1e39c3b Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/2351 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Mon Feb 11 01:34:17 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Mon Feb 11 02:31:33 2013, giving +2 See http://review.coreboot.org/2351 for details.
-gerrit