add armv7a_cache handlers
This patch introduces, new command set and handlers for l1 and l2x caches. Patch set 10 folded the following changes into this one: Ib1a2a1fc1b929dc49532ac13a78e8eb796ab4415 If8d87a03281d0f4ad402909998e7834eb4837e79 I0749f129fa74e04f4e9c20d143a744f09ef750d8 Change-Id: I849f4d1f20610087885eeddefa81d976f77cf199 Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Matthias Welwarsky <matthias@welwarsky.de> Reviewed-on: http://openocd.zylin.com/2800 Tested-by: jenkins Reviewed-by: Paul Fertser <fercerpav@gmail.com>
This commit is contained in:
committed by
Paul Fertser
parent
74592a8435
commit
cd440bd32a
@@ -2756,6 +2756,8 @@ static int cortex_a_write_memory(struct target *target, uint32_t address,
|
||||
}
|
||||
retval = cortex_a_write_apb_ab_memory(target, address, size, count, buffer);
|
||||
|
||||
armv7a_cache_auto_flush_on_write(target, address, size * count);
|
||||
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user