- 31 Oct, 2019 1 commit
-
-
Miguel Jimenez Lopez authored
-
- 11 Oct, 2018 1 commit
-
-
Maciej Lipinski authored
-
- 04 Dec, 2017 1 commit
-
-
Grzegorz Daniluk authored
-
- 30 Nov, 2017 2 commits
-
-
Adam Wujek authored
There is no ns monotonic counter:( Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Also print it in the ps command Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 29 Nov, 2017 4 commits
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- 01 Aug, 2017 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 30 Jun, 2017 2 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Alessandro Rubini authored
This introduces "mode abscal", that forces a gm-lookalike mode in the node, to send sync once per second. See "absolute calibration" document by Peter Jansweijer from nikhef. The option is Kconfig'd, but on by default. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Conflicts: ppsi
-
- 23 Jun, 2017 1 commit
-
-
Grzegorz Daniluk authored
-
- 22 Jun, 2017 3 commits
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 20 Mar, 2017 1 commit
-
-
Alessandro Rubini authored
While we also have atoi, our custom fromdec/fromhex are more similar to strtol, and thus useful to parse "number.number" or such stuff. And since I need to pass negative hex numbers in later commits, here it is. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 28 Feb, 2017 1 commit
-
-
Alessandro Rubini authored
This was actually working anyways, because NULL pointers don't trap, and the pointed-to char is currently 0x98, not a digit. But I prefer to fix it before we do one of the following: - move to a new cpu that traps on null - use RAM at a different address than zeero - use "mvi r0, 0" instead of "xor r0,r0,r0" (would parse as 4). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 27 Feb, 2017 1 commit
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 16 Feb, 2017 6 commits
-
-
Adam Wujek authored
Remove possibility to set ptp into p2p mode when it is not compiled Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- 04 Aug, 2016 2 commits
-
-
Adam Wujek authored
Add conditional compilation of support of aux diag registers and SNMP for these registers. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Grzegorz Daniluk authored
-
- 03 Aug, 2016 3 commits
-
-
Dimitris Lampridis authored
It does not make sense when the init is stored in flash and the board has no EEPROM. Otherwise, storage_init() calls mi2c_devprobe() if needed.
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- 10 Jun, 2016 9 commits
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Use git config --get-all user.name as an build author, if not available use user@hostname. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Return 0 when successful, otherwise < 0. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Don't use "static char pn" top store sfp's pn. --Print error when unable to read SFP Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 20 May, 2016 1 commit
-
-
Alessandro Rubini authored
"-I." is there, so instead of "../lib/ipv4.h" prefer <lib/ipv4.h>. I thought moving ipv4.h to include, but then the name is possibly ambiguous with other files in the -I search path. Thus I wanted to move it from lib/ipv4.h to include/wrc-ipv4.h but that would require several files to be changed. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-