[BUG: 1349] userspace/wrsw_hal: create shmem before locking the SoftPLL
Hal creates shmem before waiting for SoftPLL to lock. By this other programs
waiting for HAL's shmem can start.
Please note that after this fix PPSi does not create shmem before lock.
It waits for HALs minipc server to be ready.
Before shmem is created, read hal mode first.
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
Showing
- userspace/wrsw_hal/hal_main.c 8 additions, 2 deletionsuserspace/wrsw_hal/hal_main.c
- userspace/wrsw_hal/hal_ports.c 6 additions, 3 deletionsuserspace/wrsw_hal/hal_ports.c
- userspace/wrsw_hal/hal_timing.c 7 additions, 2 deletionsuserspace/wrsw_hal/hal_timing.c
- userspace/wrsw_hal/wrsw_hal.h 3 additions, 1 deletionuserspace/wrsw_hal/wrsw_hal.h
Please register or sign in to comment