summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8220
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Backout relocation changes.Grant Likely2007-11-172-1/+2
| | | | | | | | | | Ugh. I *hate* to back this change out, but these compiler flags don't work for relocation on all versions of GCC. I've not been able to reproduce the environment in my setup (and hence, not been able to find a combination that *does* work), so I've got no choice but to go back to the old gcc flags and linker script. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* cpu/m*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-093-12/+12
| | | | Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Correct fixup relocation for mpc8220Grant Likely2007-07-042-2/+1
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* Consolidate mpc8220 linker scriptsGrant Likely2007-07-042-0/+128
| | | | Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
* cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-043-12/+12
| | | | | | | | | | | | | | This is a compatibility step that allows both the older form and the new form to co-exist for a while until the older can be removed entirely. All transformations are of the form: Before: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) After: #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) Signed-off-by: Jon Loeliger <jdl@freescale.com>
* [ppc] Fix build breakage for all non-4xx PowerPC variants.Rafal Jaworowski2007-06-221-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-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Fix build problems on sorcery board.Wolfgang Denk2006-09-041-1/+1
|
* 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.
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-316-18/+12
|
* Add support for multiple PHYs.Marian Balakowicz2005-10-281-25/+35
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-132-7/+9
|
* Patch by Juergen Selent, 17 May 2005:wdenk2005-05-301-36/+34
| | | | Add support for Funkwerk VoVPN gateway module.
* Add PCI support for Sorcery board.wdenk2005-05-167-150/+206
| | | | Code cleanup (especially Sorcery / Alaska / Yukon serial driver).
* * Patch by Ladislav Michl, 05 Apr 2005:wdenk2005-04-053-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-057-44/+186
|
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-311-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-2820-0/+5544
- add support for MPC8220 CPU - Add support for Alaska and Yukon boards
OpenPOWER on IntegriCloud