summaryrefslogtreecommitdiff
path: root/cpukit/include/libfdt.h (follow)
AgeCommit message (Expand)Author
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber
2018-07-19libfdt: Add helpers for accessing unaligned wordsDavid Gibson
2018-07-19pylibfdt: Add functions to update propertiesSimon Glass
2018-07-19libfdt: Add fdt_check_full() functionDavid Gibson
2018-07-19libfdt: Add fdt_header_size()David Gibson
2018-07-19libfdt: Safer access to strings sectionDavid Gibson
2018-07-19libfdt: Make fdt_check_header() more thoroughDavid Gibson
2018-07-19Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson
2018-07-19Fix some errors in commentsDavid Gibson
2018-07-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou
2018-07-19Add a libfdt function to write a property placeholderSimon Glass
2018-07-19Adjust libfdt.h to work with swigSimon Glass
2018-07-19libfdt: Add fdt_setprop_empty()David Gibson
2018-07-19libfdt: Add overlay application functionMaxime Ripard
2018-07-19libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard
2018-07-19libfdt: Add new errors for the overlay codeMaxime Ripard
2018-07-19Fix some typing errors in libfdt.h and livetree.cThomas Huth
2018-07-19libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard
2018-07-19libfdt: Add fdt_getprop_namelen_wMaxime Ripard
2018-07-19libfdt: Add max phandle retrieval functionMaxime Ripard
2018-07-19libfdt: Add iterator over propertiesMaxime Ripard
2018-07-19libfdt: Add a subnodes iterator macroThierry Reding
2018-07-19Correct a missing space in a fdt_header castSimon Glass
2018-07-19Correct line lengths in libfdt.hSimon Glass
2018-07-19Correct space-after-tab in libfdt.hSimon Glass
2018-01-25Remove make preinstallChris Johns