blob: fa35efc112214a179388424a742581ee44cb0f3e [file] [log] [blame]
Andrew Geissler80d41842023-09-11 08:36:15 -04001From 613dea068fa546956717ce0b60328e39d451f661 Mon Sep 17 00:00:00 2001
2From: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
3Date: Fri, 29 Apr 2022 20:07:50 +0100
4Subject: [PATCH] tc: increase heap pages
5
6Upstream-Status: Pending
7Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
8---
9 BUILD.gn | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/BUILD.gn b/BUILD.gn
13index 6b9b383..62ba763 100644
14--- a/BUILD.gn
15+++ b/BUILD.gn
16@@ -235,7 +235,7 @@ aarch64_toolchains("secure_tc") {
17 gicd_base_address = "0x30000000"
18 gicr_base_address = "0x30080000"
19 gicr_frames = 8
20- heap_pages = 60
21+ heap_pages = 120
22 max_cpus = 8
23 max_vms = 16
24 branch_protection = "standard"
25--
262.30.2
27