1. 18 6月, 2010 2 次提交
  2. 15 6月, 2010 3 次提交
  3. 13 6月, 2010 1 次提交
  4. 11 6月, 2010 3 次提交
  5. 09 6月, 2010 1 次提交
  6. 08 6月, 2010 18 次提交
  7. 06 6月, 2010 1 次提交
    • A
      add new board pm9g45 · b5d289fc
      Asen Dimov 提交于
      Add the new board PM9G45 from Ronetix GmbH.
      * AT91SAM9G45 MCU at 400Mhz.
      * 128MB DDR2 SDRAM
      * 256MB NAND
      * 10/100 MBits Ethernet DP83848
      * Serial number chip DS2401
      
      The board is made as SODIMM200 module.
      For more info www.ronatix.at or info@ronetix.at.
      Signed-off-by: NAsen Dimov <dimov@ronetix.at>
      b5d289fc
  8. 04 6月, 2010 1 次提交
  9. 01 6月, 2010 1 次提交
    • G
      ARM1136: Fix cache_flush() error and correct cpu_init_crit() comments · 409a07c9
      George G. Davis 提交于
      The ARM1136 cache_flush() function uses the "mcr p15, 0, rn, c7, c7, 0"
      instruction which means "Invalidate Both Caches" when in fact the intent
      is to clean and invalidate all caches.  So add an "mcr p15, 0, %0, c7,
      c10, 0" instruction to "Clean Entire Data Cache" prior to the "Invalidate
      Both Caches" instruction to insure that memory is consistent with any
      dirty cache lines.
      
      Also fix a couple of "flush v*" comments in ARM1136 cpu_init_crit() so
      that they correctly describe the actual ARM1136 CP15 C7 Cache Operations
      used.
      Signed-off-by: NGeorge G. Davis <gdavis@mvista.com>
      409a07c9
  10. 31 5月, 2010 5 次提交
  11. 29 5月, 2010 4 次提交