Wolfgang Denk
bd98ee60df
Revert "ColdFire: Get information from the correct GCC"
...
This reverts commit b7166e05a5
(replaced by commit c4e5f52a58
).
2008-05-03 23:07:15 +02:00
TsiChung Liew
b7166e05a5
ColdFire: Get information from the correct GCC
...
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2008-04-30 22:35:13 +02:00
Wolfgang Denk
1aeed8d71a
Coding Style cleanup; update CHANGELOG
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-04-13 09:59:26 -07:00
TsiChung Liew
9b46432fc6
ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
...
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>
2008-03-31 15:10:32 -06:00
TsiChung Liew
48ead7a7a9
ColdFire: Remove R5200 board
...
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>
2008-03-31 15:10:24 -06:00
Matthew Fettke
f71d9d91a2
ColdFire: Added MCF5275 cpu support.
...
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>
2008-03-31 15:09:08 -06:00
TsiChung Liew
43d6064239
ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
...
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Acked-by: John Rigby <jrigby@freescale.com>
2008-03-31 15:17:10 -05:00
Shinya Kuribayashi
208acd112e
cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
...
This will reduce the build time.
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2008-02-23 09:47:51 +01:00
TsiChungLiew
c54f9263e4
ColdFire: Fix 5282 and 5271 interrupt mask bit
...
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2008-02-20 13:33:45 -07:00
TsiChungLiew
d9240a5f82
ColdFire: Update cpu flag for 4.2-xx compiler
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-11-07 17:51:00 -06:00
TsiChungLiew
2acefa72ee
ColdFire 5282: Fix external flash boot and return dramsize
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-10-25 17:09:17 -05:00
Stefan Roese
8280f6a1c4
Coding style cleanup
...
Signed-off-by: Stefan Roese <sr@denx.de>
2007-08-18 14:33:02 +02:00
TsiChungLiew
a1436a8426
ColdFire: Add M5253EVBE platform for MCF52x2
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-08-16 17:43:21 -06:00
TsiChungLiew
83ec20bc43
ColdFire: MCF52x2 update
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2007-08-16 17:43:20 -06:00
Jon Loeliger
068b60a0eb
cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-10 10:27:39 -05:00
Jon Loeliger
4431283c7e
cpu/m*: Remove obsolete references to CONFIG_COMMANDS
...
Signed-off-by: Jon Loeliger <jdl@freescale.com>
2007-07-09 19:06:00 -05:00
Jon Loeliger
737184114e
cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
...
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>
2007-07-04 00:34:13 +02:00
Bartlomiej Sieka
363d1d8f9c
[ColdFire MCF5271 family] Add CPU detection based on the value of Chip
...
Identification Register (CIR).
2007-01-23 13:25:22 +01:00
Bartlomiej Sieka
daa6e418bc
Preliminary support for the iDMR board (ColdFire).
2006-12-20 00:27:32 +01:00
Wolfgang Denk
2b208f5308
Move "ar" flags to config.mk to allow for silent "make -s"
...
Based on patch by Mike Frysinger, 20 Jun 2006
2006-10-09 01:02:05 +02:00
Wolfgang Denk
6741ae92f3
Merge with /home/m8/git/u-boot
2006-09-04 01:03:57 +02:00
Marian Balakowicz
f93286397e
Add support for a saving build objects in a separate directory.
...
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-09-01 19:49:50 +02:00
Wolfgang Denk
b1d71358a9
Minor code cleanup.
2006-06-10 22:00:40 +02:00
Wolfgang Denk
4176c79964
Merge with /home/hs/U-Boot/u-boot-dev
2006-06-10 19:27:47 +02:00
Wolfgang Denk
977b50f868
Minor cleanup.
2006-05-10 17:43:20 +02:00
Wolfgang Denk
4af099bda9
Fix watchdog issues for ColdFire boards.
2006-05-09 13:49:12 +02:00
Marian Balakowicz
6f5155a95c
Make R5200 specific low level initialization board conditional.
2006-05-09 11:51:51 +02:00
Marian Balakowicz
b75ef85f42
Update CPU target identification strings for Coldfire family.
2006-05-09 11:45:31 +02:00
Marian Balakowicz
0c056f0e27
Fix serial console support for MCF5271.
2006-05-09 11:37:13 +02:00
Marian Balakowicz
7a635e004e
Add support for Freescale M5271: Merge with /work/u-boot.mcf5271
2006-04-27 19:12:19 +02:00
Heiko Schocher
9acb626fc1
Add MCF5282 support (without preloader)
...
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
2006-04-20 08:42:42 +02:00
Wolfgang Denk
d87080b721
GCC-4.x fixes: clean up global data pointer initialization for all boards.
2006-03-31 18:32:53 +02:00
Zachary P. Landau
eacbd31775
Add support for Freescale M5271 processor
2006-01-26 17:35:56 -05:00
Wolfgang Denk
f013dacf0a
Code cleanup, especially MIPS for GCC 4.x
2005-12-04 00:40:34 +01:00
Marian Balakowicz
63ff004c4f
Add support for multiple PHYs.
2005-10-28 22:30:33 +02:00
stroese
8c725b9364
Coldfire MCF5249 support added
2004-12-16 18:09:49 +00:00
wdenk
b2daeb8e0f
Fix typo.
...
Release version 1.0.2
2004-02-12 14:09:38 +00:00
wdenk
bf9e3b38f7
* Some code cleanup
...
* Patch by Josef Baumgartner, 10 Feb 2004:
Fixes for Coldfire port
* Patch by Brad Kemp, 11 Feb 2004:
Fix CFI flash driver problems
2004-02-12 00:47:09 +00:00