1. 13 Oct, 2015 7 commits
  2. 08 Oct, 2015 2 commits
  3. 02 Oct, 2015 3 commits
  4. 30 Sep, 2015 2 commits
  5. 28 Sep, 2015 1 commit
  6. 21 Sep, 2015 1 commit
  7. 18 Sep, 2015 1 commit
  8. 08 Sep, 2015 1 commit
  9. 07 Sep, 2015 1 commit
  10. 01 Sep, 2015 3 commits
  11. 26 Jul, 2015 8 commits
  12. 24 Jul, 2015 2 commits
  13. 23 Jul, 2015 3 commits
  14. 14 Jul, 2015 1 commit
  15. 30 Jun, 2015 4 commits
    • Adam Wujek's avatar
      ppsi: update ppsi · f9b32181
      Adam Wujek authored
      in ppsi:
      --update hal_shmem to version 7
      --add tx and rx packet counters
      --add error counters for SNMP
      --increase ppsi shmem version to 6
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      f9b32181
    • Adam Wujek's avatar
      ppsi: update ppsi · 8afa6c8b
      Adam Wujek authored
      remove waiting state, make waiting flag instead
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      8afa6c8b
    • Adam Wujek's avatar
      wrs_main: check for stack overflow and detect reset · da3da2d9
      Adam Wujek authored
      Add checking stack overflow and detecting reset to wrs. Code common for wrpc
      and wrs is placed in system_checks.c and .h. Work is based on following
      commits in wrc_main.c:
      1704a668 main: check for stack overflow
      7836c39e Optionally detect reset and print a stack trace
      
      Additionally:
      --update Kconfig to have a possibility to select CHECK_RESET also for switch,
        not only for node as before
      --and _endram to ram-wrs.ld
      
      When "stack overflow" occurs then message is printed once every second.
      When reset occours then LM32 will print stack trace and reset once more.
      NOTE: I couldn't get spll to work after reset, for sure problem is in
            ad9516 init function, but not only there.
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      da3da2d9
    • Adam Wujek's avatar
      revision: report build information via spll_stats structure · ee1c7482
      Adam Wujek authored
      --increase spll_stats structure version to 2
      --add to spll_stats structure:
        - commit_id
        - build_date
        - build_time
        - start_cnt (to be used later for start counter)
      --move declaration of spll_stats structure from wrs_main.c to revision.c
      --pass git version and author at compile time to revision.c
      --create revision.h with build_* externs
      --update version reporting at cpu start
      --update version command
      --include section .stats in section .data for node
      Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
      ee1c7482