1. 11 Aug, 2015 4 commits
    • Adam Wujek's avatar
      userspace/wrsw_hal: bugfix not updating temperatures in wr_mon/HAL · 37bdfd74
      Adam Wujek authored
      There was a problem with calculating fan timeout in libwr. Problem occurs when
      there was a jump back in time. Since gettimeofday was used, delta for timeout
      calculation became negative.
      One solution was to use monotonic clock like in main function of HAL, or use
      the same timeout calculations as main function. Second solution was chosen
      since it is much simpler.
      
      --remove calculation of fan/temperature read timeout in function
        shw_update_fans
      --remove function shw_pwm_update_timeout and variable fan_update_timeout from
        libwr/fan.c as not needed anymore
      --remove function shw_get_tics from libwr/util.c and libwr/util.h (not needed
        anymore)
      --remove SHW_FAN_UPDATETO_DEFAULT from libwr/fan.h (not needed anymore)
      --increase PORT_FAN_MS_PERIOD to 250ms (trade-off 200ms of port update and 500ms
        of temperatures update)
      --remove increasing t1 in HAL;s main, since t1 was overwritten anyway by t2.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      37bdfd74
    • Adam Wujek's avatar
      rootfs: bugfix do not overwrite dot-config's source info · ba32beef
      Adam Wujek authored
      Don't overwrite dot-config's source info with ppsi.conf's source info.
      If needed for SNMP other files should be used.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      ba32beef
    • Adam Wujek's avatar
      userspace/tools: remove warings for lm32-vuart.c · d2d9b450
      Adam Wujek authored
      oldkey and newkey are not used anymore
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      d2d9b450
    • Adam Wujek's avatar
      userspace/dot-config: bugfix typo in variable · 431c6635
      Adam Wujek authored
      prevent build error
      
      [...]
      install -m 644 Kconfig dot-config wrs_release_defconfig /home/awujek/wrs/repo/build/images/wr/etc
      install: cannot stat ‘Kconfig’: No such file or directory
      install: cannot stat ‘dot-config’: No such file or directory
      install: cannot stat ‘wrs_release_defconfig’: No such file or directory
      make[1]: *** [install] Error 1
      make[1]: Leaving directory `/home/awujek/wrs/repo/wr-switch-sw/userspace/dot-config'
      make: *** [install] Error 1
      [...]
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      431c6635
  2. 07 Aug, 2015 1 commit
  3. 04 Aug, 2015 1 commit
  4. 31 Jul, 2015 1 commit
  5. 29 Jul, 2015 2 commits
  6. 28 Jul, 2015 2 commits
  7. 27 Jul, 2015 1 commit
  8. 24 Jul, 2015 4 commits
  9. 23 Jul, 2015 4 commits
  10. 22 Jul, 2015 14 commits
  11. 21 Jul, 2015 2 commits
  12. 17 Jul, 2015 4 commits