1. 02 8月, 2008 1 次提交
  2. 28 7月, 2008 2 次提交
  3. 16 5月, 2008 1 次提交
  4. 08 5月, 2008 3 次提交
  5. 19 4月, 2008 3 次提交
  6. 14 2月, 2008 1 次提交
  7. 08 2月, 2008 2 次提交
  8. 28 1月, 2008 9 次提交
  9. 07 11月, 2007 1 次提交
    • P
      sh: Kill off the remaining ST40 cruft. · f9669187
      Paul Mundt 提交于
      The ST40 stuff in-tree hasn't built for some time, and hasn't been
      updated for over 3 years. ST maintains their own out-of-tree changes
      and rebases occasionally, and that's ultimately where all of the ST40
      users go anyways.
      
      In order for the ST40 code to be brought up to date most of the stuff
      removed in this changeset would have to be rewritten anyways, so there's
      very little benefit in keeping the remnants around either.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      f9669187
  10. 30 10月, 2007 3 次提交
  11. 20 10月, 2007 1 次提交
  12. 21 9月, 2007 3 次提交
  13. 26 7月, 2007 1 次提交
  14. 25 7月, 2007 1 次提交
  15. 20 7月, 2007 1 次提交
  16. 20 6月, 2007 1 次提交
  17. 08 6月, 2007 6 次提交
    • P
      sh: Kill off dead SH7604 support. · b9601c5e
      Paul Mundt 提交于
      This was added during 2.5.x, but was never moved along. This
      can easily be resurrected if someone has one they wish to work
      with, but it's not worth keeping around in its current form.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      b9601c5e
    • P
      sh: Mark sparsemem regions present earlier. · 2826fa61
      Paul Mundt 提交于
      We have to call in to sparse_memory_present_with_active_regions()
      earlier in order for sparsemem to be happy. This was being called
      too late, and was causing troubles with the platforms that needed
      to enable sparsemem.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      2826fa61
    • P
      sh: sparsemem support. · dfbb9042
      Paul Mundt 提交于
      This implements basic sparsemem support for SH. Presently this only
      uses static sparsemem, and we still permit explicit selection of
      flatmem. Those boards that want sparsemem can select it as usual.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      dfbb9042
    • P
      sh: Rip out special unknown machvec. · fd8f20e8
      Paul Mundt 提交于
      This kills off the BareCPU board as a "special" machvec, rather,
      we leave this as a default for when no other vector is available,
      or when we want to use it in combination with other vectors for
      testing with generic ops. As sh_mv is copied out anyways (or
      overloaded when an alternate vector is explicitly selected), this
      doesn't consume any additional memory.
      
      The generic machvec can be forcibly selected with sh_mv=generic,
      or by not having any other boards enabled.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      fd8f20e8
    • P
      sh: Kill off machvec aliases. · 82f81f47
      Paul Mundt 提交于
      We now throw all of the machvecs in to .machvec.init and either
      select one on the command line, or copy out the first (and
      usually only) one to sh_mv. The rest are freed as usual.
      
      This gets rid of all of the silly sh_mv aliasing and makes the
      selection explicit rather than link-order dependent.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      82f81f47
    • P
      sh: Fixup cmdline handling from machvec changes. · ba36197c
      Paul Mundt 提交于
      The command line wasn't being saved off properly after the machvec
      changes went in, fix it up.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      ba36197c