Skip to content
Snippets Groups Projects
  1. Nov 04, 2008
  2. Jul 02, 2008
  3. May 10, 2008
  4. May 09, 2008
    • Stelian Pop's avatar
      Fix @ -> <at> substitution · cce9cfda
      Stelian Pop authored
      
      When applying the AT91CAP9 patches upstream, something transformed
      the '@' character into the ' <at> ' sequence.
      
      The patch below restores the original form in all the places where
      it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
      were copied from AT91CAP9, and a couple of other files where the
      ' <at> ' sequence was present).
      
      Signed-off-by: default avatarStelian Pop <stelian@popies.net>
      cce9cfda
  5. May 08, 2008
  6. Apr 18, 2008
    • Ulf Samuelsson's avatar
      Clean up dataflash partitioning · c3a60cb3
      Ulf Samuelsson authored
      
      This patch removes the board dependent parts from
      "drivers/mtd/dataflash.c".
      Each board relying on this, will have the appropriate
      code in a new file, "partition.c" in the board directory.
      board Makefiles updated to use the file.
      
      The dataflash partitions are aligned on sector/page boundaries.
      
      The CONFIG_NEW_DF_PARTITION was used to create named partitions
      This is now the default operation, and the CONFIG variable is removed.
      
      Signed-off-by: default avatarUlf Samuelsson <ulf@atmel.com>
      c3a60cb3
  7. Mar 31, 2008
  8. Feb 14, 2008
  9. Oct 08, 2006
  10. 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
  11. May 19, 2005
  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