From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 22 May 2007 00:06:06 -0400 Subject: [U-Boot-Users] Imminent u-boot-fdt pull request Message-ID: <46526C2E.3070100@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 Dear all, Please review the u-boot-fdt changes. I intend to request Wolfgang pull the pending changes soon. All of the changes (except the last trivial patch "For fdt_find_node_by_path(), handle the root path properly.") have been previously published to the list. The following changes are pending: libfdt: Conditionally compile based on CONFIG_OF_LIBFDT Improve error messages, more informative. Minor code clean up. Improve fdt move length handling. Fix bugs in the CONFIG_OF_LIBFDT Reorganize and fix problems (returns) in the bootm command. FDT command improvements. Fix cmd_fdt line lengths, refactor code. Replace fdt_node_offset() with fdt_find_node_by_path(). Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT For fdt_find_node_by_path(), handle the root path properly. Best regards, gvb