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 multiple gpios globally available Che-Liang Chiou (2): fdt: Add fdtdec_get_uint64 to decode a 64-bit value from a property fdt: Load boot command from device tree Doug Anderson (1): fdt: Allow device tree to specify secure booting Gabe Black (3): fdt: Add function to read boolean property fdt: Tell the FDT library where the device tree is fdt: Add option to default to most compatible conf in a fit image Sean Paul (1): fdt: Add polarity-aware gpio functions to fdtdec Simon Glass (5): fdt: Add function to get a config string from device tree fdt: Add fdtdec_decode_region() to decode memory region fdt: Export fdtdec_find_alias_node() function fdt: Export fdtdec_lookup() and fix the name fdt: Set kernaddr if fdt indicates a kernel is present README | 11 +++++ common/cmd_bootm.c | 11 +++++ common/image.c | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++ common/main.c | 102 +++++++++++++++++++++++++++++++++++++++++- include/fdtdec.h | 121 +++++++++++++++++++++++++++++++++++++++++++++++++ include/image.h | 1 + lib/fdtdec.c | 107 +++++++++++++++++++++++++++++++++++++++++--- 7 files changed, 472 insertions(+), 8 deletions(-) -- 1.7.7.3 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot