- Jul 10, 2015
-
-
Adam Wujek authored
Pid was written to late and monit thinks wrs_watchdog is not running. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Improve LED signaling
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
HAL on exit changes status LED color, to disable status LED we have to stop HAL before turning off status LED. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Execute wrs_status_led when system is going down Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
From now, turn left LED on when link is up. Depending on the configured function LED will have the following color: --orange for port configured as non-wr --green for slave --yellow for master and other cases (like wrong configuration) Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
When hal's init script is called with restart option then script complain that hal is already running. Probalby it takes some short time to kill hal's child. Add sleep 1 second to solve this problem. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add wrs_watchdog.
-
Adam Wujek authored
However, still is possible to run it with -d, it daemonizes itself but without going to backgroud. We send it to background in init script. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
Adam Wujek authored
Add Number of times the watchdog has restarted the HDL module responsible for the Ethernet switching process. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add restart counter of wrs_watchdog to wrsStartCntGroup Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
And from SIGUSR1/SIGUSR2. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Print version at startup when daemon and together with help. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Use CONFIG_WRS_LOG_WRSWATCHDOG as logging destination --Add restart counter for wrs_watchdog Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
--Add destiantion to watchdog log to Kconfig --update documentation Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
- Jul 09, 2015
-
-
Adam Wujek authored
Add watchdog to FPGA and include bugfixes Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Check whether deltas (delta_tx_m, delta_rx_m, delta_tx_s, delta_rx_s) are not zero in SNMP, not in PPSI Remove object wrsPtpRTTErrCnt from MIB, not compatible change, but we're before release... Update PPSI Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Move creating rule for PTP over UDP from rtud init script to wrsw_rtud. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 08, 2015
-
-
Adam Wujek authored
Removed code used to be to add rtu entries for local ports. Such setup suppouse to allow access to ARM CPU from switch's ports. However, hw_addr in hal_shmem was not filled and it end up that address 00:00:00:00:00:00 was added. Removed solution didn't work neither we wanted it to be there. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Hope this time it works. Problem was when dot-config set IP via dhcp then static. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Fix problem when IP address was set via dhcp then as static. Second problem was that udhcpc wasn't able to get IP when interface was put down just before its start. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
set temperature thresholds disable logic in object wrsSwcoreStatus Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Return always OK for wrsSwcoreStatus (except for first read). Logic for this object needs more investigation. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 07, 2015
-
-
Adam Wujek authored
Fix specifying verbosity level by setting WRS_MSG_LEVEL env variable and fix changing verbosity with -v/-q Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Jul 06, 2015
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Add possibility to configure IP address of management port in dot-config. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
This commit is to manage with situation that there is no IP address at the moment of getting new dot-config. At this point IP can be available from barebox, but not always. New functionality checks for IP configuration in the old dot-config. IP will be reconfigured after getting new dot-config. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
In case there is no info how to get management port's IP in dot-config, use DHCP by default. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-