- 22 Apr, 2019 1 commit
-
-
li hongming authored
separate PPS_out with time_valid. Disable transmitting packets when link is not up.
-
- 03 Dec, 2018 1 commit
-
-
li hongming authored
-
- 29 Nov, 2018 1 commit
-
-
li hongming authored
-
- 02 Oct, 2018 1 commit
-
-
li hongming authored
command "ptp [mode] [port,df=0]" or "mode [mode] [port,df=0]" will set the ptp mode of port. Currently, if one port act as slave, its mode should be set after other ports.
-
- 01 Oct, 2018 1 commit
-
-
li hongming authored
-
- 30 Sep, 2018 2 commits
-
-
li hongming authored
ip/ip get: print ip address of port 0&1 ip set xx.xx.xx.xx [port]: set ip address of port, default port is 0 sfp show: print sfp database of port 0&1 sfp add sfp_pn dtx drx alpha [port]: set sfp database of port, default port is 0.
-
li hongming authored
before it acts as master. A known bug is sync cannot build after link reset.
-
- 28 Sep, 2018 1 commit
-
-
li hongming authored
Make gensdbfs support the file order. sdb files should starts with xxfilename, like 00wr-init. (In gensdbfs.c, I change the readdir() to scandir()) Add two sdb files on 0x2e0000 to support the dualport's calibration and sfp database. (db-calibration and db-sfp-database) Bug fix in shell/cmd_sfp.c. Now the one WR port function works well.
-
- 27 Sep, 2018 1 commit
-
-
li hongming authored
-
- 19 Jul, 2018 1 commit
-
-
Vraliens authored
-
- 14 Jun, 2018 1 commit
-
-
hongming authored
-
- 13 Jun, 2018 1 commit
-
-
hongming authored
tcpip tcp x , set the tcp server listen port tcpip udp txip x.x.x.x , set the udp tx destination ip addr. tcpip udp txport x , set the udp tx destination port, default 2000 tcpip udp rxport x , set the udp rx destiniation port. default (>256). tcpip udp txgw x.x.x.x , set the udp gateway, default x.x.x.1 tcpip udp txsn x.x.x.x , set the subnet, default 255.255.255.0
-
- 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
-
- 03 Sep, 2017 1 commit
-
-
hongming authored
So that the "init boot" can truely restart the whole software.
-
- 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 2 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
-