diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-04-12 13:57:08 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2018-04-21 09:04:25 +0700 |
commit | d50e055494cea5de0a348c15ee27cb67a3542e0b (patch) | |
tree | 4c41ed39ca34caae930ebfb3dfa6cb7555965075 /meta-rcar-gen3/conf/machine | |
parent | 6764558e7a2c389814a0d284f6db4a8cb813cd75 (diff) |
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 <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>
Diffstat (limited to 'meta-rcar-gen3/conf/machine')
-rw-r--r-- | meta-rcar-gen3/conf/machine/h3ulcb.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-rcar-gen3/conf/machine/h3ulcb.conf b/meta-rcar-gen3/conf/machine/h3ulcb.conf index bb01294..8e1c3fd 100644 --- a/meta-rcar-gen3/conf/machine/h3ulcb.conf +++ b/meta-rcar-gen3/conf/machine/h3ulcb.conf @@ -43,3 +43,7 @@ PREFERRED_VERSION_libdrm = "2.4.85" BUILDCFG_VARS_append = " SOC_FAMILY" MACHINEOVERRIDES .= ":ulcb" + +# U-boot/IPL option for H3 (SoC: r8a7795) +# For H3 SiP DDR 4GiB (1GiB x 4ch) +H3_OPTION = "0" |