Skip to content
Snippets Groups Projects
  1. Jun 22, 2009
  2. Jan 29, 2009
  3. Aug 30, 2008
  4. Jul 02, 2008
  5. Oct 08, 2006
  6. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  7. Oct 06, 2005
  8. Sep 25, 2005
  9. Sep 24, 2005
  10. Mar 14, 2004
    • Wolfgang Denk's avatar
      * Patch by Philippe Robin, 09 Mar 2004: · 3d3befa7
      Wolfgang Denk authored
        Added ARM Integrator AP, CP and Versatile PB926EJ-S Reference
        Platform support.
      
      * Patch by Masami Komiya, 08 Mar 2004:
        Don't overwrite server IP address or boot file name
        when the boot server does not return values
      
      * Patch by listmember@orkun.us, 5 Mar 2004:
        Removed compile time restriction on CFG_I2C_SPEED for DS1338 RTC
      3d3befa7
  11. Mar 12, 2004
  12. Oct 14, 2003
  13. Jun 19, 2003
    • Wolfgang Denk's avatar
      Patches by Robert Schwebel, 14 Jun 2003: · 52f52c14
      Wolfgang Denk authored
      - add support for Logotronic DL datalogger board
      - cleanup serial line after kermit binary download
      - add debugX macro (debug level support)
      - update mach-types.h to latest arm.linux.org.uk master list.
      52f52c14
  14. Sep 10, 2002
  15. Mar 01, 2001
  16. Jan 11, 2001
  17. Dec 14, 2000
  18. Jul 10, 2000
Loading