- 12 Oct, 2023 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>
-
- 10 Oct, 2023 1 commit
-
-
Federico Vaga authored
Merge branch '4-align-building-infrastructure-to-build-against-fecos-and-install-artifacts' into 'master' Resolve "Align building infrastructure to build against fecos and install artifacts" Closes #4 See merge request be-cem-edl/fec/hardware-modules/zio!4
-
- 09 Oct, 2023 5 commits
-
-
Federico Vaga authored
I've created this in a lib/ directory because these headers will be used by other libraries or tools. If any zio library would ever exist, that thsis will make even more sense. 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>
-
- 05 Sep, 2023 1 commit
-
-
Federico Vaga authored
Resolve "Use few-build-sw container to build zio" Closes #3 See merge request be-cem-edl/fec/hardware-modules/zio!3
-
- 04 Sep, 2023 8 commits
-
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 12 Jun, 2023 1 commit
-
-
Federico Vaga authored
Apply patches from gwen See merge request be-cem-edl/fec/hardware-modules/zio!2
-
- 08 Jun, 2023 1 commit
-
-
Gwenhael Goavec-Merou authored
-
- 24 May, 2023 1 commit
-
-
Gwenhael Goavec-Merou authored
-
- 04 Nov, 2022 6 commits
-
-
Federico Vaga authored
Resolve "review vaibhav patches" Closes #1 See merge request be-cem-edl/fec/hardware-modules/zio!1
-
Vaibhav Gupta authored
The makefile inside 'tools' directory already has a default value of 'M'. Reported-by:
Federico Vaga <federico.vaga@cern.ch> Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <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>
-
Vaibhav Gupta authored
Linux being an object orientd code, reuses the code wherever possible. Thus, there are cases where two completely independent and different structures might have a member which has same structure template. For example, in objects.c, in function "__ti_create", - trig->head.name, and - cset->zdev->head.name are of same type, but belong to different structures. And when the code tries to copy/ write one into another, we get truncation warning. And in this case we cannot even increase the size of only one, because both the members are created from same structure. Thus, one good solution is to not to treat those warnings as errors. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 13 Oct, 2022 2 commits
-
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 25 Jul, 2022 1 commit
-
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 16 Jun, 2022 3 commits
-
-
Vaibhav Gupta authored
Variable name 'LINUX' is very ambiguous for its purpose in the makefile. Also, this project builds as a part of COHT project which uses another variable name 'KERNELSRC' for the same purpose. Hence, this change makes this project uniform with others. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 28 Jul, 2021 5 commits
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
Mathis MARION authored
`struct timespec` is no longer available from headers after kernel 5.6. It is now required to use `struct timespec64`, which uses a 64bit integer for seconds instead of the former 32bit. The function `timespec_to_ktime` becomes `timespec64_to_ktime` The function `getnstimeofday` becomes `ktime_get_real_ts64` Signed-off-by:
Gwenhael GOAVEC <gwenhael.goavec@femto-st.fr> Signed-off-by:
Mathis MARION <mathis.marion@grenoble-inp.org>
-
- 17 Dec, 2019 1 commit
-
-
Federico Vaga authored
At some point I renamed doc into Documentation but there are projects out there who test the presence of doc/ to build 'zio'. We should fix the Makefile in all these projects but right now it is not that easy and this is the easiest fix to make the CERN COHT building mechanism working again. Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 02 Sep, 2019 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- 13 Aug, 2019 1 commit
-
-
Federico Vaga authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-