On 02/20/2012 07:04 PM, Peter Robinson wrote:
> Hi Will,
> 
> On Mon, Feb 20, 2012 at 9:31 PM, William Cohen <[email protected]> wrote:
>> Has any luck in using the device trees (dtb files) on arm machines?  Things 
>> do not seem to be working with the tegra-trimslice.dtb and 
>> CONFIG_ARM_APPENDED_DTB=y for me.
>>
>> I have been looking at Red hat Bug 741325 (ARM fc14 kernels does not provide 
>> hardware perf counter support). I suspect the reason that performance 
>> monitoring hardware is not working on my trimslice because it isn't using a 
>> device tree.  The performance monitoring hardware is never getting 
>> registered (https://bugzilla.redhat.com/show_bug.cgi?id=741325#c18). I have 
>> made a tegra-trimslice.dtb, appended it to the vmlinuz file (suppose to work 
>> kernel built with CONFIG_ARM_APPENDED_DTB=y in the config file), done a 
>> mkimage on the resulting concatenated file. and attempted to boot the 
>> machine. However, it seem to hang right after "Staring kernel ..." message.
>>
> 
> A couple of points. Firstly all configurable HW bits and features
> should be configurable in our kernels without device tree, it's just
> not a dynamic config that we could use on any device. That said I was
> looking at the kernels over the weekend to get the 3.3 bits compiling
> on all our current various kernel configs and discovered the
> "CONFIG_HIGH_RES_TIMERS=y" option was configured on some of our ARM
> kernels but not others inc tegra. I think that might be the general
> config option we need to fix our kernels for the support. The tegra
> kernels compiles with that option, I'm in the process of getting the
> rest cleaned up to get a new build but you might like to try that
> option in the interim to see if that helps.
> 
> Peter

Hi Peter,

I am quite willing to try new kernels to see if they address the perf and time 
of day problems.

I thought that the there were things that are not dynamically probed on arm and 
that was the reason for the device tree support.  Is there some other way that 
the perf support is initialized other than device tree?  Does the perf support 
work on the beagle board xm (omap3/omap4 processors) with the 
kernel-2.6.42.2-1.fc15 or kernel-3.3.0-0.rc3.git3.1.fc17?  

-Will
_______________________________________________
arm mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/arm

Reply via email to