summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-19libfdt: Make fdt_check_header() more thoroughDavid Gibson1-1/+56
2018-07-19libfdt: Improve sequential write state checkingDavid Gibson1-14/+75
2018-07-19libfdt: Clean up header checking functionsDavid Gibson5-36/+47
2018-07-19Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2-15/+88
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson6-99/+99
2018-07-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou1-3/+17
2018-07-19Fix a few whitespace and style nitsSimon Glass4-7/+6
2018-07-19Add a libfdt function to write a property placeholderSimon Glass1-2/+14
2018-07-19libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2018-07-19libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2018-07-19libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2018-07-19libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2018-07-19fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2018-07-19libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1
2018-07-19libfdt: Add new errors for the overlay codeMaxime Ripard1-0/+3
2018-07-19libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2018-07-19libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-4/+25
2018-07-19libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+26
2018-07-19libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2018-07-19libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2018-07-19libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2018-01-25Remove make preinstallChris Johns5-1910/+0
2015-10-19libfdt: Merge into librtemscpuSebastian Huber2-15/+1
2015-10-16libfdt: Initial importSebastian Huber15-0/+4141