201 Commits (b16a2bd89dbf109b9c8d1c9e047b9afa72af6d2f)
 

Author SHA1 Message Date
David Gibson b16a2bd89d dtc: Flexible tree checking infrastructure (v2) 17 years ago
David Gibson 67b6b33b9b dtc: Add valgrind support to testsuite 17 years ago
David Gibson 3ce5363387 dtc: Remove some redundant testcases 17 years ago
Jon Loeliger 8eaf5e3583 Add a script that compares an "old" and "new" dtc results. 17 years ago
David Gibson b2e61bde9f dtc: Don't use env(1) in testsuite 17 years ago
David Gibson 0d6ade2547 dtc: Add testcases for tree checks 17 years ago
David Gibson 2cf86939af libfdt: Abolish fdt_offset_ptr_typed() 17 years ago
David Gibson 9521dc5ecc libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
David Gibson 682576d85b dtc: Add testcase for dtc references 17 years ago
David Gibson 7346858f81 libfdt: Add phandle related functions 17 years ago
David Gibson f6588bc32f dtc: Add missing dependencies for tests 17 years ago
David Gibson 91967acabd dtc: -Odts produces v1 output 17 years ago
David Gibson 9138db565a dtc: Switch dtc to C-style literals 17 years ago
David Gibson 9ed27a2aac dtc: Simplify lexing/parsing of literals vs. node/property names 17 years ago
David Gibson 53acf491e9 libfdt: Add more documentation (path the fifth) 17 years ago
David Gibson 9409bd96a5 dtc: Better exercise dtc base and bytestring features 17 years ago
David Gibson b433db0fc7 dtc: Add testcases exercising -Odts mode 17 years ago
David Gibson d3ea6e5f96 dtc: Make -Idts -Odts preserve property-internal labels 17 years ago
David Gibson ed01ae41e2 dtc: Refactor printing of property values in -Odts mode 17 years ago
David Gibson d79d4e280f libfdt: Fix sw_tree1 testcase 17 years ago
David Gibson 9d3af7ab62 libfdt: Add more documentation (patch the fourth) 17 years ago
David Gibson 2ec634d24b libfdt: Add more documentation (patch the third) 17 years ago
Emil Medve e0f2989809 dtc: Fix the install target 17 years ago
David Gibson f7497dc6be dtc: Don't force alignment of cell list data 17 years ago
David Gibson 02563ad023 dtc: Make -Idts -Odts preserve node/property labels 17 years ago
David Gibson bf141b96cd dtc: Don't include libfdt in global LDFLAGS 17 years ago
David Gibson 2f1ccc36f4 dtc: Move tree checking code to checks.c 17 years ago
David Gibson a041dcdc48 libfdt: Handle v16 and re-ordered trees for r/w 17 years ago
David Gibson 4a5df5c026 libfdt: Correctly handle versions > 17 17 years ago
David Gibson 7e14259791 dtc: Remove leftover debugging printf() from mangle-layout 17 years ago
Jon Loeliger 7b3fb789d2 DTC: Remove the need for the GLR Parser. 17 years ago
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