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.
This commit is contained in:
Daniel Cederman
2022-08-17 09:19:26 +02:00
committed by Daniel Hellstrom
parent 33f1223cab
commit ca07efd571
2 changed files with 145 additions and 0 deletions

View File

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