Re: [PATCH v5 0/4] alist: Implement a pointer list / array of structs

2024-08-07 Thread Tom Rini
On Tue, 30 Jul 2024 08:39:34 -0600, Simon Glass wrote: > This data structure provides a list of pointers / array of structures. > I was planning to use it for the lmb restructure, to allow it to > support any number of entries, but then I gave up on it. > > There are quite a few places in U-Boot

[PATCH v5 0/4] alist: Implement a pointer list / array of structs

2024-07-30 Thread Simon Glass
This data structure provides a list of pointers / array of structures. I was planning to use it for the lmb restructure, to allow it to support any number of entries, but then I gave up on it. There are quite a few places in U-Boot where such a list would be useful, since it supports growing the a