61 Commits (b29597d9a343761f768a9d78a63f1c09e71b43d2)
 

Author SHA1 Message Date
Scott Wood b29597d9a3 Remove bogus errors from check_chosen. 18 years ago
Ed Swarthout 001430072f ftdump missing be32_to_cpu() on size cell. 18 years ago
Jerry Van Baren cd1da87116 Improve options, #define default version. 18 years ago
David Gibson b299ac76a7 Get rid of libdt.c 18 years ago
David Gibson 46c88dfcca Add support for flat device tree format version 17 18 years ago
David Gibson 6ae55f9f9b Fix flat_dt_property structure 18 years ago
Stuart Yoder 5ae78ad8f8 remove check for interrupt-controller property under /chosen 18 years ago
Jon Loeliger 3948849fd0 Moved data_convert_cell() out of data.c to the parser. 18 years ago
Jon Loeliger fd84d97dee Add some initial test cases. 18 years ago
Jon Loeliger af0278a3a0 Add support for decimal, octal and binary based cell values. 18 years ago
David Gibson c226ddcabc Allow references to labels 18 years ago
David Gibson 32da475af1 Allow multipart property values 18 years ago
David Gibson 54382390e4 Bugfix for CHECK_HAVE_WARN_PHANDLE() 18 years ago
David Gibson e6dd3f1d3c Remove check for linux,platform property in /chosen 18 years ago
David Gibson 95393db96f dtc: Remove verbose message from get_node_phandle() 18 years ago
Kim Phillips f016882f91 Change default output blob version from 3 to 16 18 years ago
Michael Neuling 332c536425 dtc: fix endian issue when reading blobs 19 years ago
Jon Loeliger a73b7d43d4 Merge branch 'jdl' 19 years ago
Jon Loeliger 6cf2bcd1e0 Add copyright. Fix 80-column line. 19 years ago
Jon Loeliger 780c742b14 Remove dead code. 19 years ago
Michael Neuling 38e8f8fd88 dtc: add setting of physical boot cpu 19 years ago
Jon Loeliger 05ae3d8eeb Use .long on high and low halfs of u64s to avoid .quad 19 years ago
Jon Loeliger f7374f60eb Don't generate the mem-reserve entry for the blob itself, 19 years ago
Mark A. Greer 7a9f663ac7 The problem is that asm_emit_cell() was swapping its asm output when 19 years ago
David Gibson f5aa792d81 Add paper on the flattened tree and dtc presented at linux.conf.au 2006 by 19 years ago
Becky Bruce f192a7ae0b [PATCH] dtc: Update flat OF doc for new mdio properties 19 years ago
David Gibson 986c272d66 Added document describing flattened tree format and what properties / nodes 19 years ago
David Gibson 1ae70562f0 Remove no longer used (and already commented) reserve_data field from boot_info. 19 years ago
David Gibson 712e52e438 Use names for output functions in the form dt_to_*() instead of 19 years ago
David Gibson f040d95b84 Rework tracking of reserve entries during processing. This is initial work 19 years ago
David Gibson fccb194a14 Add a second cpu and a timebase frequency to test.dts. 19 years ago
David Gibson 8f1bc85611 Add a .gitignore file. 19 years ago
David Gibson 740a19a819 Alter add_property() and add_child() functiosn to add to the end of their 19 years ago
David Gibson cba839c728 Reduce message about too-long property names to a mere warning, it causes 19 years ago
David Gibson 1847d161dc Update TODO 19 years ago
David Gibson 86dbcbd1e4 Rudimentary support for reporting the line number of syntax errors. 19 years ago
David Gibson b4ac04952a Oops avoid using case range gcc extension. 19 years ago
David Gibson 93c82174ea Use C99 fixed width integer type names in libdt. 19 years ago
David Gibson c6d036eaec Oops, use strtoul() instead of strtol() in dtc-lexer.l, so that we 19 years ago
David Gibson b2543fc875 Add ftdump utility, contributed by Pantelis Antoniou. 19 years ago
David Gibson 6c0f36769a Fix endian problems with handling of memreserve entries (bug pointed out 19 years ago
David Gibson 230f253e9b Remove an unused function, mark a bunch of other functions and variables 19 years ago
David Gibson 41916138dd Forgot to realign after emitting auto-generated "name" properties. Oops. 19 years ago
David Gibson dffc2a8972 Add a couple of missing cpu_to_be32() writing the version numbers out. 19 years ago
David Gibson 4ddf7c020c In flat tree reading, check for (negative) string offsets which underrun 19 years ago
David Gibson 7f6d12b3a1 Remove unused enum from dtc.h. 20 years ago
David Gibson f0517db250 Support for specifying memreserve ranges in the source format, based on 20 years ago
David Gibson 586606e35d Oops, fix stupid bug where we emitted padding before, rather than after 20 years ago
David Gibson 47f23dee09 Ensure that the reserve map is doubleword aligned in blob and asm output. 20 years ago
David Gibson a6c69572a3 Remove inaccurate comment. 20 years ago