Re: [PATCH] build: Make gzip archives reproducible

2023-08-13 Thread Chris Johns
On 14/8/2023 4:24 pm, Sebastian Huber wrote: > On 12.08.23 18:29, Joel Sherrill wrote: >> Piling on Chris' comments about where is the requirement for this. This is a >> topic which must be addressed in the Software Engineering Guide and accepted >> before it can be put into practices. A software d

Re: [PATCH] build: Make gzip archives reproducible

2023-08-13 Thread Sebastian Huber
On 12.08.23 18:29, Joel Sherrill wrote: This looks ok. Thanks. Piling on Chris' comments about where is the requirement for this. This is a topic which must be addressed in the Software Engineering Guide and accepted before it can be put into practices. A software development process of a

[PATCH] cpukit/score/aarch64: Use correct MAIR index

2023-08-13 Thread Kinsey Moore
The MAIR index currently assigned (1) for uncached memory segments is not configured properly for this purpose. Instead, this switches uncached memory segment flags to MAIR index 2 which is properly configured for uncached inner and outer shareable domains. --- cpukit/score/cpu/aarch64/include/lib

Re: [PATCH RTEMS] spec: Add -mstrict-align to mvme2100 default build

2023-08-13 Thread Chris Johns
On 11/8/2023 1:17 pm, Vijay Kumar Banerjee wrote: > On Wed, Aug 9, 2023 at 8:04 PM Chris Johns wrote: >> >> On 10/8/2023 2:41 am, Joel Sherrill wrote: >>> Reading the EPICS discussion, I wonder if this should be added for all >>> motorola_powerpc BSP variants. >>> >>> Gedare/Chris/anyone with anot