[ARM] head.S change broke platform device registration?
From: Marko Katić <hidden>
Date: 2012-12-12 17:22:34
quoted
Or maybe Richard can suggest a more secure probing solution along the lines of the above given his experience with these platforms.I think the proposal above should work. I don't have a borzoi device to test with however and have always been reliant on others for testing of that device detection. The above link is more documentation than I've ever seen before on scoop, I didn't have that when I wrote the driver, I just had to guess from other code from the Sharp 2.4 kernels. Cheers, Richard
There might be another, simpler way of implementing autodetection. Spitz devices have a small NOR PROM chip that holds the bootloader, diagnostic menu and other things on it. Recently i have been informed that this chip also holds model ID information. So if it's possible to read the PROM chip that early in the boot process, autodetection could easily be implemented by just reading this model information. Here's some more info: http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-January/007597.html