summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt (follow)
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Safer access to strings sectionDavid Gibson2018-07-191-3/+58
* libfdt: Make fdt_check_header() more thoroughDavid Gibson2018-07-191-1/+56
* libfdt: Improve sequential write state checkingDavid Gibson2018-07-191-14/+75
* libfdt: Clean up header checking functionsDavid Gibson2018-07-195-36/+47
* Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2018-07-192-15/+88
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-196-99/+99
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2018-07-191-3/+17
* Fix a few whitespace and style nitsSimon Glass2018-07-194-7/+6
* Add a libfdt function to write a property placeholderSimon Glass2018-07-191-2/+14
* libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson2018-07-191-1/+2
* libfdt: add missing errors to fdt_strerror()Benjamin Fair2018-07-191-0/+3
* libfdt: fix fdt_stringlist_search()Masahiro Yamada2018-07-191-1/+1
* libfdt: fix fdt_stringlist_count()Masahiro Yamada2018-07-191-1/+1
* fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard2018-07-191-1/+0
* libfdt: Add BADPHANDLE error stringMaxime Ripard2018-07-191-0/+1
* libfdt: Add new errors for the overlay codeMaxime Ripard2018-07-191-0/+3
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2018-07-191-5/+1
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2018-07-191-4/+25
* libfdt: Add max phandle retrieval functionMaxime Ripard2018-07-191-0/+26
* libfdt: simplify fdt_node_check_compatible()Masahiro Yamada2018-07-191-4/+2
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2018-07-191-6/+7
* libfdt: check for potential overrun in _fdt_splice()Courtney Cavin2018-07-191-0/+2
* Remove make preinstallChris Johns2018-01-255-1910/+0
* libfdt: Merge into librtemscpuSebastian Huber2015-10-192-15/+1
* libfdt: Initial importSebastian Huber2015-10-1615-0/+4141