the following patch was just integrated into master: commit 58779358362ef0c9ed433c310416a93c8b9c9211 Author: David Hendricks dhendrix@chromium.org Date: Fri Mar 29 13:40:09 2013 -0700
armv7: remove loop from dcache_mmu_disable()
dcache_mmu_disable() no longer needs to have its own iterative loop to select each cache level of cache since dcache_clean_invalidate_all() does that now.
Change-Id: I5ca273f98943981b943c1c1622f4574d7133fb50 Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/2967 Reviewed-by: Gabe Black gabe.black@gmail.com Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Fri Mar 29 22:38:04 2013, giving +1 See http://review.coreboot.org/2967 for details.
-gerrit