Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-29 Thread David van Geest
I use DHCP to get my IP address: - setenv autoload no - dhcp BOOTP broadcast 1 DHCP client bound to address XXX.XXX.XXX.152 - ping XXX.XXX.XXX.189 Using FEC0 device host XXX.XXX.XXX.189 is alive I've tried DHCP as well, and I get the following: - dhcp BOOTP broadcast 1 checksum

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-28 Thread Matthew Fettke
1) I can't save environment variables using saveenv. I can change them just fine, and saveenv runs as usual, but on reset, I get a *** Warning - bad CRC, using default environment I have the same problem. I haven't done any testing with the saveenv so it more than likely needs some

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-28 Thread Liew Tsi Chung
Matthew, I spotted a few issues: 1. in cpu/mcf52x2/interrupt.c should be imlr0 = 0xFFFE; 2. in include/asm-m68k/immap.h CFG_TMRINTR_PRI should set to 0x1E for timer interrupt to work probably. #define CFG_TMRINTR_PRI (0x1E) 3.

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-25 Thread Liew Tsi Chung
David, After you applied the 5275 patches, did you perform a git rebase? One ColdFire patch Fix CFI Flash low level Read/Write macro is required. The original macros have address and value swap, and it will cause exception whenever there is a CFI flash low level read/write performs.

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-24 Thread David van Geest
Thanks, TsiChung. With the patches you emailed me it worked fine. It must have been a problem with the way I was creating the patch files, although I still can't see a difference between my files and yours. What I was doing was copy-pasting from gmail to gedit, and I guess that is messing with

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-23 Thread David van Geest
Thanks for your responses, guys. I've tried both of your methods, and both give me similar errors. In the m5275evb patch, everything works except MAKEALL and Makefile. In the mcf5275 patch, there are a lot more errors. I should note that I couldn't find the exact commit TsiChung mentions...

Re: [U-Boot-Users] [PATCH] ColdFire: Added M5275EVB support.

2008-01-21 Thread David van Geest
On Jan 21, 2008 3:24 PM, Matthew Fettke [EMAIL PROTECTED] wrote: Signed-off-by: Matthew Fettke [EMAIL PROTECTED] You have no idea how happy I am to see this patch. I was working on my own, but hadn't tried it out yet. Once this is applied, is it put right into the git tree, or does that not