Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-12 Thread Viresh Kumar
On 12-01-21, 02:02, Masahiro Yamada wrote: > On Tue, Jan 12, 2021 at 1:13 AM Rob Herring wrote: > > On Mon, Jan 11, 2021 at 9:40 AM Masahiro Yamada > > wrote: > We do not need the dtbo-y syntax. +1 And we are left with much simpler diff with what we agreed on. Does this look okay now ? ---

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-11 Thread Frank Rowand
On 1/5/21 9:21 AM, Rob Herring wrote: > On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar wrote: >> >> Hello, >> >> Here is an attempt to make some changes in the kernel to allow building >> of device tree overlays. >> >> While at it, I would also like to discuss about how we should mention >> the base

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-11 Thread Masahiro Yamada
On Fri, Jan 8, 2021 at 4:02 AM Rob Herring wrote: > > On Wed, Jan 6, 2021 at 10:35 PM Masahiro Yamada wrote: > > > > On Wed, Jan 6, 2021 at 12:21 AM Rob Herring wrote: > > > > > > On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar > > > wrote: > > > > > > > > Hello, > > > > > > > > Here is an

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-11 Thread Masahiro Yamada
On Tue, Jan 12, 2021 at 1:13 AM Rob Herring wrote: > > +David Gibson > > On Mon, Jan 11, 2021 at 9:40 AM Masahiro Yamada wrote: > > > > On Mon, Jan 11, 2021 at 8:17 PM Viresh Kumar > > wrote: > > > > > > On 07-01-21, 14:28, Masahiro Yamada wrote: > > > > Viresh's patch is not enough. > > > > >

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-11 Thread Rob Herring
+David Gibson On Mon, Jan 11, 2021 at 9:40 AM Masahiro Yamada wrote: > > On Mon, Jan 11, 2021 at 8:17 PM Viresh Kumar wrote: > > > > On 07-01-21, 14:28, Masahiro Yamada wrote: > > > Viresh's patch is not enough. > > > > > > We will need to change .gitignore > > > and scripts/Makefile.dtbinst as

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-11 Thread Masahiro Yamada
On Mon, Jan 11, 2021 at 8:17 PM Viresh Kumar wrote: > > On 07-01-21, 14:28, Masahiro Yamada wrote: > > Viresh's patch is not enough. > > > > We will need to change .gitignore > > and scripts/Makefile.dtbinst as well. > > > > In my understanding, the build rule is completely the same > > between

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-11 Thread Viresh Kumar
On 07-01-21, 14:28, Masahiro Yamada wrote: > Viresh's patch is not enough. > > We will need to change .gitignore > and scripts/Makefile.dtbinst as well. > > In my understanding, the build rule is completely the same > between .dtb and .dtbo > As Rob mentioned, I am not sure if we really

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-07 Thread Bill Mills
Hello, On 1/7/21 2:02 PM, Rob Herring wrote: On Wed, Jan 6, 2021 at 10:35 PM Masahiro Yamada wrote: On Wed, Jan 6, 2021 at 12:21 AM Rob Herring wrote: On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar wrote: Hello, Here is an attempt to make some changes in the kernel to allow building of

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-07 Thread Rob Herring
On Wed, Jan 6, 2021 at 10:35 PM Masahiro Yamada wrote: > > On Wed, Jan 6, 2021 at 12:21 AM Rob Herring wrote: > > > > On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar wrote: > > > > > > Hello, > > > > > > Here is an attempt to make some changes in the kernel to allow building > > > of device tree

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-06 Thread Viresh Kumar
On 07-01-21, 14:28, Masahiro Yamada wrote: > On Wed, Jan 6, 2021 at 12:21 AM Rob Herring wrote: > > > > On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar wrote: > > > > > > Hello, > > > > > > Here is an attempt to make some changes in the kernel to allow building > > > of device tree overlays. > > > >

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-06 Thread Masahiro Yamada
On Wed, Jan 6, 2021 at 12:21 AM Rob Herring wrote: > > On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar wrote: > > > > Hello, > > > > Here is an attempt to make some changes in the kernel to allow building > > of device tree overlays. > > > > While at it, I would also like to discuss about how we

Re: [RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-05 Thread Rob Herring
On Tue, Jan 5, 2021 at 4:24 AM Viresh Kumar wrote: > > Hello, > > Here is an attempt to make some changes in the kernel to allow building > of device tree overlays. > > While at it, I would also like to discuss about how we should mention > the base DT blobs in the Makefiles for the overlays, so

[RFC 0/2] kbuild: Add support to build overlays (%.dtbo)

2021-01-05 Thread Viresh Kumar
Hello, Here is an attempt to make some changes in the kernel to allow building of device tree overlays. While at it, I would also like to discuss about how we should mention the base DT blobs in the Makefiles for the overlays, so they can be build tested to make sure the overlays apply properly.