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 --- .../docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf | 8 ++++++++ .../docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf | 8 ++++++++ 2 files changed, 16 insertions(+) (limited to 'meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp') diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf index ab2e815..b54c5f6 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local-wayland.conf @@ -278,3 +278,11 @@ LICENSE_FLAGS_WHITELIST = "commercial" # 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" diff --git a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf index 49cbb22..df296f9 100644 --- a/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf +++ b/meta-rcar-gen3/docs/sample/conf/salvator-x/linaro-gcc/bsp/local.conf @@ -268,3 +268,11 @@ BBMASK .= "|kernel-module-uvcs-drv|omx-user-module" # 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