
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 git to apply patches before). I cloned the repository, then used: git-apply --check patch1 to check my patch file. I get the following output:
error: patch failed: include/asm-m68k/io.h:28 error: include/asm-m68k/io.h: patch does not apply
My 'patch1' file is a plain text file containing all the stuff encapsulated by the --- at the top and bottom of the email message.
I also tried setting the head to v1.3.1 with: git checkout v1.3.1 and repeating the same process, but got same results. Am I supposed to be applying the patch to a different version? If so, what version and how should I do it?
I can try out the M5275EVB patch and give feedback when I get this worked out.
Thanks! - David