Skip to content

Commit 660911d

Browse files
Nhi NguyenDienPhamM
Nhi Nguyen
authored andcommitted
plat-rcar_gen4: Update optee_os Rev0.12.0
Signed-off-by: Dien Pham <dien.pham.ry@renesas.com>
1 parent dfc3c0a commit 660911d

11 files changed

+12
-12
lines changed

core/arch/arm/plat-rcar_gen4/include/drivers/mfis_lock.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-2-Clause */
22
/*
3-
* Copyright (c) 2022, Renesas Electronics Corporation
3+
* Copyright (c) 2022-2024, Renesas Electronics Corporation
44
*/
55

66
#ifndef MFIS_LOCK_H

core/arch/arm/plat-rcar_gen4/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* POSSIBILITY OF SUCH DAMAGE.
2727
*/
2828
/*
29-
* Copyright (c) 2021-2022, Renesas Electronics Corporation.
29+
* Copyright (c) 2021-2024, Renesas Electronics Corporation.
3030
*/
3131

3232
#include <console.h>

core/arch/arm/plat-rcar_gen4/platform_config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* POSSIBILITY OF SUCH DAMAGE.
2727
*/
2828
/*
29-
* Copyright (c) 2021-2022, Renesas Electronics Corporation.
29+
* Copyright (c) 2021-2024, Renesas Electronics Corporation.
3030
*/
3131

3232
#ifndef PLATFORM_CONFIG_H

core/arch/arm/plat-rcar_gen4/rcar_common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-2-Clause */
22
/*
3-
* Copyright (c) 2015-2023, Renesas Electronics Corporation
3+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
44
*/
55

66
#ifndef RCAR_COMMON_H

core/arch/arm/plat-rcar_gen4/rcar_log_func.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: BSD-2-Clause
22
/*
3-
* Copyright (c) 2015-2020, Renesas Electronics Corporation
3+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
44
*/
55

66
#include <string.h>

core/arch/arm/plat-rcar_gen4/rcar_ta_auth.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: BSD-2-Clause
22
/*
3-
* Copyright (c) 2015-2020, Renesas Electronics Corporation
3+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
44
*/
55

66
#include <string.h>

core/arch/arm/plat-rcar_gen4/rcar_ta_auth.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: BSD-2-Clause */
22
/*
3-
* Copyright (c) 2015-2020 Renesas Electronics Corporation
3+
* Copyright (c) 2015-2024 Renesas Electronics Corporation
44
*/
55

66
#ifndef RCAR_TA_AUTH_H
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/* SPDX-License-Identifier: BSD-2-Clause */
22
/*
3-
* Copyright (c) 2021-2023, Renesas Electronics Corporation.
3+
* Copyright (c) 2021-2024, Renesas Electronics Corporation.
44
*/
55

66
#ifndef RCAR_VERSION_H
77
#define RCAR_VERSION_H
88

99
#include <stdint.h>
1010

11-
#define VERSION_OF_RENESAS "0.11.0"
11+
#define VERSION_OF_RENESAS "0.12.0"
1212

1313
#endif /* RCAR_VERSION_H */

core/arch/arm/plat-rcar_gen4/tee/tee_standalone_fs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: BSD-2-Clause
22
/*
3-
* Copyright (c) 2015-2022, Renesas Electronics Corporation
3+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
44
*/
55

66
#include <stdlib.h>

core/arch/arm/plat-rcar_gen4/tee_common_otp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: BSD-2-Clause
22
/*
33
* Copyright (c) 2014, STMicroelectronics International N.V.
4-
* Copyright (c) 2015-2022, Renesas Electronics Corporation
4+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
55
*/
66

77
#include <stddef.h>

core/arch/arm/plat-rcar_gen4/trace_ext.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: BSD-2-Clause
22
/*
33
* Copyright (c) 2014, Linaro Limited
4-
* Copyright (c) 2015-2020, Renesas Electronics Corporation
4+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
55
*/
66
#include <stdio.h>
77
#include <string.h>

0 commit comments

Comments
 (0)