From d50e055494cea5de0a348c15ee27cb67a3542e0b Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Thu, 12 Apr 2018 13:57:08 +0700 Subject: rcar-gen3: conf: Add u-boot/IPL build option for H3 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 Signed-off-by: Thuy Tran Signed-off-by: Takamitsu Honda --- .../sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf') diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf index 1932668..b07c28d 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/poky-gcc/gfx-only/local-wayland.conf @@ -284,3 +284,11 @@ RDEPENDS_gstreamer1.0-plugins-bad = "libwayland-egl" # Add Capacity Aware migration Strategy (CAS) MACHINE_FEATURES_append = " cas" + +# U-boot/IPL option for H3 (SoC: r8a7795) +# For H3 SiP DDR 4GiB (1GiB x 4ch) +#H3_OPTION = "0" +# For H3 SiP DDR 8GiB (2GiB x 4ch) +H3_OPTION = "1" +# For H3 SiP DDR 4GiB (2GiB x 2ch) +#H3_OPTION = "2" -- cgit 1.2.3-korg