summaryrefslogtreecommitdiffstats
path: root/board/Marvell
Commit message (Collapse)AuthorAgeFilesLines
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-092-2/+2
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Coding style cleanupWolfgang Denk2006-10-092-2/+2
|
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-012-12/+32
| | | | | | | | | | | | | | | | | | | | | 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.
* More code cleanupWolfgang Denk2006-07-211-0/+3
|
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-317-22/+14
|
* (no commit message)Wolfgang Denk2005-12-122-0/+2
|
* Code cleanup, especially MIPS for GCC 4.xWolfgang Denk2005-12-042-3/+3
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-136-18/+19
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-312-0/+4
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Fix problems with SNTP support;wdenk2005-04-021-2/+0
| | | | enable SNTP support in some boards.
* * Patch by Detlev Zundel, 08 Sep 2004:wdenk2004-09-082-24/+24
| | | | | | | | | | | Update etags build target * Improve NetConsole support: add support for broadcast destination address and buffered input. * Cleanup compiler warnings for GCC 3.3.x and later * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-203-7/+7
| | | | | | | | | | | | before we can access it; add delay in case we are faster (with no CF card inserted) * Cleanup of some init functions * Make sure SCC Ethernet is always stopped by the time we boot Linux to avoid Linux crashes by early packets coming in. * Accelerate flash accesses on LWMON board by using buffered writes
* * Patch by Ronen Shitrit, 10 Dec 2003:wdenk2004-01-0344-0/+28503
Add support for the Marvell DB64360 / DB64460 development boards * Patch by Detlev Zundel, 10 Dec 2003: fix dependency problem in examples/Makefile
OpenPOWER on IntegriCloud