summaryrefslogtreecommitdiffstats
path: root/cpukit/include/libfdt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber1-1/+1
2018-07-19libfdt: Add helpers for accessing unaligned wordsDavid Gibson1-1/+24
2018-07-19pylibfdt: Add functions to update propertiesSimon Glass1-0/+3
2018-07-19libfdt: Add fdt_check_full() functionDavid Gibson1-0/+2
2018-07-19libfdt: Add fdt_header_size()David Gibson1-0/+11
2018-07-19libfdt: Safer access to strings sectionDavid Gibson1-1/+17
2018-07-19libfdt: Make fdt_check_header() more thoroughDavid Gibson1-6/+9
2018-07-19Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn1-1/+4
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson1-15/+15
2018-07-19Fix some errors in commentsDavid Gibson1-1/+1
2018-07-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou1-0/+31
2018-07-19Add a libfdt function to write a property placeholderSimon Glass1-0/+16
2018-07-19Adjust libfdt.h to work with swigSimon Glass1-1/+20
2018-07-19libfdt: Add fdt_setprop_empty()David Gibson1-0/+30
2018-07-19libfdt: Add overlay application functionMaxime Ripard1-0/+31
2018-07-19libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2018-07-19libfdt: Add new errors for the overlay codeMaxime Ripard1-1/+10
2018-07-19Fix some typing errors in libfdt.h and livetree.cThomas Huth1-2/+2
2018-07-19libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-0/+21
2018-07-19libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2018-07-19libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+15
2018-07-19libfdt: Add iterator over propertiesMaxime Ripard1-0/+27
2018-07-19libfdt: Add a subnodes iterator macroThierry Reding1-0/+28
2018-07-19Correct a missing space in a fdt_header castSimon Glass1-1/+1
2018-07-19Correct line lengths in libfdt.hSimon Glass1-12/+23
2018-07-19Correct space-after-tab in libfdt.hSimon Glass1-13/+12
2018-01-25Remove make preinstallChris Johns1-0/+0
2015-10-16libfdt: Initial importSebastian Huber1-0/+1653