270 Commits (a742aade6a28fbebf7a66448b40b983549897253)
 

Author SHA1 Message Date
David Gibson a742aade6a dtc: Make dt_from_blob() open its own input file, like the other input formats 17 years ago
David Gibson c26015443a dtc: Trivial formatting fixes 17 years ago
David Gibson 6a6c972cdf dtc: Clean up included Makefile fragments 17 years ago
David Gibson 35aa1a273b dtc: Simplify error handling for unparseable input 17 years ago
David Gibson 1577696b6d dtc: Change exit code for usage message 17 years ago
David Gibson 2192d46dfd dtc: Cleanup \nnn and \xNN string escape handling 17 years ago
David Gibson 3bdd393965 dtc: Add some documentation for the dts formta 17 years ago
David Gibson 1a9468c9a0 dtc: Abolish asize field of struct data 17 years ago
David Gibson 8a88ad8bad dtc: Remove ugly include stack abuse 17 years ago
David Gibson f7ea3708c3 dtc: Make dtc_open_file() die() if unable to open requested file 17 years ago
David Gibson 6c2e4d61f8 dtc: Testcases for input handling 17 years ago
David Gibson 68fe10ba4e dtc: Assorted improvements to test harness 17 years ago
David Gibson 6b8e05626a dtc: Make eval_literal() static 17 years ago
David Gibson b2de518b80 dtc: Make -I dtb mode use fill_fullpaths() 17 years ago
David Gibson 5ac97df149 dtc: Use for_each_marker_of_type in asm_emit_data() 17 years ago
David Gibson a266e5c1e1 dtc: Test and fix conversion to/from old dtb versions 17 years ago
David Gibson d028e84140 dtc: Strip redundant "name" properties 17 years ago
David Gibson 2b3a96761a dtc: Fix indentation of fixup_phandle_references 17 years ago
David Gibson fa5b520ccb dtc: Implement checks for the format of node and property names 17 years ago
David Gibson 7c635dcb2f dtc: Fix error reporting in push_input_file() 17 years ago
David Gibson 2512a7eb5c libfdt: Remove no longer used code from fdt_node_offset_by_compatible() 17 years ago
David Gibson 8a4e75049d libfdt: Trivial cleanup for CHECK_HEADER) 17 years ago
David Gibson a90b5905fe libfdt: More tests of NOP handling behaviour 17 years ago
David Gibson d8b6942666 dtc: Fold comment handling test into testsuite 17 years ago
David Gibson 089adb9964 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() 17 years ago
David Gibson fc9769ac2b libfdt: Add and use a node iteration helper function. 17 years ago
Jon Loeliger 202863e4dd Tag Version 1.1.0 17 years ago
Scott Wood 0f635df874 Remove const from dtc_file::dir. 17 years ago
David Gibson 82b327d380 libfdt: Add fdt_set_name() function 17 years ago
Jon Loeliger 7364cc79b5 Tag Version 1.1.0-rc1 17 years ago
Scott Wood b1a6719aa6 Preserve scanner state when /include/ing. 17 years ago
Scott Wood 42107f8bba Convert malloc() uses to xmalloc(). 17 years ago
Scott Wood 3c3ecaacda Remove \n from yyerror() call. 17 years ago
Scott Wood 5695e99d5f Handle absolute pathnames correctly in dtc_open_file. 17 years ago
David Gibson 7d24bd0a72 dtc/libfdt: Add README clarifying licensing 17 years ago
Scott Wood ad4f54ae2b Return a non-zero exit code if an error occurs during dts parsing. 17 years ago
Scott Wood 910efac4b4 Look for include files in the directory of the including file. 17 years ago
Scott Wood f77fe6a20e Add yyerrorf() for formatted error messages. 17 years ago
David Gibson 3bb78bfd97 dtc: Remove header information dumping 17 years ago
David Gibson 3e516d961a dtc: Update TODO files 17 years ago
David Gibson 08c0be206d dtc: Add missing copyright notice for dumptrees.c 17 years ago
David Gibson 376ab6f2ed dtc: Remove remaining old-style checks 17 years ago
David Gibson d6f9b62fe1 dtc: Don't build tests as part of "all" 17 years ago
David Gibson 30f7fbfbe9 libfdt: Add more documentation (patch the seventh) 17 years ago
David Gibson f819a4e21d libfdt: Add more documentation (patch the sixth) 17 years ago
David Gibson a68cbc09ff dtc: Fix silly typo in dtc-checkfails.sh 17 years ago
David Gibson b7c5eaf3ee dtc: Allow gcc format warnings for check_msg() 17 years ago
David Gibson 0d9d10184b dtc: Make dtc-checfails.sh script catch deaths-by-signal 17 years ago
David Gibson 3476f9608b dtc: Reinstate full old-style reference-to-path for v0 dts files 17 years ago
David Gibson e4ffc1443d dtc: Convert check for obsolete /chosen property 17 years ago