aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_ro.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-01libfdt: Rework/cleanup fdt_next_tag()David Gibson1-24/+9
2009-04-01libfdt: Rework fdt_next_node()David Gibson1-12/+8
2008-10-30libfdt: Fix bug in fdt_subnode_offset_namelen()David Gibson1-4/+7
2008-10-02libfdt: Add function to explicitly expand aliasesDavid Gibson1-7/+19
2008-10-01libfdt: Fix bugs in fdt_get_path()David Gibson1-12/+11
2008-08-24libfdt: Add support for using aliases in fdt_path_offset()Kumar Gala1-2/+19
2008-08-24libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()David Gibson1-7/+30
2008-08-24libfdt: Forgot one function when cleaning the namespaceDavid Gibson1-2/+3
2008-08-24libfdt: Increase namespace-pollution paranoiaDavid Gibson1-11/+11
2008-08-24dtc: Enable and fix -Wcast-qual warningsDavid Gibson1-1/+1
2008-08-24dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-2/+2
2008-06-09libfdt: Several cleanups to parameter checkingDavid Gibson1-18/+8
2008-03-26Merge branch 'new-image' of git://www.denx.de/git/u-boot-testingBartlomiej Sieka1-0/+4
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 Gibson1-7/+0
2008-03-18libfdt: Add and use a node iteration helper function.David Gibson1-174/+84
2008-02-29libfdt: Add and use a node iteration helper function.David Gibson1-174/+84
2008-02-29[new uImage] Add libfdt support to mkimageBartlomiej Sieka1-0/+4
2007-11-21Update libfdt from device tree compiler (dtc)Kumar Gala1-232/+396
2007-11-21Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdtKumar Gala1-112/+0
2007-11-21[BUILD] conditionally compile libfdt/*.c in libfdt/MakefileKumar Gala1-5/+0
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 Baren1-0/+6
2007-04-18Clenaup, update CHANGELOGWolfgang Denk1-1/+0
2007-04-14Add some utilities to manipulate the reserved memory map.Gerald Van Baren1-0/+72
2007-04-06libfdt: Make fdt_check_header() publicGerald Van Baren1-2/+2
2007-04-04Minor cleanup.Wolfgang Denk1-8/+6
2007-03-31Fix some minor whitespace violations.Gerald Van Baren1-2/+2
2007-03-31libfdt: Enhanced and published fdt_next_tag()Gerald Van Baren1-6/+110
2007-03-31libfdt: Import libfdt source (2 of 2)Gerald Van Baren1-0/+229