- 22 Mar, 2021 2 commits
-
-
Juan David Gonzalez Cobas authored
Being stabic is no excuse for not looking twice, David :D. Reported-by:
Rene Geissler <R.Geissler@gsi.de>
-
Juan David Gonzalez Cobas authored
Reported-by:
Rene Geissler <R.Geissler@gsi.de>
-
- 16 Mar, 2021 1 commit
-
-
Federico Vaga authored
The code was checking for the exact match MAJ.MIN, but what we want is: REAL CMP EXPECTED ---- --- -------- MAJ == MAJ MIN >= MIN Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 08 Feb, 2021 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 05 Jan, 2021 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 24 Nov, 2020 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 03 Nov, 2020 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 27 Oct, 2020 2 commits
-
-
Mamta Shukla authored
Signed-off-by:
Mamta Shukla <mamta.ramendra.shukla@cern.ch>
-
Mamta Shukla authored
A NULL check condition is added to warn about uninitialized and invalid vme device. Signed-off-by:
Mamta Shukla <mamta.ramendra.shukla@cern.ch> Suggested-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 26 Oct, 2020 1 commit
-
-
Mamta Shukla authored
Flash on svec requires partitons to hold bootloader(SFPGA) and later partition for storing application bitstream to be loaded in AFPGA. The partitions can be observed as: dev: size erasesize name mtd0: 00100000 00040000 "SFPGA" mtd1: 00500000 00040000 "AFPGA" mtd2: 00a00000 00040000 "AFPGA_DATA" Signed-off-by:
Mamta Shukla <mamta.ramendra.shukla@cern.ch> Suggested-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 22 Oct, 2020 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Mamta Shukla authored
The changes included to access spi-flash are: 1] Add condition to check if SPI-FLASH is enabled in core or not. 2] Enable big_endian field for spi flash platform data to be identified on vme 3] Define frequencies using macro to maintain consistency throughout the code 4] Add correct flash chip/part number Signed-off-by:
Mamta Shukla <mamta.ramendra.shukla@cern.ch>
-
- 15 Sep, 2020 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 11 Sep, 2020 5 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 03 Jun, 2020 3 commits
-
-
Federico Vaga authored
The testing environment wasn't clean and the patches after commit 0520def5 were not tested correctly and this bug wasn't detected. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 14 Apr, 2020 5 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 10 Mar, 2020 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 03 Mar, 2020 1 commit
-
-
Dimitris Lampridis authored
svec_fpga_app_init() declares too many local buffers that are allocated on the stack. On some versions of GCC this is detected and reported, causing a warning that is promoted to an error. Example: svec-core-fpga.c:710:1: error: the frame size of 1968 bytes is larger than 1024 bytes [-Werror=frame-larger-than=] Since apparently it is not a very good idea to increase the stack frame size limit [1], the solution implemented here is to switch to dynimically allocating the biggest buffer (struct resource res[]). [1]: https://gcc.gnu.org/onlinedocs/gccint/Stack-Checking.html#Stack-Checking "The maximum size of a stack frame, in bytes. GCC will generate probe instructions in non-leaf functions to ensure at least this many bytes of stack are available. If a stack frame is larger than this size, stack checking will not be reliable and GCC will issue a warning. The default is chosen so that GCC only generates one instruction on most systems. You should normally not change the default value of this macro." Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- 17 Feb, 2020 3 commits
-
-
Federico Vaga authored
When we re-program the FPGA we are overwriting the very same VME Slave that we are using to access the card. This makes the device driver instance instable. For this reason the driver from now on will auto remove the device instance after an FPGA configuration. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 12 Feb, 2020 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 15 Jan, 2020 1 commit
-
-
Dimitris Lampridis authored
The Flash memory chip used on the SVEC is obsolete. The new one has a different ID and sector size. Update the svec-flasher tool to work with both type of memories. Also update documentation accordingly. See also: https://www.ohwr.org/project/svec/issues/19 https://forums.ohwr.org/t/wrtd-installation-instructions/848300/11Signed-off-by:
Dimitris Lampridis <dimitris.lampridis@cern.ch>
-
- 16 Dec, 2019 4 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-