the following patch was just integrated into master: commit 836fd19aa812388ba78de7c330f7c0bd1b6788a8 Author: Ronald G. Minnich rminnich@gmail.com Date: Wed Feb 20 13:24:35 2013 -0800
armv7: Don't let users set ram parameters that are fixed in hardware.
The SDRAM base is fixed in hardware. It makes no sense to make it configurable. The TEXT start is a magic number that should also be fixed, not settable.
Change-Id: Ie44cc5c8da1dc38fc00eb602c4a295b045ca5364 Signed-off-by: Ronald G. Minnich rminnich@gmail.com Reviewed-on: http://review.coreboot.org/2465 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Wed Feb 20 22:33:47 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Wed Feb 20 23:13:41 2013, giving +2 See http://review.coreboot.org/2465 for details.
-gerrit