the following patch was just integrated into master: commit 273e92999ff827454d12bc121bc2cf7e8e0db9f5 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Thu Aug 2 09:49:11 2012 +0300
Do not allow modifying memory table directly
Adding ranges directly into coreboot memory table raised issues as those methods bypassed the MTRR setup. Such regions are now added as resources, so declare the functions again as static.
Change-Id: If78613da40eabc5c99c49dbe2d6047cb22a71b69 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
Build-Tested: build bot (Jenkins) at Tue Aug 7 07:46:14 2012, giving +1 Reviewed-By: Alexandru Gagniuc mr.nuke.me@gmail.com at Tue Aug 7 07:01:21 2012, giving +2 See http://review.coreboot.org/1415 for details.
-gerrit