Skip to content
Snippets Groups Projects
  1. Aug 10, 2018
  2. Jul 20, 2018
  3. Jul 18, 2018
  4. Jul 21, 2017
  5. Jan 27, 2017
  6. Dec 14, 2016
  7. Dec 13, 2016
  8. Dec 06, 2016
  9. Dec 05, 2016
  10. Dec 01, 2016
  11. 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
  12. Sep 26, 2016
  13. 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
  14. Aug 30, 2016
  15. Aug 12, 2016
  16. Aug 11, 2016
  17. Jul 07, 2016
  18. Feb 12, 2016
  19. Feb 10, 2016
  20. Feb 09, 2016
  21. Aug 28, 2015
  22. Aug 27, 2015
  23. Aug 26, 2015
    • Adam Wujek's avatar
      rootfs: make possible to get URL to the dot-config via dhcp · 4ef3017c
      Adam Wujek authored
      
      force-dhcp can be used to retrieve a URL to the dot-config, which is downloaded
      during boot.
      try-dhcp the same as above but don't complain about unsuccessful receive of the
      URL via DHCP to SNMP.
      
      Update:
      --MIB - add tryDhcp and forceDhcp to the wrsConfigSource object; add
              dhcpError to the wrsBootConfigStatus object
      --SNMPd - same as the above; don't error in wrsBootConfigStatus when tryDhcp
                fails
      --dot-config's script - support new dot-config sources
      --Kconfig - support new dot-config sources
      --wrs_failures
      --wrs-user-manual
      --wrs_release_defconfig - add new items
      --create new script for udhcpc to save "filename" configuration field retrieved
        from DHCP server; it contains the URL to the dot-config to be downloaded.
      
      Signed-off-by: default avatarAdam Wujek <adam.wujek@cern.ch>
      4ef3017c
  24. Jul 29, 2015
  25. Jul 15, 2015