summaryrefslogtreecommitdiffstats
path: root/board/amcc/ocotea
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix TLB setup for Ocotea boardStefan Roese2006-10-041-26/+30
| | | | Patch by Stefan Roese, 30 Sep 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-6/+10
| | | | | | | | | | | | | | | | | | | | | 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-121-0/+1
|
* Changed PPC44x startup message (cpu info, speed...) to common style:Stefan Roese2005-11-271-8/+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
* Add support for Ocotea pass 3 with 440GX Rev. FStefan Roese2005-11-012-0/+10
| | | | Patch by Stefan Roese, 01 Nov 2005
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-1/+1
|
* Cleanup (PPC4xx is AMCC now)Wolfgang Denk2005-09-231-1/+1
|
* 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
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-162-2/+1
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* Major cleanup for AMCC PPC4xx eval boards.Stefan Roese2005-08-017-0/+1160
Patch by Stefan Roese, 01 Aug 2005
OpenPOWER on IntegriCloud