1. 05 Aug, 2010 1 commit
  2. 04 Aug, 2010 12 commits
  3. 02 Aug, 2010 1 commit
  4. 01 Aug, 2010 10 commits
  5. 31 Jul, 2010 13 commits
  6. 30 Jul, 2010 1 commit
  7. 26 Jul, 2010 2 commits
    • Lee Nipper's avatar
      powerpc/40x: Distinguish AMCC PowerPC 405EX and 405EXr correctly · ff349103
      Lee Nipper authored
      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: default avatarLee Nipper <lee.nipper@gmail.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
      ff349103
    • Stefan Roese's avatar
      powerpc/44x: Fix UART2/3 interrupt assignment in PPC460EX/GT dts files · 9a52e392
      Stefan Roese authored
      UART2 and UART3 on 460EX/GT have incorrect interrupt mappings right now.
      UART2 should be 28 (0x1c) and UART3 29 (0x1d). This patch fixes this and
      switches to using decimal number instead of hex, since the AppliedMicro
      (AMCC) users manuals describe their inerrupt numbers in decimal.
      
      Thanks to Fabien Proriol for pointing this out.
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Fabien Proriol <Fabien.Proriol@jdsu.com>
      Cc: Josh Boyer <jwboyer@linux.vnet.ibm.com>
      Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
      9a52e392