summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2021-05-21 08:56:13 -0500
committerJoel Sherrill <joel@rtems.org>2021-05-27 14:09:00 -0500
commitae5e1d9797f5903edbea664ccc3ec15a3393b699 (patch)
tree6605acfabebd8dfa1fd2a0425815636ee8ff4c59 /spec/build/bsps
parentbsps/aarch64: Advertise cache function support (diff)
downloadrtems-ae5e1d9797f5903edbea664ccc3ec15a3393b699.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/aarch64/a53/optramlen.yml2
1 files changed, 1 insertions, 1 deletions
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