Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-11-01 Thread myan
Hi Tom, On 10/31/2013 07:31 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2013 05:56 AM, myan wrote: Will this go into master in this merge window ? And I noticed there are some changes to common do_bootm, which reqiures adjustment to vxworks subcommand

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-11-01 Thread Tom Rini
On Fri, Nov 01, 2013 at 03:44:10PM +0800, myan wrote: Hi Tom, On 10/31/2013 07:31 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2013 05:56 AM, myan wrote: Will this go into master in this merge window ? And I noticed there are some changes to common

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-10-31 Thread myan
Hi Tom, On 09/24/2013 07:27 AM, Tom Rini wrote: I think things look OK, but as they were posted after the merge window closed, they won't go in to master until after the v2013.10 release, thanks! Will this go into master in this merge window ? And I noticed there are some changes to

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-10-31 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2013 05:56 AM, myan wrote: Hi Tom, On 09/24/2013 07:27 AM, Tom Rini wrote: I think things look OK, but as they were posted after the merge window closed, they won't go in to master until after the v2013.10 release, thanks!

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-09-23 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/21/2013 10:57 PM, myan wrote: Hi Tom, I posted some patches to add device tree support for VxWorks several days ago. Wolfgang provided me with some very useful feedback, and I sent v2 patches. The discussion and patches are recorded

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-09-21 Thread myan
Hi Tom, I posted some patches to add device tree support for VxWorks several days ago. Wolfgang provided me with some very useful feedback, and I sent v2 patches. The discussion and patches are recorded here:

Re: [U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-09-18 Thread myan
Hi Wolfgang, Changes for v2: 1) separating legacy do_bootvx code from do_bootm_vxworks, thus making do_bootm_vxworks only work with new kernels, old kernels can still use 'bootvx' 2) minor fixes to make code more clear I've posted the v2 patches, how do you think

[U-Boot] [PATCH v2 0/5] Add device tree support for VxWorks

2013-09-17 Thread Miao Yan
Hello Wolfgang and All, The next release of VxWorks will adopt device tree as its hardware description mechanism (for PowerPC and ARM), thus requiring boot interface changes for these two architechtures. And we would like to better support U-Boot with our operating system, because almost