Re: [PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea-default.c in Makefile

2018-05-14 Thread Sebastian Huber
I checked in the patch with a shortened commit message. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Public key available on request.

Re: [PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea-default.c in Makefile

2018-05-14 Thread Amaan Cheval
Hi! I figured I'd bump this. Given that no_bsp serves as the reference BSP, I think we ought to keep it relatively updated (more than what this patch does too, which I'll look into if I have the bandwidth along with the x86-64 port). That way creating a new BSP with parts based on no_bsp should b

[PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea-default.c in Makefile

2018-04-30 Thread Amaan Cheval
--- c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am index e4c11f6f5a..a9d69067b7 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am +++ b/c/s