- Feb 27, 2017
-
-
-
for some simulations, we just need link-up, so wrpc to initialize and then loop endlessly, this should be the default behaviour
-
-
Adam Wujek authored
-
By default, the bit is zero (masked), which means that PPS signal output is masked when the link status is not ok. This is useful to pervent spurious PPS when in SLAVE mode and the link goes down. When the bit is set, then a PPS is always generated (as long as the PPS valid bit in the ESCR register is set). This is useful in master mode.
-
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
... and it saves 60 bytes if CMD_CONFIG is set! Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Set a maximum number of tries for rxts calibration before returning from the state machine. By this patch it is possible to process other incoming frames/packets during the calibration. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 24, 2017
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 23, 2017
-
-
-
-
-
-
-
When wrpc binary is compiled with CONFIG_WR_NODE_SIM, it prevents callnig some time-consuming fuctions or other stuff that prevents the code to work in simulated LM32
-
-
Otherwise software is stuck when sdbfs image is not stored to flash. This fixes commit: b6276fef [BUG: 1530] dev/rxts_calibrator: add timeout for rxts_calibration_update
-
Adam Wujek authored
Fix descriptions of --wrpcPortInternalRx --wrpcPortInternalTx Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
To avoid triggering .config target at clean. Put explicit target for $(CURDIR)/.config Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
wrpc-dump contains compiled in information about wrpc and ppsi structures. Verify that wrpc-dump is able to understand read structures by comparing their version numbers. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When any of exported structures is changed please update WRPC_SHMEM_VERSION or WRS_PPSI_SHMEM_VERSION (for PPSI) Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Export stats structure to be read by wrpc-dump 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
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Also: --move removing of include/config and include/generated to distclean --trigger distclean in ppsi --update ppsi Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
To avoid triggering .config target at clean. All *_defconfig and *_config from configs directory will fall into this target, but not .config. NOTE: target for .config is executed at include of a file (see makefile manual) Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 16, 2017
-
-
Grzegorz Daniluk authored
This fixes OHWR issue 1320: softpll doesn't set Locked flag for the main channel
-
In wrpc's SNMP we store an offset between beginning of a structure and particullar field. To save memory we store this offset as a uint8_t, which limits the offset of a filed to 255 bytes. It was necessary to move following fields below 255 offset: --n_err_state --n_err_offset --n_err_delta_rtt Compiling wrpc-sw with an offset greater than 255, a compiler prints warnings like: lib/snmp.c:405:2: warning: large integer implicitly truncated to unsigned type Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Use make cleanall to remove files from all compilations. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
remove on clean: --config.o --revision.o --$(OUTPUT).vhd --$(OUTPUT).mif --$(OUTPUT)_disasm.S --include/config --include/generated --tools/dump-info-host.bin arch/lm32/ram.ld is not removed Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Change variable name in scripts to avoid confusion with dot-config variables. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-