blob: 85b14b03e824aa6434eb3b2250901c1426781564 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001From f7c24393604e45012447b16aaa95eb5e7224ba07 Mon Sep 17 00:00:00 2001
2From: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
3Date: Tue, 12 Apr 2022 12:43:49 +0100
4Subject: [PATCH] arm: total_compute: update secure dram size
5
6Update secure DRAM size as it is increased by 64MB for additional
7secure partitions.
8
9Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
10Change-Id: Id8ce99c7a5330d3c28d473009c4db04141e6fa4d
11Upstream-Status: Pending [Not submitted to upstream yet]
12---
13 include/configs/total_compute.h | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h
17index 0324b1e1b217..62bdb4f6a3ae 100644
18--- a/include/configs/total_compute.h
19+++ b/include/configs/total_compute.h
20@@ -23,8 +23,8 @@
21
22 /* Physical Memory Map */
23 #define PHYS_SDRAM_1 0x80000000
24-/* Top 48MB reserved for secure world use */
25-#define DRAM_SEC_SIZE 0x03000000
26+/* Top 112MB reserved for secure world use */
27+#define DRAM_SEC_SIZE 0x07000000
28 #define PHYS_SDRAM_1_SIZE 0x80000000 - DRAM_SEC_SIZE
29 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
30
31--
322.30.2
33