summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas
AgeCommit message (Collapse)AuthorFilesLines
2018-01-18[KERNEL][V3MSK] Enable CONFIG_INPUT_UINPUTGrigory Kletsko1-0/+1
2018-01-16utest: update CAM-IMR-DRM sample aplciation to support H3Vladimir Barinov2-0/+1
This allows to use quad cameras demo on H3 and show all cameras in equal windows
2018-01-15LVDS/VIN update:Vladimir Barinov2-231/+965
1) support AP0101+AR014x cameras 2) support DVP bus reverse inside VIN: using kernel parameter "rcar_vin.lut_reverse=1" This is needed for cameras that can't do bus reverse. MAX9286 does DVP reverse and send data via CSI2. Some cameras can't do reverse back, hence we can do revers in RCAR VIN. This is applciable only for 8bit buses: raw8, yuyv8, rgb888 3) support serializers in HIGH-Immunity mode alighend with legacy mode. MAX96705 can do legacy and HIM modes. MAX9271 can do only leagacy mode. 4) support crossbar feature for MAX96705 This is DVP bus reordering in serilizer. 5) support passing kernel parameters to max9286 driver. This allows to conect all supported cameras to ADAS boards without changing DTS file, but add only parameters to kernel command line in uboot bootargs F.e.: max9286.him=1 max9286.vsync=0 max9286.fsync_period=3200000 or max9286.vsync=0 max9286.fsync_period=2500000 rcar_vin.lut_reverse=1 The default setup (no changes needed) is for IMI RDCAM20/21 cameras. 6) change name of max9286 driver, since max96705 is also supported by this driver: max9286-max9271 -> max9286
2018-01-09OV490/OV10640: add manual WB controlVladimir Barinov1-12/+76
This adds manual wight balance control for ov490/10640 sensor.
2018-01-08RDRIVE: set console to serial0 aliasVladimir Barinov1-12/+4
This avoid adding extra line in /etc/securetty for RDRIVE, since first serial device was SCIF2 (ttySC0) and the SCIF1 is second (ttySC1). This patch removes tty on SCIF2 and enbles only SCIF1 console. Hene it is possible to use common ULCB rootfs without changing of securetty.
2018-01-08RDRIVE: fix console hang on SCIF1Vladimir Barinov1-2/+24
RDRIVE uses console on SCIF1. Since IPL code removed SCIF1 clock enablement then we have to add clock enable in uboot
2018-01-07V3M: update ROM API table for ws2.0Vladimir Barinov1-15/+14
This update/fix ROM API table offset for V3M ws2.0
2018-01-05Fix ulcb|salvator-x build fail for arm-trusted-firmwareVladimir Barinov1-1/+2
2018-01-04V3M: add IPLVladimir Barinov3-15/+3016
Add V3M in ATF
2018-01-02MAX9286: fix loss of the last byte in CSI streamVladimir Barinov1-1/+2
MAX9286 may result CSI2 stream losing the last byte. This observed rarely with only 1 cmaera connected to quad deserializer. This patch fixes this issue
2018-01-02V3MSK VideoBox Mini: add CSI speed 700MBPSVladimir Barinov2-4/+5
V3M supports up to 1000MBPS without ISP. Add 700MBPS speed to TI96x deserializer and set default speed in dts to 700MBPS.
2018-01-02Unprotect DBSCVladimir Barinov1-0/+1
This is needed for AXI bus profiling from non-secure world
2017-12-22glog: Depend on gtest along with gflags and gmockPetr Nechaev1-1/+1
2017-12-15Deploy Eagle Function dtbVladimir Barinov1-0/+1
2017-12-15Add Eagle Function board supportVladimir Barinov1-3/+74
Add Eagle expandtion Function board: - add eMMC
2017-12-15Fix R8A7797 IMP nodesVladimir Barinov1-36/+37
Sync with latest Renesas Japan develpoment
2017-12-15Add PCA9539 interrupt fix and remove DMAC patchesVladimir Barinov2-2/+29
Remove backported DMAC patches since they crash ravb. Test case: ping flood from host side
2017-12-15Update IMP UIO to support CNNVladimir Barinov1-45/+124
2017-12-11IMP udev rulesVladimir Barinov4-0/+16
2017-12-11arm-trusted-firmware: ulcb: fix cpld accessVladimir Barinov2-0/+38
This disabled interrupt function in favour gpio function. This is needed for gpio-bitbang access to cpld
2017-12-11linux-renesas: add dmac fixes filesVladimir Barinov1-0/+2
2017-12-10KF: release GP6_08Vladimir Barinov1-22/+9
- Release GP6_08 and input pins used on gpio expander U11, since this pin is used by IPL for access CPLD during gpio bitbang i/f to implement reset - fix typo in i2cswitch node name
2017-12-10R8A7797: Add CNN nodeVladimir Barinov1-1/+8
2017-12-10DMAC fixesVladimir Barinov3-2/+197
- Backport RCAR DMAC fixes from upstream - Reeneable DMA for SCIF0 on R8A7797
2017-12-05Pulseaudio: fixesAndrey Gusakov4-159/+15
-do not fail if some of optional card does not present -add all devices through alsa-card (not alsa-sink and alsa-source) -remove unused default.pa -enable logging to /var/log/pa.log with log level 3
2017-12-05Bluetooth: fix PCM channel of WL18xxAndrey Gusakov3-3/+4
2017-12-05Release ADAS boards in BSP2.23.1Vladimir Barinov9-382/+199
2017-11-29LVDS OTP work if OTP memory emptyVladimir Barinov3-27/+68
Add OV10640 OTP memory BANK#1 flashing script If BNAK#0 isempty then fall into BANK#1 reading in kernel driver. Also add tool for flashing BANk#1 BANK#1 is customer area
2017-11-28Add missed patch during LVDS stability commitVladimir Barinov1-0/+53
2017-11-28Add IMPVladimir Barinov18-0/+2344
2017-11-28Kingfisher: bluetooth fixesAndrey Gusakov6-1/+38
Add proper dbus configs Enable bluetooth on startup
2017-11-26LVDS stability updateVladimir Barinov3-192/+405
1) use POC regulators in driver and power cameras one after one 2) set sensors reset during POC channels setup 3) fix wizard setup for ov490 based caemras by waiting it's firmware start all internal apps 4) support AR0132 with MAX9286 5) due to stability fixed then increase i2c bus speed on Videobox Mini 6) support MAX96705 serializer with MAX9286
2017-11-22Fix glog compilation when gflags or gmock are installed on the host machinePetr Nechaev2-0/+49
Binaries gflags-config and gmock-config are not generated during cross-compilation so use pkg-config instead.
2017-11-22Generate r8a7797-v3msk-view.dtb during kernel buildPetr Nechaev1-0/+1
2017-11-21V3M View board supportVladimir Barinov1-6/+314
2017-11-20R8A7797: enable IMR resourses in kernelVladimir Barinov2-13/+49
2017-11-20Fix CANFD kernel config for V3M boardsVladimir Barinov2-2/+2
2017-11-19Unit test for VIN-IMR-DRM camera capture pipeVladimir Barinov4-3/+29
2017-11-19Rename sv packagegroup recipes and split themVladimir Barinov5-18/+25
2017-11-17ov10640: fix flip positionVladimir Barinov1-2/+7
2017-11-17V3M: fix QSPI access and tune MMC clockVladimir Barinov2-38/+51
2017-11-17V3M: add V3MSK board in ubootVladimir Barinov3-1/+815
Support eMMC, QSPI, Ether, reset, CPLD, console
2017-11-17V3M IMR/DRMVladimir Barinov11-2/+1526
- Support IMR/VSP/DRM for V3M - Add packeges to use IMR-DRM demo
2017-11-14V3M: support MSIOF on KF V0Vladimir Barinov2-14/+69
1) support MSIOF2/3/4 on Kingfisher V0 board 2) remove unused pins on V3MSK from dts file
2017-11-10Radio RST gpio typo fixVladimir Barinov1-0/+0
It should be offset 7 and not 8 in si_init script
2017-11-09Update si_init script to work on H3/M3 ULCBVladimir Barinov1-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-09Videobox Mini supportVladimir Barinov2-3455/+2390
1) V3MSK VideoBox Mini support 2) H3ULCB (es1.x, es2.0) Videobox Mini support 3) Optimize Videobox dts files
2017-11-07V3M: enable MMNGRVladimir Barinov1-2/+2
2017-11-07Fix pinmux conflict on V3MSKVladimir Barinov1-11/+11
CANFD0/1 are enabled both now
2017-11-07Replace pcm creation fix with upstream varianVladimir Barinov3-41/+175