aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-21rcar-gen3: ULCB: Add default SOC_FAMILY for ULCBThao Nguyen14-24/+4
The SOC_FAMILY is already different between H3ULCB and M3ULCB: H3ULCB uses SoC r8a7795. M3ULCB uses SoC r8a7796. Hence, setting this value in h3ulcb.conf and m3ulcb.conf to allow images to be built without setting SOC_FAMILY in local.conf. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: gstreamer1.0-omx: Fix issue downloading from HTTP/HTTPS proxyThao Nguyen1-0/+4
This issue exists in some special environment. Submodule can not be downloaded, because HTTP/HTTPS lose their values during configure state. Temporary solution is exporting those values in configure state. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: EthernetAVB: Update SRCREV to follow latest versionThao Nguyen3-3/+3
This commit updates SRCREV for EthernetAVB drivers for below changes: AVB Streaming Driver - Fix DMA-API device driver frees DMA memory with different size. - Fix problem of can setting out of range value of 'major' parameter. MSE Core - Add invalid calling state checking of MSE Adapter I/F in Kernel API. - Fix overflow problem of timer delay value calculation by some conditions of frame rate parameter (e.g. 1/30 fps). - Reduce idling time in streaming pipeline process by queueing of transmission request. - DMA allocation via dma_alloc_coherent fails without CONFIG_OF. - Fix overrun output area in parsing of u16/u32 values. - Fix resource leakage at probe when error occurred. - Fix problem of can setting out of range value of 'major' parameter. MSE V4L2 - Reduce data concatenate processing of fragment data for MPEG2-TS and MJPEG. - If multiple open the same video device, print out log message of "v4l2 device is opened". MSE CVF MJPEG - Fix problem of EOS marker position and progressed position mishandling in packetize buffer if condition of small picture size of MJPEG. - Fix issue that stream transmission speed is too slowly if the data size per picture is huge. MSE CVF H264 - Fix problem that the setting value of bytes_per_frame parameter is not effects if CVF H264 format. - Fix issue that case of H264 transmission, the stream payload data often corrupted if the data is high bitrate. MSE IEC61883-4 - Fix problem that streaming stopping process stall at occurred short of data. - Fix problem that send the broken payload stream if no PCR value in MPEG2-TS stream. - Fix losing trailing data when streaming stopped on Talker. MSE ALSA - Fix losing trailing data when streaming stopped. - In this version, there is a difference in audio timestamp phase by each Listener device. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: copyscript: Update MD5SUM for ADSP packagesThao Nguyen1-2/+2
The ADSP packages have been updated for following fixes: - TDM Renderer framesize. - EQZ->RDR. - DMAC STAGE. - SSI Setting. - ADMAC Channel Swap. - PDMA/ADMAC busy check. - SRC busy check. - SSI busy check. Documents are also updated. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: kernel-module-vsp2driver: Update SRCREV to follow latest versionThao Nguyen1-1/+1
This commit updates VSP2 drv for following changes: - Add __user attribute. - Make local functions become static. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: VSPM: Update SRCREV for VSPM and VSPM I/F driverThao Nguyen2-2/+2
This commit modifies SRCREV of VSPM and VSPM I/F drv for below updates. VSPM drv: - Fix wrong argument of VSP_ROUND_UP. - Simplify IS_VSP_CH(ch) macro. - Remove unused variables. - Use NULL instead of 0. - Make local data/functions static. VSPM I/F drv: - Fix invalid memory access. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: kernel-module-mmngr: Update version and correct compile optionThao Nguyen2-2/+2
This commit updates MMNGR driver to v0.13 for following changes: - Remove IPMMU(PMB) support due to hardware restriction. - Add IPMMU(MMU) support for memory allocation. - Fix compiler warnings. - Add System Suspend-to-RAM support for IPMMU(MMU). - Disable TLB function in IPMMU-VC0/VC1/VP0/VP1 due to hardware restriction. - Add IPMMU(MMU) support for SSP. It also modifies compile option of driver corresponding to new UM. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: copyscript: Update MD5SUM for ICCOM packagesThao Nguyen1-2/+2
New ICCOM pkgs have been released. This patch updates MD5 values for ICCOM pkgs from v0.9.0 to v1.0.0. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: arm-trusted-firmware: Update SRCREV to follow latest versionThao Nguyen1-1/+1
This commit updates IPL and Secure Monitor to Rev1.0.15 rev3. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: u-boot: Update u-boot to v3.5.4Thao Nguyen1-2/+2
This commit updates u-boot to BSP v3.5.4 for following changes: - Remove MSTP registers values rewriting process. - Fix multiple declarations of DECLARE_GLOBAL_DATA_PTR. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-06-21rcar-gen3: linux-renesas: Update BSP to v3.5.5Thao Nguyen3-6/+26
This commit updates Linux BSP from v3.5.3 to v3.5.5 for following items: Kernel core - Add ZG clock divider support. - Revert and fix about Suspend to RAM. - Add DEVFREQ support for GSX. - Add usb companion property in EHCI. - Add USB3.0 peripheral device node. - Use IPMMU(MMU mode) for IPMMU-VP and IPMMU-VC0/1 with R-Car H3 Ver.1.x, for IPMMU-VP0/1 and IPMMU-VC0/1 with R-Car H3 Ver.2.0, in IPMMUVC0 with R-Car M3. - Add override support for the actual number of MMU contexts. - Fix audio Mix support on DTSI. Power Management - Cleanup AVS driver. - Update voltage for VDD_DVFS and VDD. Audio driver - Resolve 16bit/24bit capture noise problem by enabling clock-frequency for both 4.1kHz/48kHz and fixing possible NULL pointer dereference. - Resolve playback problem of sampling rate 32kHz, 176.4kHz and 192kHz by enabling clock-frequency for both 44.1kHz/48kHz. - Resolve “can’t get dma channel” error at the time of unbind/bind by fixing up of_clk_add_provider() usage for multi clkout and calling the missing of_clk_del_provider() when removing. - Resolve 48kHz audio 1-20k sweep noise problem by enabling clock-frequency 44.1kHz/48kHz. - Merge rsnd_kctrl_new_m/s/e into rsnd_kctrl_new(). - Fix 24bit capture noise problem by not using PDTA bit for 24bit on SSI. - Request/Release DMA channel each time for avoiding error of getting dma channel. Display driver - Use dma_map_sg_attrs to skip synchronization of the CPU cache. - Add mode_fixup callback function. - Control clock of bridge during S2RAM and change to control clock via clock driver. - Fix reserved register setting for R-Car for H/W manual update. - Add null pointer check for brs option. - Revert "drm: bridge/dw-hdmi: Add HDP interrupt disable for suspend". - Fix hierarchy of driver structure for clk-5p49x. DMA Engine driver - Revert dma pause function because it was rejected by upstream. GPIO driver - Revert and fix about Suspend to RAM. - Add GP-1-28 port pin support for R-Car H3 Ver.2.0 because of H/W manual updating to Rev.0.54E. Modify just PFC and DT. SCIF/HSCIF driver - Resolve system freezing. SD/MMC driver - Add initial setting of interrupt mask register. - Fix command sequence at error detection. - Fix “Wait for CBSY instead of SCLKDIVEN”. - Fix processing when detecting SCC error and fix error handling when issuing CMD23. - Fix reset_hs400_mode. - Fix problem that SDIO interrupt may be missed. USB3.0 Function - Add Role-change support. - Add DMA support. - Add basic function support. USB2.0 Host driver - Fix mouse connection time (2 second or more) when resuming. USB3.0 Host driver - Support for R-Car Gen3 USB 3.0 PHY for SSC function. - Add R-Car Gen3 USB 2.0 clock selector PHY, support for R-Car Gen3 USB 3.0 PHY. Video Capture driver - Add 2 lane support with rcar-csi2.c. - Fix image alignment for setting pre clipping. - Fix wait time for software reset in rcar-csi2.c because of H/W manual updating to Rev.0.54E. - Fix PHY initialization in rcar-csi2.c because of H/W manual updating to Rev.0.54E. - Fix PHTW register setting in rcar-csi2.c because of H/W manual updating toRev.0.54E. - Fix wait procedure usleep_range from msleep in adv7482.c. - Fix channel get procedure. Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: Fix issue downloading from http/https proxyRenesas-Yocto-v2.19.0Thao Nguyen3-0/+12
This patch corrects the problem of git submodule when network of build environment uses http/https proxy. Change-Id: I5ac7a63da7336f3422231863aa08c5fe69ad54df Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: copyscript: Modify ClickThrough copyscript for ZIP archiveVladimir Barinov1-4/+7
This commit updates ClickThrough copyscript to work with ZIP archive, which is downloaded directly from URL, instead of tarball. Change-Id: Idb3de7922d2445d8efe7934b0b9b37796607c528 Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: arm-trusted-firmware: Set PMIC_LEVEL_MODE to 0 for ULCBYusuke Goda1-1/+1
The operation mode of the PMIC for Salvator-X and ULCB are different: - ULCB : PULSE MODE (PMIC_LEVEL_MODE=0) - Salvator-X : LEVEL MODE (PMIC_LEVEL_MODE=1(default)) This commit updates arm-trusted-firmware recipe to check PMIC_LEVEL_MODE option and to control the corresponding PMIC. Change-Id: I152c1286d525000f58c678ec37eb6aac9502ac45 Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: h3ulcb: Add new device tree for H3ULCB WS2.0Yusuke Goda1-1/+4
H3ULCB will support new board with chip WS2.0. There will be 2 device trees for H3ULCB corresponding to 2 board types: - r8a7795-es1-h3ulcb.dtb: for H3ULCB WS1.1 - r8a7795-h3ulcb.dtb: for H3ULCB WS2.0 Change-Id: Ic11ee3f3e734641b020e3332721babd465cce2ae Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: cms-user-module: Update lib version and MD5SUM for new CMS packagesThao Nguyen2-9/+9
This commit modifies md5sum values in copyscript and libraries versions in cms-user-module corresponding to new CMS packages. New packages will update following items: BCM - Update to v0.6.1. - Calculation accuracy has improved. DGC - Update to v0.6.1. - Add scene change detection to read register. - Improve calculation accuracy and performance. BLC - Update to v0.6.0. - Fix bug. Change-Id: I10a9e201ea518bb5ea43fc9929424e5240ce5a68 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: copyscript: Update MD5SUM for Video packagesThao Nguyen1-13/+13
This commit modifies md5sum values of Video packages to ver.3.0.9. Change-Id: I6fcb2f2dea27b02c1c9454a4fe56d57cf1c3c12d Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: kernel-module-avb-mse: Update SRCREV for avb-mse driverThao Nguyen1-1/+1
This commit updates SRCREV in recipe for following changes: - Update version to v0.6. - Fix range overflow in parsing streamid of sysfs I/F. Change-Id: I773122bebf0716a699ad8a212c6cb770d58830c4 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: copyscript: Update MD5SUM for ADSP packagesThao Nguyen1-3/+3
This commit modifies md5sum values for 4/E M3 Beta2(TDM Plugin) packages to update following items: Extension - Multiplicity/ADMAC/Connectivity. New Support - TDM Software Plugin. Change-Id: I87a17cab5a03a347a3034a62f78987bf3bfda417 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: gles-user-module: Change name of graphics initscriptThao Nguyen2-4/+4
This patch changes the GFX initscript from rc.pvr to prvinit. Due to Linux culture, filename on /usr/bin should not have rc.* format. Change-Id: I0fd9c1862b5f58219190e7f14ee3baf0ea465f9f Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: weston: Update SRCREV for weston to follow latest versionThao Nguyen1-1/+1
This commit updates SRCREV of weston for following items: v4l2-renderer - Check color format at importing dmabuf. - Translate clipping region for subtraction from opaque region. - Fix calculation of clip region. vsp2-renderer - Fix destination rect for rendering. - Fallback to GL at zooming output. - Reset scaler usage counter correctly. Change-Id: I83d9c3905eeeec48e09dae24f50e29fef4b5cc43 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: kernel-module-qos: Update SRCREV for QoS driverThao Nguyen1-1/+1
This commit updates QoS driver SRCREV for following fixes: - Fix year of Copyright. - Fix driver version. Change-Id: Ic0e04a5b287e797b4b85d8edd3941bdcb1d574dd Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: IPL: Update IPL according to BSP v3.5.3Thao Nguyen2-2/+2
This commit changes following contents: - Update IPL and Secure Monitor Rev1.0.14 rev2. - Update optee_os Rev1.0.8. Change-Id: Ibc16e31545b762451eb3704f817cd0d53fc1a50d Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: u-boot: Upgrade u-boot to v3.5.3Thao Nguyen1-2/+2
This commit updates u-boot version corresponding to BSP v3.5.3 for following items: - Add workaround for PRR register of R-Car M3 WS1.1. (Fix printing cpu info.) - Fix USB2.0 ch2 found device for R-Car H3 WS2.0. - Revert "armv8: Add ISB after cpacr_el1 update" for I/D cache ON. Change-Id: I952aabfeec8b8518760494ba987f2cdd045b6f66 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-04-19rcar-gen3: linux-renesas: Upgrade Linux BSP to v3.5.3Thao Nguyen3-5/+8
This commit upgrades Linux BSP to v3.5.3 and adds device tree file for M3 Salvator-XS board to salvator-x.conf. Linux BSP to v3.5.3 updates following items: Kernel core - Add workaround for PRR register of R-Car M3 WS1.1. (Fix printing cpu info.) - Add device tree file for Salvator-XS board with R-Car M3. - Fix R-Car M3 Salvator-X device tree file for MIX function of Audio driver. Power Management - Mark the OPP to be used during system suspend. - Enable CPUIdle function. - Apply new CPUIdle parameters. Audio driver - Confirm this driver can resume with Suspend to RAM during capture. - Avoid SSI_MODEx settings for SSI8. - Clear DE bit only in PDMACHCR when it stops. - Tidyup Audio-DMAC channel for DVC. - Enable PCM RATE until 192000. - Fix the setting of saved_rate during the resume process. Display driver - Fix the problem that the flicker may occur during rendering by the application. - Add brs option check for VGA connector. - Add routing set for digital RGB previously. DMA Engine driver - Fix release resources after interrupt process. Ethernet driver - Add phy-reset-gpios. This driver can work after Suspend to RAM with Salvator-XS board. - Fix GIS_PTMF bit clearing in ravb_ptp_interrupt. I2C driver - Revert and fix about unnecessary function related to Suspend to RAM. MSIOF driver - Fix SPI division value setting of R-Car M3 based on hardware specification. - Allow interrupts during msiof slave mode transfer wait. - Revert and fix about unnecessary function related to Suspend to RAM. RWDT driver - Fix timeout count calculation. SCIF/HSCIF driver - Fix panic when serial console and DMA are enabled. - Revert about unnecessary function related to Suspend to RAM. SD/MMC driver - Wait for CBSY instead of SCLKDIVEN. - Add re-tuning condition. - Add internal DMAC reset at startup. - Add the driver strength setting. eMMC HS400 mode can work with R-Car M3 WS1.1 on Salvator-XS board. Thermal driver - Fix to support thermal for both M3 WS1.0 and WS1.1. Video Capture driver - Fix resuming procedure. - Fix first field detection control. - Fix 720x480p transfer rate. - Fix video standard selection register setting. Change-Id: I3b0d6237c9d0c56a9f2870f1fde89ea215f163cd Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: ppp: Add patches to fix build with 4.8/4.9 kernel headersRenesas-Yocto-v2.17.0Stephen Lawrence3-0/+93
Carry patches to fix poky meta ppp build with 4.9 kernel used in Yocto BSP v2.16. Fixes are in poky master branch but have not yet been migrated to krogoth. Carry them in a bbappend until that happens. (From Poky rev: 81339d0113a9aafd4cce878f30071a3c1a8e2dcf 8d3a2726f6725977d83dc71a5cd08ba9a062001b) Change-Id: Ibb9a0569ceafe3758cf23fb18647a8795e6c8b92 Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: net-tools: Fix compile error when build with kernel 4.8 and 4.9Thao Nguyen2-0/+59
This commit backport the following commit from poky upstream: commit 0f25619268d4eb4e4a40cac7cdb40de5bca9ade1 Author: Jackie Huang <jackie.huang@windriver.com> Date: Sun Oct 9 08:56:07 2016 +0800 net-tools: fix building with linux-4.8 Fix a build error when using the linux-4.8 headers that results in: In file included from .../sysroots/qemuarm64/usr/include/linux/if_tunnel.h:6:0, from iptunnel.c:39: .../qemuarm64/usr/include/linux/ip.h:85:8: error: redefinition of 'struct iphdr' struct iphdr { ^~~~~ In file included from iptunnel.c:29:0: .../qemuarm64/usr/include/netinet/ip.h:44:8: note: originally defined here struct iphdr ^~~~~ (From OE-Core rev: 94d15885c516e3bfee4fb68dfb568f4da6904052) Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Without this fix, net-tools can not be compile with Linux kernel 4.8 and 4.9. Change-Id: Iea47634822f471f5032bd7822f51735add209d91 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: weston: Add support ivi-shell and ivi-extensionStephen Lawrence5-2/+27
This commit configures weston to use the Genivi Compositor components ivi-shell and ivi-extension rather than the default desktop-shell. Default status is disabled. To enable ivi-shell and ivi-extension, please uncomment the following line in local.conf: DISTRO_FEATURES_append = " ivi-shell" Change-Id: Ia6aa51175c83bf4b9f3e887cd114b3755c1e4e09 Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: gles-user-module: Fix issue that results in rc.pvr not being ↵Stephen Lawrence2-2/+5
installed The poky systemd class has a do_install() postfunc rm_sysvinit_initddir() that deletes the /etc/init.d directory of a package if the systemd system unit directory contains some files. gles-user-module supports both systemd and sysV but uses /etc/init.d in both cases as the location of the required script rc.pvr. In the case when systemd only is enabled, the class deletes the init.d directory and the file. Until the script is converted to a service file workaround the issue by moving the install location of rc.pvr when systemd alone is used. (cherry picked with edits from commit 50b03a9d6cc674144f42a656b43d3e3f2805661c) Change-Id: I8b29d610d6465bc8a786ff330f896832824f0932 Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: arm-trusted-firmware: Set RCAR_GEN3_ULCB to 1 for ULCBYusuke Goda1-1/+2
This commit is to add judge state for ULCB. If machine is ulcb, "RCAR_GEN3_ULCB=1" will be added to compile option. Change-Id: Ia05f33a4362c4a7a302c8c0fc5785415f27b15b5 Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: ULCB: Add MACHINEOVERRIDES for ULCBYusuke Goda2-0/+4
This commit addes "ulcb" into MACHINEOVERRIDES. "ulcb" contains h3ulcb and m3ulcb. It will help the implementation in the future become easier to maintain for ULCB group. Change-Id: I3c5d66f1e36e85f07d96a74f566fc1ffd5a76ee6 Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com> Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: weston: Fix issue of v4l2-renderer for ULCBThao Nguyen1-0/+3
Because ULCB is not mounted VIN, they will use /dev/media0 for v4l2-renderer. Change-Id: Idbd40a5745c8f109455c57f77bb605c9f2964d78 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: cms-user-module: Update lib version and MD5SUM for new CMS packagesThao Nguyen2-6/+6
This commit modifies md5sum value in copyscript and libraries versions in cms-user-module corresponding to new CMS packages. New packages will update following items: BCM - Performance improvement. DGC - BCM function FB. - Add peak/apl/bottom/midluma to read register. - Rounding bug that decreases by 1/255 of LUT data by levelmap. - Drop 0-15,236-255 frequency of 64-histogram at 16-235 signal. - The value of each bin becomes x4 by histogram 64-256 interpolation. - S curve is generated in the range of 16-235 table in 16-235 signal. Change-Id: Iffcd777d08e26d53c4dee750ef78ba2b639e141a Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: EthernetAVB: Update SRCREV, DEPENDS and add installed filesMasaru Nagai4-7/+23
This commit will update SRCREV of EthernetAVB components for following changes: avb-mse - Update version to v0.5. - Add avb-mch in DEPENDS. - Add compile options. - Modify mapping of ALSA/V4L2 device names. - Fix some problems. avb-mch - Update version to v0.3. - Add main functions. avb-streaming - Update version to v2.7.0. - Fix minor defect. avb-applications - Update version to v2.7.0. - Change URL scheme of git submodule jdksavdecc-c. LIC_FILES_CHKSUM are also updated kernel-module-avb-mse and kernel-module-avb-mch due to change of year in Copyright. Change-Id: I80707a1602603696c592fb2c181de2384ddb7ebc Signed-off-by: Masaru Nagai <masaru.nagai.vx@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: open-avb: Update SRCREV to follow latest versionMasaru Nagai1-1/+1
This commit modifies SRCREV of open-avb for some fixes of gptp. Change-Id: I7c7cb9751f13efa60dde9679351b2cc2ba51182f Signed-off-by: Masaru Nagai <masaru.nagai.vx@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: copyscript: Update MD5SUM for ADSP packagesThao Nguyen1-3/+3
This commit updates md5 value for ADSP packages to latest release for Linux H3 beta (Extension Plugin). - [Extension] Multiplicity/ADMAC/Connectivity Change-Id: Ie9855c3f709770a828547aed3cb0809189722ee2 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: copyscript: Update MD5SUM for Video packagesThao Nguyen1-13/+13
This commit modifies md5 values of Video packages corresponding to Linux H3 beta release (ver.3.0.8) Change-Id: If1538495d60d7fb9c01c6eb1cc6004cb45a88969 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: copyscript: Update MD5SUM for Audio packagesThao Nguyen1-13/+13
This commit updates md5 value for Audio packages to latest release for Linux H3 beta. Change-Id: Id9d5c948442fb0df9804fbed6999ad6c02d5a9e7 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: gstreamer: Update SRCREV and add extra configurationThao Nguyen3-4/+7
This commit will modify gstreamer recipes for following fixes: gst-omx - Fix the problem of SIGSEGV error after resolution error from OMX video decoder. - Add timestamp information for buffer contain codec data of omxh264enc for improving timestamp information of qtmux. - Improve that H.264 encoding of Level 1 which is out of standard. gst-pluigns-good - Fix the problem of v4l2src userptr mode with gst-launch -e. - Improve timestamp and offset of v4l2src for buffer of NV12/NV16 multi plane. - Add "--enable-ignore-fps-of-video-standard" configure option. gst-plugins-bad - Add the opaque region hint on non-alpha video surface to eliminate unnecessary composition. Change-Id: Iad10408202bb5166b1bf0d3c83c908344bd4542b Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: kernel-module-vsp2driver: Update SRCREV for VSP2 driverThao Nguyen1-1/+1
This commit updates SRCREV for VSP2 driver to fix year of copyright. Change-Id: Id052a60f1853948fbf7a1ecf010300bdfe65f535 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: VSPM: Update SRCREV for VSP Manager driver and interfaceThao Nguyen2-2/+2
This commit updates SRCREV of VSPM driver and interface for following changes. VSPM driver - Modify control clocks method. - Support suspend and resume in operation. VSPM libraries - Support suspend and resume in operation. Change-Id: Id1f71edc7ac4e1e2c9f8be1ff17165893587c956 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: MMNGR: Update SRCREV for MMNGR driverThao Nguyen1-1/+1
This commit updates SRCREV for Memory Manager driver to v0.12 to apply following changes: - Add IPMMU-VC0 setting for H3 WS2.0. - Add UTLB for FCP-VB (VSPB) as PMB entry on H3 WS1.x and M3. - Revert UTLB for FCP-VI (VSPI) as PMB entry on H3 WS2.0. - Change the translation policy in Lossy area on H3 WS2.0. Change-Id: I1853ee9fa6d25632f38ccb3dc3c44e5996356ba1 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: gles-user-module: Update firmware to support both WS 1.x and WS 2.0Thao Nguyen1-2/+2
This commit changes the package configuration from previous one in order to support both H3 WS1.x and WS2.0. Change-Id: I341155c6acc11658f570743e7135250960fb71c7 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: weston: Update SRCREV for westonThao Nguyen1-1/+1
This patch updates SRCREV of weston for following fixes: - Backporting: compositor: set the opaque region for some views with transform. - v4l2-renderer: clear dmabuf fd when failed to attach buffer in backend. - vsp2-renderer: fallback to gl-renderer to draw image flipped. - vsp2-renderer: unify setting value for scaler enable flag to 0. Change-Id: I5ef7d8c94173ff524d819486c6865d9c49ccf443 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-27rcar-gen3: QoS: Update SRCREV for QoS driver and interfaceThao Nguyen2-2/+2
This commit updates SRCREV of QoS for following fixes: QoS Driver - Fix year of Copyright - Fix number of emetents to load QoS Libraries - Fix return val - Fix FD close Change-Id: Idd88c0240df3023ef29865f6e65830d09acbf602 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-23rcar-gen3: copyscript: Update MD5SUM for ICCOM packagesThao Nguyen1-1/+1
New ICCOM packages have been released. This patch updates MD5 values for ICCOM packages from v0.8.0 to v0.9.0. Change-Id: I2445b12a27234023fa7084fe9f67fff963bb708a Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-23rcar-gen3: IPL: Update IPL version according to BSP v3.5.2Thao Nguyen2-2/+2
This commit changes following contents: - Update IPL and Secure Monitor Rev1.0.13 rev2. - Update optee_os Rev1.0.7 rev2. Change-Id: I0feeaad39dc13c79b7a2f2b8faaac4955413dcff Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-23rcar-gen3: u-boot: upgrade BSP v3.5.0 -> v3.5.2Thao Nguyen1-2/+2
This patch upgrade BSP v3.5.0 -> v3.5.2. [v3.5.2] - Fix Ethernet driver and could turn on I/D cache. Change-Id: Ic90b59ea4db549248b263eedd4fd40c865f74408 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-03-23rcar-gen3: linux-renesas: Update BSP to v3.5.2 and change coding styleThao Nguyen11-11534/+6
This commit updates version of Linux BSP v3.5.1 -> v3.5.2 to fix following issues: [v3.5.2] - Display driver [H/W Restriction No.54] + In R-Car H3 WS1.x, distortion appears on the screen, when IPMMU is enabled. But this problem is fixed with R-Car H3 WS2.0. - Video Capture driver + Fix remove procedure. - Add board Salvator-XS and H3 WS 2.0 support. It also modifies the linux-renesas_4.9.bb to change the way common files are included. There is no difference in kernel config files of Salvator-X, H3ULCB and M3ULCB so far. Hence, we only need to install one file to avoid confusion. Change-Id: I145e0a7696f97fe1841a8a213c51c5685ada0290 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
2017-01-27First commit.Renesas-Yocto-v2.16.0Takamitsu Honda175-0/+30705
Renesas BSP v3.5.1 (kernel v4.9 stable) [Environment] poky: yocto-2.1.2 (cca8dd15c8096626052f6d8d25ff1e9a606104a3) meta-openembedded: 55c8a76da5dc099a7bc3838495c672140cedb78e meta-linaro: 2f51d38048599d9878f149d6d15539fb97603f8f [Information] - U-boot: Changed load address from H'49000000 to H'50000000 - XDG_RUNTIME_DIR has been changed from "/run/user/root" to "/run/user/0" - Change location of include directory, which stores common user header files, to $(INCSHARED) - In BSP Only, core-image-weston is not supported even though local-wayland.conf is provided. - Please set Salvator-x SW7 Pin-1. In after Yocto BSP v2.12.0, it is  necessary to enable BKUP_TRG signal for Suspend to RAM. - The dtb filename was changed in R-Car H3. Only "Image-r8a7795-es1-salvator-x.dtb" is supported in this version. Please use "Image-r8a7795-es1-salvator-x.dtb" It supports R-Car H3 WS1.0 and WS1.1. - Please update your local.conf and bblayers.conf corresponding to Yocto v2.16.0 package. You can refer to meta-rcargen3/docs/sample/conf/ for updated contents. - You have to re-compile out-of-recipe software like user application by v2.16.0 SDK toolchains. - In some boards, the resuming from System Suspend to RAM may cause unstable operation or failed to resume. Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>