1. 24 3月, 2014 1 次提交
  2. 05 12月, 2013 3 次提交
  3. 08 8月, 2013 1 次提交
  4. 24 7月, 2013 1 次提交
  5. 10 6月, 2013 1 次提交
  6. 01 6月, 2013 2 次提交
  7. 06 5月, 2013 3 次提交
  8. 13 3月, 2013 2 次提交
  9. 15 11月, 2012 3 次提交
  10. 13 9月, 2012 1 次提交
  11. 29 3月, 2012 1 次提交
  12. 17 3月, 2012 1 次提交
  13. 16 3月, 2012 1 次提交
  14. 09 12月, 2011 1 次提交
  15. 30 11月, 2011 1 次提交
    • T
      powerpc/40x: Add APM8018X SOC support · d5b9ee7b
      Tanmay Inamdar 提交于
      The AppliedMicro APM8018X embedded processor targets embedded applications that
      require low power and a small footprint. It features a PowerPC 405 processor
      core built in a 65nm low-power CMOS process with a five-stage pipeline executing
      up to one instruction per cycle. The family has 128-kbytes of on-chip memory,
      a 128-bit local bus and on-chip DDR2 SDRAM controller with 16-bit interface.
      Signed-off-by: NTanmay Inamdar <tinamdar@apm.com>
      Signed-off-by: NJosh Boyer <jwboyer@gmail.com>
      d5b9ee7b
  16. 01 11月, 2011 1 次提交
  17. 05 8月, 2011 1 次提交
  18. 03 6月, 2011 1 次提交
  19. 27 4月, 2011 2 次提交
  20. 20 4月, 2011 1 次提交
  21. 12 4月, 2011 1 次提交
    • K
      powerpc/book3e: Fix CPU feature handling on 64-bit e5500 · 11ed0db9
      Kumar Gala 提交于
      The CPU_FTRS_POSSIBLE and CPU_FTRS_ALWAYS defines did not encompass
      e5500 CPU features when built for 64-bit.  This causes issues with
      cpu_has_feature() as it utilizes the POSSIBLE & ALWAYS defines as part
      of its check.
      
      Create a unique CPU_FTRS_E5500 (as its different from CPU_FTRS_E500MC),
      created a new group for 64-bit Book3e based CPUs and add CPU_FTRS_E5500
      to that group.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      11ed0db9
  22. 07 2月, 2011 1 次提交
  23. 02 2月, 2011 1 次提交
  24. 21 1月, 2011 1 次提交
  25. 29 11月, 2010 3 次提交
  26. 14 10月, 2010 1 次提交
  27. 13 10月, 2010 1 次提交
  28. 23 8月, 2010 1 次提交
  29. 26 7月, 2010 1 次提交
    • L
      powerpc/40x: Distinguish AMCC PowerPC 405EX and 405EXr correctly · ff349103
      Lee Nipper 提交于
      The recent AMCC 405EX Rev D without Security uses a PVR value
      that matches the old 405EXr Rev A/B with Security.
      The 405EX Rev D without Security would be shown
      incorrectly as an 405EXr. The pvr_mask of 0xffff0004
      is no longer sufficient to distinguish the 405EX from 405EXr.
      
      This patch replaces 2 entries in the cpu_specs table
      and adds 8 more, each using pvr_mask of 0xffff000f
      and appropriate pvr_value to distinguish the AMCC
      PowerPC 405EX and 405EXr instances.
      The cpu_name for these entries now includes the
      Rev, in similar fashion to the 440GX.
      Signed-off-by: NLee Nipper <lee.nipper@gmail.com>
      Signed-off-by: NJosh Boyer <jwboyer@linux.vnet.ibm.com>
      ff349103