[PATCH 2/2] Initial bsp for Tiny6410
Sebastian Huber
sebastian.huber at embedded-brains.de
Wed Apr 17 08:21:39 UTC 2013
On 04/17/2013 09:41 AM, Peng Fan wrote:
> Because s3c6410 is based on armv6 architecture, I create the linkcmds. I'll
> move the size stack setting to linkcmds.armv4.Thanks again.
The linkcmds.armv4 sets default values for all mode stacks (I suppose they are
all available in ARMv6). You can set BSP specific values in the BSP specific
linker command file, e.g. add
bsp_stack_svc_size = DEFINED (bsp_stack_svc_size) ? bsp_stack_svc_size : 4096;
bsp_stack_svc_size = ALIGN (bsp_stack_svc_size, bsp_stack_align);
in your "c/src/lib/libbsp/arm/tiny6410/startup/linkcmds" and use
INCLUDE linkcmds.armv4
--
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.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list