1. 13 Jan, 2010 7 commits
    • Paul Mundt's avatar
      sh: fixed PMB mode refactoring. · a0ab3668
      Paul Mundt authored
      This introduces some much overdue chainsawing of the fixed PMB support.
      fixed PMB was introduced initially to work around the fact that dynamic
      PMB mode was relatively broken, though they were never intended to
      converge. The main areas where there are differences are whether the
      system is booted in 29-bit mode or 32-bit mode, and whether legacy
      mappings are to be preserved. Any system booting in true 32-bit mode will
      not care about legacy mappings, so these are roughly decoupled.
      
      Regardless of the entry point, PMB and 32BIT are directly related as far
      as the kernel is concerned, so we also switch back to having one select
      the other.
      
      With legacy mappings iterated through and applied in the initialization
      path it's now possible to finally merge the two implementations and
      permit dynamic remapping overtop of remaining entries regardless of
      whether boot mappings are crafted by hand or inherited from the boot
      loader.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      a0ab3668
    • Matt Fleming's avatar
      sh: PVR detection for 2nd cut SH7786. · 7f33306e
      Matt Fleming authored
      The mass produced cuts use an updated PVR value, add them to the list.
      Signed-off-by: default avatarMatt Fleming <matt@console-pimps.org>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      7f33306e
    • Paul Mundt's avatar
      sh: Add a vmlinux.bin target. · eca50f14
      Paul Mundt authored
      This makes vmlinux.bin generation an explicit make target, as opposed to
      just a dependency for some of the other targets.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      eca50f14
    • Paul Mundt's avatar
      sh: Add support for LZO-compressed kernels. · c7b16efb
      Paul Mundt authored
      Plugs in LZO along with the others.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      c7b16efb
    • Paul Mundt's avatar
    • Matt Fleming's avatar
      sh: Don't perform an icbi on a P2 address · 6430a598
      Matt Fleming authored
      The legacy P2 area may not always be mapped (for example when using
      PMB). So perform an icbi on an address that we know will always be
      mapped.
      Signed-off-by: default avatarMatt Fleming <matt@console-pimps.org>
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      6430a598
    • Paul Mundt's avatar
      sh: Move over to dynamically allocated FPU context. · 0ea820cf
      Paul Mundt authored
      This follows the x86 xstate changes and implements a task_xstate slab
      cache that is dynamically sized to match one of hard FP/soft FP/FPU-less.
      
      This also tidies up and consolidates some of the SH-2A/SH-4 FPU
      fragmentation. Now fpu state restorers are commonly defined, with the
      init_fpu()/fpu_init() mess reworked to follow the x86 convention.
      The fpu_init() register initialization has been replaced by xstate setup
      followed by writing out to hardware via the standard restore path.
      
      As init_fpu() now performs a slab allocation a secondary lighterweight
      restorer is also introduced for the context switch.
      
      In the future the DSP state will be rolled in here, too.
      
      More work remains for math emulation and the SH-5 FPU, which presently
      uses its own special (UP-only) interfaces.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      0ea820cf
  2. 12 Jan, 2010 12 commits
  3. 11 Jan, 2010 21 commits