Skip to content
Snippets Groups Projects
  1. Oct 28, 2020
  2. Oct 22, 2020
  3. May 20, 2020
    • Maciej Lipinski's avatar
      [syslog] specify default facility.priority in case it is not included in message · 2b635c3b
      Maciej Lipinski authored and Grzegorz Daniluk's avatar Grzegorz Daniluk committed
      Some deamons/etc that log messages to syslog do not specify facility.level
      in their messages. The logger is configured to parse the message looking
      for facility.level (option: --prio-prefix). If the message does not include
      If no facility.priority is specified, the logger will use the one specified
      after -p, this is now provided. For example, PPSi does not specify
      facility.priority in messages (hopefully, this will change), without
      "-p daemon.info", it was reported as user.info. If user wishes to,
      he/she can override. This is the default config
      2b635c3b
  4. Jan 21, 2020
  5. Jan 07, 2020
    • Jean-Claude BAU's avatar
      Kconfig: new dependency · 75c6b639
      Jean-Claude BAU authored
      A dependency have been added to not allow the option "Force to get the
      URL to a dot-config via DHCP" in order to get the source of the
      dot-config file. This option is now only available if the "DHCP forever"
      option is selected in the management port configuration.
      
      This has been done to avoid to wait forever the availability of the DHCP
      service to get the dot-config source while this service is not required
      or mandatory for the management port setup.
      75c6b639
  6. Nov 14, 2019
    • Jean-Claude BAU's avatar
      New timing mode ARB_GM in kConfig · 3f1f872b
      Jean-Claude BAU authored
      - ARB_GM correspond to clock class 13.
      - Interface changed with assembly_ppsi_conf.sh :
         - The clock class number is always defined in dot-config.
      assembly_ppsi_conf.sh uses it instead of the timing mode.
         - The PTP options (accuracy, variance, timeSource) can be overwritten
      and KConfig proposes always the default ones depending of the timing
      mode.
      3f1f872b
  7. Jul 03, 2019
  8. Jun 26, 2019
  9. Jun 03, 2019
  10. May 20, 2019
    • Jean-Claude BAU's avatar
      [Feature:#33] Improve Calibration database syntax in dotconfig · 680ab8f4
      Jean-Claude BAU authored
      - Increase up to 18 the number of SFPs and Fibers
      - Add config parameter: CONFIG_N_SFP_ENTRIES (Number of SFP entries in
      the DB)
      - Add config parameter: CONFIG_N_FIBER_ENTRIES (Number of FIBER entries
      in the DB)
      - This 2 new parameters are used by HAL to parse the DB
      - Use the TX SFP wave length as a key to retreive the SFP entry in the
      DB
      680ab8f4
  11. Apr 10, 2019
  12. Nov 20, 2018
  13. Aug 10, 2018
  14. Jul 20, 2018
  15. Jul 18, 2018
  16. Jul 21, 2017
  17. Jan 27, 2017
  18. Dec 14, 2016
  19. Dec 13, 2016
  20. Dec 06, 2016
  21. Dec 05, 2016
  22. Dec 01, 2016
  23. Nov 03, 2016
    • Adam Wujek's avatar
      userspace/wrsw_hal: save Diagnostic Monitoring data from SFP in HAL · 3f05b29c
      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: default avatarAdam Wujek <adam.wujek@cern.ch>
      3f05b29c
  24. Sep 26, 2016