summaryrefslogtreecommitdiffstats
path: root/board/sandburst
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-012-10/+28
| | | | | | | | | | | | | | | | | | | | | 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-3/+3
|
* (no commit message)Wolfgang Denk2005-12-124-0/+4
|
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-272-13/+0
| | | | | | | | | | | On PPC44x platforms, the startup message generated in "cpu.c" only comprised the ppc type and revision but not additional informations like speed etc. Those speed infos where printed in the board specific code. This new implementation now prints all CPU infos in the common cpu specific code. No board specific code is needed anymore and therefore removed from all current 44x implementations. Patch by Stefan Roese, 27 Nov 2005
* Cleanup for GCC-4.xWolfgang Denk2005-10-133-5/+5
|
* * Fix PHY address argument passing with mii info commandWolfgang Denk2005-09-241-2/+1
| | | | | | Patch by Andrew Dyer, 28 Dec 2004 * Cleanup: fix broken builds
* 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
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-164-4/+4
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* Coding style cleanupWolfgang Denk2005-08-157-125/+52
|
* Add Sandburst Metrobox and Sandburst Karef board support packages.Stefan Roese2005-08-1524-0/+5694
Second serial port on 440GX now defined as a system device. Add 'Short Etch' code for Cicada PHY within 440gx_enet.c Patch by Travis B. Sawyer, 12 Jul 2005 Check return value of malloc in 440gx_enet.c Patch by Travis B. Sawyer, 18 Jul 2005
OpenPOWER on IntegriCloud