From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 07 Aug 2007 21:56:41 -0400 Subject: [U-Boot-Users] Status of u-boot-fdt Message-ID: <46B922D9.2070909@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I've updated my simple message improvement patch per Kim's suggestion and reposted. I've rebased against The Master (u-boot, not Wolfgang ;-). I believe the u-boot-fdt repo is ready to be pulled and will call for Wolfgang to pull it, probably tomorrow morning. Holler now or squeal after the fact. Missing patches: * Andy Fleming's patch WRT making sure the blob is in the lower portion (16GB at the moment) of memory. Still being discussed. * Unpublished patch of mine, implementing a suggestion by Scott Wood to make the /chosen handling finer grained: if the /chosen node exists, currently u-boot-fdt bails out. A better methodology is to not overwrite pre-existing properties on a per-property basis, so if /chosen exists but a necessary /chosen/property doesn't, it gets created. Good idea, but not published and poorly tested at the moment. Best regards, gvb