- Sep 01, 2006
-
-
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.
-
- Jul 21, 2006
-
-
Wolfgang Denk authored
- 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
-
- Aug 03, 2005
-
-
Wolfgang Denk authored
Patch by Murray Jensen, 18 Jul 2005
-
- Jul 21, 2005
-
-
Wolfgang Denk authored
-
- Apr 03, 2005
-
-
Wolfgang Denk authored
- create SoC specific directories include/asm-arm/arch-imx and include/asm-arm/arch-s3c24x0
-
- Oct 09, 2004
-
-
Wolfgang Denk authored
- 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)/
-
- Jun 25, 2003
-
-
Wolfgang Denk authored
* 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
-
- Nov 02, 2002
-
-
Wolfgang Denk authored
-