Peter Tyser
561858ee7d
Update U-Boot's build timestamp on every compile
...
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>
16 years ago
TsiChung Liew
f3962d3f57
ColdFire: Relocate FEC's GPIO and mii functions protocols
...
Place FEC pin assignments in cpu_init.c from platform's
mii.c
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16 years ago
Wolfgang Denk
08ef89ecd1
Use strmhz() to format clock frequencies
...
Signed-off-by: Wolfgang Denk <wd@denx.de>
16 years ago
Jean-Christophe PLAGNIOL-VILLARD
6d0f6bcf33
rename CFG_ macros to CONFIG_SYS
...
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16 years ago
Ben Warren
89973f8a82
Introduce netdev.h header file and remove externs
...
This addresses all drivers whose initializers have already
been moved to board_eth_init()/cpu_eth_init().
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17 years ago
TsiChung Liew
eec567a67e
ColdFire: I2C fix for multiple platforms
...
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17 years ago
Ben Warren
86882b8077
Moved initialization of MCFFEC Ethernet driver to CPU directory
...
Added a cpu_eth_init() function to coldfire CPU directories and
removed code from net/eth.c
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17 years ago
TsiChung Liew
9f75155145
ColdFire: Implement SBF feature for M5445EVB
...
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChung Liew
a7323bba22
ColdFire: Add SSPI feature for MCF5445x
...
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChung Liew
bc3ccb139f
ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
...
Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
clock module in cpu/<cf arch>/cpu_init.c
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChung Liew
3b1e8ac9b4
ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
...
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
17 years ago
TsiChung Liew
8371dc2066
ColdFire: Add -got=single param for new linux v4e toolchains
...
Signed-off-by: Kurt Mahan <kmahan@freescale.com>
17 years ago
Wolfgang Denk
53677ef18e
Big white-space cleanup.
...
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>
17 years ago
Wolfgang Denk
bd98ee60df
Revert "ColdFire: Get information from the correct GCC"
...
This reverts commit b7166e05a5
(replaced by commit c4e5f52a58
).
17 years ago
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>
17 years ago
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>
17 years ago
TsiChung Liew
bae61eefe1
ColdFire: Add dspi and serial flash support for MCF5445x
...
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Acked-by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
2e72ad0644
ColdFire: PCI and misc updates for MCF5445x
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Signed-off by: John Rigby <jrigby@freescale.com>
17 years ago
TsiChungLiew
225a24b5e0
ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
d9240a5f82
ColdFire: Update cpu flag for 4.2-xx compiler
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17 years ago
TsiChungLiew
8ae158cd87
ColdFire: Add M54455EVB for MCF5445x
...
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
18 years ago