From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 15 Aug 2007 14:44:33 +0200 Subject: [U-Boot-Users] ColdFire: MCF52x2 update In-Reply-To: <4791E710007FEB4BBF83775D787F462F049A3673@az33exm22.fsl.freescale.net> References: <4791E710007FEB4BBF83775D787F462F049A3673@az33exm22.fsl.freescale.net> Message-ID: <200708151444.33414.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de TsiChung, On Tuesday 14 August 2007, Liew Tsi Chung-r5aahp wrote: > There are 17 patches and over 234KB. I kept sending over 40KB > limit. Can you pull from our git at http://opensource.freescale.com/git > ? The branch will name as mcf52x2. Hmmm. I'm having trouble locating your branch "mcf52x2". In the u-boot-coldfire repository at the Freescale page I can only see: 13 days ago u-boot-5329-early 5 weeks ago master What am I missing? I would really like to pull from your git repo instead of applying all the patches from the mails. A few notes right now: o Please make sure not to indent with spaces like in the patch 0001-xxx: +#if defined(CONFIG_M5249) || defined(CONFIG_M5253) + u16 tmr; /* 0x00 Mode register */ + u16 res1; /* 0x02 */ o Please don't use too long lines in your commit messages o I merged the u-boot-coldfire custodian repository today with Wolfgangs master repository. So now the new CONFIG_CMD_ structure is in place. All CFG_CMD_xxx are not available anymore! -> Please update your new board config files accordingly (M5329EVB and new ones) -> Please update driver (board/freescale/m5329evb/mii.c, board/freescale/m5329evb/nand.c, common/cmd_bdinfo.c, drivers/net/mcffec.c, rtc/mcfrtc.c Please grep through your repo and replace all CFG_CMD_xxx instances with the correct CONFIG_CMD_xxx alternatives. Please rebase your repository against the new updated u-boot-coldfire repository and make the CFG_CMD_xxx changes I mentioned above. Hopefully we can still get this done in this merge window. Thanks. Best regards, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================