Age | Commit message (Collapse) | Author | Files | Lines |
|
These boards have both big and LITTLE CPU cores.
Add machine feature biglittle to these boards.
This feature maybe used to for example enable
big.LITTLE aware schedulers.
Change-Id: I522e0403f5387cc874862f1c19ff43e85e914e91
Signed-off-by: Frode Isaksen <fisaksen@baylibre.com>
|
|
This avoids a conflict between the two following options:
* poky/meta/recipes-graphics/mesa/mesa_17.0.2.bb
* poky/meta/recipes-graphics/mesa/mesa_git.bb
Change-Id: I566ba2f5c3152efe08e9e3e883c79439813ef7ea
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
From Yv3.7.0, there are 03 options to build u-boot/IPL for H3:
- For R-Car H3 SiP DDR 8GiB (2GiB x 4ch) [1]
- For R-Car H3 SiP DDR 4GiB (2GiB x 2ch) [2]
- For R-Car H3 SiP DDR 4GiB (1GiB x 4ch) [3]
This commit adds a variable into sample configurations to control the
build option:
- For [1]: H3_OPTION = "1" (default)
- For [2]: H3_OPTION = "2"
- For [3]: H3_OPTION = "0"
It also adds H3_OPTION = "0" for H3ULCB by default.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
This commit updates device tree names for H3.
There are 3 device trees as below:
- renesas/r8a7795-salvator-xs.dtb: for R-Car H3 SiP
DDR 4GiB (1GiB x 4ch)
- renesas/r8a7795-salvator-xs-2x2g.dtb: for R-Car H3 SiP
DDR 4GiB (2GiB x 2ch)
- renesas/r8a7795-salvator-xs-4x2g.dtb: for R-Car H3 SiP
DDR 8GiB (4GiB x 2ch)
In Yv3.7.0, we will support R-Car H3 SiP DDR 8GiB by default.
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>
|
|
cpio.gz has a limitation about size. If rootfs size is larger than
2GB, do_image_cpio will fail. Therefore, this commit removes
cpio.gz in our implementation.
Signed-off-by: Thuy Tran <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
|
|
mesa v17.1.1 only supports libdrm from 2.4.75 and later,
so we set PREFERRED_VERSION_libdrm in board config
to use libdrm v2.4.85 from poky to prevent configure error.
| checking for libdrm >= 2.4.75... no
| checking for glproto >= 1.4.14... yes
| configure: error: Direct rendering requires libdrm >= 2.4.75
| NOTE: The following config.log files may provide further information.
| NOTE: /build/tmp/work/aarch64-poky-linux/mesa/2_17.1.1-r0/build/config.log
| ERROR: configure failed
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Thuy Tran <thuy.tran.xh@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>
|
|
Board configs should append to previously set IMAGE_FSTYPES
instead of overriding it.
Change-Id: If5101784f574a96185351e96b7c0cbd120fd90dc
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
(cherry picked from commit b4c458d529bfad0bd85c282912d3a237c8a3ebfb)
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|