[U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-05 Thread Simon Glass
Linux supports this, and if we are to have compatible device tree files, U-Boot should also. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to support include files for .dts files scripts/Makefile.lib | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Makefile.lib b/scr

[U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-09 Thread Simon Glass
Linux supports this, and if we are to have compatible device tree files, U-Boot should also. Avoid giving the device tree files access to U-Boot's include/ directory. Only include/dt-bindings is accessible. Signed-off-by: Simon Glass --- Changes in v3: - Create a symlink for each arch to dt-bin

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-05 Thread Stephen Warren
On 05/05/2014 10:09 AM, Simon Glass wrote: > Linux supports this, and if we are to have compatible device tree files, > U-Boot should also. > diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib > # Modified for U-Boot > dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-06 Thread Masahiro Yamada
Hi Simon, Stephen, On Mon, 05 May 2014 10:54:52 -0600 Stephen Warren wrote: > On 05/05/2014 10:09 AM, Simon Glass wrote: > > Linux supports this, and if we are to have compatible device tree files, > > U-Boot should also. > > > diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib > > > #

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-07 Thread Simon Glass
Hi Stephen and Masahiro On 6 May 2014 20:15, Masahiro Yamada wrote: > Hi Simon, Stephen, > > On Mon, 05 May 2014 10:54:52 -0600 > Stephen Warren wrote: > > > On 05/05/2014 10:09 AM, Simon Glass wrote: > > > Linux supports this, and if we are to have compatible device tree > files, > > > U-Boot

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-11 Thread Masahiro Yamada
Hi Simon, On Fri, 9 May 2014 11:28:19 -0600 Simon Glass wrote: > Linux supports this, and if we are to have compatible device tree files, > U-Boot should also. > > Avoid giving the device tree files access to U-Boot's include/ directory. > Only include/dt-bindings is accessible. > > Signed-of

Re: [U-Boot] [RFC PATCH v2 04/13] Makefile: Support include files for .dts files

2014-05-13 Thread Stephen Warren
On 05/09/2014 11:28 AM, Simon Glass wrote: > Linux supports this, and if we are to have compatible device tree files, > U-Boot should also. > > Avoid giving the device tree files access to U-Boot's include/ directory. > Only include/dt-bindings is accessible. Acked-by: Stephen Warren __