From ae5e1d9797f5903edbea664ccc3ec15a3393b699 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Fri, 21 May 2021 08:56:13 -0500 Subject: bsps/a53: Increase available RAM The default available RAM on the A53 BSP is quite small at 8MB. This bumps that to 128MB to avoid allocation failures in tmcontext01 caused by large allocations on a cache size of 16MB reported by the system registers in QEMU. --- spec/build/bsps/aarch64/a53/optramlen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/build/bsps') diff --git a/spec/build/bsps/aarch64/a53/optramlen.yml b/spec/build/bsps/aarch64/a53/optramlen.yml index 95cd6657ee..b67c427b1d 100644 --- a/spec/build/bsps/aarch64/a53/optramlen.yml +++ b/spec/build/bsps/aarch64/a53/optramlen.yml @@ -7,7 +7,7 @@ actions: build-type: option copyrights: - Copyright (C) 2020 On-Line Applications Research (OAR) -default: 8388608 +default: 0x8000000 default-by-variant: [] description: | length of memory area available to the BSP -- cgit v1.2.3