Andrew Geissler | 80d4184 | 2023-09-11 08:36:15 -0400 | [diff] [blame] | 1 | From 613dea068fa546956717ce0b60328e39d451f661 Mon Sep 17 00:00:00 2001 |
| 2 | From: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> |
| 3 | Date: Fri, 29 Apr 2022 20:07:50 +0100 |
| 4 | Subject: [PATCH] tc: increase heap pages |
| 5 | |
| 6 | Upstream-Status: Pending |
| 7 | Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com> |
| 8 | --- |
| 9 | BUILD.gn | 2 +- |
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | |
| 12 | diff --git a/BUILD.gn b/BUILD.gn |
| 13 | index 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 | -- |
| 26 | 2.30.2 |
| 27 | |