summaryrefslogtreecommitdiffstats
path: root/pcilib
Commit message (Expand)AuthorAgeFilesLines
* 1. Add python thread initialization to pcilib_init_py()Vasilii Chernov2016-02-166-119/+108
* Fix memory leaksVasilii Chernov2016-02-152-3/+20
* Move python module init code to transfom view constructorVasilii Chernov2016-02-125-14/+10
* 1. Cmakelists - move copy xml folder command to root fileVasilii Chernov2016-02-124-140/+134
* Change no_set_check parameter name. Move Python wrap to separate directory.Vasilii Chernov2016-02-116-588/+17
* Solve errors in serialing register_info function. Clear unused codeVasilii Chernov2016-02-113-63/+33
* Change error logging method in Python wrap. Move functions, that converts val...Vasilii Chernov2016-02-118-139/+187
* Merge script and transform view. Add get register and properties info to pyth...Vasilii Chernov2016-02-115-47/+536
* Add write_register python wrap. Add no_set_check attribute to pcilib_view_t typeVasilii Chernov2016-02-095-22/+85
* Add pcipywrap.h to repositoryVasilii Chernov2016-02-081-0/+25
* Add support for setting register value to script transfrom. Add set_property ...Vasilii Chernov2016-02-084-67/+215
* Add support for python script properties. Correct pcilib python wrapping. Upd...Vasilii Chernov2016-02-055-179/+168
* Add python wrap for pcilibVasilii Chernov2016-02-033-0/+209
* Fix reading non DMA-able kernel pages using pcitoolSuren A. Chilingaryan2015-11-202-10/+24
* 64-bit access to BAR memorySuren A. Chilingaryan2015-11-206-15/+33
* Configure number of DMA buffers in IPEDMA and improve checking and reporting ...Suren A. Chilingaryan2015-11-202-45/+110
* Fix AVX memory copySuren A. Chilingaryan2015-11-202-40/+40
* Support setting payload sizeSuren A. Chilingaryan2015-11-192-0/+8
* Driver versioningSuren A. Chilingaryan2015-11-192-2/+52
* Enforce 64-bit dma mask from IPEDMA if supportedSuren A. Chilingaryan2015-11-182-0/+9
* Provide API calls for register and bank address resolutionSuren A. Chilingaryan2015-11-183-0/+61
* Provide pcilib_get_bar_info & pcilib_get_bar_list API calls, remove obsolete ...Suren A. Chilingaryan2015-11-183-40/+63
* Support for 64-bit registesSuren A. Chilingaryan2015-11-1718-277/+640
* IPEDMA UpdateSuren A. Chilingaryan2015-11-171-1/+1
* Fix segmentation crash due to uninitialized variableSuren A. Chilingaryan2015-10-221-1/+2
* Fix the size of the configuration bankSuren A. Chilingaryan2015-10-221-1/+1
* Fix access to the property-based registersSuren A. Chilingaryan2015-10-222-43/+3
* Documentation updateSuren A. Chilingaryan2015-10-2217-303/+1384
* Add few messages to inform about precision problems while converting polymorp...Suren A. Chilingaryan2015-10-191-0/+6
* Support multiple XML files per folderSuren A. Chilingaryan2015-10-192-90/+183
* Support computed (property-based) registersSuren A. Chilingaryan2015-10-1910-26/+177
* Add optional description in the value name-aliasesSuren A. Chilingaryan2015-10-192-0/+3
* Provide register listings in public APISuren A. Chilingaryan2015-10-194-36/+149
* Support reading/writting register views by idSuren A. Chilingaryan2015-10-189-21/+169
* Support properties in transform formulasSuren A. Chilingaryan2015-10-181-6/+25
* Support XML propertiesSuren A. Chilingaryan2015-10-184-9/+27
* Support properties of arbitrary typeSuren A. Chilingaryan2015-10-1817-127/+612
* Support writting register viewsSuren A. Chilingaryan2015-10-135-10/+34
* Support transform viewsSuren A. Chilingaryan2015-10-134-10/+115
* Implement enum viewSuren A. Chilingaryan2015-10-097-20/+37
* Introduce hashesSuren A. Chilingaryan2015-10-099-108/+249
* Base functions for viewsSuren A. Chilingaryan2015-10-0814-37/+721
* Finalyze XML support and provide initial support for views (only descriptions...Suren A. Chilingaryan2015-09-2415-335/+1064
|\
| * bof....nicolas.zilio@hotmail.fr2015-09-151-10/+13
| * no more realloc in op enumnicolas.zilio@hotmail.fr2015-09-151-3/+6
| * not perfect but workingnicolas.zilio@hotmail.fr2015-09-152-38/+56
| * sokanicolas.zilio@hotmail.fr2015-09-152-8/+22
| * correction of some fails to load correctnicolas.zilio@hotmail.fr2015-09-151-10/+12
| * merge views and units, some name homogeneisationnicolas.zilio@hotmail.fr2015-09-157-99/+88
| * cleaningnicolas.zilio@hotmail.fr2015-09-155-153/+5