summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-02-22 11:42:34 +0700
committerKhang Nguyen <khang.nguyen.xv@rvc.renesas.com>2018-03-22 13:36:54 +0700
commite1dcb5308826fe625df1799d77ffdbd3a5185c72 (patch)
treef922608f529ca7e1d9a87368d899580ff18c8db4
parenta49bfbc621f60e47d8774d454fbade47ff6d126a (diff)
rcar-gen3: README: Add information for E3
This commit adds information for new R-Car Gen3 board (Ebisu). It also adds eLinux.org reference information for R-Car Gen3 board. Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--README1
-rw-r--r--meta-rcar-gen3/README13
2 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index c736554..c15cb0b 100644
--- a/README
+++ b/README
@@ -15,6 +15,7 @@ SoCs that Renesas build. Layer and board that supports following:
- Renesas Electronics Corporation. Salvator-X (R8A7795/R8A7796/R8A77965)
- Renesas Electronics Corporation. R-Car Starter Kit premier(H3ULCB) (R8A7795)
- Renesas Electronics Corporation. R-Car Starter Kit pro(M3ULCB) (R8A7796)
+ - Renesas Electronics Corporation. R-Car Ebisu (R8A77990)
Please see README in the layer directory about the description of the board.
diff --git a/meta-rcar-gen3/README b/meta-rcar-gen3/README
index 0c9cf71..8ba9480 100644
--- a/meta-rcar-gen3/README
+++ b/meta-rcar-gen3/README
@@ -7,6 +7,7 @@ board and the SoCs of the following:
- Board: Salvator-X / SoC: R8A7795 (R-Car H3), R8A7796 (R-Car M3), R8A77965 (R-Car M3N)
- Board: R-Car Starter Kit premier(H3ULCB) / SoC: R8A7795 (R-Car H3)
- Board: R-Car Starter Kit pro(M3ULCB) / SoC: R8A7796 (R-Car M3)
+ - Board: Ebisu / SoC: R8A77990 (R-Car E3)
Patches
=======
@@ -72,6 +73,10 @@ Select the SOC
For M3N: r8a77965
SOC_FAMILY = "r8a77965"
+ For E3: r8a77990
+ SOC_FAMILY = "r8a77990"
+ Already added in machine config: ebisu.conf
+
Configure for systemd init in local.conf:
DISTRO_FEATURES_append = " systemd"
@@ -85,7 +90,7 @@ Configure for USB 3.0
MACHINE_FEATURES_append = " usb3"
-Enable Capacity Aware migration Strategy (CAS)
+Enable tuning support for Capacity Aware migration Strategy (CAS)
MACHINE_FEATURES_append = " cas"
@@ -134,3 +139,9 @@ ULCB Information
Refer to the following for more information of ULCB:
http://elinux.org/R-Car
+
+The information on building and running Yocto on R-Car Generation 3
+=========================
+Refer to the following for more information:
+
+ https://elinux.org/R-Car/Boards/Yocto-Gen3