summaryrefslogtreecommitdiffstats
path: root/board/cogent
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Correct fixup relocation for mpc8260"Grant Likely2007-11-151-0/+1
| | | | | This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-091-1/+1
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Correct fixup relocation for mpc8260Grant Likely2007-07-041-1/+0
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc8260 linker scriptsGrant Likely2007-07-041-0/+2
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-1/+1
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-8/+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.
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-92/+75
|
* (no commit message)Wolfgang Denk2005-12-122-0/+4
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-311-0/+2
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Fix Murray Jensen's mail address.Wolfgang Denk2005-08-121-1/+1
| | | | Patch by Murray Jensen, 30 Jun 2005
* * Patch by Shlomo Kut, 29 Mar 2004:wdenk2004-09-291-6/+10
| | | | | | | Add support for MKS Instruments "Quantum" board * Fix build problem with Cogent boards; avoid using <asm/byteorder.h> when using the host compiler
* Code cleanup; make several boards compile & link.wdenk2004-03-141-1/+1
|
* * Some code cleanupwdenk2004-02-121-189/+200
| | | | | | | | * Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
* * Patch by Gleb Natapov, 19 Sep 2003:wdenk2003-12-061-0/+14
| | | | | | | | Move most of the timer interrupt related PPC code to ppc_lib/interrupts.c * Patch by Anders Larsen, 17 Sep 2003: Bring ARM memory layout in sync with the documentation: stack and malloc-heap are now located _below_ the U-Boot code
* * Code cleanup:wdenk2003-06-274-14/+22
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-301-1/+1
| | | | | | | | instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector. * Cleanup CFG_DER #defines in config files (wd maintained only)
* Initial revisionwdenk2002-11-032-0/+315
|
* Initial revisionwdenk2002-11-031-0/+190
|
* Initial revisionwdenk2002-11-021-0/+118
|
* Initial revisionwdenk2002-08-261-0/+285
|
* Initial revisionwdenk2002-08-172-0/+698
|
* Initial revisionwdenk2002-07-201-0/+131
|
* Initial revisionwdenk2001-04-281-0/+121
|
* Initial revisionwdenk2001-01-231-0/+305
|
* Initial revisionwdenk2001-01-201-0/+525
|
* Initial revisionwdenk2000-12-1413-0/+265
OpenPOWER on IntegriCloud