summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2022-08-17 09:19:26 +0200
committerDaniel Hellstrom <daniel@gaisler.com>2022-09-06 15:51:58 +0200
commitca07efd571f21cdfd385c2fb24b421415cb3fb56 (patch)
treef08876fb0704446e528e2ecd778969128f9c1827 /spec/build/bsps
parentconfig: Add SMP scheduler configuration errors (diff)
downloadrtems-ca07efd571f21cdfd385c2fb24b421415cb3fb56.tar.bz2
bsp/riscv: Work area size based on /memory node in fdt
Uses the first entry in the /memory node to determine the end of the work area. Falls back on linker symbol if unable to parse the node.
Diffstat (limited to 'spec/build/bsps')
-rw-r--r--spec/build/bsps/riscv/riscv/obj.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/bsps/riscv/riscv/obj.yml b/spec/build/bsps/riscv/riscv/obj.yml
index a34ba04c4c..0ddeef828b 100644
--- a/spec/build/bsps/riscv/riscv/obj.yml
+++ b/spec/build/bsps/riscv/riscv/obj.yml
@@ -28,6 +28,7 @@ source:
- bsps/riscv/riscv/irq/irq.c
- bsps/riscv/riscv/start/bsp_fatal_halt.c
- bsps/riscv/riscv/start/bspstart.c
+- bsps/riscv/shared/start/bspgetworkarea.c
- bsps/shared/cache/nocache.c
- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c