summaryrefslogtreecommitdiffstats
path: root/board/netstar
Commit message (Collapse)AuthorAgeFilesLines
* Added support for the TQM8272 board from TQHeiko Schocher2006-12-211-1/+2
| | | | Signed-off-by: Heiko Schocher <hs@denx.de>
* [PATCH] Add some missing machtypes for netstar & voiceblue boardsStefan Roese2006-10-281-1/+1
| | | | | | | | Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of numbers in code. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
* 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
* Coding style cleanupWolfgang Denk2006-10-091-1/+1
|
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-22/+33
| | | | | | | | | | | | | | | | | | | | | 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.
* Remove the board/netstar/crcit binary from git repository.Marian Balakowicz2006-09-011-0/+0
|
* Code cleanupWolfgang Denk2006-07-211-0/+0
|
* Code cleanupWolfgang Denk2006-07-215-16/+13
|
* Update NetStar boardWolfgang Denk2006-07-216-41/+100
| | | | Patch by Ladislav Michl, 03 Nov 2005
* Merge with /home/m8/git/u-bootWolfgang Denk2006-04-121-3/+0
|\
| * Fix JFFS2 support for legacy NAND driver.Marian Balakowicz2006-04-081-3/+0
| | | | | | | | Some more NAND cleanup and small fixes.
* | GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-4/+2
|/
* Fix cleanup for netstart board.Wolfgang Denk2006-03-123-1/+1
| | | | Remove build results from repository
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-114-1/+3
|
* Minor code cleanupWolfgang Denk2006-03-061-1/+0
|
* Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka2006-03-052-3/+3
| | | | | | | 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.
* Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.Bartlomiej Sieka2006-02-244-0/+4
|
* Update of new NAND codeWolfgang Denk2005-09-1413-0/+1622
Patch by Ladislav Michl, 13 Sep 2005
OpenPOWER on IntegriCloud