> > No, we're using blob, and it appears to work flawlessly.
>
> This could be the problem. BLOB does not understand how to set up SDRAM
> chips, only EDO found on the SA1100. Memory will *appear* to work, but turn
> on the Icache and poof! As Nicolas mentioned, why aren't you using zImage?
Okay, I just tested icache and it appears to work okay. In blob
startup code:
mrc p15, 0, r0, c1, c0 // get current settings
orr r0, r0, #0x1000 // set icache bit
mcr p15, 0, r0, c1, c0 // turn on icache
If that is correct, then Icache isn't breaking anything. Blob and
debugging are still working okay.
> As Nicolas mentioned, why aren't you using zImage?
> I don't care to wait that long for things to download, plus there are some
> things done for you in head-sa1100.S as Nicolas mentioned...
I didn't realize the advantage to using zImage, other than size.
I actually thought I was making it simpler. I'll use zImage.
Chris
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++