
2013/11/11 Tom Rini trini@ti.com:
On Sat, Nov 09, 2013 at 09:53:23PM +0100, Daniel Schwierzeck wrote:
Hi Tom,
The following changes since commit 15c5cdf5aa6b292145e5e3e220ec1f42b11eff6f:
Merge branch 'master' of git://www.denx.de/git/u-boot-usb (2013-11-08 15:25:29 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git master
[snip]
Paul Burton (18): mips32: detect L1 cache sizes if they're not defined pcnet: code style cleanup pcnet: s/le16_to_cpu/cpu_to_le16/ in pcnet_send pcnet: add cache flushing & invalidation
So, adding cache flushing and invalidation breaks the PN62 because mpc824x doesn't have cache flushing support. I'm inclined to take this PR now and then remove PN62 support if it's not fixed.
-- Tom
hm, I thought qemu-malta was the sole user of pcnet.
To fix pn62, we could add a stub implementation like it is done in arch/powerpc/cpu/mpc83xx/cache.c.