]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Blackfin: add cache_dump commands
authorMike Frysinger <vapier@gentoo.org>
Mon, 6 Oct 2008 07:31:52 +0000 (03:31 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 10 Jul 2009 06:36:26 +0000 (02:36 -0400)
commit286070ddc8339666c09bd7912e960b850a8a0318
treec9db06d526e44987000a7f1f2993828e42b25de5
parent3672cd5c3b53d219d33345eebad4e25ad5bf6d52
Blackfin: add cache_dump commands

A few debug-type commands used to dump the raw icache/dcache data.  Useful
when trying to track down cache-related bugs.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
lib_blackfin/Makefile
lib_blackfin/cmd_cache_dump.c [new file with mode: 0644]