
Grant Likely wrote:
On 9/3/07, Jerry Van Baren vanbargw@gmail.com wrote:
Grant Likely wrote:
On 9/3/07, Bartlomiej Sieka tur@semihalf.com wrote:
On Thu, Aug 30, 2007 at 12:20:14PM -0600, Grant Likely wrote:
From: Grant Likely grant.likely@secretlab.ca
Here is a patch which converts the icecube* and tqm5200 boards from using OF_FLAT_TREE to OF_LIBFDT. It also fixes the compile of cm5200.
It's been tested on the lite5200.
Tested also on motionpro, with the below patch that converts it to OF_LIBFDT.
Grant: perhaps it would be a good idea to merge this patch with your upcoming updated patch for icecube and tqm5200?
Can do. I'll respin the patch and post it once more to the list before asking wd to pull it.
Cheers, g.
Hi Grant,
My only critique/request is to change fixup_int_prop() to be fixup_u32_prop() so that we don't get confused if we ever have to fix up a u16 or u64 property.
No problem. Should I move it to libfdt as well?
g.
Sure!
We have a 3-way coordination between you, Kim with the 83xx, and myself with libfdt and right now I'm pretty busy. I have not had the time to figure out where the routine should go and get together a set of patches for libfdt and 83xx to convert over to the New Improved helper routines.
If you are willing to figure out where to put it in libfdt, I'll push forward from this end but it may be a couple of weeks before I can put some time in on it (unless my more "urgent" duties get boring ;-).
In the last merge window, Kim & I traded some patches back and forth and git figured it out OK, so we should be able to apply the same patch to both your and my (and Kim's?) repositories and have it all work out.
Thanks, gvb