the following patch was just integrated into master: commit c85ba6cf7a4074630b184d910a1a0980ef98f7ea Author: Aaron Durbin adurbin@chromium.org Date: Wed Feb 5 15:44:30 2014 -0600
memranges: add memranges_update_tag() functionality
The memranges_update_tag() function replaces all instances that are tagged with old_tag and update to new_tag. This can be helpful in the MTRR code by adjusting the address space if certain memory types cause the MTRR usage to become too large.
Change-Id: Ie5c405204de2fdd9fd1dd5d6190b223925d6d318 Signed-off-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/5150 for details.
-gerrit