[PATCH v1 4/6] bsps/a53: Increase available RAM

Kinsey Moore kinsey.moore at oarcorp.com
Mon May 24 20:29:41 UTC 2021


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(-)

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
-- 
2.20.1



More information about the devel mailing list