1. 06 6月, 2011 1 次提交
    • P
      sh: Remove compressed kernel libgcc dependency. · 363e9f05
      Paul Mundt 提交于
      SH-2A is unable to combine the kernel and libgcc objects due to
      fundamental disagreements over FDPIC settings. As the kernel already
      contains all of the libgcc bits broken out, there's not much need to
      bother with the linking anymore, as everything can already be derived
      from the lib dir.
      
      This simply plugs in the necessary bits to ensure that everything is
      built uniformly, enabling us to wean the compressed build off of explicit
      libgcc linking.
      Reported-by: NPhil Edworthy <phil.edworthy@renesas.com>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      363e9f05
  2. 15 2月, 2011 1 次提交
  3. 14 1月, 2011 1 次提交
  4. 26 4月, 2010 1 次提交
  5. 28 1月, 2010 1 次提交
    • P
      sh: Kill off superfluous sh_bios references from compressed loader. · abec86a8
      Paul Mundt 提交于
      The VBR value needs to be initialized in order for any of the bios
      trapping to work, and as we don't do that until slightly later in the
      boot process, this has no real chance of working.
      
      The only reason for using this in the past was due to the fact that early
      serial initialization wasn't possible, but now that early sh-sci is
      supported by everyone, there's no longer any reason to support the
      sh_bios hacks in the first place. Given that, we just kill off the
      references completely.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      abec86a8
  6. 13 1月, 2010 1 次提交
  7. 21 7月, 2009 1 次提交
  8. 12 7月, 2009 2 次提交
  9. 11 7月, 2009 1 次提交
    • P
      sh: Decouple mcount from ftrace. · 473d1cf4
      Paul Mundt 提交于
      This adds a general CONFIG_MCOUNT in order to permit mcount generation
      without ftrace support. This is primarily for allowing platforms to
      enable aggressive stack overflow checking without having to enable ftrace
      support. Based on the sparc64 implementation.
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      473d1cf4
  10. 09 5月, 2009 2 次提交
  11. 28 1月, 2008 1 次提交
  12. 15 10月, 2007 1 次提交
    • S
      kbuild: enable 'make CFLAGS=...' to add additional options to CC · a0f97e06
      Sam Ravnborg 提交于
      The variable CFLAGS is a wellknown variable and the usage by
      kbuild may result in unexpected behaviour.
      On top of that several people over time has asked for a way to
      pass in additional flags to gcc.
      
      This patch replace use of CFLAGS with KBUILD_CFLAGS all over the
      tree and enabling one to use:
      make CFLAGS=...
      to specify additional gcc commandline options.
      
      One usecase is when trying to find gcc bugs but other
      use cases has been requested too.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k
      
      Test was simple to do a defconfig build, apply the patch and check
      that nothing got rebuild.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      a0f97e06
  13. 26 7月, 2007 1 次提交
  14. 12 12月, 2006 1 次提交
  15. 27 9月, 2006 3 次提交
  16. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4