aboutsummaryrefslogtreecommitdiff
path: root/board/xsengine
AgeCommit message (Collapse)AuthorFilesLines
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
Based on patch by Mike Frysinger, 20 Jun 2006
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-7/+11
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.
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-4/+2
2005-10-05Add support for S29GL064M-R3 flash chip on xsengine boardWolfgang Denk1-24/+9
Patch by Kurt Stremerch, 18 Apr 2005
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+1
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2005-08-08Add common (with Linux) MTD partition scheme and "mtdparts" commandWolfgang Denk1-78/+0
Old, obsolete and duplicated code was cleaned up and replace by the new partitioning method. There are two possible approaches now: * define a single, static partition * use mtdparts command line option and dynamic partitioning Default is static partitioning.
2005-04-02Prepare for SoC rework of ARM code:wdenk2-3/+3
- rename CONFIG_BOOTBINFUNC into CONFIG_INIT_CRITICAL - rename memsetup into lowlevel_init (function name and source files)
2004-10-17Code cleanup for GCC-3.3.x compilerswdenk1-1/+1
2004-10-10Patch by George G. Davis, 24 Aug 2004:wdenk1-1/+1
- update ARM boards to use constants from mach-types.h
2004-07-01* Code cleanup (ARM mostly)wdenk1-2/+0
* Patch by Curt Brune, 17 May 2004: - Add support for Samsung S3C4510B CPU (ARM7tdmi based SoC) - Add support for ESPD-Inc. EVB4510 Board
2004-06-09Patch by Kurt Stremerch, 28 May 2004:wdenk6-0/+954
Add support for Exys XSEngine board Some code cleanup.