Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ColdFire: Remove platforms mii.c file | TsiChung Liew | 2008-11-03 | -1/+1 |
| | | | | | | | | | | | Will use mcfmii.c driver in drivers/net rather than keep creating new mii.c for each future platform. Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB, M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB, M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's mii.c Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> | |||
* | ColdFire: Update EB+MCF-EV123 platform | TsiChungLiew | 2007-08-16 | -1/+1 |
| | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> | |||
* | 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 | |||
* | 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 | -1/+1 |
| | ||||
* | Add MCF5282 support (without preloader) | Heiko Schocher | 2006-04-20 | -0/+40 |
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 |