1. 13 3月, 2013 1 次提交
  2. 13 9月, 2012 4 次提交
  3. 08 4月, 2012 1 次提交
  4. 19 5月, 2011 1 次提交
  5. 24 3月, 2011 1 次提交
  6. 13 1月, 2011 1 次提交
  7. 14 10月, 2010 1 次提交
  8. 16 6月, 2009 1 次提交
  9. 29 1月, 2009 1 次提交
    • K
      powerpc/fsl-booke: Cleanup init/exception setup to be runtime · 105c31df
      Kumar Gala 提交于
      We currently have a few variants of fsl-booke processors (e500v1, e500v2,
      e500mc, and e200).  They all have minor differences that we had previously
      been handling via ifdefs.
      
      To move towards having this support the following changes have been made:
      
      * PID1, PID2 only exist on e500v1 & e500v2 and should not be accessed on
        e500mc or e200.  We use MMUCFG[NPIDS] to determine which case we are
        since we only touch PID1/2 in extremely early init code.
      
      * Not all IVORs exist on all the processors so introduce cpu_setup
        functions for each variant to setup the proper IVORs that are either
        unique or exist but have some variations between the processors
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      105c31df