Re: [PATCH 01/27] linker_lists: Fix alignment issue

2020-12-10 Thread Simon Glass
Hi Heinrich, On Wed, 9 Dec 2020 at 11:22, Heinrich Schuchardt wrote: > > On 12/1/20 4:58 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Mon, 30 Nov 2020 at 15:56, Heinrich Schuchardt > > wrote: > >> > >> On 11/30/20 9:11 PM, Simon Glass wrote: > >>> +Marek Vasut who originally wrote it >

Re: [PATCH 01/27] linker_lists: Fix alignment issue

2020-12-09 Thread Heinrich Schuchardt
On 12/1/20 4:58 PM, Simon Glass wrote: Hi Heinrich, On Mon, 30 Nov 2020 at 15:56, Heinrich Schuchardt wrote: On 11/30/20 9:11 PM, Simon Glass wrote: +Marek Vasut who originally wrote it Hi Heinrich, On Sun, 29 Nov 2020 at 23:20, Heinrich Schuchardt wrote: Am 30. November 2020 02:53:36

Re: [PATCH 01/27] linker_lists: Fix alignment issue

2020-12-01 Thread Simon Glass
Hi Heinrich, On Mon, 30 Nov 2020 at 15:56, Heinrich Schuchardt wrote: > > On 11/30/20 9:11 PM, Simon Glass wrote: > > +Marek Vasut who originally wrote it > > > > Hi Heinrich, > > > > On Sun, 29 Nov 2020 at 23:20, Heinrich Schuchardt > > wrote: > >> > >> Am 30. November 2020 02:53:36 MEZ

Re: [PATCH 01/27] linker_lists: Fix alignment issue

2020-11-30 Thread Heinrich Schuchardt
On 11/30/20 9:11 PM, Simon Glass wrote: +Marek Vasut who originally wrote it Hi Heinrich, On Sun, 29 Nov 2020 at 23:20, Heinrich Schuchardt wrote: Am 30. November 2020 02:53:36 MEZ schrieb Simon Glass : The linker script uses alphabetic sorting to group the different linker lists together.

Re: [PATCH 01/27] linker_lists: Fix alignment issue

2020-11-30 Thread Simon Glass
+Marek Vasut who originally wrote it Hi Heinrich, On Sun, 29 Nov 2020 at 23:20, Heinrich Schuchardt wrote: > > Am 30. November 2020 02:53:36 MEZ schrieb Simon Glass : > >The linker script uses alphabetic sorting to group the different linker > >lists together. Each group has its own struct and

Re: [PATCH 01/27] linker_lists: Fix alignment issue

2020-11-29 Thread Heinrich Schuchardt
Am 30. November 2020 02:53:36 MEZ schrieb 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

[PATCH 01/27] linker_lists: Fix alignment issue

2020-11-29 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