aboutsummaryrefslogtreecommitdiff
path: root/plat/renesas
diff options
context:
space:
mode:
authorToshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>2019-12-13 14:50:30 +0900
committerMarek Vasut <marek.vasut+renesas@gmail.com>2020-02-15 10:46:00 +0100
commit2701a058361fe6ab367b35e3cca2c4aa5a325c49 (patch)
treea1655f7e0516b32daa8e2a1e5e8932a83e64e8e6 /plat/renesas
parent13856f3779668f5b33b13261b2bcd194a7d1a097 (diff)
downloadtrusted-firmware-a-2701a058361fe6ab367b35e3cca2c4aa5a325c49.tar.gz
rcar_gen3: plat: Update IPL and Secure Monitor Rev.2.0.5
Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> # upstream update Change-Id: I8ef32a67f7984d8bcfcc3655988b559efa6e65ab
Diffstat (limited to 'plat/renesas')
-rw-r--r--plat/renesas/rcar/include/rcar_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/renesas/rcar/include/rcar_version.h b/plat/renesas/rcar/include/rcar_version.h
index 2d400e0649..93ce54cfae 100644
--- a/plat/renesas/rcar/include/rcar_version.h
+++ b/plat/renesas/rcar/include/rcar_version.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015-2018, Renesas Electronics Corporation. All rights reserved.
+ * Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -9,7 +9,7 @@
#include <arch_helpers.h>
-#define VERSION_OF_RENESAS "2.0.4"
+#define VERSION_OF_RENESAS "2.0.5"
#define VERSION_OF_RENESAS_MAXLEN (128)
extern const uint8_t version_of_renesas[VERSION_OF_RENESAS_MAXLEN];