the following patch was just integrated into master: commit 3f39cd2920ccc3286cda152f7abc08590ae49f66 Author: David Hendricks dhendrix@chromium.org Date: Tue Apr 30 16:01:50 2013 -0700
armv7: invalidate TLB entries as they are added/modified
The old approach was to invalidate the entire TLB every time we set up a table entry. This worked because we didn't turn the MMU on until after we had set everything up. This patch uses the TLBIMVAA wrapper to invalidate each entry as it's added/modified.
Change-Id: I27654a543a2015574d910e15d48b3d3845fdb6d1 Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/3166 Reviewed-by: Ronald G. Minnich rminnich@gmail.com Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Wed May 1 23:56:58 2013, giving +1 See http://review.coreboot.org/3166 for details.
-gerrit