- Apr 10, 2019
-
-
-
-
-
-
- Assembly_ppi_conf.sh script is able to generate JSON ppsi.conf format - New parameters in ppsi.conf. Some parameters moved at ppsi instance level - port timing configuration in Kconfig moved in KConfig_port_timing.in file. A file generator 'gen_kconfig_port_timing.sh'is used to generate it. - HAL upgraded to use the new dot-config file format. Mode ( auto, master,...) removed from HAL. - ppsi-pre.conf: Set empty because the new generated ppsi.conf always define clock-class and clock accuracy.
-
- Nov 20, 2018
-
-
Adam Wujek authored
DONE: Kconfig, assembly_ppsi_conf.sh TODO: SNMP, DOCs, HAL? Redefine options CONFIG_PORTXX_PARAMS in dot-config --role={master,slave,auto,none}, keep non-wr for compatibility --ext={WR}:{HR}, HR for future, if no ext defined use WR as default --add extra option to disable/enable triggering errors in SNMP --add option for delay mechanism (dm) p2p or e2e e2e default Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
For rnabling 50ohm termination for 1-PPS input It is set from HAL. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 10, 2018
-
-
Adam Wujek authored
NOTE: This option is not supported yet by the PPSI. 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>
-
- Jul 20, 2018
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 18, 2018
-
-
Adam Wujek authored
It may be useful in networks which require low latency. 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>
-
- Jul 21, 2017
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jan 27, 2017
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 14, 2016
-
-
Grzegorz Daniluk authored
-
Adam Wujek authored
Until now configuration items like WRS_LOG_HAL could change only loglevel of syslog messages, not the verbosity of the program. Please note that all messages produced by programs if syslog is configured will be passed to the syslog at the same <facility>.<level> Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 13, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 06, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 05, 2016
-
-
Adam Wujek authored
Move ppsi VLAN configuration from PORTXX_PARAMS(ppsi_vlans) to VLANS_PORTXX_VID_PTP Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Dec 01, 2016
-
-
Adam Wujek authored
Complement of a commit: 02bb6153 rootfs: use /etc/ppsi.conf not /wr/etc/ppsi.conf Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Nov 03, 2016
-
-
Adam Wujek authored
Kconfig: --add CONFIG_READ_SFP_DIAG_ENABLE libwr: --add the function shw_sfp_update_dom to update only needed values in the future --increase HAL_SHMEM_VERSION due to the changes in structures wrs_dump_shmem --add new fields HAL: --read DOM (Diagnostic Monitoring data) from SFP's eeprom at plug and once per second PPSI: --uplift hal shmem header wrs_sfp_dump: --support reading SFP's DOM from HAL Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Sep 26, 2016
-
-
Adam Wujek authored
Add to Kconfig: --RTU_HP_MASK_ENABLE --RTU_HP_MASK_VAL Update wrs_vlans: --add parameter --hpmask --read RTU_HP_MASK_* from dot-config --print hpmask with plist add a new minipc call rtud_export_hp_mask for HP mask Update wrs-user-manual Update wrs-developer-manual Update webinterface Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Update vlan.sh init script to let wrs_vlans to read configuration from the dot-config. Remove vlan_config.sh since it is not used anymore. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Specify vlans for ppsi in dot-config's field PORTXX_PARAMS. Use ppsi_vlans for that, with a colon separated list. PORTXX_PARAMS="...,ppsi_vlans=1:2:9" Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Keep all VLAN related configuration in the Kconfig_vlans.in. Source this file in the Kconfig Also copy it to the target. Kconfig_vlans.in is generated by a command: userspace/host_tools/gen_vlan_kconf.sh > Kconfig_vlans.in Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Sep 05, 2016
-
-
Adam Wujek authored
This will allow users to have special configuration (that is not possible to achieve by just using dot-config) without a need to manually handle custom script. The script can be used from /wr/bin/custom_boot_script.sh or downloaded during the boot. It is not possible to execute a script which was downloaded during the previous boot. But a script can be written in such way to copy itself to /wr/bin/custom_boot_script.sh. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 30, 2016
-
-
Adam Wujek authored
Improve documentation of throttling's settings in the dot-config. In the wrs-user-manual and in the Kconfig. Supplements: Merge branch 'greg-throttling' Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Allow to specify hostname in the dot-config URL and in PPSI URL. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
It is much more readable to have "port X" than "further port" in the Kconfig. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 12, 2016
-
-
Adam Wujek authored
Description was outdated because ppsi config is generated based on the PORTXX_PARAMS not TIME_XX. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Aug 11, 2016
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
An alternative to "set -o pipefail" in the userspace/rootfs_override/etc/init.d/wrs_auxclk.sh is ${PIPESTATUS[0]}, but this is a bashism. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add startup script /etc/init.d/wrs_throttling.sh for setting up throttling Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
wrs_watchdog will use WRS_LOG_OTHER instead of WRS_LOG_WRSWATCHDOG as a destination for logs. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Improve wrs-user-manual and Kconfig Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 07, 2016
-
-
Adam Wujek authored
--Part of changing names of interfaces in WRS from wrX (wr0-17) to wriX (wri1-wri18). --Rename wr0 to wri1 in help Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Feb 12, 2016
-
-
Adam Wujek authored
Hostname can be configured in dot-config to be set via DHCP or statically. Additionally update documentation. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-