1. 18 1月, 2010 1 次提交
  2. 25 11月, 2009 1 次提交
  3. 02 11月, 2009 1 次提交
  4. 16 9月, 2009 1 次提交
  5. 11 9月, 2009 1 次提交
  6. 19 2月, 2009 1 次提交
    • K
      mkconfig: include board config.h before asm/config.h · 7b0bc021
      Kim Phillips 提交于
      swapping the include order suppresses warnings for board configs
      that define their own CONFIG_MAX_MEM_MAPPED:
      
      In file included from /home/r1aaha/git/u-boot/include/config.h:5,
                      from /home/r1aaha/git/u-boot/include/common.h:35,
                      from simpc8313.c:26:
      /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
      "CONFIG_MAX_MEM_MAPPED" redefined
      In file included from /home/r1aaha/git/u-boot/include/config.h:4,
                      from /home/r1aaha/git/u-boot/include/common.h:35,
                      from simpc8313.c:26:
      /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
      the location of the previous definition
      Signed-off-by: NKim Phillips <kim.phillips@freescale.com>
      7b0bc021
  7. 10 2月, 2009 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. 21 7月, 2006 1 次提交
    • W
      * Cleanup TQM5200 board configurations: · 5078cce8
      Wolfgang Denk 提交于
        - make highboot configurations use environment at high end, too,
          to avoid flash fragmentation
        - always use redundand environment
        - don't enable video code for modules without graphics controller
        - provide useful (though different) mtdparts settings
        - get rid of CONFIG_CS_AUTOCONF which was always set anyway
      
      * Extend mkconfig tool to print more useful target name
      5078cce8
  10. 04 8月, 2005 1 次提交
  11. 21 7月, 2005 1 次提交
  12. 03 4月, 2005 1 次提交
  13. 10 10月, 2004 1 次提交
    • W
      Patch by Steven Scholz, 16 Aug 2004: · 1d9f4105
      wdenk 提交于
      - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
      - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
      - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
      - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
        into cpu/arm920t/$(SOC)/
      1d9f4105
  14. 26 6月, 2003 1 次提交
    • W
      * Header file cleanup for ARM · b783edae
      wdenk 提交于
      * Patch by Murray Jensen, 24 Jun 2003:
        - make sure to use only U-boot provided header files
        - fix problems with ".rodata.str1.4" section as used by GCC-3.x
      b783edae
  15. 03 11月, 2002 1 次提交