aboutsummaryrefslogtreecommitdiff
path: root/lib_m68k
AgeCommit message (Collapse)AuthorFilesLines
2007-07-04lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-10/+10
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>
2006-12-20Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka1-0/+8
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
Based on patch by Mike Frysinger, 20 Jun 2006
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-8/+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.
2006-05-10Minor cleanup.LABEL_2006_05_10_1800Wolfgang Denk1-1/+1
2006-05-09Merge with /home/m8/git/u-bootWolfgang Denk2-4/+14
2006-05-09Fixes for gcc 3.4 based m68k toolchain,Marian Balakowicz1-2/+7
based on patch by Jate Sujjavanich.
2006-04-27Add support for Freescale M5271: Merge with /work/u-boot.mcf5271Marian Balakowicz1-2/+7
2006-04-25cosmetic: print amount of NAND flash aligned with the other values such asMarkus Klotzbuecher1-1/+1
DRAM
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2-11/+4
2006-01-26Add support for Freescale M5271 processorZachary P. Landau1-2/+7
2005-04-05* Patch by Ladislav Michl, 05 Apr 2005:wdenk1-2/+2
Add support for VoiceBlue board. * Patch by Ladislav Michl, 05 Apr 2005: Fix netboot_common() prototypes. * Cleanup.
2005-04-03* Patch by Mathias Küster, 23 Nov 2004:wdenk1-0/+22
add udelay support for the mcf5282 cpu * Patch by Tolunay Orkun, 16 November 2004: fix incorrect onboard Xilinx CPLD base address
2004-12-16Coldfire MCF5249 support addedstroese1-0/+86
2004-12-16I2C addedstroese1-0/+25
2004-07-01* Patches by Richard Woodruff, 10 Jun 2004:wdenk1-0/+2
- fix problems with examples/stubs.c for GCC >= 3.4 - fix problems with gd initialization * Enable FAT filesystem support for HMI10 board
2004-06-09* Patch by Josef Baumgartner, 25 May 2004:wdenk1-0/+21
Add missing functions get_ticks() and get_tbclk() in lib_m68k/time.c * Patch by Paul Ruhland, 24 May 2004: fix SDRAM initialization for LPD7A400 board.
2004-03-14Code cleanup; make several boards compile & link.LABEL_2004_03_14_2340wdenk1-1/+1
2004-02-27* Patch by Pierre Aubert, 26 Feb 2004wdenk1-1/+1
add IDE support for MPC5200 * Patch by Masami Komiya, 26 Feb 2004: add autoload via NFS * Patch by Stephen Williams Use of CONFIG_SERIAL_SOFTWARE_FIFO in board.c consistent with uses elsewhere in the source.
2004-02-12* Some code cleanupwdenk7-324/+684
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
2004-01-02* Cleanup lowboot code for MPC5200wdenk1-1/+1
* Minor code cleanup (coding style) * Patch by Reinhard Meyer, 30 Dec 2003: - cpu/mpc5xxx/fec.c: added CONFIG_PHY_ADDR, added CONFIG_PHY_TYPE, - added CONFIG_PHY_ADDR to include/configs/IceCube.h, - turned debug print of PHY registers into a function (called in two places) - added support for EMK MPC5200 based modules * Fix MPC8xx PLPRCR_MFD_SHIFT typo * Add support for TQM866M modules * Fixes for TQM855M with 4 MB flash (Am29DL163 = _no_ mirror bit flash) * Fix a few compiler warnings
2003-12-08* Patch by Bernhard Kuhn, 28 Nov 2003:wdenk4-0/+937
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards