Difference between revisions of "Mainline android fiq glue patch in Linux kernel"

From eLinux.org
Jump to: navigation, search
(Contractor Candidates: fix typo in contractor candidate name)
 
Line 33: Line 33:
  
 
== Contractor Candidates ==
 
== Contractor Candidates ==
Alesandro Rubini
+
Alessandro Rubini
  
 
== Comments ==
 
== Comments ==
  
 
[[Category:Project proposals 2012]]
 
[[Category:Project proposals 2012]]

Latest revision as of 12:27, 4 June 2012

Summary
Mainline android fiq_glue patch in Linux kernel
Proposer
Tim Bird, Sony Network Entertainment

Description

Android includes some patches to support serial-line debugging via the ARM FIQ (Fast IRQ). This support includes some wrappers (fiq_glue) for managing the interrupt handling for FIQs in C, as well as the actual debug code itself. This code is present in the Android common kernel repository, and Tim Bird has a broken-out patch for this feature, which includes the code for both the glue portion and the debugger portion of this feature."

It would be handy to have this FIQ glue code available for other embedded devices (whether the FIQ is used for debugging or some other thing). At Sony, we've used FIQ in some products as a way to generate process stack dumps. Maybe it should be tied as a wakeup mechanism to KDB?

This project consists of merely getting the FIQ glue code integrated, so that it is easier to install an FIQ handler. The current Android code only supports a single FIQ handler at a time. It might be nice to investigate supporting multiple handlers (that is, sharing the FIQ).

Related work

Scope

3 to 4 person-weeks?

Contractor Candidates

Alessandro Rubini

Comments