summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-26LVDS: remove helper patches for vendor camerasVladimir Barinov4-1038/+0
Remove these helper patches since it is possible to adjust cameras feature in kernel command line now
2018-02-26LVDS: unify TI9X4 deserilalizers family, add V3MZF boardVladimir Barinov7-1674/+1705
1) unify TI9X4 deseializers (TI954, TI964) 2) add V3MZF board 3) shorten deserilziers name in Kconfig/Makefile 4) add camera sensor AR0220
2018-02-01VB2: add MCP251X driver for can2 and can3Andrey Gusakov1-0/+1
2018-02-01VB2: add rtc dts nodeAndrey Gusakov1-6/+10
2018-01-31uboot: add RCAR I2C definitionsVladimir Barinov1-0/+32
2018-01-31H3 ws2.0: fix ssi349 nameVladimir Barinov2-0/+29
This is tested on KF + H3 ws2.0
2018-01-31V3M/H: fix IMP resourcesVladimir Barinov2-21/+53
Fix IMP sizes/names/sysc Add new IMP blocks
2018-01-31V3M/H uboot: fix reset, Micrel phy reset, emmcVladimir Barinov5-82/+85
1) fix Eagle reset 2) add Condor Micrel PHY reset at startup 3) fix Eagle eMMC (expansion board with emmc 1.8V) 4) remove unused stuff
2018-01-28LVDS: add poc-delay dts fieldVladimir Barinov1-37/+71
1) add poc-delay field that introduces extra delay after apply POC-supply power. Default value is 50ms 2) add stability fixes for AP0101-AR014x cameras: read OTP_ID runtime (do not use cached value at kernel boot time, since it may read unstable/incorrectly)
2018-01-28Use POC-supply in VB, VB2 based boardVladimir Barinov1-214/+308
1) replace gpio-hog power with POC-supply regulator on VideoBox and VideoBox2 boards 2) remove sensor-delay filed form dts if it is 0 and if it is replaced with POC-supply
2018-01-25Condor: fix eMMC powerVladimir Barinov1-5/+16
Condor eMMC power is 1.8V by default. This sets pingroup POC voltage to 1.8V
2018-01-25V3H: Add GETHERVladimir Barinov5-162/+371
1) Add GETHER in uboot/kernel 2) Condor board: setup as default interface
2018-01-24SPI slave: fix WARN messageVladimir Barinov3-28/+1
This fixes warn message form spidev driver
2018-01-23V3M: fix broken build on V3M targetsVladimir Barinov2-7/+8
This fixes broken build on V3MSK and Eagle caused by uboot changes after adding V3H platform
2018-01-23[linux-renesas] add support MD and RAID devices into ulcb configRoman Meshkevich1-0/+3
2018-01-23OV490-OV10640: add module paramsVladimir Barinov1-31/+35
1) add dvp_order module parameter 2) add max_height, max_width params This will allow override default dts params using kernel command line: f.e.: " ov106xx.dvp_order=2" or " ov106xx.max_width=1280 ov106xx.max_height=966 max9286.gpio_resetb=4 max9286.active_low_resetb=1 max9286.fsync_period=3200000"
2018-01-23MSIOF: add SPIDEV functionVladimir Barinov11-6/+4348
1) add spidev function on MSIOF 2) set MSOIF1 master and MSIOF slave on V3MSK VideoBoxMini
2018-01-23Pakcages: remove ssh-server-openssh, add spidev_testVladimir Barinov3-2/+23
1) revert ssh-server-openssh isnce conflicts with dropbear 2) add spidev_test
2018-01-23Add packagesVladimir Barinov1-2/+6
1) add ssh-server-openssh for all target images (including minimal) 2) add git, svn, nano, vim, cmake 3) remove doubled string in package list
2018-01-22V3M/V3H: fix CMT0 timer offsetVladimir Barinov2-4/+4
2018-01-22Add V3H support and Condor boardVladimir Barinov14-8/+11944
1) add uboot R-Car V3H SoC (r87798) and V3H based Condor board 2) add kernel R-Car V3H SoC (r87798) and V3H based Condor board
2018-01-22V3MSK: minor naming fixesVladimir Barinov1-2/+2
2018-01-22Eagle: remove USB_PEAK from kernel configVladimir Barinov1-1/+0
Remove this since Eagle does not have USB
2018-01-22V3M: enable TMU, CMT timers in kernel, add tmu0 timerVladimir Barinov1-2/+5
1) enable in kernel TMU,CMT timers via Kconfig 2) add missed timer tmu0
2018-01-22Eagle: enable eMMC in ubootVladimir Barinov1-7/+29
2018-01-20Update gstreamer-plugins-vspfilter to latest version available for v2.23.1 bsp.Roman Meshkevich1-0/+2
Repository (https://github.com/renesas-rcar/gst-plugin-vspfilter/commits/RCAR-GEN3/1.0.0) has several impotant commit that improves vsp format handling ...
2018-01-20VideoBox2: I2C, SATA, CAN fixesVladimir Barinov1-41/+21
1) remove dallas rtc since conflicts address with clk generator on ULCB at 0x68 2) remove sata 3) fix can: add termination resistor and pull-ups
2018-01-20AP0101-AR014x: add OTP IDsVladimir Barinov1-4/+49
This adds reading fused from AR014x sensors
2018-01-20Merge branch 'v2.23.1' of git://github.com/CogentEmbedded/meta-rcar into v2.23.1Grigory Kletsko1-17/+33
2018-01-20Install uio_imp, cmemdrv onlyGrigory Kletsko1-1/+1
2018-01-19LVDS cameras: fix MAX96705+AP0101 camerasVladimir Barinov1-17/+33
1) Fix AP0101+MAX96705 cameras by control FSINC These cameras require GMSL inititialization only with FSYNC disabled 2) add more module options: gpio_resetb and active_low_resetb 3) change automatic buffer fsync_mode_default to static
2018-01-19V3M kernel: Add TMU, TMU, CMT, Eagle CANFD, themalVladimir Barinov2-16/+236
This add timers: TMU, TPU, CMT Fix V3M thermal sensor Add CANFD on Eagle board
2018-01-18Deploy VideoBox2 DTB imagesVladimir Barinov1-0/+2
2018-01-18ULCB: add kernel drivers in config for VideoBox2Vladimir Barinov1-0/+5
2018-01-18Add VideoBox2 ADAS boardVladimir Barinov1-17/+1981
2018-01-18V3M Eagle: add INPUT_UINPUTVladimir Barinov1-0/+1
This is necessary to have uinput since there is no other ability to have input device (no USB)
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