[U-Boot] [PATCH] Add flexbus support for Freescale Coldfire 5235

2011-04-05 Thread Jate Sujjavanich
Add flexbus support for Freescale Coldfire 5235 Signed-off-by Jate Sujjavanich --- u-boot-denx/arch/m68k/include/asm/coldfire/flexbus.h2011-03-02 11:02:14.0 -0500 +++ u-boot/include/asm-m68k/coldfire/flexbus.h 2011-03-25 11:42:46.0 -0400 @@ -94,6 +94,12 @@ #endif

Re: [U-Boot] Coldfire 5235 flexbus.h

2011-03-28 Thread Jate Sujjavanich
(((x) & 0x3F) << 26) #define FBCS_CSCR_SWS_MASK (0x03FF) #define FBCS_CSCR_SWSEN(0x0080) -Original Message- From: Jin Zhengxiong-R64188 [mailto:r64...@freescale.com] Sent: Tuesday, March 22, 2011 2:52 AM To: Jate Sujjava

[U-Boot] Coldfire 5235 flexbus.h

2011-03-02 Thread Jate Sujjavanich
The defines in arch/m68k/include/coldfire/flexbus.h are not compatible with the 5235 processor. The registers in struct fbcs are different sizes from those in the 5235. Also, the defines are a little different. This is what I have so far. Comments? --- u-boot-denx/arch/m68k/include/asm/coldfi