Skip to content

Commit 16af49f

Browse files
author
Nhi Nguyen
committed
plat-rcar: Update optee_os Rev3.0.5
Signed-off-by: Nhi Nguyen <nhi.nguyen.kx@renesas.com>
1 parent eec4fae commit 16af49f

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

core/arch/arm/include/kernel/thread_private_arch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Copyright (c) 2016, Linaro Limited
44
* Copyright (c) 2014, STMicroelectronics International N.V.
5-
* Copyright (c) 2016-2023, Renesas Electronics Corporation
5+
* Copyright (c) 2016-2024, Renesas Electronics Corporation
66
*/
77

88
#ifndef __KERNEL_THREAD_PRIVATE_ARCH_H

core/arch/arm/kernel/entry_a64.S

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Copyright (c) 2015-2022, Linaro Limited
44
* Copyright (c) 2021-2023, Arm Limited
5-
* Copyright (c) 2017-2023, Renesas Electronics Corporation
5+
* Copyright (c) 2017-2024, Renesas Electronics Corporation
66
*/
77

88
#include <platform_config.h>

core/arch/arm/kernel/thread_optee_smc.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) 2019-2021, Linaro Limited
4-
* Copyright (c) 2020-2023, Renesas Electronics Corporation
4+
* Copyright (c) 2020-2024, Renesas Electronics Corporation
55
*/
66

77
#include <assert.h>

core/arch/arm/plat-rcar/main.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) 2016, GlobalLogic
4-
* Copyright (c) 2015-2023, Renesas Electronics Corporation
4+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
55
* All rights reserved.
66
*
77
* Redistribution and use in source and binary forms, with or without

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

+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-2023, Renesas Electronics Corporation
4+
* Copyright (c) 2015-2024, Renesas Electronics Corporation
55
*/
66

77
#ifndef PLATFORM_CONFIG_H

core/arch/arm/plat-rcar/rcar_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/* SPDX-License-Identifier: BSD-2-Clause */
22
/*
3-
* Copyright (c) 2015-2021, Renesas Electronics Corporation
3+
* Copyright (c) 2015-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 "3.0.4"
11+
#define VERSION_OF_RENESAS "3.0.5"
1212

1313
extern const int8_t version_of_renesas[];
1414

core/kernel/ree_fs_ta.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Copyright (c) 2017, 2019, Linaro Limited
44
* Copyright (c) 2020, Arm Limited.
5-
* Copyright (c) 2017-2023, Renesas Electronics Corporation
5+
* Copyright (c) 2017-2024, Renesas Electronics Corporation
66
*/
77

88
/*

core/lib/libtomcrypt/rsa.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-2019, 2022 Linaro Limited
4-
* Copyright (c) 2020-2023, Renesas Electronics Corporation
4+
* Copyright (c) 2020-2024, Renesas Electronics Corporation
55
*/
66

77
#include <crypto/crypto.h>

core/lib/libtomcrypt/src/headers/tomcrypt_custom.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
22
/* SPDX-License-Identifier: Unlicense */
33
/*
4-
* Copyright (c) 2020-2023, Renesas Electronics Corporation
4+
* Copyright (c) 2020-2024, Renesas Electronics Corporation
55
*/
66

77
#ifndef TOMCRYPT_CUSTOM_H_

core/mm/core_mmu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2016, 2022 Linaro Limited
44
* Copyright (c) 2014, STMicroelectronics International N.V.
55
* Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.
6-
* Copyright (c) 2017-2023, Renesas Electronics Corporation
6+
* Copyright (c) 2017-2024, Renesas Electronics Corporation
77
*/
88

99
#include <assert.h>

core/tee/tee_svc_cryp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2014, STMicroelectronics International N.V.
44
* Copyright (c) 2020, 2022-2023 Linaro Limited
55
* Copyright (c) 2022, Technology Innovation Institute (TII)
6-
* Copyright (c) 2017-2023, Renesas Electronics Corporation.
6+
* Copyright (c) 2017-2024, Renesas Electronics Corporation.
77
*/
88

99
#include <assert.h>

lib/libutee/include/tee_api_defines.h

+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) 2016-2023, Renesas Electronics Corporation
4+
* Copyright (c) 2016-2024, Renesas Electronics Corporation
55
*/
66

77
/* Based on GP TEE Internal Core API Specification Version 1.3.1 */

0 commit comments

Comments
 (0)