Re: [PATCH v2 1/2] bsp/riscv: Work area size based on stack pointer

2022-07-14 Thread Joel Sherrill
Thanks for this. The Gaisler code is in transition to the 2 paragraph BSD license, it appears that the new file has missed the SPDX marker at the top. Also please ensure the license is formatted like the others. From my quick review, it looks like the line breaks are in different places from here:

[PATCH v2 1/2] bsp/riscv: Work area size based on stack pointer

2022-07-14 Thread Daniel Cederman
From: Martin Aberg Remember the initial stack pointer in start.S. It can later be used to determine top of RAM. --- bsps/riscv/include/bsp/start.h| 65 +++ .../shared/start/bspgetworkarea-fromstack.c | 53 +++ bsps/riscv/shared/start/start.S