19 Feb, 2009

1 commit

  • 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: Kim Phillips

    Kim Phillips
     

10 Feb, 2009

1 commit


02 Sep, 2006

1 commit

  • 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.

    Marian Balakowicz
     

21 Jul, 2006

1 commit

  • - 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

    Wolfgang Denk
     

04 Aug, 2005

1 commit


21 Jul, 2005

1 commit


03 Apr, 2005

1 commit


10 Oct, 2004

1 commit

  • - 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)/

    wdenk
     

26 Jun, 2003

1 commit


03 Nov, 2002

1 commit