mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-22 12:34:19 +00:00
feat(plat/rcar3): change the memory map for OP-TEE
The memory area size of OP-TEE was changed from 1MB to 2MB because the size of OP-TEE has increased. Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com> Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com> Change-Id: Ic8a165c83a3a9ef2829f68d5fabeed9ccb6da95e
This commit is contained in:
parent
42ffd279dd
commit
a4d821a5a6
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015-2020, Renesas Electronics Corporation. All rights reserved.
|
* Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
#ifndef SPD_NONE
|
#ifndef SPD_NONE
|
||||||
#define BL32_BASE U(0x44100000)
|
#define BL32_BASE U(0x44100000)
|
||||||
#define BL32_LIMIT (BL32_BASE + U(0x100000))
|
#define BL32_LIMIT (BL32_BASE + U(0x200000))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2015-2017, Renesas Electronics Corporation. All rights reserved.
|
* Copyright (c) 2015-2021, Renesas Electronics Corporation. All rights reserved.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: BSD-3-Clause
|
* SPDX-License-Identifier: BSD-3-Clause
|
||||||
*/
|
*/
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
#define RCAR_BL32DST_ADDRESS (0x44100000U)
|
#define RCAR_BL32DST_ADDRESS (0x44100000U)
|
||||||
#define RCAR_BL32DST_ADDRESSH (0x00000000U)
|
#define RCAR_BL32DST_ADDRESSH (0x00000000U)
|
||||||
/* Destination size for BL32 */
|
/* Destination size for BL32 */
|
||||||
#define RCAR_BL32DST_SIZE (0x00040000U)
|
#define RCAR_BL32DST_SIZE (0x00080000U)
|
||||||
/* Destination address for BL33 */
|
/* Destination address for BL33 */
|
||||||
#define RCAR_BL33DST_ADDRESS (0x50000000U)
|
#define RCAR_BL33DST_ADDRESS (0x50000000U)
|
||||||
#define RCAR_BL33DST_ADDRESSH (0x00000000U)
|
#define RCAR_BL33DST_ADDRESSH (0x00000000U)
|
||||||
|
|
Loading…
Add table
Reference in a new issue