- Mar 05, 2025
-
-
Adam Wujek authored
Before it was in the reverse order. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add match reason to wrs_dump_shmem as sfp_match_flags. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jan 20, 2025
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add info about used LJD version. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Add: --main_pll_kp --main_pll_ki --helper_pll_kp --helper_pll_ki Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Harvey Leicester authored
-
Adam Wujek authored
Copy softpll_export.h from wrpc-sw repo. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Harvey Leicester authored
-
Harvey Leicester authored
-
- Jul 09, 2024
-
-
Adam Wujek authored
Please note, this commit changes the order in which options bytes are displayed. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Fabian Mauchle authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Check if head is not NULL Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
li hongming authored
[FEATURE: #148 ] userspace/tools/wrs_ext_pps_latency: Support aligning the PPS out to PPS input in GM 1. Add new paramter CONFIG_EXT_PPS_LATENCY_PS in dot-config. Calibration is needed to align the PPS out to PPS input in GM mode. 2. Add new variable ext_pps_latency_ps in struct spll_stats, using it to transfer the ext_pps_latency parameter to WRPC-SW. 3. Change SPLL_STATS_VER to 4, modify the related function. 4. (deleted from the commit) Add a new tool function: wrs_ext_pps_latency, which will change the Main PLL phase shift in GM mode, according to the parameter CONFIG_EXT_PPS_LATENCY_PS in dot-config. Add this new function to startup-mb.sh, making it autostart. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Jul 05, 2024
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- May 24, 2023
-
-
Fabian Mauchle authored
-
Fabian Mauchle authored
-
- Nov 10, 2021
-
-
Adam Wujek authored
Disabling of SFP's TX is possible only via HAL. Disabling it I2C directly is a risky, it can corrupt SFP's EEPROM if HAL is running. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 23, 2021
-
-
Adam Wujek authored
After reset of the CPU (ARM) GPIO pins are set as input. During configuration they were set to 0, which had a meaning to the i2c transfer if the last transfer before reset was not completed (e.g. by the switch restart). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
The I2C transfer can be interrupted by a restart of a switch. An I2C slave is not aware about an ARM restart so it expect the continuation of the transfer. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Sep 06, 2021
-
-
Adam Wujek authored
This commit reduces the size of periodic read for each SFP from 256B to 16B. Since the I2C transfer are bit-banged, this commit reduces CPU utilization if monitoring of SFPs is used (CONFIG_READ_SFP_DIAG_ENABLE). Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Mar 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@creotech.pl>
-
- Feb 05, 2021
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Dec 11, 2020
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- Oct 29, 2020
-
-
Michal Wasiak authored
To be used by SNMP Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
Michal Wasiak authored
Used by SNMP Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
Michal Wasiak authored
The following were defined, initialized, but never used --filters_offset --vlans_offset --mirror_offset --rtu_ports_offset Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
Michal Wasiak authored
update: --wrs_dump_shmem --wrs_vlans (print info about untag) Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
Michal Wasiak authored
Annoying warnings like: In file included from ./include/libwr/hal_shmem.h:7:0, from ./include/libwr/fan.h:3, from ./include/libwr/switch_hw.h:6, from pps_gen.c:17: ./include/libwr/generic_fsm.h: In function ‘fsm_consume_state’: ./include/libwr/generic_fsm.h:134:3: warning: implicit declaration of function ‘pr_info’ [-Wimplicit-function-declaration] pr_info("%s: Enter state %s\n", fsm->fsm_name, fsm_get_state_name(fsm)); ^ Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
Michal Wasiak authored
Signed-off-by:
Michal Wasiak <michal.wasiak@gmail.com>
-
Adam Wujek authored
Fix the calculation of an offset in shmem when reopening shmem. Signed-off-by:
Adam Wujek <dev_public@wujek.eu>
-
- May 22, 2020
-
-
printf makes the messages to be logged in syslog in strange order with respect to the other messages. It's best to use pr_* consistently.
-
Grzegorz Daniluk authored
-
- May 20, 2020
-
-
Signed-off-by:
Maciej Lipinski <maciej.lipinski@cern.ch>
-
- Apr 08, 2020
-
-
Grzegorz Daniluk authored
Load values from tx_phase_cal.conf file only if MD5 matches. Otherwise, generate new values.
-