Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Python problems non-fatal | Suren A. Chilingaryan | 2016-03-03 | 1 | -10/+9 |
| | |||||
* | Distinguish between hardware and bus addresses in pcilib and fix cli reading ↵ | Suren A. Chilingaryan | 2016-03-02 | 1 | -3/+3 |
|\ | | | | | | | from DMA when very low DMA timeout is set | ||||
| * | Detect page mask before any kmem operations (locks, softregs, etc.) | Suren A. Chilingaryan | 2016-03-01 | 1 | -3/+3 |
| | | |||||
* | | Merge Python scripting support from Vasiliy Chernov | Suren A. Chilingaryan | 2016-02-23 | 1 | -4/+11 |
|\ \ | |/ |/| | |||||
| * | 1. Add cmake BUILD_PYTHON_MODULES option. | Vasilii Chernov | 2016-02-17 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. Rename log options getting functions. 3. py: - pcilib_init_py() - extract pcilib_py_add_script_dir() - pcilib_py_init_script() - extract view-specialized code to pcilib_py_get_transform_script_properties() 3. pcilib_open(): - move pcilib_init_py() to previous position. - add extract pcilib_py_add_script_dir() 4. pcilib_script_s - change hash key. Now it is (const char*) and contains script file name with extension 5. pcipywrap: - Add pcipywrap.h to remove swig generated file complile warnings - remove -includeall swig flag to prevent crash in multi-thread scripts - change set python expetion mechanic | ||||
| * | 1. Add python thread initialization to pcilib_init_py() | Vasilii Chernov | 2016-02-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fix pcilib_script_run_func() work in multithread mode 2. pcilib_close() - Move free_py() code after free views to make view destructors work properly 3. Move script hash to pcilib_py_s 4. Move pcilib_get_logger() pcilib_get_logger_min_prio() and pcilib_get_logger_argument() declarations to error.h 5. Refactor pcilib_get_value_as_pyobject pcilib_set_value_from_pyobject to more unified form 6. Add more memory checks. Fix some string memory allocations. 7. Refactor pcilib_py_s member names. 8. Merge pcilib_script_read() and pcilib_script_write() to pcilib_script_run_func() 9. Update test_pywrap views scripts | ||||
| * | Move python module init code to transfom view constructor | Vasilii Chernov | 2016-02-12 | 1 | -1/+2 |
| | | | | | | | | | | Update python logger and python exeption messages Change serialization method in create_pcilib_instance set_pcilib functions | ||||
| * | 1. Cmakelists - move copy xml folder command to root file | Vasilii Chernov | 2016-02-12 | 1 | -7/+7 |
|/ | | | | | | | | | | | | | | | | | 2. - Move set python paths code to python module init funtction - pci.c move python module init block code after checking model to get paths before it runs. - Fix set python path code to work with PYTHONPATH - Update pci run script to work with PYTHONPATH - Fix python finalize code 3. Change pcilib_script_s interacting method. Now it stores in hash. 4. Change names of some fucntions to more unified ones 5. Remove old unused function pcilib_xml_create_script_or_transform_view 6. cli - disable reading register after set if write_verification flag is off 7. Remove uninformative error messages fro Python wrap. 8. - Server.py - add read/write property/register command handling - Add help message - Correcting paths | ||||
* | Support setting payload size | Suren A. Chilingaryan | 2015-11-19 | 1 | -0/+7 |
| | |||||
* | Driver versioning | Suren A. Chilingaryan | 2015-11-19 | 1 | -2/+47 |
| | |||||
* | Enforce 64-bit dma mask from IPEDMA if supported | Suren A. Chilingaryan | 2015-11-18 | 1 | -0/+7 |
| | |||||
* | Documentation update | Suren A. Chilingaryan | 2015-10-22 | 1 | -121/+3 |
| | |||||
* | Support properties of arbitrary type | Suren A. Chilingaryan | 2015-10-18 | 1 | -4/+4 |
| | |||||
* | Introduce hashes | Suren A. Chilingaryan | 2015-10-09 | 1 | -14/+11 |
| | |||||
* | Base functions for views | Suren A. Chilingaryan | 2015-10-08 | 1 | -2/+10 |
| | |||||
* | Finalyze XML support and provide initial support for views (only ↵ | Suren A. Chilingaryan | 2015-09-24 | 1 | -10/+35 |
|\ | | | | | | | descriptions so far) | ||||
| * | cleaning | nicolas.zilio@hotmail.fr | 2015-09-15 | 1 | -7/+1 |
| | | |||||
| * | first try with pcilib_operation_t | nicolas.zilio@hotmail.fr | 2015-09-14 | 1 | -3/+4 |
| | | |||||
| * | views working fine, units in progress | nicolas.zilio@hotmail.fr | 2015-09-14 | 1 | -4/+10 |
| | | |||||
| * | more towards views | nicolas.zilio@hotmail.fr | 2015-09-11 | 1 | -0/+12 |
|/ | |||||
* | Initial integration of XML support | Suren A. Chilingaryan | 2015-09-10 | 1 | -9/+26 |
|\ | |||||
| * | further modifications | zilio nicolas | 2015-09-07 | 1 | -1/+9 |
| | | |||||
| * | end of modifications | zilio nicolas | 2015-09-04 | 1 | -9/+1 |
| | | |||||
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 1 | -0/+1 |
| |\ | |/ |/| | |||||
* | | Fixes out-of-source builds and minor build issues | Suren A. Chilingaryan | 2015-09-01 | 1 | -0/+1 |
| | | |||||
| * | almost finished regarding suren remarks | zilio nicolas | 2015-09-04 | 1 | -5/+1 |
| | | |||||
| * | xml files get by model and remove of validation mode | zilio nicolas | 2015-08-27 | 1 | -11/+6 |
| | | |||||
| * | better public API and no more use of locals within pcilib_open | zilio nicolas | 2015-08-27 | 1 | -22/+2 |
| | | |||||
| * | put xml nodes pointers for banks and registers in pcilib_t, compil ok | zilio nicolas | 2015-08-27 | 1 | -4/+4 |
| | | |||||
| * | pull from server | zilio nicolas | 2015-08-26 | 1 | -6/+38 |
| |\ | |/ |/| | |||||
* | | Do not fail if PCI configuration is not fully available to unprivileged user | Suren A. Chilingaryan | 2015-08-12 | 1 | -3/+8 |
| | | |||||
* | | Protect access to the DMA engine with locks | Suren A. Chilingaryan | 2015-08-06 | 1 | -0/+8 |
| | | |||||
* | | Read model from environmental variable if defined | Suren A. Chilingaryan | 2015-08-05 | 1 | -0/+3 |
| | | |||||
* | | Integrate locking subsystem from Nicolas Zilio | Suren A. Chilingaryan | 2015-08-05 | 1 | -3/+19 |
|\ \ | |||||
| * | | clean version for locks | zilio nicolas | 2015-07-07 | 1 | -0/+8 |
|/ / | |||||
| * | some modif | zilio nicolas | 2015-07-07 | 1 | -0/+7 |
| | | |||||
| * | modified pci to put banks before registers | zilio nicolas | 2015-07-03 | 1 | -5/+5 |
| | | |||||
| * | registers and banks support in xml v1. pci -ll works fine, but got segfault ↵ | zilio nicolas | 2015-07-01 | 1 | -0/+33 |
|/ | | | | on pci -r name and pci -r name gives 0 always. might be due to the order in pci.c ------> ask suren | ||||
* | Provide PCIe link information in pcilib | Suren A. Chilingaryan | 2015-05-07 | 1 | -2/+110 |
| | |||||
* | Split bar manipulation and fifo operations in stand-alone source and publish ↵ | Suren A. Chilingaryan | 2015-05-05 | 1 | -209/+7 |
| | | | | kmem and bar headers | ||||
* | Prevent double-free of pcilib context when open fails | Suren A. Chilingaryan | 2015-05-03 | 1 | -4/+0 |
| | |||||
* | Create dummy register context | Suren A. Chilingaryan | 2015-04-29 | 1 | -5/+8 |
| | |||||
* | Report selected model | Suren A. Chilingaryan | 2015-04-28 | 1 | -1/+4 |
| | |||||
* | Initial support for event engines | Suren A. Chilingaryan | 2015-04-28 | 1 | -25/+48 |
| | |||||
* | More structural changes to get ready for stand-alone event engines | Suren A. Chilingaryan | 2015-04-24 | 1 | -0/+540 |