diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-02-22 14:17:14 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-22 13:36:54 +0700 |
commit | e5d677b3c180c6568f13dd76ca8432eb42584f77 (patch) | |
tree | e53f155725a67270a696e795f8ba552232006e3f /meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | |
parent | 84106edc2e3d943dadf0800ca4e99b1bebb1c9e5 (diff) |
rcar-gen3: IPL: Update IPL according to BSP v3.6.1 and add support E3
This commit changes following contents:
- Update IPL and Secure Monitor Rev1.0.19.
- Update optee_os Rev1.0.12.
It also updates recipes to add support E3 board.
Signed-off-by: Khang Nguyen <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb index 454f82b..4075532 100644 --- a/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb +++ b/meta-rcar-gen3/recipes-bsp/optee/optee-client_git.bb @@ -16,7 +16,7 @@ SRC_URI += " \ inherit systemd SYSTEMD_SERVICE_${PN} = "optee.service" -COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb" +COMPATIBLE_MACHINE = "salvator-x|h3ulcb|m3ulcb|ebisu" PACKAGE_ARCH = "${MACHINE_ARCH}" |