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

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

2008-01-26 Thread David van Geest
I know this is a rather long email, but I want to give all the details. Bear with me :-). I was under the impression that the CFI patch was already included in the f188896c... commit and that I didn't need to apply it. I had tried the git-rebase, but it gave me errors and then wouldn't build. I

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

2008-01-25 Thread David van Geest
OK, I've tried out the patched version and I can't get it to boot. I've erased the flash with CF Flasher and reprogrammed, verified, etc. I've tried programming with both the srec and the bin, and both give the same results. In the terminal I get the following: U-Boot 1.3.1-gad73dc9b (Jan 2

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 n

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... the

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

2008-01-22 Thread David van Geest
> To get this board working with the current git tree you'll need both > patches plus the patch of include/asm-m68k/io.h by TsiChung Liew (see > his patch "ColdFire: Fix CFI Flash low level Read/Write macro" on Jan 15 > 2008). I'm having trouble applying the patch mentioned above (I've never used

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

2008-01-21 Thread David van Geest
t tree, or does that not happen until next release? Anyway, thanks! -David van Geest [ Rhythm Reloaded ] - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://

Re: [U-Boot-Users] u-boot on M5275EVB?

2008-01-16 Thread David van Geest
TsiChung, Thanks for your reply. I'll focus my efforts on 1.3.1, adjusting code from the M5271EVB. Through some rather sketchy adjustments, I actually have it compiling now. Here's what I did in addition to my previous efforts: 1. Changed the line in immap.h to #if defined(CONFIG_M5271) || defi