Re: [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-11-19 Thread Simon Glass
Hi Jerry, On Sat, Nov 17, 2012 at 5:35 PM, Jerry Van Baren gvb.ub...@gmail.com wrote: Dear Simon, Sorry for being so late on this (the patches were submitted before the merge window closed). I've applied the patches to the next branch in the u-boot-fdt repo.

Re: [U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-11-17 Thread Jerry Van Baren
Dear Simon, Sorry for being so late on this (the patches were submitted before the merge window closed). I've applied the patches to the next branch in the u-boot-fdt repo. http://git.denx.de/?p=u-boot/u-boot-fdt.git;a=shortlog;h=refs/heads/next I'm assuming these are still valid (Simon) and

[U-Boot] [PATCH 0/14] fdt: Add various device tree utilities and features

2012-10-25 Thread Simon Glass
This series contains a number of features related to CONFIG_OF_CONTROL, such as: - reading fdt values - reading configuration from the fdt - allowing the fdt to specify a boot command Abhilash Kesavan (2): fdt: Add function to get config int from device tree fdt: Add function for decoding