summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement the -a option to pad dtb alignedTim Wang2016-09-224-5/+58
* dtc: Bump version to 1.4.2David Gibson2016-09-031-1/+1
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2016-08-221-5/+1
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2016-08-014-4/+59
* libfdt: Add fdt_getprop_namelen_wMaxime Ripard2016-07-281-0/+7
* libfdt: Add max phandle retrieval functionMaxime Ripard2016-07-283-0/+47
* libfdt: Add iterator over propertiesMaxime Ripard2016-07-286-0/+152
* libfdt: Add a subnodes iterator macroThierry Reding2016-07-282-6/+30
* fdtput.c: Fix memory leak.Jean-Christophe Dubois2016-07-241-1/+6
* fdtget.c: Fix memory leakJean-Christophe Dubois2016-07-241-1/+7
* convert-dtsv0-lexer.l: fix memory leakDavid Gibson2016-07-241-0/+2
* fdtdump.c: make sure size_t argument to memchr is always unsigned.Jean-Christophe Dubois2016-07-241-4/+6
* Remove unused srcpos_dump() functionDavid Gibson2016-07-132-16/+0
* DTC: Fix memory leak on flatname.Jean-Christophe Dubois2016-07-111-0/+4
* Simplify check field and macro namesDavid Gibson2016-05-271-42/+36
* Remove property check functionsDavid Gibson2016-05-271-100/+114
* Remove tree check functionsDavid Gibson2016-05-271-37/+32
* Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson2016-05-274-48/+52
* Use xasprintf() in srcposDavid Gibson2016-05-251-12/+8
* util: Add xasprintf portable asprintf variantPantelis Antoniou2016-05-252-0/+31
* Correct a missing space in a fdt_header castSimon Glass2016-03-071-1/+1
* Correct line lengths in libfdt.hSimon Glass2016-03-071-12/+23
* Correct space-after-tab in libfdt.hSimon Glass2016-03-071-13/+12
* libfdt: simplify fdt_node_check_compatible()Masahiro Yamada2016-02-201-4/+2
* Warn on node name unit-address presence/absence mismatchStephen Warren2016-02-194-0/+47
* Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard2016-02-195-2/+37
* Prevent crash on modulo by zeroDavid Gibson2016-01-122-2/+11
* Fix some bugs in processing of line directivesDavid Gibson2016-01-045-13/+29
* Fix crash on nul character in string escape sequenceDavid Gibson2016-01-033-1/+1
* Gracefully handle bad octal literalsDavid Gibson2016-01-033-1/+10
* Prevent crash on division by zeroDavid Gibson2016-01-033-1/+16
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2015-12-171-6/+7
* libfdt: check for potential overrun in _fdt_splice()Courtney Cavin2015-12-021-0/+2
* libfdt: Add some missing symbols to version.ldsDavid Gibson2015-12-011-0/+4
* Remove duplicated -Werror in dtc MakefileDavid Gibson2015-11-161-1/+1
* fdt: Add functions to retrieve stringsThierry Reding2015-09-303-0/+105
* fdt: Add a function to get the index of a stringThierry Reding2015-09-303-0/+92
* fdt: Add a function to count stringsThierry Reding2015-09-307-1/+142
* libfdt: fix comment block of fdt_get_property_namelen()Masahiro Yamada2015-08-271-2/+2
* fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson2015-07-092-1/+2
* Remove redundant fdtdump test codeDavid Gibson2015-07-091-15/+0
* Move fdt_path_offset alias tests to right tests sectionDavid Gibson2015-07-091-5/+5
* Add simple .travis.ymlDavid Gibson2015-07-021-0/+5
* guess output file formatAndre Przywara2015-07-011-1/+10
* guess input file format based on file content or file nameAndre Przywara2015-07-011-1/+50
* tests: convert `echo -n` to `printf`Mike Frysinger2015-05-251-10/+10
* Fix crash with poorly defined #size-cellsJack Miller2015-04-303-1/+15
* Add testcases for fdt_path_offset_namelen()David Gibson2015-04-071-0/+31
* Extend path_offset testcase for handling of duplicated separatorsDavid Gibson2015-04-071-0/+10
* Use a helper function to clean up path_offset testcaseDavid Gibson2015-04-071-35/+20