the following patch was just integrated into master: commit f6f6e13c46a4320f03fdf1286e37e05a8d047e56 Author: Aaron Durbin adurbin@chromium.org Date: Tue Mar 26 21:22:42 2013 -0500
memrange: add 2 new range_entry routines
Two convenience functions are added to operate on a range_entry: - range_entry_update_tag() - update the entry's tag - memranges_next_entry() - get the next entry after the one provide
These functions will be used by a follow on patch to the MTRR code to allow hole punching in WB region when the default MTRR type is UC.
Change-Id: I3c2be19c8ea1bbbdf7736c867e4a2aa82df2d611 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/2924 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Fri Mar 29 15:29:39 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Mar 29 20:11:28 2013, giving +2 See http://review.coreboot.org/2924 for details.
-gerrit