Comment 23 for bug 495536

Revision history for this message
Robert Nelson (robertcnelson) wrote :

Thanks Dave for all your help!

So far enabling the errata workarounds seems to be the secret, I built 4 combinations with those defconfig changes...

I'm going to run a few more tests on the other beagles in my farm, but those 3 errata workarounds seem to have fixed it...

CONFIG_ARM_ERRATA_430973=y
CONFIG_ARM_ERRATA_458693=y
CONFIG_ARM_ERRATA_460075=y

Running:
fakeroot
gdb make
set args ARCH=arm deb-pkg
r

It's interesting to note, while reading at the errata notes here:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=arch/arm/Kconfig;h=4c33ca82f9b1f268bfdae70f0aee29fefaaf9cf7;hb=HEAD

ARM_ERRATA_430973 notes should probably be extended to r1p3 (currently only notes (r1p0..r1p2)) as the Omap3530's in early Bx's where ES2.0 r1p2's, B5+/ C2/3 where ES3.0 r1p3's... I'll disable the other two to prove it's that errata, and ping rmk with a quick documentation patch..

Thanks