104 Commits (0738774fcc34b78a708a127fb4b2f193d08c94ba)
 

Author SHA1 Message Date
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
Jerry Van Baren 4f5370a138 Add -o <output file> to the usage message. 18 years ago
Jerry Van Baren 4384b23454 Implement the -R option and add a -S option. 18 years ago
Jon Loeliger ce34ae3b23 DTC: Incorporate some review suggestions. 18 years ago
Jon Loeliger e45e6fd274 DTC: Add support for a C-like #include "file" mechanism. 18 years ago
Scott Wood b29597d9a3 Remove bogus errors from check_chosen. 18 years ago
David Gibson 857f54e79f libfdt: Remove #includes from fdt.h 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
David Gibson 07a12a0800 libfdt: Use correct property format 18 years ago
David Gibson 5434fcc7e0 libfdt: Fix fdt_strerror() bugs 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 5b344f9c5a libfdt: Add fdt_strerror() function to library 18 years ago
David Gibson 209c5e56d2 libfdt: Add TODO file 18 years ago
David Gibson 3aea828501 libfdt: Clean up error codes 18 years ago
David Gibson 9a9fdf5991 libfdt: More consistent handling of returned error codes. 18 years ago
David Gibson a7ee95ded6 libfdt: Abolish encoding of error codes into pointers 18 years ago
David Gibson 73d60926a0 libfdt: Use void * to refer to device tree blobs 18 years ago
David Gibson 568b569e89 libfdt: Fixup usage of fdt_offset_ptr() in fdt_rw.c 18 years ago
David Gibson 9825f823eb libfdt: Fix bounds-checking bug in fdt_get_property() 18 years ago
David Gibson 6ae4de5c81 libfdt: Remove unused _ptr_offset() function 18 years ago
David Gibson 94993f4fc4 libfdt: Abolish fdt_property_offset() 18 years ago
David Gibson 95393db96f dtc: Remove verbose message from get_node_phandle() 18 years ago
David Gibson 1a765f51a4 libfdt: Fixups for 64-bit machines 18 years ago
David Gibson e25487db34 libfdt: Fix libfdt for little endian hosts 18 years ago
David Gibson 81bdd52c07 libfdt: Add dtb files to .gitignore 18 years ago
David Gibson 7ba551f966 libfdt: Read-write support 18 years ago
David Gibson fe92f6bb75 libfdt: Introduce flat tree format v17 18 years ago
David Gibson aeddfe2c34 libfdt: Factor out string search function 18 years ago
David Gibson 423697628a libfdt: Implement fdt_move() 18 years ago