Re: [PATCH 00/10] improve OF_PLATDATA support

2020-05-29 Thread Walter Lozano
Hi Jagan On 29/5/20 15:25, Jagan Teki wrote: Hi Walter, On Fri, May 29, 2020 at 11:45 PM Walter Lozano wrote: When using OF_PLATDATA dtbs are converted to C structs in order to save space as we can remove both dtbs and libraries from TPL/SPL binaries. This patchset tries to improve its suppo

Re: [PATCH 00/10] improve OF_PLATDATA support

2020-05-29 Thread Jagan Teki
Hi Walter, On Fri, May 29, 2020 at 11:45 PM Walter Lozano wrote: > > When using OF_PLATDATA dtbs are converted to C structs in order to save > space as we can remove both dtbs and libraries from TPL/SPL binaries. > > This patchset tries to improve its support by overcoming some limitations > in t

[PATCH 00/10] improve OF_PLATDATA support

2020-05-29 Thread Walter Lozano
When using OF_PLATDATA dtbs are converted to C structs in order to save space as we can remove both dtbs and libraries from TPL/SPL binaries. This patchset tries to improve its support by overcoming some limitations in the current implementation First, the support for scan and check for valid dri