Re: [RFC 0/6] improve OF_PLATDATA support

2020-05-21 Thread Walter Lozano
Hi Simon, On 20/5/20 00:07, Simon Glass wrote: Hi Walter, On Wed, 13 May 2020 at 14:13, 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 suppor

Re: [RFC 0/6] improve OF_PLATDATA support

2020-05-19 Thread Simon Glass
Hi Walter, On Wed, 13 May 2020 at 14:13, 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 the

[RFC 0/6] improve OF_PLATDATA support

2020-05-13 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