aboutsummaryrefslogtreecommitdiff
path: root/tools/bus_space
Commit message (Expand)AuthorAgeFilesLines
* Add an example program (in Python) for the AMD Am79c900 (ILACC)Marcel Moolenaar2015-08-021-0/+344
* Rename busdma_sync() to busdma_sync_range() and rename theMarcel Moolenaar2015-08-025-11/+36
* Change the dev argument from a full path to just the deviceMarcel Moolenaar2015-07-266-12/+26
* Remove debugging output. We should have tracing instead.Marcel Moolenaar2015-07-261-9/+0
* Implement busdma_md_unload() and busdma_sync().Marcel Moolenaar2015-07-035-25/+147
* Add busdma_md_create, busdma_md_destroy and busdma_md_load.Marcel Moolenaar2015-07-035-47/+212
* Free the segment objects properly.Marcel Moolenaar2015-06-121-12/+48
* Add accessor functions for iterating over segments. A segmentMarcel Moolenaar2015-06-115-12/+245
* Rename bus_space to bus (i.e. drop _space). This makes theMarcel Moolenaar2015-06-108-29/+29
* Map the allocated DMA memory into the address space.Marcel Moolenaar2015-06-081-1/+9
* Add busdma_mem_alloc & busdma_mem_free.Marcel Moolenaar2015-06-085-73/+205
* Add DMA tag management to the C library and Python binding.Marcel Moolenaar2015-06-067-12/+385
* Add a C libary and a Python module that implements an API similarMarcel Moolenaar2014-04-289-0/+672