diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2018-09-30 22:36:38 -0400 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@renesas.com> | 2018-10-29 13:41:32 +0700 |
commit | 8819c067a2b063267beb3efc98a7027e311206f2 (patch) | |
tree | 84cef59644087023eacd59f1b3adf70907c6fda4 /meta-rcar-gen3/conf/machine/salvator-x.conf | |
parent | 4c216d7d2d29af6cbc231f772e90f23ab619f109 (diff) |
rcar-gen3: machine: Update configurations according to u-boot v2018.09
This commit updates machine configurations for the following items:
- Upgraded u-boot to v2018.09.
- Added supporting Ebisu 4D 2GiB board.
- Enabled building multiple u-boot configurations for H3 Salvator-XS,
Ebisu and H3ULCB.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/conf/machine/salvator-x.conf')
-rw-r--r-- | meta-rcar-gen3/conf/machine/salvator-x.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-rcar-gen3/conf/machine/salvator-x.conf b/meta-rcar-gen3/conf/machine/salvator-x.conf index 0c22e5a..6a51d84 100644 --- a/meta-rcar-gen3/conf/machine/salvator-x.conf +++ b/meta-rcar-gen3/conf/machine/salvator-x.conf @@ -52,10 +52,13 @@ KERNEL_DEVICETREE_r8a77965 = " \ EXTRA_IMAGEDEPENDS += " arm-trusted-firmware optee-os" # u-boot -PREFERRED_VERSION_u-boot = "v2015.04%" +PREFERRED_VERSION_u-boot = "v2018.09%" EXTRA_IMAGEDEPENDS += " u-boot" # H3 u-boot configure -UBOOT_MACHINE_r8a7795 = "r8a7795_salvator-x_defconfig" +UBOOT_CONFIG_r8a7795 ??= "salvator-xs salvator-xs-2x2g salvator-xs-4x2g" +UBOOT_CONFIG[salvator-xs] = "r8a7795_salvator-xs_defconfig" +UBOOT_CONFIG[salvator-xs-2x2g] = "r8a7795_salvator-xs-2x2g_defconfig" +UBOOT_CONFIG[salvator-xs-4x2g] = "r8a7795_salvator-xs-4x2g_defconfig" # M3 u-boot configure UBOOT_MACHINE_r8a7796 = "r8a7796_salvator-x_defconfig" # M3N u-boot configure |