aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka5-0/+20
2008-03-18libfdt: Remove no longer used code from fdt_node_offset_by_compatible()David Gibson1-11/+1
2008-03-18libfdt: Trivial cleanup for CHECK_HEADER)David Gibson4-17/+10
2008-03-18libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()David Gibson1-1/+1
2008-03-18libfdt: Add and use a node iteration helper function.David Gibson2-174/+125
2008-03-18libfdt: Add fdt_set_name() functionDavid Gibson1-0/+24
2008-02-29libfdt: Add and use a node iteration helper function.David Gibson2-174/+125
2008-02-29[new uImage] Add libfdt support to mkimageBartlomiej Sieka5-0/+20
2008-01-08LIBFDT: use memmove() instead of memcpy()Gerald Van Baren1-3/+3
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala7-386/+895
2007-11-21Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdtKumar Gala2-138/+0
2007-11-21[BUILD] conditionally compile libfdt/*.c in libfdt/MakefileKumar Gala7-31/+1
2007-11-15Build: split COBJS value into multiple linesGrant Likely1-2/+2
2007-09-06libfdt: add convenience function fdt_find_and_setprop()Grant Likely1-0/+26
2007-08-13Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk1-1/+0
2007-08-10For fdt_find_node_by_path(), handle the root path properly.Gerald Van Baren1-0/+4
2007-08-10Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDTGerald Van Baren1-18/+143
2007-08-10Replace fdt_node_offset() with fdt_find_node_by_path().Gerald Van Baren1-1/+1
2007-08-10libfdt: Conditionally compile based on CONFIG_OF_LIBFDTGerald Van Baren6-0/+31
2007-04-18Clenaup, update CHANGELOGWolfgang Denk2-2/+0
2007-04-14Add some utilities to manipulate the reserved memory map.Gerald Van Baren2-0/+98
2007-04-06libfdt: Make fdt_check_header() publicGerald Van Baren3-5/+5
2007-04-04Minor cleanup.Wolfgang Denk2-10/+7
2007-03-31Fix some minor whitespace violations.Gerald Van Baren1-2/+2
2007-03-31libfdt: Enhanced and published fdt_next_tag()Gerald Van Baren6-52/+116
2007-03-31libfdt: Customizations for use by u-boot.Gerald Van Baren1-76/+35
2007-03-31libfdt: Import libfdt source (2 of 2)Gerald Van Baren4-0/+860
2007-03-31libfdt: Import libfdt source (1 of 2)Gerald Van Baren5-0/+340