1. 04 2月, 2009 2 次提交
  2. 07 1月, 2009 2 次提交
  3. 18 11月, 2008 2 次提交
  4. 09 10月, 2008 1 次提交
  5. 27 8月, 2008 1 次提交
  6. 14 7月, 2008 1 次提交
  7. 07 3月, 2008 1 次提交
  8. 07 2月, 2008 1 次提交
  9. 22 2月, 2008 2 次提交
  10. 27 1月, 2008 1 次提交
  11. 11 1月, 2008 1 次提交
  12. 24 12月, 2007 1 次提交
  13. 15 11月, 2007 1 次提交
  14. 22 10月, 2007 1 次提交
  15. 21 10月, 2007 3 次提交
  16. 16 10月, 2007 1 次提交
    • S
      kbuild: enable 'make AFLAGS=...' to add additional options to AS · 222d394d
      Sam Ravnborg 提交于
      The variable AFLAGS 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 AFLAGS with KBUILD_AFLAGS all over
      the tree.
      
      Patch was tested on following architectures:
      alpha, arm, i386, x86_64, mips, sparc, sparc64, ia64, m68k, s390
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      222d394d
  17. 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
  18. 24 7月, 2007 1 次提交
  19. 25 6月, 2007 1 次提交
  20. 12 7月, 2007 1 次提交
    • R
      Blackfin arch: initial supporting for BF548-EZKIT · 24a07a12
      Roy Huang 提交于
      The ADSP-BF54x was specifically designed to meet the needs of convergent multimedia
      applications where system performance and cost are essential ingredients. The
      integration of multimedia, human interface, and connectivity peripherals combined
      with increased system bandwidth and on-chip memory provides customers a platform to
      design the most demanding applications.
      
      Since now, ADSP-BF54x will be supported in the Linux kernel and bunch of related drivers
      such as USB OTG, ATAPI, NAND flash controller, LCD framebuffer, sound, touch screen will
      be submitted later.
      
      Please enjoy the show.
      Signed-off-by: NRoy Huang <roy.huang@analog.com>
      Signed-off-by: NBryan Wu <bryan.wu@analog.com>
      24a07a12
  21. 22 5月, 2007 1 次提交
  22. 08 5月, 2007 1 次提交