On Sat, Mar 14, 2009 at 11:57:14PM +0100, Marek Jawurek wrote: > I gave Haret a try on my Samsung SGH-i780 PocketPC and wanted to trace > IRQs. I used the info in the haret documentation and apparently haret > caught some IRQs but it does not report them: > > ======== Connecting to haret ======== > Minimal virtual address: 00010000, maximal virtual address: 7FFFFFFF > Detected machine Default/generic (Plat='PocketPC' OEM='SGH-i780') > CPU is Intel ARM arch 5TE revision 2 product 9 stepping 1 running in > system mode
Your machine wasn't fully detected (see "Default/generic" above). As a result, haret didn't know which registers to check for irqs. You should run the "earlyharetlog.txt" trick and post the resulting "haretlog.txt" to this list. If your machine is a new type, then it may be necessary to enhance haret with the irq register definitions. For an example of this, see: http://git.linuxtogo.org/?p=kevin/haret.git;a=blob;f=src/mach/arch-pxa27x.cpp#l27 -Kevin _______________________________________________ Haret mailing list [email protected] https://handhelds.org/mailman/listinfo/haret
