commit | 93bc21930a1bfbc98e3121035207eafa427ee07f | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Jun 16 23:30:51 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Jul 04 10:55:25 2011 +0200 |
tree | a0149a349481b704aedfe31cfd6733ee17a692d6 | |
parent | e05f00792b71184428fdb34a303644a1e457f000 [diff] |
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>