[U-Boot] Pull request - ColdFire

2010-03-03 Thread TC Liew
Wolfgang, Please pull. Thanks! Regards, TsiChung The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: Frans Meulenbroeks (1): cmd_itest.c: fix pointer dereferencing are available in the git repository at: git://git.denx.de/u-boot-coldfire.git next Richard

Re: [U-Boot] coldfire support

2010-02-24 Thread TC Liew
Thirumalai, These ColdFire processors (MCF52277, MCF5235, MCF5249, MCF5253, MCF5271, MCF5272, MCF5275, MCF5282, MCF5329, MCF5373, MCF5445x, and MCF547x_8x) are supported by u-boot. Like Wolfgang Wegner mentioned, you can download the ToolChain at http://www.codesourcery.com/sgpp/lite/coldfire.

Re: [U-Boot] u-boot coldfire linux and fdt

2010-02-24 Thread TC Liew
Hi Philippe, ColdFire Linux does use the MAC address, the issue is that the kernel does not pass the MAC address properly to the FEC driver. I will pass up this issue to the Linux team to have it fix soon. The bd_info struct is still there and has not removed from u-boot source. There is a plan

[U-Boot] Pull request - ColdFire

2010-02-10 Thread TC Liew
Wolfgang, The following changes since commit 0b692dcb190655c7eb96b6b8003bee163e3b58dd: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-net are available in the git repository at: git://www.denx.de/git/u-boot-coldfire.git master TsiChung Liew (1):

Re: [U-Boot] U-Boot doesn't compile for M54455EVB_intel_config

2009-07-16 Thread TC Liew
Matt, In asm-m68k/io.h, please add #ifndef _IO_BASE #define _IO_BASE 0 #endif Regards, TsiChung On Wed, Jul 15, 2009 at 9:43 AM, Matthew Learm...@bubblegen.co.uk wrote: Hi TsiChung / Wolfgang, I just pulled u-boot.git to re-sync and tried to configure and build it for

[U-Boot] Please pull u-boot-coldfire

2009-07-14 Thread TC Liew
Hi Wolfgang, Please pull this change for u-boot-coldfire/next into your branch: The following changes since commit 7d4450a9773673052fcd7fdf0a4a88c089126ac1: Wolfgang Denk (1): mpc5121ads: add JFFS2 and MTDPARTS support; adjust flash map are available in the git repository at:

Re: [U-Boot] [mcf532x] dependency of start.S not correct

2009-06-08 Thread TC Liew
Wolfgang, Have you checked your board/Your_platform/u-boot.lds? Regards, TsiChung On Thu, Jun 4, 2009 at 10:06 AM, Wolfgang Wegnerwolfg...@leila.ping.de wrote: Hi, sorry I can not provide a solution, but when trying to migrate my board to newer U-Boot I realised that the dependency

Re: [U-Boot] [PATCH] MCF5271: Added #defines for Edge Port Module (EPORT)

2009-06-08 Thread TC Liew
Richard, Nack. It is already existed in asm-m68k/coldfire/eport.h Regards, TsiChung On Fri, Jun 5, 2009 at 4:12 PM, Richard Retanubunrichardretanu...@ruggedcom.com wrote:  From edb2947e95dc8dc1c91bc952002304267d02639f Mon Sep 17 00:00:00 2001 From: Richard Retanubun

Re: [U-Boot] Axiom MCF5282 help

2009-05-26 Thread TC Liew
Mark, There could be a hardware issue. Is the phy crystal on the board is F25.00 or F25.00P? Regards, TsiChung On Mon, May 25, 2009 at 3:15 PM, Mark Giacobbe mgiaco...@adaptivedesignconcepts.com wrote: Hi All -    I'm new to u-boot and I am running into some issues.  I an using the Axiom

Re: [U-Boot] Coldfire: MCF5271: Periodic HW watchdog petting and sleep function does not work.

2009-03-26 Thread TC Liew
Richard, I used 6 for most platforms. 1 is lowest priority - 7 - is the highest. Regards, TsiChung On Thu, Mar 19, 2009 at 4:15 PM, Richard Retanubun richardretanu...@ruggedcom.com wrote: Richard Retanubun wrote: Hi TC, TC Liew wrote: Richard,  Is there a purpose that you used DTIMER 3

Re: [U-Boot] Status open patches: ColdFire

2009-03-03 Thread TC Liew
Wolfgang, We will include in the coming RC release. Thanks! Regards, TsiChung On Sat, Feb 21, 2009 at 6:00 PM, Wolfgang Denk w...@denx.de wrote: Dear John Tsi Chung, I have the following patches still marked as open in my list. Could you please have a look... ColdFire: 12/04 arun c

Re: [U-Boot] Coldfire: MCF5271: Periodic HW watchdog petting and sleep function does not work.

2009-03-03 Thread TC Liew
Richard, Can you be more specific on how the MAX6369 WDO and WDI connects to MCF5271's signal? Is it GPIO? ResetIn? Others? Regards, TsiChung On Mon, Mar 2, 2009 at 3:05 PM, Richard Retanubun richardretanu...@ruggedcom.com wrote: Hi Guys, I am using u-boot 2009.03-rc1 and a board based on

Re: [U-Boot] coldfire M5329EVB demo problem

2009-02-18 Thread TC Liew
Carlos, Compile the hello_world and stubs without the -msep-data and -fPIC options, then linking with -Ttext 0x4002. Or, make change to the cpu/mcf532x/ config.mk. Regards, TsiChung On Wed, Feb 4, 2009 at 3:43 AM, kescuin kesc...@gmail.com wrote: Hi, everyone I'm working wint an

Re: [U-Boot] Coldfire: bootm: How does bootm pass bootargs to linux?

2009-02-18 Thread TC Liew
Richard, /* * Linux Kernel Parameters (passing board info data): * r3: ptr to board info data * r4: initrd_start or 0 if no initrd * r5: initrd_end - unused if r4 is 0 * r6: Start of command line string * r7: End of command line string */ Above is the copy and paste from PPC.