Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Jul 03, 2019
  4. Jun 26, 2019
  5. Jun 03, 2019
  6. 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
  7. Apr 10, 2019
  8. Nov 20, 2018
  9. Aug 10, 2018
  10. Jul 20, 2018
  11. Jul 18, 2018
  12. Jul 21, 2017
  13. Jan 27, 2017
  14. Dec 14, 2016
  15. Dec 13, 2016
  16. Dec 06, 2016
  17. Dec 05, 2016
  18. Dec 01, 2016
  19. 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
  20. Sep 26, 2016
  21. 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
  22. Aug 30, 2016