| 45370e18 | 18-Oct-2012 |
Alison Wang <b18965@freescale.com> |
ColdFire: Add MCF5441x CPU support
Add MCF5441x CPU support.
The MCF5441x devices are a family of highly-integrated 32-bit microprocessors based on the Version 4m ColdFire microarchitecture, compri
ColdFire: Add MCF5441x CPU support
Add MCF5441x CPU support.
The MCF5441x devices are a family of highly-integrated 32-bit microprocessors based on the Version 4m ColdFire microarchitecture, comprising of the V4 integer core, memory management unit(MMU) and enchanced multiply-accumulate unit(EMAC).
Signed-off-by: TsiChung Liew <tsicliew@gmail.com> Signed-off-by: Jason Jin <Jason.jin@freescale.com> Signed-off-by: Alison Wang <b18965@freescale.com>
show more ...
|
| c1568ca5 | 03-Oct-2012 |
Marek Vasut <marex@denx.de> |
m68k: Fix unused variable warning in speed.c
The following warning was produced, fix it:
speed.c: In function 'get_clocks': speed.c:94:15: warning: variable 'bPci' set but not used [-Wunused-but-se
m68k: Fix unused variable warning in speed.c
The following warning was produced, fix it:
speed.c: In function 'get_clocks': speed.c:94:15: warning: variable 'bPci' set but not used [-Wunused-but-set-variable]
Signed-off-by: Marek Vasut <marex@denx.de> Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com> Cc: Jason Jin <jason.jin@freescale.com>
show more ...
|
| 2b05593d | 03-Oct-2012 |
Marek Vasut <marex@denx.de> |
m68k: Fix unused variable warning
The fbcs variable was unused, producing the following warning:
cpu_init.c: In function 'cpu_init_f': cpu_init.c:52:10: warning: unused variable 'fbcs' [-Wunused-va
m68k: Fix unused variable warning
The fbcs variable was unused, producing the following warning:
cpu_init.c: In function 'cpu_init_f': cpu_init.c:52:10: warning: unused variable 'fbcs' [-Wunused-variable]
Signed-off-by: Marek Vasut <marex@denx.de> Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com> Cc: Jason Jin <jason.jin@freescale.com>
show more ...
|
| 37d6cc31 | 03-Oct-2012 |
Marek Vasut <marex@denx.de> |
m68k: Fix wrong assembler instruction in start.S
The jmp _fault generated the following error message, thus change it to bra _fault:
start.S: Assembler messages: start.S:310: Error: Conversion of P
m68k: Fix wrong assembler instruction in start.S
The jmp _fault generated the following error message, thus change it to bra _fault:
start.S: Assembler messages: start.S:310: Error: Conversion of PC relative displacement to absolute
Signed-off-by: Marek Vasut <marex@denx.de> Cc: "Jin Zhengxiong-R64188" <R64188@freescale.com> Cc: Jason Jin <jason.jin@freescale.com>
show more ...
|
| 59d06122 | 24-Mar-2011 |
Richard Retanubun <RichardRetanubun@RuggedCom.com> |
ColdFire: Queued SPI driver
This patch adds a driver for Freescale Colfire Queued SPI bus. Coded to work with 8 bits per transfer to use with SPI flash. CPOL, CPHA, and CS_ACTIVE_HIGH can be configu
ColdFire: Queued SPI driver
This patch adds a driver for Freescale Colfire Queued SPI bus. Coded to work with 8 bits per transfer to use with SPI flash. CPOL, CPHA, and CS_ACTIVE_HIGH can be configured.
Tested with MCF5270 which have 4 chip selects.
Activate by #define CONFIG_CF_QSPI in board config.
Signed-off-by: Richard Retanubun <richardretanubun@ruggedcom.com>
show more ...
|