arvin.zhu
7612ab56f5
busybox: add modprobe blacklist.conf
...
add modprobe blacklist.conf
Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com >
2022-08-31 14:41:06 +08:00
Andy Hu
5ca8180f8b
ispsdk: add ispsdk v2.0.0 package to buildroot
...
the ispsdk apps will install to /root/ISP/
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2022-08-30 10:07:05 +08:00
andy.hu
8ebb316468
Merge branch 'CR_1835_usb_device_script_minda' into 'jh7110-devel'
...
CR_1835 usb: device: add usb device configfs script
See merge request sdk/buildroot!57
2022-08-26 07:20:40 +00:00
andy.hu
960b8da68d
Merge branch 'CR_1932_v4l2test_jianlong' into 'jh7110-devel'
...
CR_1932 package: starfive: v4l2test: Fix stuck without -C
See merge request sdk/buildroot!56
2022-08-26 02:29:30 +00:00
andy.hu
fcc51bb16e
Merge branch 'CR_1853_buildroot_drm_test_shengyang.chen' into 'jh7110-devel'
...
CR_1853_riscv:buildroot:drm-test
See merge request sdk/buildroot!54
2022-08-26 02:09:54 +00:00
arvin.zhu
d460e7b742
v4lutils: remove v4lutils
...
remove v4lutils
Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com >
2022-08-26 09:58:33 +08:00
minda.chen
7d2bd84b94
usb: device: add usb device configfs script
...
including start/stop, mass storage disk img create and
delete script.
Signed-off-by: minda.chen <minda.chen@starfivetech.com >
2022-08-25 17:17:20 +08:00
Jianlong Huang
d0565a1a48
package: starfive: v4l2test: Fix stuck without -C
...
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com >
2022-08-23 13:36:59 +08:00
shengyang.chen
40ab08a0e8
riscv:buildroot:drm-test
...
fix modeset-single-buffer noise
Signed-off-by: shengyang.chen<shengyang.chen@starfivetech.com >
2022-08-19 17:40:13 +08:00
andy.hu
01663815ca
Merge branch 'CR_1839_fix_mount_adb_issue_minda' into 'jh7110-devel'
...
usb: adbd: fix remount the adb device err issue.
See merge request sdk/buildroot!53
2022-08-19 08:13:02 +00:00
andy.hu
e3b074fd1b
Merge branch 'CR_1867_V4L2_mason.huo' into 'jh7110-devel'
...
CR_1867 package: v4l2_test: Add ss0 & ss1 in pipeline script
See merge request sdk/buildroot!48
2022-08-19 07:43:24 +00:00
andy.hu
f1e797a077
Merge branch 'CR_1799_v4l2test_Kevin.xie' into 'jh7110-devel'
...
CR_1799 v4l2test: Solve blurred screen problem in 45 or 60 fps.
See merge request sdk/buildroot!44
2022-08-19 07:07:58 +00:00
andy.hu
7b57253399
Merge branch 'CR_1603_V4L2v4l2test_jianlong' into 'jh7110-devel'
...
CR_1603 starfive: v4l2test: Support select connector to display for drm
See merge request sdk/buildroot!45
2022-08-19 07:03:06 +00:00
minda.chen
bbbbd1a333
usb: adbd: fix remount the adb device err issue.
...
while reattach the usb device, adbd wakeup in usb_ffs_kick,
later will close ep0 and reopen it again will cause this issue.
As the fix method in new adbd, just close and reopen ep1 & ep2
, keep ep0 still be openned can fix this issue.
Signed-off-by: minda.chen <minda.chen@starfivetech.com >
2022-08-19 13:58:51 +08:00
andy.hu
5e1ac148a7
Merge branch 'CR_1837_adbd_adbd_ss_fix_minda' into 'jh7110-devel'
...
CR_1837 buildroot: adb: add adb ss ffs descriptor
See merge request sdk/buildroot!47
2022-08-18 12:40:56 +00:00
minda.chen
6604c1d037
buildroot: adb: add adb ss ffs descriptor
...
fix adbd functionfs descriptor not support super speed issue
(redmine 1837)
Signed-off-by: minda.chen <minda.chen@starfivetech.com >
2022-08-18 15:25:19 +08:00
Windsome Zeng
4d78fbf8e8
[GPU] Update OpenGL ES library which is compiled in Linux 5.10
2022-08-17 20:42:49 +08:00
Windsome Zeng
b3059a93d5
[GPU] Upgrade OpenGL ES library to DDK 1.17.
2022-08-17 14:10:04 +08:00
Windsome Zeng
fe38db9384
[mesa3d] Sync all patch files with DDK 1.17.
2022-08-16 17:38:05 +08:00
Windsome Zeng
6bfcc5fdc6
[mesa3d] Delete or rename patch files according to DDK 1.17.
2022-08-16 17:31:56 +08:00
Windsome Zeng
ffcad53d15
[libdrm] Sync patch files with DDK 1.17
2022-08-16 16:59:34 +08:00
Windsome Zeng
9433dcaf8c
[libdrm] Delete and rename path file with DDK 1.17
2022-08-16 16:56:49 +08:00
mason.huo
02e6028d21
package: v4l2_test: Add ss0 & ss1 in pipeline script
...
Signed-off-by: mason.huo <mason.huo@starfivetech.com >
2022-08-16 15:22:05 +08:00
Jianlong Huang
8d7bb3e204
starfive: v4l2test: Support select connector to display for drm
...
Add -C param to select connector
0---inno hdmi
1---rgb hdmi or mipi dsi
Signed-off-by: Jianlong Huang <jianlong.huang@starfivetech.com >
2022-08-15 10:30:21 +08:00
andy.hu
8975760f59
Merge branch 'CR_1286_linux5.10.y_integrate_wayland_with_gpu_support_Windsome.Zeng' into 'jh7110-devel'
...
Replace mdev with udev, add some script to make udev works correctly.
See merge request sdk/buildroot!43
2022-08-12 03:27:35 +00:00
Windsome Zeng
d146aede27
Change udev detect method to fix fail on running glmark2-es2-drm.
2022-08-11 17:06:24 +08:00
Kevin.xie
a2d183cea1
v4l2test: Solve blurred screen problem in 45 or 60 fps.
...
1. Fix the error buffer count for v4l2 when using pingpong buffer.
2. Add readable flag for pingpong buffers exchange to avoid overproduction.
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com >
2022-08-11 16:49:02 +08:00
Windsome Zeng
d481977e4a
Replace mdev with udev in init script and don't mount /proc twice.
2022-08-11 11:32:13 +08:00
arvin.zhu
4691306abf
drm_test: Add drm_test package
...
Add drm_test
Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com >
2022-08-11 10:36:51 +08:00
Windsome Zeng
683fd1f360
Delete kmod related tools provided by busybox.
2022-08-10 10:23:04 +08:00
Windsome Zeng
c941f34c05
Use install hooks to avoid rebuild problem.
2022-08-09 17:55:26 +08:00
Windsome Zeng
0083c10916
Delete mdev macro and revert to original file.
2022-08-09 15:21:17 +08:00
Windsome Zeng
2c2c443c80
Add script and config file to run weston simply.
2022-08-09 15:08:13 +08:00
Windsome Zeng
478ae394ee
Replace mdev with udev, add some script to make udev works correctly.
2022-08-09 15:08:13 +08:00
Jason Zhou
6b8cb8042a
Merge branch 'CR_1286_linux5.10.y_integrate_wayland_with_gpu_support_Windsome.Zeng' into 'jh7110-devel'
...
CR_1286_1793: GPU binaries integrated to SDK
See merge request sdk/buildroot!42
2022-08-05 10:08:19 +00:00
Andy Hu
59f08cf179
img-gpu-powervr: update to install img-gpu-powervr-bin.tar.gz
...
update starfive package img-gpu-powervr to install the binary to
buildroot filesystem
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2022-08-05 11:36:51 +08:00
Jason Zhou
68203debae
Merge branch 'CR_1766_v4l2test_Kevin.xie' into 'jh7110-devel'
...
CR_1766 v4l2test: Fix the freezing frame from the first running on dmabuf mode
See merge request sdk/buildroot!37
2022-08-05 02:57:51 +00:00
Jason Zhou
892983d245
Merge branch 'CR_1777_V4L2_mason.huo' into 'jh7110-devel'
...
CR1777 package: v4l2test: Fix zero size file for rawdata format
See merge request sdk/buildroot!38
2022-08-05 02:55:26 +00:00
mason.huo
5c3b022a79
package: v4l2test: Fix zero size file for rawdata format
2022-08-03 16:08:21 +08:00
Windsome Zeng
107ffc282b
Weston needs udev, so enable eudev and mdev at the same time. We should ONLY choose one of them in the future.
2022-08-03 15:28:12 +08:00
arvin.zhu
131425929b
busybox:add the blacklist to modprobe
...
Add the blacklist to modprobe
Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com >
2022-08-02 11:26:38 +08:00
Kevin.xie
dc859873a6
v4l2test: Fix the freezing frame from the first running on dmabuf mode
...
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com >
2022-08-02 10:04:50 +08:00
Windsome Zeng
c50e5ba7a5
Add Wayland with GPU support.
...
Cherry-pick from http://192.168.110.45/sdk/buildroot/-/commit/ed70e2b79cbc7a504792899e2cd3577777fd54bd
2022-08-01 11:38:55 +08:00
Jason Zhou
9234eab162
Merge branch 'CR_1751_v4l2test_Kevin.xie' into 'jh7110-devel'
...
CR_1751: v4l2test: Fix the 'not support error' on null-display with mmap io_method.
See merge request sdk/buildroot!35
2022-07-30 09:36:37 +00:00
arvin.zhu
4feacade91
v4l2_test:modify open drm function
...
Modify the interface that opens the DRM
Signed-off-by: arvin.zhu <arvin.zhu@starfivetech.com >
2022-07-29 19:02:21 +08:00
Kevin.xie
70d68d9a99
v4l2test: Fix the 'not support error' on null-display with mmap io_method.
...
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com >
2022-07-29 16:09:28 +08:00
Jason Zhou
933ef5f158
Merge branch 'CR_1711_DHCPCD_yanhong.wang' into 'jh7110-devel'
...
Cr 1711 busybox:udhcpc: add udhcpc command to defconfig
See merge request sdk/buildroot!33
2022-07-28 02:27:51 +00:00
Andy Hu
b5864c2cbe
package: add mailbox and e24 packages to buildroot
...
Signed-off-by: Andy Hu <andy.hu@starfivetech.com >
2022-07-26 22:27:25 +08:00
yanhong.wang
a431584664
busybox:udhcpc: add udhcpc command to defconfig
...
Add udhcpc command to defconfig.
Signed-off-by: yanhong.wang <yanhong.wang@starfivetech.com >
2022-07-26 16:30:35 +08:00
Kevin.xie
29d0679078
v4l2test: Do not show the remains frame from last DRM display process
...
Signed-off-by: Kevin.xie <kevin.xie@starfivetech.com >
2022-07-26 14:51:50 +08:00