Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 03, 2019
  3. Jun 26, 2019
  4. Jun 03, 2019
  5. 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
  6. Apr 10, 2019
  7. Nov 20, 2018
  8. Aug 10, 2018
  9. Jul 20, 2018
  10. Jul 18, 2018
  11. Jul 21, 2017
  12. Jan 27, 2017
  13. Dec 14, 2016
  14. Dec 13, 2016
  15. Dec 06, 2016
  16. Dec 05, 2016
  17. Dec 01, 2016
  18. 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
  19. Sep 26, 2016
  20. Sep 05, 2016
    • Adam Wujek's avatar
      [Feature: 1363] rootfs: add a support to execute custom script at startup · 4b6c9a1a
      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: default avatarAdam Wujek <adam.wujek@cern.ch>
      4b6c9a1a
  21. Aug 30, 2016