Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | armv7: cache: remove flush on un-aligned invalidate | Aneesh V | 2011-09-04 | -6/+9 |
| | | | | | | | | | | Remove the flush of boundary cache-lines done as part of invalidate on a non cache-line boundary aligned buffer Also, print a warning when this situation is recognized. Signed-off-by: Aneesh V <aneesh@ti.com> | |||
* | armv7: add PL310 support to u-boot | Aneesh V | 2011-07-04 | -0/+115 |
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> |