Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ColdFire: Update cpu flag for 4.2-xx compiler | TsiChungLiew | 2007-11-07 | -0/+29 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | ColdFire 5282: Fix external flash boot and return dramsize | TsiChungLiew | 2007-10-25 | -1/+5 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | Coding style cleanup | Stefan Roese | 2007-08-18 | -1/+1 |
| | | | | Signed-off-by: Stefan Roese <sr@denx.de> | |||
* | ColdFire: Add M5253EVBE platform for MCF52x2 | TsiChungLiew | 2007-08-16 | -32/+146 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | ColdFire: MCF52x2 update | TsiChungLiew | 2007-08-16 | -1222/+369 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | -1/+1 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | cpu/m*: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | -7/+7 |
| | | | | Signed-off-by: Jon Loeliger <jdl@freescale.com> | |||
* | cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | -5/+5 |
| | | | | | | | | | | | | | | 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> | |||
* | [ColdFire MCF5271 family] Add CPU detection based on the value of Chip | Bartlomiej Sieka | 2007-01-23 | -1/+33 |
| | | | | Identification Register (CIR). | |||
* | Preliminary support for the iDMR board (ColdFire). | Bartlomiej Sieka | 2006-12-20 | -1/+1 |
| | ||||
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | -1/+1 |
| | | | | Based on patch by Mike Frysinger, 20 Jun 2006 | |||
* | Merge with /home/m8/git/u-boot | Wolfgang Denk | 2006-09-04 | -7/+14 |
|\ | ||||
| * | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | -7/+11 |
|/ | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | Minor code cleanup. | Wolfgang Denk | 2006-06-10 | -4/+4 |
| | ||||
* | Merge with /home/hs/U-Boot/u-boot-dev | Wolfgang Denk | 2006-06-10 | -57/+353 |
|\ | ||||
| * | Add MCF5282 support (without preloader) | Heiko Schocher | 2006-04-20 | -32/+334 |
| | | | | | | | | | | | | | | | | relocate ichache_State to ram u-boot can run from internal flash Add EB+MCF-EV123 board support. Add m68k Boards to MAKEALL Patch from Jens Scharsig, 08 Aug 2005 | |||
* | | Minor cleanup. | Wolfgang Denk | 2006-05-10 | -26/+26 |
| | | ||||
* | | Fix watchdog issues for ColdFire boards. | Wolfgang Denk | 2006-05-09 | -1/+4 |
| | | ||||
* | | Make R5200 specific low level initialization board conditional. | Marian Balakowicz | 2006-05-09 | -9/+15 |
| | | ||||
* | | Update CPU target identification strings for Coldfire family. | Marian Balakowicz | 2006-05-09 | -6/+7 |
| | | ||||
* | | Fix serial console support for MCF5271. | Marian Balakowicz | 2006-05-09 | -6/+16 |
| | | ||||
* | | Add support for Freescale M5271: Merge with /work/u-boot.mcf5271 | Marian Balakowicz | 2006-04-27 | -4/+144 |
|\ \ | |/ |/| | ||||
| * | Add support for Freescale M5271 processor | Zachary P. Landau | 2006-01-26 | -4/+144 |
| | | ||||
* | | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | -4/+4 |
|/ | ||||
* | Code cleanup, especially MIPS for GCC 4.x | Wolfgang Denk | 2005-12-04 | -1/+0 |
| | ||||
* | Add support for multiple PHYs. | Marian Balakowicz | 2005-10-28 | -3/+15 |
| | ||||
* | Coldfire MCF5249 support added | stroese | 2004-12-16 | -6/+192 |
| | ||||
* | Fix typo. | wdenk | 2004-02-12 | -1/+1 |
| | | | | Release version 1.0.2 | |||
* | * Some code cleanup | wdenk | 2004-02-12 | -0/+1583 |
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems |