Hello,
I'm working on a new board port to a P2020-based system (e500v2) and I appear to be hitting a regression which causes the second core to fail to come up at boot with a "Processor 1 is stuck" message.
In the successful case (my board support patches on top of v2.6.32):
In the failing case (with board support patches on top of either 8b27f0b61 or v2.6.34):
I believe I've bisected a bug to this commit:
If I revert 8b27f0b61 on top of v2.6.34 (I fixed the conflicts by deleting the extra hunks), both CPUs come up properly. My current board support files can be browsed via gitweb or cloned via smart-http or natively from here:
http://opensource.exmeritus.com/git/hww-1u-1a/linux.git
git://opensource.exmeritus.com/hww-1u-1a/linux.git
The "latest-v2.6.34" branch is based on v2.6.34 and does not work (Processor 1 is stuck), the "latest-v2.6.32" branch is based on v2.6.32.15 and works correctly.
Our U-Boot port can be browsed here:
http://opensource.exmeritus.com/git/hww-1u-1a/u-boot.git
git://opensource.exmeritus.com/hww-1u-1a/u-boot.git
Any help you can provide would be greatly appreciated.
Cheers,
Kyle Moffett
--