summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-211-1/+8
| | | | | | | | | Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command is fully finished. The sync() is defined in each CPU's io.h file. For those CPUs which do not need sync for now, a dummy sync() is defined in their io.h as well. Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
* [ColdFire MCF5271 family] Add CPU detection based on the value of ChipBartlomiej Sieka2007-01-231-0/+6
| | | | Identification Register (CIR).
* Minor code cleanup.Wolfgang Denk2006-06-101-39/+37
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-102-51/+560
|\
| * Add MCF5282 support (without preloader)Heiko Schocher2006-04-202-51/+560
| | | | | | | | | | | | | | | | 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
* | Update register definitions for MCF5271.Marian Balakowicz2006-05-091-17/+38
| |
* | Add support for r5200 boardZachary P. Landau2006-01-262-0/+191
| |
* | Add support for Freescale M5271 processorZachary P. Landau2006-01-263-3/+3
|/
* Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.hWolfgang Denk2005-11-251-1/+7
|
* Code cleanup.wdenk2004-12-161-2/+0
|
* Coldfire MCF5249 support addedstroese2004-12-164-1/+237
|
* * Patch by Imre Deak, 26 May 2004:wdenk2004-06-091-0/+1
| | | | | | | | | On OMAP1610 platforms check if booting from RAM(CS0) or flash(CS3). Set flash base accordingly, and decide whether to do or skip board specific setup steps. * Patch by Josef Baumgartner, 26 May 2004: Add missing define in include/asm-m68k/global_data.h
* * Some code cleanupwdenk2004-02-1213-114/+1184
| | | | | | | | * Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
* * Cleanup lowboot code for MPC5200wdenk2004-01-022-5/+4
| | | | | | | | | | | | | | | | | | * 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
* * Patch by Bernhard Kuhn, 28 Nov 2003:wdenk2003-12-087-0/+430
add support for Coldfire CPU add support for Motorola M5272C3 and M5282EVB boards
OpenPOWER on IntegriCloud