summaryrefslogtreecommitdiff
path: root/cpu/mpc8220
Commit message (Collapse)AuthorAgeLines
* [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-22-2/+2
| | | | | - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros - minor 4xx cleanup
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-09-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Fix build problems on sorcery board.Wolfgang Denk2006-09-04-1/+1
|
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-01-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.
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-18/+12
|
* Add support for multiple PHYs.Marian Balakowicz2005-10-28-25/+35
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-13-7/+9
|
* Patch by Juergen Selent, 17 May 2005:wdenk2005-05-30-36/+34
| | | | Add support for Funkwerk VoVPN gateway module.
* Add PCI support for Sorcery board.wdenk2005-05-16-150/+206
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-05-3/+3
| | | | | | | | | Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
* Add support for MPC8220 based "sorcery" board.wdenk2005-04-05-44/+186
|
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-31-4/+4
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* Patch by TsiChung Liew, 23 Sep 2004:wdenk2004-10-28-0/+5544
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards