]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv7: add PL310 support to u-boot
authorAneesh V <aneesh@ti.com>
Thu, 16 Jun 2011 23:30:51 +0000 (23:30 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Mon, 4 Jul 2011 08:55:25 +0000 (10:55 +0200)
commit93bc21930a1bfbc98e3121035207eafa427ee07f
treea0149a349481b704aedfe31cfd6733ee17a692d6
parente05f00792b71184428fdb34a303644a1e457f000
armv7: add PL310 support to u-boot

PL310 is the L2$ controller from ARM used in many SoCs
including the Cortex-A9 based OMAP4430

Add support for some of the key PL310 operations
- Invalidate all
- Invalidate range
- Flush(clean & invalidate) all
- Flush range

Signed-off-by: Aneesh V <aneesh@ti.com>
README
arch/arm/include/asm/pl310.h [new file with mode: 0644]
arch/arm/lib/Makefile
arch/arm/lib/cache-pl310.c [new file with mode: 0644]