Searched hist:cba4b1809f043bf85c806e5a4e342f62bd5ded45 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/doc/ |
H A D | README.arm-caches | cba4b1809f043bf85c806e5a4e342f62bd5ded45 Mon Aug 15 23:33:05 CDT 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>
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | cache.c | diff cba4b1809f043bf85c806e5a4e342f62bd5ded45 Mon Aug 15 23:33:05 CDT 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>
|
/openbmc/u-boot/include/configs/ |
H A D | da850evm.h | diff 9452582601466224dd16a247a70626e5f06be558 Wed Dec 14 18:33:21 CST 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>
|
/openbmc/u-boot/include/ |
H A D | common.h | diff cba4b1809f043bf85c806e5a4e342f62bd5ded45 Mon Aug 15 23:33:05 CDT 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>
|