Re: [PATCH v3 00/35] global_data: Reduce size of struct global_data

2024-08-26 Thread Tom Rini
On Fri, 23 Aug 2024 14:26:38 -0600, Simon Glass wrote: > The global data structure has grown quite a lot over the years, being > the best place to put an important pointer or something that must be > accessed before and after relocation. > > This series attempts to reduce the size a little, by mo

[PATCH v3 00/35] global_data: Reduce size of struct global_data

2024-08-23 Thread Simon Glass
The global data structure has grown quite a lot over the years, being the best place to put an important pointer or something that must be accessed before and after relocation. This series attempts to reduce the size a little, by moving some things out and shrinking and aligning some fields. Some