aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-06libfdt: Add overlay application functionMaxime Ripard4-1/+703
2016-10-06libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2016-10-06libfdt: Add new errors for the overlay codeMaxime Ripard2-1/+13
2016-09-28dtc: Remove "home page" linkDavid Gibson1-4/+0
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth2-3/+3
2016-09-24Merge tag 'v1.4.2'David Gibson1-4/+20
2016-09-22dtc: Fix assorted problems in the testcases for the -a optionDavid Gibson1-17/+14
2016-09-22Implement the -a option to pad dtb alignedTim Wang4-5/+58
2016-09-03dtc: Makefile improvements for release uploadingv1.4.2David Gibson1-4/+20
2016-09-03dtc: Bump version to 1.4.2David Gibson1-1/+1
2016-08-22libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-08-01libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard4-4/+59
2016-07-28libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard3-0/+47
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard6-0/+152
2016-07-28libfdt: Add a subnodes iterator macroThierry Reding2-6/+30
2016-07-24fdtput.c: Fix memory leak.Jean-Christophe Dubois1-1/+6
2016-07-24fdtget.c: Fix memory leakJean-Christophe Dubois1-1/+7
2016-07-24convert-dtsv0-lexer.l: fix memory leakDavid Gibson1-0/+2
2016-07-24fdtdump.c: make sure size_t argument to memchr is always unsigned.Jean-Christophe Dubois1-4/+6
2016-07-13Remove unused srcpos_dump() functionDavid Gibson2-16/+0
2016-07-11DTC: Fix memory leak on flatname.Jean-Christophe Dubois1-0/+4
2016-05-27Simplify check field and macro namesDavid Gibson1-42/+36
2016-05-27Remove property check functionsDavid Gibson1-100/+114
2016-05-27Remove tree check functionsDavid Gibson1-37/+32
2016-05-27Alter grammar to allow multiple /dts-v1/ tagsDavid Gibson4-48/+52
2016-05-25Use xasprintf() in srcposDavid Gibson1-12/+8
2016-05-25util: Add xasprintf portable asprintf variantPantelis Antoniou2-0/+31
2016-03-07Correct a missing space in a fdt_header castSimon Glass1-1/+1
2016-03-07Correct line lengths in libfdt.hSimon Glass1-12/+23
2016-03-07Correct space-after-tab in libfdt.hSimon Glass1-13/+12
2016-02-20libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2016-02-19Warn on node name unit-address presence/absence mismatchStephen Warren4-0/+47
2016-02-19Catch unsigned 32bit overflow when parsing flattened device tree offsetsAnton Blanchard5-2/+37
2016-01-12Prevent crash on modulo by zeroDavid Gibson2-2/+11
2016-01-04Fix some bugs in processing of line directivesDavid Gibson5-13/+29
2016-01-03Fix crash on nul character in string escape sequenceDavid Gibson3-1/+1
2016-01-03Gracefully handle bad octal literalsDavid Gibson3-1/+10
2016-01-03Prevent crash on division by zeroDavid Gibson3-1/+16
2015-12-17libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2015-12-02libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2015-12-01libfdt: Add some missing symbols to version.ldsDavid Gibson1-0/+4
2015-11-16Remove duplicated -Werror in dtc MakefileDavid Gibson1-1/+1
2015-09-30fdt: Add functions to retrieve stringsThierry Reding3-0/+105
2015-09-30fdt: Add a function to get the index of a stringThierry Reding3-0/+92
2015-09-30fdt: Add a function to count stringsThierry Reding7-1/+142
2015-08-27libfdt: fix comment block of fdt_get_property_namelen()Masahiro Yamada1-2/+2
2015-07-09fdtdump: Fix bug printing bytestrings with negative valuesDavid Gibson2-1/+2
2015-07-09Remove redundant fdtdump test codeDavid Gibson1-15/+0
2015-07-09Move fdt_path_offset alias tests to right tests sectionDavid Gibson1-5/+5