Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit adds more device trees for Ebisu 1.0 and Ebisu-4D 1.0:
- r8a77990-es10-ebisu-4d.dts
- r8a77990-es10-ebisu.dts
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit enables U-Boot configuration to build all binaries
for Salvator-X and Salvator-XS boards.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit enables PAM distro feature for BSP minimal configurations,
its target is to support LTP test on core-image-minimal.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit changes the default SoC in local-ltp.conf to r8a7795.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
IPL and U-boot were built all binaries of H3 DRAM configurations at one
time. Hence, H3_OPTION was not used anymore.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit enables USB3H as default for Ebisu.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
RENESAS_DATADIR must be able to be overwritten.
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The iccom user module recipe requires iccom-control.inc file which
defines USE_ICCOM variable, but nothing uses it. This commit removes
that requirement.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to add a new sample test program binary
(sample_pvconv) to rootfs.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies gstreamer recipes for following updates:
[gst-omx]
- Fix issue of seeking with dynamic change in dmabuf mode.
- Support dynamic change in src pad.
- Move initial and free arrays which used for use-dmabuf's handling from
init and finalize to start and stop.
- Improve log and free memory in error case.
[gst-plugins-good]
- Static analysis: Remove duplicated condition.
[gst-plugin-vspfiler]
- Don't reinitialize colorimetry table if it has already been set up.
- Fix memory leak.
- Do not set colorimetry to out structure containing in format.
- Modify variable type.
- Fix initialization of GValue.
- Remove last commma in enum.
- Change position of declaration to beginning of the function.
- Change variable name to avoid duplication of declarations.
- Fix copyright years in header.
- Intersect format in fixate_caps().
- Fix possible segmentation fault during caps fixation.
- Support colorimetry negotiation.
- Add option for setting input buffer color range.
- Support encoding and color range setting.
- Reduce arguments of set_vsp_entities().
- Modify transfrom_caps() for more accurate operation.
- Delete unnecessary variable in transform_caps().
- Modification of variable type.
- Measure for converting odd size rgb buffer to yuv.
- Implement measure for odd size yuv buffer input.
- Change the order of linking and set format.
- Delete unnecessary wpf linking.
- Deactivate input bufferpool before remake.
- Don't make new output pool when it exists already.
- Change the state of flag of playing when stop streaming.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The populate_sysroot of gles-user-module must depends on the
populate_sysroot of the virtual/mesa, because header from
gles-user-module depends on the header from virtual/mesa.
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
gles-user-module provides virtual/egl in order to use in core-image-x11
which is not supported anymore, virtual/egl is now provided by libegl.
This commit removes virtual/egl in PROVIDES list.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This recipe requires avb-applications.inc which defines USE_AVB
variable, but nothing uses it. So it is safe to remove that
requirement.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
gstreamer-omx should RDEPENDS on omx-user-module, and not on libomxil.
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit changes to use distro_features_check class to show
the correct error message when building adsp modules without
its distro feature in local.conf:
| ERROR: Nothing PROVIDES 'adsp-fw-module'
| adsp-fw-module was skipped: missing required distro feature 'adsp' (not in DISTRO_FEATURES)
The USE_ADSP variable is not used anymore in the recipes. It is safe to
remove adsp-control.inc requirement.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit removes a redundant code in dvd-user-module recipe.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades library versions as below:
libcmsbcm.so.1.8.0 upgrades to libcmsbcm.so.1.9.0
libcmsblc.so.1.8.0 upgrades to libcmsblc.so.1.9.0
libcmsdgc.so.1.8.0 upgrades to libcmsdgc.so.1.9.0
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM for new CMS packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM for new video packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM for new OMX audio packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM for new ADSP packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit applies a fix patch to correspond boards that do not support
Full HD.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates V4L2/VSPM SRCREV for following updates:
[vsp2driver]
- Support the expression for color space conversion.
- Fix minimum input pixel size for RGB format to 1 pixel.
[vspm_drv]
- Move function definitions out of vspm_cmn.h.
- Fix macro name to register name.
[vspmif_drv]
- Convert user_data and cb_func to user pointers.
- Remove __user macro from the variable declaration.
[vspmif_lib]
- Add prototypes for VSP Manager API.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of weston for following items:
[v4l2-renderer]
- Use uint8_t* for variables to be operated by pointer.
- Apply to "U" suffix constatnt of unsigned type.
- Fix according to static code analysis tool.
- Improve attaching shm buffer.
- Use stride of shm buffer, not of KMS BO.
- Remove bytesused from v4l2_renderer_plane.
- Use length instead of byteused.
- Set -1 when closing dmabuf.
- Remove unused members in v4l2_surface_state.
- Remove unused member bpp.
- Free buffers queued into RPF which is disabled.
- Allow set image width/height to 1 for input VSP in using RGB.
- Skip rendering the surface which buffer isn't attached.
- Expand damage region when using YUV444 and YVU444 color format.
- Expand damage region when using multi sample pixels format.
- Make opaque region the same as non-opaque.
- Don't release dmabuf buffer immediately when client release buffer.
[compositor-drm]
- Use bool type for flag for using v4l2-renderer.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates QoS driver SRCREV for following item:
[qos_drv]
- Feedback of static analysis tool result.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
There is no reason to use UVCS_SRC variable for the source URI instead
of pointing directly. So this commit removes it.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit fixes a typo in recipe comment.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Kernel module ICCOM recipe requires iccom-control.inc which only defines
USE_ICCOM, but nowhere in the recipe uses this variable.
This commit removes the unneeded requirement.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The improper error occurs when building Kernel module ADSP without its
distro feature enabled in local.conf:
| ERROR: kernel-module-xtensa-hifi-1.0-r0 do_populate_lic: QA Issue: kernel-module-xtensa-hifi: LIC_FILES_CHKSUM points to an invalid file
This commit modifies recipe to use distro_features_check class that
provides the proper error:
| ERROR: Nothing PROVIDES 'kernel-module-xtensa-hifi'
| kernel-module-xtensa-hifi was skipped: missing required distro feature 'adsp' (not in DISTRO_FEATURES)
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates MD5SUM for new ICCOM packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit provides the capability to generate IPL binaries for
H3/H3ULCB/E3 build variants at the same time.
- For H3 SiP
- *.srec: use for H3 SiP DDR 4GiB (1GiB x 4ch)
- *-4x2g.srec: use for H3 SiP DDR 8GiB (2GiB x 4ch)
- *-2x2g.srec: use for H3 SiP DDR 4GiB (2GiB x 2ch)
- For H3ULCB SiP
- *.srec: use for H3ULCB SiP DDR 4GiB (1GiB x 4ch)
- *-4x2g.srec: use for H3ULCB SiP DDR 8GiB (2GiB x 4ch)
- For E3 SiP
- *.srec: use for E3 SiP DDR 1GiB
- *-4d.srec: use for E3 SiP DDR 2GiB
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates IPL and Secure Monitor to Rev1.0.23 rev2 for
the following changes:
[IPL]
- plat: rcar: BL2: Correct MMU configuration.
- plat: rcar: Fix suspicious line in platform.mk.
- Change the definition value of BL2_LIMIT to end of System RAM.
- Update IPL boot message.
- Version up the base version to v1.5 of arm-trusted-firmware.
- Update DDR setting (rev.0.34).
- Modify the alignment of l2_tzram_layout to CACHE_WRITEBACK_GRANULE.
- Update H3 Ver.3.0 QoS setting rev.0.08.
- Update M3N Ver.1.1 QoS setting rev.0.07.
- Update E3 Ver.1.0 QoS setting rev.0.03.
- Fix the system WDT detection log is not output when D-Cache is enabled.
- Change the timer counter of micro_wait to the Generic Timer.
- Fix to log the timestamp at beginning of line.
- Change the timer counter for processing time measurement to the Generic Timer.
- Modify the DDR log output of IPL boot message.
[Secure Monitor]
- Version up the base version of arm-trusted-firmware.
https://github.com/ARM-software/arm-trusted-firmware
Commit ID ed8112606c54d85781fc8429160883d6310ece32 [Tag: v1.5]
- Backport the workaround for CVE-2018-3639.
Update optee_os Rev1.0.16 rev2
- Fix a contxt size allocated by OP-TEE OS with HW engine.
- Fix to exclusive control in ECDSA operation used by HW engine.
- Fix to set the initial value for a parameter in TEE_AEInit.
- Fix to clear the read cache of standalone_fs_create.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates recipes to support deploying multiple u-boot
binaries of Salvator-XS, H3ULCB and Ebisu boards. It also removed
uboot-control.inc which is no longer used.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates u-boot according to BSP v3.8.0.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit backports u-boot v2018.09 upstream to Yv3.13.0.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipes to support building ADSP ALSA driver when
enabling adsp distro feature.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit applies device tree rollback patches to support ADSP ALSA
driver.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades Linux BSP to v3.8.0 for the following updates:
[Kernel]
- Fix CPG definitions of R-Car H3/M3N/E3 for H/W manual Rev.1.00.
- PFC definitions of R-Car H3/M3N/E3 for H/W manual Rev.1.00.
- Fix R-Car H3/M3N/E3 module clock system mistake.
[Audio driver]
- Fixup not to call clk_get/set under non-atomic.
- Fixup SSI clock during suspend/resume modes.
[Display driver]
- Don't use TV sync mode when not supported by the hardware.
- Add clock driver registration for LVDS PLL.
[SATA driver]
- Fix really mask all interrupts on Gen2 and later.
[SD/MMC driver]
- Add adjust HS400 offset by manual calibration mode.
- Change HW adjustment register according to speed mode.
[Video Capture driver]
- Fix PHTW register procedure and VnCSI_IFMD register access for
R8A77990.
- Fix scaling judgement condition of #181156 patch.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
The Kernel source has been updated.
This reverts commit 8b090e008ef2c4cb9a97c20426f1ac03f9f15555.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates machine configurations for the following items:
- Upgraded u-boot to v2018.09.
- Added supporting Ebisu 4D 2GiB board.
- Enabled building multiple u-boot configurations for H3 Salvator-XS,
Ebisu and H3ULCB.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit edits README files to use Markdown formatting.
There are also some modifications:
- Removed dependency on meta-renesas itself in
meta-rcar-gen3/README.md and meta-rcar-gen3/README.linaro
- Added E3 SoC information to meta-rcar-gen3/README.md
- Replaced core-image-x11 by core-image-minimal in README.md,
this image is not maintained.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit adds local-ltp.conf base on BSP minimal configuration,
it supports building the image to run LTP test.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit modifies recipe to avoid overriding LD_LIBRARY_PATH
environment variable.
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates the md5 checksum list of OMX video codec
packages.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Keep naming consistency and ensure they are still applied
when the upstream recipes are updated.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
Yv2.19.0 renamed rc.pvr to pvrinit.
This commit copies the rc.pvr original file to rootfs for reference.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades mmngr driver version to v1.5 to fix
static analysis warnings.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates SRCREV of EthernetAVB components for following
changes:
- Fix buffer overflow when write_stq.
- Fixes NULL pointer dereference at streaming stopping.
- Fix wrong output position calculation.
- Add mse_is_buffer_empty to clarify.
- mse_trans_complete change to select target buf_list.
- delay_time value to set in all usecases.
- Split setup logic of PTP Timer and Capture.
- Add utilitity macro PTP_TIME_DIFF_S32.
- Add output timing adjust feature on video listener.
- Add upper limit and change default value for tx/rx delay time.
- Add header overhead in calc_cbs_by_bitrate.
- Add MSE_TRANSMIT_MODE for MPEG2TS usecase.
- Revise calculation of the AVTP timestamp.
- Add transmit timing adjust feature on MPEG2TS talker.
This also fixes the issue in which streaming data is not smooth
and hang-up.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
From optee 2.6.0 release [1], they do not use python-wand anymore.
It also adds inherit pythonnative to optee-client to follow upstream
version.
[1] meta-linaro rev: 837fb7d048a30baa6356d3ceb493ec20074b8785
Signed-off-by: Thuy Tran <thuy.tran.xh@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit applies a patch to fix an issue in MMU configuration
in which Linux or OP-TEE may overwrite to the illegal memory area.
Signed-off-by: Duy Dang <duy.dang.yw@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|