- Feb 04, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Jonathan Hanks authored
Fixing typo in file_operations data members See merge request cds/advligorts!303
-
Ezekiel Dohmen authored
-
- Feb 03, 2022
-
-
Ezekiel Dohmen authored
-
Erik von Reis authored
Removing the unneeded ExtraSymbols.symvers and cleaning up the FE makefile so... See merge request cds/advligorts!302
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Removing the unneeded ExtraSymbols.symvers and cleaning up the FE makefile so it builds on debian 11
-
ezekiel.dohmen authored
-
- Feb 02, 2022
-
-
EJ Dohmen authored
Adding volatile for memory mapped IO, adding function for kernel space timespec retrieval and adding test for the gpstime module
-
- Jan 31, 2022
-
-
Erik von Reis authored
Fixing permissions on scripts that I changed See merge request cds/advligorts!299
-
Ezekiel Dohmen authored
-
- Jan 28, 2022
-
-
Erik von Reis authored
Cleaning up findSharedMemory usage, fixing error checks on the returned... See merge request cds/advligorts!297
-
Erik von Reis authored
Remove shared files causing collisions when generating the code for two models at the same time. Also speed up generation time by 10s per model. See merge request cds/advligorts!296
-
Ezekiel Dohmen authored
Reduce foot print of cycle1 -> cycle2 dma size change for fast adcs. See merge request cds/advligorts!298
-
- Jan 27, 2022
-
-
Erik von Reis authored
Old code for changing DMA size from the ( possibly smaller ) first cycle was too expensive in some sense, causing momentary channel hopping on the ADC when run at 65k and time_shift=0. The new code just changes the size value of an already existing DMA module instead of totally recreating it.
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Cleaning up findSharedMemory usage, fixing error checks on the returned pointer, consolidating code for findSharedMemory() and findSharedMemorySize() so we don't have duplicate, removing unused sprintf in both functions
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
The feCodeGen.pl script was using ./diags.txt and ./diags2.txt to build the <model>_partConnectionList.txt for each model. This meant that multiple models could not be built at the same time bacause they were sharing the diags files. This commit replaces those file with ones specific to the model being built. We also clean up the code a bit and remove some sleeps that slow down builing the models by 10 s each.
-
- Jan 26, 2022
-
-
Erik von Reis authored
Shared memory cleanup 1 See merge request cds/advligorts!295
-
- Jan 25, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Jan 13, 2022
-
-
Jonathan Hanks authored
* typeo in one of the commits left it as the invalid 'lingo_ioremap.h' instead of 'ioremap_selection.h'
-
Erik von Reis authored
Remove all references to ioremap_nocache and replace with the LIGO_IOREMAP macro. See merge request cds/advligorts!292
-
Jonathan Hanks authored
* ligo_iomap.h becomes iomap_selection.h to denote what it actually does. * LIGO_IOREMAP becomes simply IOREMAP to note that it isn't LIGO specific.
-
Jonathan Hanks authored
* This allows the code to call the appropriate version if ioremap/ioremap_nocache depending on the kernel version.
-
Jonathan Hanks authored
Adding the use of the rts-cpu-isolator.h header, and calling the... Closes #337 See merge request cds/advligorts!291
-
- Jan 12, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Jan 11, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Fixing set_fe_code_idle( func ), func prototype needs to match the expected void (*)( void ) and NOT void * (*) (void*)
-
Erik von Reis authored
Adapt the rcg build process to use rts-cpu-isolator symvers file (if present) See merge request cds/advligorts!290
-
Ezekiel Dohmen authored
Adding the use of the rts-cpu-isolator.h header, and calling the swappable/better named functions rts_isolator_exec()/rts_isolator_cleanup() instead of cpu up/down directly
-