Re: [PATCH v3 01/28] linker_lists: Fix alignment issue

2021-04-21 Thread Simon Glass
Hi Heinrich, On Thu, 15 Apr 2021 at 19:39, Heinrich Schuchardt wrote: > > On 17.12.20 05:20, Simon Glass wrote: > > The linker script uses alphabetic sorting to group the different linker > > lists together. Each group has its own struct and potentially its own > > alignment. But when the linker

Re: [PATCH v3 01/28] linker_lists: Fix alignment issue

2021-04-15 Thread Heinrich Schuchardt
On 17.12.20 05:20, Simon Glass wrote: > The linker script uses alphabetic sorting to group the different linker > lists together. Each group has its own struct and potentially its own > alignment. But when the linker packs the structs together it cannot ensure > that a linker list starts on the exp

Re: [PATCH v3 01/28] linker_lists: Fix alignment issue

2020-12-19 Thread Simon Glass
The linker script uses alphabetic sorting to group the different linker lists together. Each group has its own struct and potentially its own alignment. But when the linker packs the structs together it cannot ensure that a linker list starts on the expected alignment boundary. For example, if the

[PATCH v3 01/28] linker_lists: Fix alignment issue

2020-12-16 Thread Simon Glass
The linker script uses alphabetic sorting to group the different linker lists together. Each group has its own struct and potentially its own alignment. But when the linker packs the structs together it cannot ensure that a linker list starts on the expected alignment boundary. For example, if the