summaryrefslogtreecommitdiff
path: root/plat/ti
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2022-01-07 08:11:10 -0600
committerDave Gerlach <d-gerlach@ti.com>2022-04-27 12:06:53 -0500
commit38164e64bd853a8329475e9168c5fcb94ecc528b (patch)
tree3dd00abaee1397eb5234951d4518854e5649bf05 /plat/ti
parent2393c27680a1ec636e413051e87e986df5a866fe (diff)
downloadarm-trusted-firmware-38164e64bd853a8329475e9168c5fcb94ecc528b.tar.gz
feat(ti): increase SEC_SRAM_SIZE to 128k
Increase the lite platform SEC_SRAM_SIZE to 128k to allow space for GIC context. Change-Id: I6414309757ce9a9b7b3a9233a401312bfc459a3b Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Diffstat (limited to 'plat/ti')
-rw-r--r--plat/ti/k3/board/lite/include/board_def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/ti/k3/board/lite/include/board_def.h b/plat/ti/k3/board/lite/include/board_def.h
index 18b7f4206..fd4e5b1c4 100644
--- a/plat/ti/k3/board/lite/include/board_def.h
+++ b/plat/ti/k3/board/lite/include/board_def.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2020-2022, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -33,7 +33,7 @@
* defined as default for our platform.
*/
#define SEC_SRAM_BASE UL(0x00000000) /* PIE remapped on fly */
-#define SEC_SRAM_SIZE UL(0x0001c000) /* 112k */
+#define SEC_SRAM_SIZE UL(0x00020000) /* 128k */
#define PLAT_MAX_OFF_STATE U(2)
#define PLAT_MAX_RET_STATE U(1)