• Adam Wujek's avatar
    userspace: export temperature from sensors to HAL's shmem · 147e8ea5
    Adam Wujek authored
    HAL at update of fan speed reads Switch's temperature sensors.
    Sensors read:
    -FPGA
    -PLL (was read before to drive PWM for fan)
    -Power supply left
    -Power supply right
    
    Additionally:
    -add hal_temp_sensors structure to hal shmem, add current temperature and
     threshold values (to be implemented in later commits)
    -increment HAL_SHMEM_VERSION
    -update hal_shmem.h in ppsi
    -update dump_shmem with new structure, add specific type for temperature
     sensors
    -in hal_ports.c
     --rename struct wrs_shm_head *head to struct wrs_shm_head *hal_shmem_hdr
     --remove void *hal_port_shmem as not needed,
     --make struct hal_shmem_header *hal_shmem extern, defined in hal_main.c
    Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
    147e8ea5
Name
Last commit
Last update
..
.gitignore Loading commit data...
Makefile Loading commit data...
com.c Loading commit data...
driver_stuff.h Loading commit data...
fix_tai_offset.c Loading commit data...
libtools.h Loading commit data...
lm32-vuart.c Loading commit data...
load-lm32.c Loading commit data...
load-virtex.c Loading commit data...
mapper.c Loading commit data...
nbtee.c Loading commit data...
rtu_stat.c Loading commit data...
sdb-read.c Loading commit data...
softpll_regs.h Loading commit data...
spll_dbg_proxy.c Loading commit data...
term.c Loading commit data...
term.h Loading commit data...
wmapper.c Loading commit data...
wr_date.c Loading commit data...
wr_mon.c Loading commit data...
wr_phytool.c Loading commit data...
wrs_auxclk.c Loading commit data...
wrs_checkcfg.c Loading commit data...
wrs_dump_shmem.c Loading commit data...
wrs_pstats.c Loading commit data...
wrs_version.c Loading commit data...
wrs_vlans.c Loading commit data...
wrs_vlans.h Loading commit data...