summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-bsp
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20utest-cam-imr-drm: Fix build failure with -Werroreel_4.99.5eel/4.99.54.99.5Tom Rini2-0/+45
utest/utest-common.c::intern_trace() was not checking the return value of write(2). Add check and propagate error return to the caller. Change-Id: I2801b4468c129fd0eb865ea39499d3081336f161 Signed-off-by: Tom Rini <trini@konsulko.com>
2017-12-19ti-bt-firmware: remove unused recipeMatt Porter1-25/+0
This recipe is deprecated by the bbappend to linux-firmware which brings in the latest version of the WiLink8 bluetooth script. Remove it. Change-Id: Ied304ce9924a41ba9f4ea5969905273ef1402e9c Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-12-11si-tools: fix GNU_HASH QA errorMatt Porter1-0/+2
LDFLAGS is not being passed in to the build. Fix this by appending it to EXTRA_OEMAKE. Change-Id: I104b09ca25b0c619d476a308ac119e4102442aa7 Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-12-11u-boot: switch to rcar-3.5.9 branchMatt Porter2-30/+3
Signed-off-by: Matt Porter <mporter@konsulko.com>
2017-12-11linux-firmware: remove krogoth related appendsMatt Porter1-15/+0
This append is required for krogoth related builds so drop this. Change-Id: Ie4813c96e44ef7f4388195e8564a901edac3b281 Signed-off-by: Matt Porter <mporter@konsulko.com>
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-05Release ADAS boards in BSP2.23.1Vladimir Barinov3-74/+59
2017-11-29LVDS OTP work if OTP memory emptyVladimir Barinov2-0/+13
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-19Unit test for VIN-IMR-DRM camera capture pipeVladimir Barinov2-0/+25
2017-11-17V3M: fix QSPI access and tune MMC clockVladimir Barinov2-38/+51
2017-11-17V3M: add V3MSK board in ubootVladimir Barinov2-0/+814
Support eMMC, QSPI, Ether, reset, CPLD, console
2017-11-14V3M: support MSIOF on KF V0Vladimir Barinov1-0/+0
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-10-31Update radio scirptsVladimir Barinov4-31/+29
Add radio scripts: si_fm si_scan si_preset
2017-10-30Fix incorrect radio reset gpioVladimir Barinov1-6/+6
this fixes handling Radio_RST
2017-10-27MOST: add scripts used for testingVladimir Barinov2-0/+22
Add MOST card setup scripts used for testing
2017-09-14Initial commit for ADAS boards support in 2.23.0Vladimir Barinov50-0/+8226