summaryrefslogtreecommitdiff
path: root/cpukit/include/libfdt.h (follow)
AgeCommit message (Expand)Author
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass
2020-03-02libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring
2020-03-02libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin
2020-03-02libfdt: Introduce fdt_create_with_flags()Nicholas Piggin
2020-03-02libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson
2020-03-02libfdt: Add phandle generation helperThierry Reding
2020-03-02libfdt: Add new maximum phandle lookup functionThierry Reding
2020-03-02libfdt: add fdt_append_addrrange()AKASHI Takahiro
2020-03-02Revert "libfdt: Add phandle generation helper"David Gibson
2020-03-02libfdt: Add phandle generation helperThierry Reding
2020-03-02libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven
2020-03-02libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven
2020-03-02libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson
2020-03-02libfdt: return correct value if #size-cells property is not presentJohn Clarke
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