Sync the latest stfisp_setfile from JH7100.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
(cherry-pick commit 56c057d22a095e37f8a3bed296a7cea2893c9442 from jh7110-mm-devel branch)
1.Create starfive package, and move v4l2test into it.
2.Sync the latest v4l2test package from JH7100.
Signed-off-by: mason.huo <mason.huo@starfivetech.com>
(cherry-pick commit 87583e4004ba7ceefa317d939ea8004f38eb9570 from jh7110-mm-devel branch)
The following commit will cause multi-thread synchronization error
under RISCV, affecting versions 2.33/2.34, so 2.32 will be used until
this issue is fixed by mainline.
commit 878fe624d44b8f6489b2d0de9bfdc09290a719a7 (HEAD -> master, release/2.33/master)
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date: Mon Nov 23 10:13:42 2020 -0300
nptl: Replace lll_futex_{timed_}wait by futex-internal.h
The idea is to make NPTL implementation to use on the functions
provided by futex-internal.h.
Checked on x86_64-linux-gnu and i686-linux-gnu.
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: samin <samin.guo@starfivetech.com>