Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-17 | V3M: add V3MSK board in uboot | Vladimir Barinov | 3 | -1/+815 | |
Support eMMC, QSPI, Ether, reset, CPLD, console | |||||
2017-11-17 | V3M IMR/DRM | Vladimir Barinov | 11 | -2/+1526 | |
- Support IMR/VSP/DRM for V3M - Add packeges to use IMR-DRM demo | |||||
2017-11-14 | V3M: support MSIOF on KF V0 | Vladimir Barinov | 2 | -14/+69 | |
1) support MSIOF2/3/4 on Kingfisher V0 board 2) remove unused pins on V3MSK from dts file | |||||
2017-11-10 | Radio RST gpio typo fix | Vladimir Barinov | 1 | -0/+0 | |
It should be offset 7 and not 8 in si_init script | |||||
2017-11-09 | Update si_init script to work on H3/M3 ULCB | Vladimir Barinov | 1 | -0/+0 | |
H3 and M3 have differnt gpiochip base number for PCA9539@75 gpio expander. Update si_init script to work for both H3ULCB and M3ULCB | |||||
2017-11-09 | Videobox Mini support | Vladimir Barinov | 2 | -3455/+2390 | |
1) V3MSK VideoBox Mini support 2) H3ULCB (es1.x, es2.0) Videobox Mini support 3) Optimize Videobox dts files | |||||
2017-11-07 | V3M: enable MMNGR | Vladimir Barinov | 1 | -2/+2 | |
2017-11-07 | Fix pinmux conflict on V3MSK | Vladimir Barinov | 1 | -11/+11 | |
CANFD0/1 are enabled both now | |||||
2017-11-07 | Replace pcm creation fix with upstream varian | Vladimir Barinov | 3 | -41/+175 | |
2017-11-05 | V3MSK boards update | Vladimir Barinov | 2 | -5/+17 | |
- remove CANFD0 since conflicts with HDMI on pinmux - enable i2c3 on kf - deploy v3msk-vb | |||||
2017-11-03 | R8A7797: kernel updates | Vladimir Barinov | 2 | -106/+647 | |
- add CANFD - add V3M videobox board - add CANFD to V3M KF - add eMMC to V3MSK based boards | |||||
2017-10-31 | Update radio scirpts | Vladimir Barinov | 4 | -31/+29 | |
Add radio scripts: si_fm si_scan si_preset | |||||
2017-10-30 | Fix incorrect radio reset gpio | Vladimir Barinov | 1 | -6/+6 | |
this fixes handling Radio_RST | |||||
2017-10-27 | MOST: add scripts used for testing | Vladimir Barinov | 3 | -0/+23 | |
Add MOST card setup scripts used for testing | |||||
2017-10-27 | MOST update | Vladimir Barinov | 6 | -30/+144 | |
1) fix MOST soundcard add during setup 2) optionally add MOST to dtsi via KF_ENABLE_MOST flag in local.conf 3) optionally add SD3 to dtsi via KF_ENABLE_SD3 flag in local.conf 4) add MOST options to kernel config | |||||
2017-10-17 | disable BT in pulseaudio since it is broken | Vladimir Barinov | 1 | -1/+1 | |
New rcar sound driver constraints break BT (disable it temporary to have other soundcards funtional, since this one crash pulseaudio daemon) | |||||
2017-10-17 | Fix Mulitaudio (TDM mode) playback in 2.23 | Vladimir Barinov | 1 | -3/+49 | |
2017-10-17 | enable pulseaudio daemon at first boot | Vladimir Barinov | 1 | -0/+2 | |
It is used sysvinit to enable/disable pulseaudio daemon with sustemd the sysvinit services is not installed during build. Force install. | |||||
2017-09-27 | FIX ssi pingroup used for PCM3168A | Vladimir Barinov | 1 | -1/+1 | |
Since 2.23 it is renamed: ssi34_ctrl -> ssi349_ctrl | |||||
2017-09-27 | revert snd card name to wl18xx | Vladimir Barinov | 1 | -1/+1 | |
it isokay tohave sound card name as wl18xx since it is not platform driver name This is convenient for use already setup pulseudio config file that uses wl18xx name | |||||
2017-09-27 | Name wl18xx dumy pcm card as wl18xx-codec | Vladimir Barinov | 2 | -2/+2 | |
This fixes wifi since it's platform driver uses the same name asoc driver loader in kernel but wifi as a module hence wifi is rejected | |||||
2017-09-25 | Add MOST | Vladimir Barinov | 10 | -1/+762 | |
2017-09-20 | Use OpenCV 2.4 by default (necessary for public release SV) | Grigory Kletsko | 1 | -1/+1 | |
2017-09-20 | Merge branch 'v2.23.0' of git://github.com/CogentEmbedded/meta-rcar into v2.23.0 | Grigory Kletsko | 1 | -1/+0 | |
2017-09-20 | Build fail fix | Vladimir Barinov | 1 | -1/+0 | |
opencv-3.2 and opencv-samples-2.4 conflict while installing opencv-samples. pencv-samples are already inherited by opencv-3.2.bb | |||||
2017-09-20 | Add gflags recipe, necessray for opencv 3.2 | Grigory Kletsko | 1 | -0/+20 | |
2017-09-20 | Build offline patches | Vladimir Barinov | 3 | -0/+167 | |
This patches will alow to build with BB_NO_NETWORK=1 only from download cache | |||||
2017-09-20 | switch to 2.23.0 bsp | Vladimir Barinov | 14 | -1289/+27 | |
2017-09-18 | [CV] Add gflags recipe, necessray for opencv 3.2 | Grigory Kletsko | 1 | -0/+20 | |
2017-09-18 | Add opencv 3.2 and use it by default | Grigory Kletsko | 9 | -8/+288 | |
2017-09-18 | Merge branch 'v2.19.0' of git://github.com/CogentEmbedded/meta-rcar into v2.19.0 | Grigory Kletsko | 17 | -113/+1848 | |
2017-09-17 | Build offline patches | Vladimir Barinov | 3 | -0/+167 | |
This patches will alow to build with BB_NO_NETWORK=1 only from download cache | |||||
2017-09-14 | Initial commit for ADAS boards support in 2.23.0 | Vladimir Barinov | 207 | -0/+62042 | |
2017-09-09 | KF V0: fix CAN0 | Vladimir Barinov | 1 | -3/+3 | |
2017-09-08 | V3M: fix DU PLL | Vladimir Barinov | 1 | -3/+3 | |
2017-09-08 | RDCAM20: fix FSIN | Vladimir Barinov | 1 | -4/+4 | |
This fixes AWB funciton withFSIN enabled (fix overbrightness at some ambient conditions) | |||||
2017-08-29 | KF M3: disable xhci | Vladimir Barinov | 1 | -1/+5 | |
Disable xhci on M3 KF since somce boards instroduced error | |||||
2017-08-28 | ADAS boards: fix ssi012(3)9 pinmuxes on H3 and M3 | Andrey Gusakov | 1 | -8/+5 | |
H3 has ssi01239_ctrl group M3 has ssi0129_ctrl group Signed-off-by: Andrey Gusakov <andrey.gusakov@cogentembedded.com> | |||||
2017-08-28 | Update capture test: support raw12 rendering to FB | Vladimir Barinov | 1 | -0/+0 | |
2017-08-28 | Add V3MSK and deploy legacy KF images | Vladimir Barinov | 6 | -0/+362 | |
2017-08-28 | Add V3MSK on KF V0 | Vladimir Barinov | 1 | -9/+39 | |
2017-08-28 | Add AR0132 LVDS camera support | Vladimir Barinov | 1 | -40/+935 | |
2017-08-26 | Add V3M Eagle machine | Vladimir Barinov | 9 | -0/+341 | |
2017-08-25 | LVDS: fix camera start-up (stability work) | Vladimir Barinov | 1 | -12/+79 | |
Some cameras with OV10640/OV490 are bad in h/w and does not match start up sequence: PWDN/RESETB that lead to OV10640 hang. This patch fixes that in s/w. | |||||
2017-08-21 | Fix delay if used external gpio for PoC power | Vladimir Barinov | 1 | -5/+6 | |
2017-08-20 | Add V4L2_CID_MIN_BUFFERS_FOR_CAPTURE control | Vladimir Barinov | 1 | -10/+34 | |
This is needed for gstreamer to exclude gstreamer hacking | |||||
2017-08-20 | LVDS: fix camera startup | Vladimir Barinov | 1 | -40/+54 | |
This fixes race condition between camera firmware start and driver initialization. | |||||
2017-08-18 | Add opencv 3.2 and use it by default | Grigory Kletsko | 9 | -8/+288 | |
2017-08-16 | Add V3MSK Kingfisher board support | Vladimir Barinov | 1 | -2/+552 | |
2017-08-16 | Typo fixes | Vladimir Barinov | 3 | -3/+3 | |