1. 03 7月, 2008 1 次提交
  2. 10 5月, 2008 4 次提交
  3. 09 5月, 2008 1 次提交
  4. 18 4月, 2008 1 次提交
    • U
      Clean up dataflash partitioning · c3a60cb3
      Ulf Samuelsson 提交于
      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: NUlf Samuelsson <ulf@atmel.com>
      c3a60cb3
  5. 01 4月, 2008 3 次提交
  6. 14 2月, 2008 2 次提交
  7. 09 10月, 2006 1 次提交
  8. 02 9月, 2006 1 次提交
    • M
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz 提交于
      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
  9. 20 5月, 2005 1 次提交
  10. 15 10月, 2003 1 次提交
    • W
      * Make sure HUSH is initialized for running auto-update scripts · 2d5b561e
      wdenk 提交于
      * Make 5200 reset command _really_ reset the board, without running
        any other code after it
      
      * Fix flash mapping and display on P3G4 board
      
      * Patch by Kyle Harris, 15 Jul 2003:
        - add support for Intel IXP425 CPU
        - add support for IXDP425 eval board
      2d5b561e
  11. 20 6月, 2003 1 次提交
    • W
      Patches by Robert Schwebel, 14 Jun 2003: · 52f52c14
      wdenk 提交于
      - 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
  12. 11 9月, 2002 1 次提交
  13. 02 3月, 2001 1 次提交
  14. 12 1月, 2001 1 次提交
  15. 14 12月, 2000 1 次提交
  16. 10 7月, 2000 1 次提交