summaryrefslogtreecommitdiffstats
path: root/cpu/mcf52x2/start.S
Commit message (Collapse)AuthorAgeFilesLines
* m68k: Move cpu/$CPU to arch/m68k/cpu/$CPUPeter Tyser2010-04-131-335/+0
| | | | Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* ColdFire: Cache update for all platformsTsiChung Liew2010-03-241-168/+8
| | | | | | | The CF will call cache functions in lib_m68/cache.c and the cache settings are defined in platform configuration file. Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
* ColdFire: Add M5208EVB and MCF520x CPU supportTsiChung Liew2009-07-141-9/+24
| | | | Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
* Update U-Boot's build timestamp on every compilePeter Tyser2008-12-061-1/+2
| | | | | | | Use the GNU 'date' command to auto-generate a new U-Boot timestamp on every compile. Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-38/+38
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ColdFire: Multiple fixes for M5282EVBTsiChung Liew2008-08-141-1/+1
| | | | | | | | | Incorrect CFG_HZ value, change 1000000 to 1000. Rename #waring to #warning. RAMBAR1 uses twice in start.S, rename the later to FLASHBAR. Insert nop for DRAM setup. And, env_offset in linker file. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
* Big white-space cleanup.Wolfgang Denk2008-05-211-3/+3
| | | | | | | | | | | This commit gets rid of a huge amount of silly white-space issues. Especially, all sequences of SPACEs followed by TAB characters get removed (unless they appear in print statements). Also remove all embedded "vim:" and "vi:" statements which hide indentation problems. Signed-off-by: Wolfgang Denk <wd@denx.de>
* ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.STsiChung Liew2008-03-311-0/+1
| | | | | | | | | | | When the version_string function in start.S is not 4-byte align, it will cause the compiler generates "unaligned opcodes detected in executable segment". This issue affects all ColdFire CPUs. By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if it is not aligned. Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
* ColdFire: Remove R5200 boardTsiChung Liew2008-03-311-33/+1
| | | | | | | | This board never went into production Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com> Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
* ColdFire: Added MCF5275 cpu support.Matthew Fettke2008-03-311-0/+30
| | | | | | Signed-off-by: Matthew Fettke <mfettke@videon-central.com> Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
* ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282TsiChung Liew2008-03-311-2/+2
| | | | | Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> Acked-by: John Rigby <jrigby@freescale.com>
* ColdFire 5282: Fix external flash boot and return dramsizeTsiChungLiew2007-10-251-1/+5
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* ColdFire: Add M5253EVBE platform for MCF52x2TsiChungLiew2007-08-161-3/+3
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* ColdFire: MCF52x2 updateTsiChungLiew2007-08-161-7/+41
| | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
* Preliminary support for the iDMR board (ColdFire).Bartlomiej Sieka2006-12-201-1/+1
|
* Merge with /home/m8/git/u-bootWolfgang Denk2006-09-041-0/+2
|
* Merge with /home/hs/U-Boot/u-boot-devWolfgang Denk2006-06-101-22/+79
|\
| * Add MCF5282 support (without preloader)Heiko Schocher2006-04-201-19/+77
| | | | | | | | | | | | | | | | 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
* | Make R5200 specific low level initialization board conditional.Marian Balakowicz2006-05-091-9/+15
| |
* | Add support for Freescale M5271 processorZachary P. Landau2006-01-261-1/+33
|/
* Coldfire MCF5249 support addedstroese2004-12-161-2/+31
|
* * Some code cleanupwdenk2004-02-121-0/+316
* Patch by Josef Baumgartner, 10 Feb 2004: Fixes for Coldfire port * Patch by Brad Kemp, 11 Feb 2004: Fix CFI flash driver problems
OpenPOWER on IntegriCloud