1. 09 Nov, 2012 2 commits
    • Charles Hardin's avatar
      mips/octeon: 16-Bit NOR flash was not being detected during boot · 0f731711
      Charles Hardin authored
      The cavium code assumed that all NOR on the boot bus was
      an 8-bit NOR part and hardcoded the bankwidth. The simple
      solution was to add the code that queries the configuration
      register for the width of the bus that has been hardware strapped
      to the Cavium. This allows both 8-bit and 16-bit parts to be
      discovered during boot.
      Acked-by: default avatarDavid Daney <david.daney@cavium.com>
      Signed-off-by: default avatarCharles Hardin <ckhardin@exablox.com>
      Patchwork: http://patchwork.linux-mips.org/patch/4323Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
      0f731711
    • Kevin Cernekee's avatar
      MIPS: tlbex: Fix section mismatches · f151f3b9
      Kevin Cernekee authored
      The new functions introduced in commit 02a54177 (MIPS: tlbex: Deal with
      re-definition of label) should be marked __cpuinit, to eliminate a
      warning that can pop up when CONFIG_EXPORT_UASM is disabled:
      
            LD      arch/mips/mm/built-in.o
          WARNING: arch/mips/mm/built-in.o(.text+0x2a4c): Section mismatch in reference from the function uasm_bgezl_hazard() to the function .cpuinit.text:uasm_il_bgezl()
          The function uasm_bgezl_hazard() references
          the function __cpuinit uasm_il_bgezl().
          This is often because uasm_bgezl_hazard lacks a __cpuinit
          annotation or the annotation of uasm_il_bgezl is wrong.
      
          WARNING: arch/mips/mm/built-in.o(.text+0x2a68): Section mismatch in reference from the function uasm_bgezl_label() to the function .cpuinit.text:uasm_build_label()
          The function uasm_bgezl_label() references
          the function __cpuinit uasm_build_label().
          This is often because uasm_bgezl_label lacks a __cpuinit
          annotation or the annotation of uasm_build_label is wrong.
      
      (This warning might not occur if the function was inlined.)
      Signed-off-by: default avatarKevin Cernekee <cernekee@gmail.com>
      Patchwork: http://patchwork.linux-mips.org/patch/4517Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
      f151f3b9
  2. 07 Nov, 2012 14 commits
  3. 05 Nov, 2012 2 commits
  4. 04 Nov, 2012 2 commits
  5. 03 Nov, 2012 15 commits
  6. 02 Nov, 2012 5 commits