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

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 s...@chromium.org 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.

[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 s...@chromium.org --- Changes in v3: - Create a symlink for

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 yamad...@jp.panasonic.com wrote: Hi Simon, Stephen, On Mon, 05 May 2014 10:54:52 -0600 Stephen Warren swar...@wwwdotorg.org wrote: On 05/05/2014 10:09 AM, Simon Glass wrote: Linux supports this, and if we are to have

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 swar...@wwwdotorg.org 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

[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 s...@chromium.org --- Changes in v2: - Add new patch to support include files for .dts files scripts/Makefile.lib | 1 + 1 file changed, 1 insertion(+) diff --git

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\