Re: [U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-11-15 Thread Simon Glass
Hi Tom, On 5 October 2016 at 20:04, Tom Rini wrote: > On Wed, Oct 05, 2016 at 10:51:04AM -0600, Simon Glass wrote: >> Hi Masahiro, >> >> On 4 October 2016 at 21:51, Masahiro Yamada >> wrote: >> > >> > 2016-10-05 9:25 GMT+09:00 Simon Glass

Re: [U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-05 Thread Tom Rini
On Wed, Oct 05, 2016 at 10:51:04AM -0600, Simon Glass wrote: > Hi Masahiro, > > On 4 October 2016 at 21:51, Masahiro Yamada > wrote: > > > > 2016-10-05 9:25 GMT+09:00 Simon Glass : > > > For boards that need U-Boot-specific additions to the

Re: [U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-05 Thread Stefan Bruens
On Mittwoch, 5. Oktober 2016 10:51:04 CEST Simon Glass wrote: > Hi Masahiro, > > On 4 October 2016 at 21:51, Masahiro Yamada > > > > We are already suffering from U-Boot specific properties like > > "u-boot,dm-pre-reloc", which make it difficult to > > simply copy DT files from the kernel tree.

Re: [U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-05 Thread Simon Glass
Hi Masahiro, On 4 October 2016 at 21:51, Masahiro Yamada wrote: > > 2016-10-05 9:25 GMT+09:00 Simon Glass : > > For boards that need U-Boot-specific additions to the device tree, it is > > a minor annoyance to have to add these each time the tree

Re: [U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-04 Thread Masahiro Yamada
2016-10-05 9:25 GMT+09:00 Simon Glass : > For boards that need U-Boot-specific additions to the device tree, it is > a minor annoyance to have to add these each time the tree is synced with > upstream. > > Add a means to include a file (e.g. u-boot.dtsi) automatically into the

[U-Boot] [PATCH v3 08/10] binman: Automatically include a U-Boot .dtsi file

2016-10-04 Thread Simon Glass
For boards that need U-Boot-specific additions to the device tree, it is a minor annoyance to have to add these each time the tree is synced with upstream. Add a means to include a file (e.g. u-boot.dtsi) automatically into the .dts file before it is compiled. The file uses is the first one that