15 Jan, 2015

1 commit


25 Oct, 2011

1 commit


04 Sep, 2011

1 commit

  • 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 V