Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-05 Thread Thomas Chou
Hi Masahiro, On 2016年01月06日 10:22, Masahiro Yamada wrote: Hi Thomas, 2016-01-06 10:57 GMT+09:00 Thomas Chou : Thanks for the explanation. Now I understand. But there is no harm to add list support for building DT to configs. Please review and pick 1/9 and 2/9 of PATCH

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-05 Thread Thomas Chou
Hi Simon, On 2016年01月05日 08:56, Simon Glass wrote: One of the benefits of device tree is that we can run the same code paths on multiple boards. Then buildman has less work to do. For example, if it builds 'snow' then we know that 'pit' and 'pi' are good also. If you change the way device trees

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-05 Thread Simon Glass
+Masahiro Hi Thomas, On 5 January 2016 at 06:16, Thomas Chou wrote: > Hi Simon, > > On 2016年01月05日 08:56, Simon Glass wrote: >> >> One of the benefits of device tree is that we can run the same code >> paths on multiple boards. Then buildman has less work to do. For >>

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-05 Thread Thomas Chou
Hi Simon, On 2016年01月06日 08:24, Simon Glass wrote: +Masahiro Hi Thomas, On 5 January 2016 at 06:16, Thomas Chou wrote: Hi Simon, On 2016年01月05日 08:56, Simon Glass wrote: One of the benefits of device tree is that we can run the same code paths on multiple boards.

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-05 Thread Masahiro Yamada
Hi Thomas, 2016-01-06 10:57 GMT+09:00 Thomas Chou : > Thanks for the explanation. Now I understand. But there is no harm to add > list support for building DT to configs. Please review and pick 1/9 and 2/9 > of PATCH v2. And leave the rest to arch custodians. I want this

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2016-01-04 Thread Simon Glass
Hi Thomas, On 28 December 2015 at 17:55, Thomas Chou wrote: > > Hi Simon, > > On 2015年12月29日 08:22, Simon Glass wrote: >> >> Hi Thomas, >> >> On 27 December 2015 at 19:16, Bin Meng wrote: >>> >>> On Sun, Dec 27, 2015 at 9:44 PM, Thomas Chou

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2015-12-28 Thread Simon Glass
Hi Thomas, On 27 December 2015 at 19:16, Bin Meng wrote: > On Sun, Dec 27, 2015 at 9:44 PM, Thomas Chou wrote: >> Use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE, so that >> there is no need to list all the dtb for different targets/boards. >> >>

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2015-12-28 Thread Thomas Chou
Hi Simon, On 2015年12月29日 08:22, Simon Glass wrote: Hi Thomas, On 27 December 2015 at 19:16, Bin Meng wrote: On Sun, Dec 27, 2015 at 9:44 PM, Thomas Chou wrote: Use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE, so that there is no need to list

[U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2015-12-27 Thread Thomas Chou
Use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE, so that there is no need to list all the dtb for different targets/boards. Signed-off-by: Thomas Chou Cc: Albert Aribaud --- arch/arm/dts/Makefile | 192

Re: [U-Boot] [PATCH 3/7] arm: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

2015-12-27 Thread Bin Meng
On Sun, Dec 27, 2015 at 9:44 PM, Thomas Chou wrote: > Use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE, so that > there is no need to list all the dtb for different targets/boards. > > Signed-off-by: Thomas Chou > Cc: Albert Aribaud