CONFIG_FEATURE_DD_SIGNAL_HANDLING is a dd cmd advanced feature
that display a coreutiles-like third status line with:
transferred bytes, elapsed time and speed.
e.g. display the third status line
$ busybox dd if=/dev/zero of=/tmp/test bs=4096 count=100
100+0 records in
100+0 records out
409600 bytes (400.0KB) copied, 0.001035 seconds, 377.4MB/s
Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
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>