Re: How to align ARM BSP .data section on 4K boundary

2017-09-05 Thread Sebastian Huber
On 26/08/17 23:31, Joel Sherrill wrote: Hi Using the shared linkcmds, what's the magic to get .data on a 4K boundary? Maybe you can add a empty array with a 4KiB alignment attribute. If you want to place all read-write data on a 4KiB boundary, then use bsp_section_rwbarrier_align = 4096; -

How to align ARM BSP .data section on 4K boundary

2017-08-26 Thread Joel Sherrill
Hi Using the shared linkcmds, what's the magic to get .data on a 4K boundary? This is needed for a paravirtualized environment. Thanks. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel