Commit graph

3 commits

Author SHA1 Message Date
Demetris Ierokipides
7fd6cc34f5 Revert "Add kernel install locks to prevent race conditions (#1104)"
This reverts commit e3f7d0447c.
2021-01-21 23:00:22 +02:00
David G. F
e3f7d0447c
Add kernel install locks to prevent race conditions (#1104)
This uses the locking mechanism provided by the build system to grab a lock
(namely firmware-install) every time a firmware needs to be installed.

This is similar to the mechanism that python uses (exec_thread_safe)
but less restrictive since we do not grab a global lock.
2020-11-18 20:01:00 +02:00
Demetris Ierokipides
ab8a0652fa Add Dragonboard-410C support to lakka (#711)
* Add Dragonboard-410C support to lakka
https://developer.qualcomm.com/hardware/dragonboard-410c

Signed-off-by: Ntemis <ierokipides.dem@gmail.com>

* 410C:Revert to old kernel and remove unneeded drivers
2019-07-18 21:54:04 +02:00