summaryrefslogtreecommitdiffstats
path: root/cpukit/include/libfdt.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass1-4/+5
2020-03-02libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2020-03-02libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin1-1/+7
2020-03-02libfdt: Introduce fdt_create_with_flags()Nicholas Piggin1-1/+37
2020-03-02libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson1-1/+11
2020-03-02libfdt: Add phandle generation helperThierry Reding1-0/+19
2020-03-02libfdt: Add new maximum phandle lookup functionThierry Reding1-0/+16
2020-03-02libfdt: add fdt_append_addrrange()AKASHI Takahiro1-0/+61
2020-03-02Revert "libfdt: Add phandle generation helper"David Gibson1-19/+0
2020-03-02libfdt: Add phandle generation helperThierry Reding1-0/+19
2020-03-02libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven1-2/+2
2020-03-02libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven1-1/+1
2020-03-02libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson1-7/+15
2020-03-02libfdt: return correct value if #size-cells property is not presentJohn Clarke1-1/+1
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