/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to ToDo

  • Committer: Suren A. Chilingaryan
  • Date: 2011-07-18 14:42:51 UTC
  • Revision ID: csa@dside.dyndns.org-20110718144251-nmbl7xhcq00mfx1p
IRQ acknowledgement support in the engine API

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
=============
8
8
 1. Serialize access to the registers across applications
9
9
 2. Protect kmem_entries in the driver using spinlock
10
 
 3. Use bus-addresses instead of physcial addresses for DMA
11
 
 4. CMake build system
 
10
 3. CMake build system
12
11
 
13
12
Normal Priority (it would make just few things a bit easier)
14
13
===============
15
14
 1. Implement software registers (stored in kernel-memory)
16
15
 2. Support FIFO reads/writes from/to registers
17
16
 3. Provide OR and AND operations on registers in cli
18
 
 4. Support writting a data from binary file in cli
 
17
 4. Support writting a data from a binary file in cli
 
18
 5. Use bus-addresses instead of physcial addresses for DMA
19
19
  
20
20
Low Priority (only as generalization for other projects)
21
21
============