Home
last modified time | relevance | path

Searched hist:cba4b1809f043bf85c806e5a4e342f62bd5ded45 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/doc/
H A DREADME.arm-cachescba4b1809f043bf85c806e5a4e342f62bd5ded45 Tue Aug 16 04:33:05 UTC 2011 Aneesh V <aneesh@ti.com> arm: do not force d-cache enable on all boards

c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable()
to board_init_r(). This enables d-cache for all ARM boards.
As a result some of the arm boards that are not cache-ready
are broken. Revert this change and allow platform code to
take the decision on d-cache enabling.

Also add some documentation for cache usage in ARM.

Signed-off-by: Aneesh V <aneesh@ti.com>
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache.ccba4b1809f043bf85c806e5a4e342f62bd5ded45 Tue Aug 16 04:33:05 UTC 2011 Aneesh V <aneesh@ti.com> arm: do not force d-cache enable on all boards

c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable()
to board_init_r(). This enables d-cache for all ARM boards.
As a result some of the arm boards that are not cache-ready
are broken. Revert this change and allow platform code to
take the decision on d-cache enabling.

Also add some documentation for cache usage in ARM.

Signed-off-by: Aneesh V <aneesh@ti.com>
/rk3399_rockchip-uboot/include/configs/
H A Dda850evm.h9452582601466224dd16a247a70626e5f06be558 Thu Dec 15 00:33:21 UTC 2011 Christian Riesch <christian.riesch@omicron.at> da850evm: Remove CONFIG_SYS_xxCACHE_OFF defines

This patch removes the defines CONFIG_SYS_ICACHE_OFF,
CONFIG_SYS_DCACHE_OFF, and CONFIG_SYS_L2CACHE_OFF from the board
configuration. These defines are useless since cache is
anyway disabled for the entire architecture since commit
cba4b1809f043bf85c806e5a4e342f62bd5ded45.

Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
Cc: Tom Rini <trini@ti.com>
/rk3399_rockchip-uboot/include/
H A Dcommon.hcba4b1809f043bf85c806e5a4e342f62bd5ded45 Tue Aug 16 04:33:05 UTC 2011 Aneesh V <aneesh@ti.com> arm: do not force d-cache enable on all boards

c2dd0d45540397704de9b13287417d21049d34c6 added dcache_enable()
to board_init_r(). This enables d-cache for all ARM boards.
As a result some of the arm boards that are not cache-ready
are broken. Revert this change and allow platform code to
take the decision on d-cache enabling.

Also add some documentation for cache usage in ARM.

Signed-off-by: Aneesh V <aneesh@ti.com>