143 Commits (fb7c7acf5a4187ea810043ae17854625a313b725)
 

Author SHA1 Message Date
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
Milton Miller 445d55d2cc dtc: format memory reserve as pairs on two lines 18 years ago
Milton Miller 7f45666273 dtc: align header comments in asm output 18 years ago
Milton Miller 9670eed1bc dtc: add a testcase with labels 18 years ago
Milton Miller 43a68c63e4 dtc: store labels in ascending order 18 years ago
Milton Miller 6a99b13132 dtc: implement labels on property data 18 years ago
Milton Miller ac6a5e26b4 dtc: allow a label: in any dts context 18 years ago
Milton Miller 46779e8f8e dtc: clean up grow_data_for() 18 years ago
Milton Miller d429033851 dtc: implement labels on memory reserve slots 18 years ago
Milton Miller 85ab5cc6ec dtc: complain about unparsed digits in cell lists 18 years ago
Milton Miller 6d7b222430 dtc: move declaration of yyerror 18 years ago
Milton Miller 81fda8a6f1 dtc: fix asm for version 17 18 years ago
Josh Boyer 8cd4196ee3 dtc: Add install makefile target 18 years ago
David Gibson 6936273aa4 dtc: Remove bogus break statement 18 years ago
David Gibson d9d679fb96 dtc: Improve and better integrate dtc and libfdt Makefiles 18 years ago
David Gibson 6c65eab11e dtc: Remove redundant copy of the GPL 18 years ago
David Gibson 0c7cd1a087 dtc: Count testcases and results in the dtc/libfdt testsuite 18 years ago
David Gibson 0738774fcc dtc: Accept NOPs in dtb input regardless of version 18 years ago
David Gibson 12578976fe Merge libfdt into dtc. 18 years ago
David Gibson 400bd98a3a Merge ../libfdt into dtc-libfdt-merge 18 years ago
David Gibson 23cdf2379f Move everything into a subdirectory in preparation for merge into dtc. 18 years ago
David Gibson 9481605208 libfdt: Switch to dual GPL/BSD license 18 years ago
David Gibson a6c76f923d libfdt: More thorough use of constification 18 years ago
Milton Miller ce243227f1 dtc: parse NOP in dtb input 18 years ago
David Gibson 41eecd4c2a dtc: Fix recognition of whitespace characters 18 years ago
Jerry Van Baren 7ea144f4c0 Fix the -S to modify the totalsize properly. 18 years ago
Jerry Van Baren 86c01ee6df Assemble the blob in memory before writing it out. 18 years ago
Jerry Van Baren ca25e54ddd Fix reserve map output for asm format. 18 years ago