170 Commits (3bef796b449320cefb8e52838ca90163df698722)
 

Author SHA1 Message Date
David Gibson 3bef796b44 libfdt: Test on trees with different block layouts 17 years ago
David Gibson 9b91134ba3 libfdt: Remove un-const-safe fdt_set_header macro 17 years ago
David Gibson 57f99b7b3f libfdt: Documentation (patch the second) 17 years ago
David Gibson cec0c384ef libfdt: Add some documenting comments in libfdt.h 17 years ago
David Gibson 3c44c87bde libfdt: Rename and publish _fdt_next_tag() 17 years ago
David Gibson 96b5fad3a1 libfdt: Rename and publish _fdt_check_header() 17 years ago
Jon Loeliger 2d50f8f9dd Quiet a bogus "May be used uninitialized" warning. 17 years ago
Jon Loeliger afa8c2e1d7 Appease the printf() format $Gods with a correct type. 17 years ago
Jon Loeliger 7dfba39a23 DTC: Remove an unneeded %token definition. 17 years ago
Jon Loeliger 5641289a46 DTC: Minor grammar rule shuffle. 17 years ago
Jon Loeliger 30807ca1ce Reformat grammar rules to not mix language syntax and yacc syntax. 17 years ago
David Gibson e321e51036 dtc: data.c doesn't need to include dtc-parser.tab.h 17 years ago
David Gibson 169f0b183d dtc: Disable semantic checks by default 17 years ago
David Gibson 394e47208d libfdt: Add missing RW_CHECK_HEADER to fdt_del_node() 17 years ago
David Gibson d7649da4b9 dtc: Make helper macros in trees.S more flexible 17 years ago
David Gibson 11d5302021 libfdt: Make fdt_string() return a const pointer 17 years ago
David Gibson 5a98ddd10a dtc: Improve -Odts output 17 years ago
David Gibson 32b6bd3490 dtc: Restore missing code for testcases 17 years ago
David Gibson a756c12bea dtc: Improve support for string escapes 17 years ago
David Gibson 333542fabf libfdt: Add functions for handling the "compatible" property 17 years ago
David Gibson 121acdec91 dtc: Don't delete *.test.dtb between testgroups 17 years ago
Jon Loeliger 9e32930ebc Restore warning message about bison expected output. 17 years ago
David Gibson 6f8b7710c9 libfdt: libfdt_env.h must be included first 17 years ago
David Gibson fd1bf3a5ae libfdt: Add functions to get/add/delete memory reservemap entries 17 years ago
David Gibson ad9593f229 dtc: Refactor Makefiles 17 years ago
David Gibson d2a9da0458 libfdt: Make unit address optional for finding nodes 17 years ago
David Gibson 02a5556850 libfdt: Test rw functions on more trees 17 years ago
David Gibson fb7c7acf5a dtc: Use libfdt/fdt.h instead of flat_dt.h 17 years ago
David Gibson 63dc9c7113 dtc: Whitespace cleanup 17 years ago
David Gibson 8d59bd3b17 dtc: Add basic testcases for dtc 17 years ago
David Gibson ef90baa0c6 dtc: Cleanup testsuite organization 17 years ago
David Gibson 874ff219af libfdt: Consistently use big-endian property data in testcases 17 years ago
David Gibson ae1454b311 libfdt: Add fdt_node_offset_by_prop_value() 17 years ago
David Gibson 592ea5888c dtc: Assume properties preced subnodes in the flattened tree 17 years ago
David Gibson bf94497031 dtc: Optimise by default, fix warnings thus uncovered 17 years ago
David Gibson ed0117a0c0 dtc: Make make print a message when linking testcases 17 years ago
David Gibson e2b3bb3227 libfdt: Fix use of uninitialized variable in fdt_get_path() 17 years ago
David Gibson 7ca330865e dtc: Fix summary calculation in testsuite 17 years ago
David Gibson 1248237c7e libfdt: Add fdt_parent_offset() and supporting functions 17 years ago
David Gibson 037db263e0 libfdt: Add fdt_get_path() function 17 years ago
David Gibson 9d26eabdc6 libfdt: Add fdt_get_name() to retrieve a node's name 17 years ago
David Gibson bd2ae2f41c libfdt: Fix handling of trailing / in fdt_path_offset() 17 years ago
Jon Loeliger 5cb1fbdd7c DTC 1.0.0 17 years ago
Jon Loeliger 9d7e7380ac Merge branch 'doc' 17 years ago
Jon Loeliger 1dc6ca5edc Add initial Device Tree Compiler manual 17 years ago
Jon Loeliger 74ce242bf3 Make release 1.0.0-rc1! 17 years ago
David Gibson 4f61ae1627 dtc: Improve the make install target 17 years ago
Jon Loeliger fdd2e6f945 Reorganized Makefile into better top-down structure. 18 years ago
Jon Loeliger a657ce8fb7 Add DTC release version information. 18 years ago
Jon Loeliger 74e6d21284 Add a note to the build about the expected parser warnings. 18 years ago