summaryrefslogtreecommitdiffstats
path: root/board/stxxtc
Commit message (Collapse)AuthorAgeFilesLines
* Merge with /home/wd/git/u-boot/masterWolfgang Denk2006-10-111-8/+12
|\
| * 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-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | * Removed the oftree.dts for stxxtx in light of the changesMatthew McClintock2006-06-282-61/+1
|/ | | | | to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-051-1/+1
| | | | | | | code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
* (no commit message)Wolfgang Denk2005-12-122-0/+3
|
* Add support for multiple PHYs.Marian Balakowicz2005-10-281-3/+3
|
* Add missing files for Pantelis Antoniou's patchWolfgang Denk2005-10-131-0/+52
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* CleanupWolfgang Denk2005-10-131-1/+0
|
* Add support for OF flat tree for the STXtc board.Wolfgang Denk2005-10-131-1/+10
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* 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
* Add support for Silicon Turnkey eXpress XTc (mpc87x/88x) board.Wolfgang Denk2005-08-155-0/+979
Patch by Dan Malek and Pantelis Antoniou, 15 Aug 2005
OpenPOWER on IntegriCloud