1. 24 2月, 2010 1 次提交
    • M
      microblaze: Fix cache loop function for cache range · 0d670b24
      Michal Simek 提交于
      I create wrong asm code but none test shows that this part of code is wrong.
      I am not convinces that were good idea to create asm optimized macros
      for caches. The reason is that there is not optimization with previous code
      that's why make sense to add old code and do some benchmarking which
      functions are faster.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      0d670b24
  2. 14 12月, 2009 2 次提交
    • M
      microblaze: Support for WB cache · 2ee2ff87
      Michal Simek 提交于
      Microblaze version 7.20.d is the first MB version which can be run
      on MMU linux. Please do not used previous version because they contain
      HW bug.
      Based on WB support was necessary to redesign whole cache design.
      Microblaze versions from 7.20.a don't need to disable IRQ and cache
      before working with them that's why there are special structures for it.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      2ee2ff87
    • M
      microblaze: Fix cache_line_lenght · 44e4e196
      Michal Simek 提交于
      We used cache_line as cache_line_lenght. For this reason
      we did cache flushing 4 times longer than was necessary.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      44e4e196
  3. 23 4月, 2009 1 次提交
  4. 27 3月, 2009 1 次提交