On 23/05/14 00:30, BALATON Zoltan wrote:
Removed unused clock_frequency member from struct cpudef which is get from FW_CFG and added bus-frequency property to complete the frequency properties. Also added tlb infos to cpudef (with values only for G4 currently as I have no data for other CPUs).
This looks fairly close; AIUI Alex's main objection at the moment is the missing tlb information for the remaining CPUs.
The CPUs for which the information is missing are the 604, 750 and 970. It looks as if you can find the 604/750 values direct from the device trees here:
http://web.archive.org/web/20081120133742/http://penguinppc.org/historical/d...
This would then leave just the 970 which I'm sure you'll be able to find easily from the datasheet. Is there any reason not to spend a little time finding these missing values? Then we can go ahead and get the patch applied to SVN trunk.
ATB,
Mark.