Age | Commit message (Collapse) | Author | Files | Lines |
|
This commit updates recipes to clarify Linux Kernel version.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates recipes to support R-Car E3 board (SoC: R8A77990)
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit upgrades Linux BSP to v3.6.0 for supporting
Kernel v4.14 stable and updating following items:
[Kernel]
- Add support for WDIOF_CARDRESET.
[Power Management]
- Add missing iounmap to rcar_avs.c.
- Add big.LITTLE CAS support.
- Add CA53 CPUIdle support.
- Add CA53 EMS support.
- Add CA53 CPUFreq support.
[Audio driver]
- Confirm rmmod command operation of snd-soc-rcar.
- Skip disabled-SSI nodes.
- Care ssi_parent_mod and remove NULL check from
rsnd_mod_name()/rsnd_mod_id().
- Revert IOMMU support so far.
- Don't use runtime->sample_bits.
- More clear rsnd_get_dalign() for DALIGN.
- Clear SSI_MODE for non TDM Extended modes.
[Display driver]
- Confirm the Fence function.
- Add support for colorkey alpha blending.
- Disable vsp1 interrupt when startup.
[DMA Engine driver]
- Fix array-bounds warning refer chcr_ts[].
[PWM driver]
- Enable PWM2 in device tree.
[USB2.0 Function]
- Fix the problem that the interrupt becomes long time when
disconnecting the USB cable.
[Video Capture driver]
- Add V4L2_FIELD_SEQ_TB/BT function support.
- Add ARGB8888 caputre format support and overflow debug message
option.
- Fix cropping procedure.
[RWDT driver]
- Add support for WDIOF_CARDRESET.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates recipes to support for R-Car M3N board
(SoC: R8A77965).
The support for M3N by following items:
- machine: Add support for M3N with tuning file for cortex-a57.
- linux-renesas: Upgrade Linux BSP to v3.5.9.
- u-boot: Add support for R-Car M3N.
- IPL: Update SRCREV to follow the latest version.
- README: Add M3N information.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
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>
|