summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-bsp
diff options
context:
space:
mode:
authorThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-10-24 14:55:31 +0700
committerThuy Tran <thuy.tran.xh@rvc.renesas.com>2017-11-24 20:14:47 +0700
commitf218c158a4291c9715d304e6429489f88fbe5a84 (patch)
treebabcbae3640eac20f6b82e39c09618f9e6ad50ce /meta-rcar-gen3/recipes-bsp
parentc8ab873848091345d367b39a21ed6ccbced5aef3 (diff)
rcar-gen3: IPL: Update SRCREV to follow the latest version
This commit updates IPL components versions as below: - Update IPL and Secure Monitor Rev1.0.17 rev2. - Update optee_os Rev1.0.10. 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/recipes-bsp')
-rw-r--r--meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb3
-rw-r--r--meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb
index 99b5b6a..504f0e4 100644
--- a/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb
+++ b/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bb
@@ -12,7 +12,7 @@ S = "${WORKDIR}/git"
BRANCH = "rcar_gen3"
SRC_URI = "git://github.com/renesas-rcar/arm-trusted-firmware.git;branch=${BRANCH}"
-SRCREV = "b330e0e1e4ecde33da7d2a1a4660391708971c3a"
+SRCREV = "b15fefa8c485cb955170cb9b4c44386f82df14a9"
PV = "v1.3+renesas+git${SRCPV}"
@@ -21,6 +21,7 @@ PLATFORM = "rcar"
ATFW_OPT_LOSSY = "${@base_conditional("USE_MULTIMEDIA", "1", "RCAR_LOSSY_ENABLE=1", "", d)}"
ATFW_OPT_r8a7795 = "LSI=H3 RCAR_DRAM_SPLIT=1 ${ATFW_OPT_LOSSY}"
ATFW_OPT_r8a7796 = "LSI=M3 RCAR_DRAM_SPLIT=2 ${ATFW_OPT_LOSSY}"
+ATFW_OPT_r8a77965 = "LSI=M3N ${ATFW_OPT_LOSSY}"
ATFW_OPT_append_ulcb = " RCAR_GEN3_ULCB=1 PMIC_LEVEL_MODE=0"
# requires CROSS_COMPILE set by hand as there is no configure script
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb
index bc26a46..276c8ca 100644
--- a/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb
+++ b/meta-rcar-gen3/recipes-bsp/optee/optee-os_git.bb
@@ -15,7 +15,7 @@ inherit deploy pythonnative
PV = "2.2.0+renesas+git${SRCPV}"
BRANCH = "rcar_gen3"
-SRCREV_renesas = "1e959b66e877546d83b3ac7fb5d10baa4a034acc"
+SRCREV_renesas = "9f55b367da9f5ba6966eb75383d2f6ff472a473f"
SRCREV_officialgit = "c0c5d399d81a0669f5c8e3bcb20039d65649a78d"
SRCREV_FORMAT = "renesas_officialgit"