Re: [PATCH 1/3] bsps: Sort .noinit* sections

2022-07-14 Thread Sebastian Huber
On 15.07.22 04:05, Chris Johns wrote: On 14/7/2022 11:13 pm, Sebastian Huber wrote: Sort the .noinit* input sections by name first, then by alignment if two sections have the same name. This allows the placement of begin/end symbols to initialize some areas with a special value. How are the ar

Re: [PATCH 1/3] bsps: Sort .noinit* sections

2022-07-14 Thread Chris Johns
On 14/7/2022 11:13 pm, Sebastian Huber wrote: > Sort the .noinit* input sections by name first, then by alignment if two > sections have the same name. This allows the placement of begin/end symbols > to > initialize some areas with a special value. How are the areas initialised with a special v

[PATCH 1/3] bsps: Sort .noinit* sections

2022-07-14 Thread Sebastian Huber
Sort the .noinit* input sections by name first, then by alignment if two sections have the same name. This allows the placement of begin/end symbols to initialize some areas with a special value. --- bsps/aarch64/shared/start/linkcmds.base | 2 +- bsps/arm/shared/start/linkcmds.base