Re: [PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest

2021-03-02 Thread Rob Herring
On Mon, Mar 1, 2021 at 10:03 PM Viresh Kumar wrote: > > On 01-03-21, 21:14, Frank Rowand wrote: > > Hi Viresh, > > > > On 3/1/21 12:56 AM, Viresh Kumar wrote: > > > On 12-02-21, 16:48, Viresh Kumar wrote: > > >> Hi, > > >> > > >> This patchset adds a generic rule for applying overlays using fdtove

Re: [PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest

2021-03-02 Thread Viresh Kumar
On 01-03-21, 21:14, Frank Rowand wrote: > Hi Viresh, > > On 3/1/21 12:56 AM, Viresh Kumar wrote: > > On 12-02-21, 16:48, Viresh Kumar wrote: > >> Hi, > >> > >> This patchset adds a generic rule for applying overlays using fdtoverlay > >> tool and then updates unittests to get built statically usin

Re: [PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest

2021-03-01 Thread Frank Rowand
Hi Viresh, On 3/1/21 12:56 AM, Viresh Kumar wrote: > On 12-02-21, 16:48, Viresh Kumar wrote: >> Hi, >> >> This patchset adds a generic rule for applying overlays using fdtoverlay >> tool and then updates unittests to get built statically using the same. >> >> V7->V8: >> - Patch 1 is new. >> - Plat

Re: [PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest

2021-02-28 Thread Viresh Kumar
On 12-02-21, 16:48, Viresh Kumar wrote: > Hi, > > This patchset adds a generic rule for applying overlays using fdtoverlay > tool and then updates unittests to get built statically using the same. > > V7->V8: > - Patch 1 is new. > - Platforms need to use dtb-y += foo.dtb instead of overlay-y += >

[PATCH V8 0/4] dt: Add fdtoverlay rule and statically build unittest

2021-02-12 Thread Viresh Kumar
Hi, This patchset adds a generic rule for applying overlays using fdtoverlay tool and then updates unittests to get built statically using the same. V7->V8: - Patch 1 is new. - Platforms need to use dtb-y += foo.dtb instead of overlay-y += foo.dtb. - Use multi_depend instead of .SECONDEXPANSION