Statistics
| Branch: | Revision:

root / hw / etraxfs_dma.c @ 7cc0dd20

History | View | Annotate | Download (21.6 kB)

# Date Author Comment
492c30af 10/31/2008 07:25 pm aliguori

Make DMA bottom-half driven (v2)

The current DMA routines are driven by a call in main_loop_wait() after every
select.

This patch converts the DMA code to be driven by a constantly rescheduled
bottom half. The advantage of using a scheduled bottom half is that we can...

c968ef8d 10/27/2008 10:44 pm edgar_igl

ETRAX-FS: Process outgoing DMA channels until EOL.

For outgoing DMA channels, keep processing descriptors until hitting end
of list.

Signed-off-by: Edgar E. Iglesias <>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5553 c046a42c-6fe2-441c-8c8c-71466251a162

4487fd34 09/03/2008 05:40 pm edgar_igl

ETRAX-FS: Add support for DMA channel resets, needed for recent linux kernels.

  • Correct numeric value for the RST state.
  • Add emulation for reseting a DMA channel.
  • Add a few sanity checks.
  • Make it compile with debug enabled.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5147 c046a42c-6fe2-441c-8c8c-71466251a162

d27b2e50 06/30/2008 02:51 pm edgar_igl

Avoid refering to CRIS specific cpu-state to be able to use these blocks with other cores.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4806 c046a42c-6fe2-441c-8c8c-71466251a162

d297f464 06/30/2008 11:59 am edgar_igl

Avoid CRIS related warnings by Jan Kiszka.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4804 c046a42c-6fe2-441c-8c8c-71466251a162

a8303d18 06/10/2008 03:11 am edgar_igl

ETRAX: More DMA context level related fixes.

  • When hitting EOL (end of list) at the data descriptor level, the DMA should mark the current context-descriptor as disabled and perform a context-store so software can see whats goin on.
  • Context loads update RW_SAVED_DATA_BUF, data loads dont. This fixes an issue with ethernet bootstrapping....
fa1bdde4 06/06/2008 01:58 pm edgar_igl ETRAX machine updates.
  • Move DMA_run into the dma controller to allow for multiple ETRAX/CRIS machines.
  • Support both ELF and kimage kernel images.
  • Correct emulation of the DMA RW_DATA register.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4678 c046a42c-6fe2-441c-8c8c-71466251a162

1ba13a5d 05/11/2008 06:03 pm edgar_igl

Add support for parts of the etraxfs dma controller.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4428 c046a42c-6fe2-441c-8c8c-71466251a162