1. 08 2月, 2011 1 次提交
    • M
      microblaze: Fix msr instruction detection · 0eb6aaf5
      Michal Simek 提交于
      Fix msr instructions detection. The current code
      just use msrclr for loading msr content and compare
      it with proper MSR content. If msrclr is not implemented
      r8 contains pc address.
      Previous code wanted to use MSR carry bit but if msrclr
      wasn't implemented carry wasn't cleared.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      0eb6aaf5
  2. 28 1月, 2011 1 次提交
    • M
      microblaze: Fix DTB passing from bootloader · 026a2078
      Michal Simek 提交于
      Little endian system needs to check OF_DT_HEADER
      but it is swapped because it is in big-endian.
      Microblaze LE provides lwr instruction which loads
      magic number in BIG endian format which can be compared.
      
      There is used the fact that if you write 0x1 as word
      and load it as byte then you get for big-endian zero
      and 1 for little-endian.
      Signed-off-by: NMichal Simek <monstr@monstr.eu>
      026a2078
  3. 04 8月, 2010 1 次提交
  4. 06 5月, 2010 1 次提交
  5. 01 4月, 2010 3 次提交
  6. 11 3月, 2010 1 次提交
  7. 16 10月, 2009 1 次提交
  8. 21 9月, 2009 2 次提交
  9. 27 7月, 2009 3 次提交
  10. 26 5月, 2009 1 次提交
  11. 27 3月, 2009 1 次提交