[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1329883963.92930.YahooMailNeo@web162006.mail.bf1.yahoo.com>
Date: Tue, 21 Feb 2012 20:12:43 -0800 (PST)
From: PINTU KUMAR <pintu_agarwal@...oo.com>
To: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [HELP REQUIRED] : Andorid FIQ Debugger Porting issue on Kernel2.6.36
Dear All,
This is regarding Android FIQ Debugger porting for another Linux mobile with kernel2.6.36.
I have successfully ported the fiq_debugger.c, fiq_glue.S and others and resolved the compilation issues.
I have enabled all the configs as below:
CONFIG_FIQ=y
CONFIG_FIQ_GLUE=y
CONFIG_FIQ_DEBUGGER=y
CONFIG_FIQ_DEBUGGER_NO_SLEEP=y
CONFIG_FIQ_DEBUGGER_WAKEUP_IRQ_ALWAYS_ON=y
CONFIG_FIQ_DEBUGGER_CONSOLE=y
But when I load the kernel on the device, the fiq handler is not getting called after I press ENTER key many times during the following prompt.
<hit enter to activate fiq debugger>
---
---
As per the current analysis the "debug_fiq" handler is not getting called. It is supposed to be called from the "fiq_glue.S" assembly code.
What could be the problem?
If somebody knows about FIQ debugger please give some pointer.
Thanks, Regards,
Pintu
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists