summaryrefslogtreecommitdiff
path: root/cpukit/dtc (follow)
AgeCommit message (Expand)Author
2020-03-02dtc: Update VERSIONSebastian Huber
2020-03-02libfdt: Allow exclusion of fdt_check_full()Simon Glass
2020-03-02libfdt: Add support for disabling ordering check/fixupSimon Glass
2020-03-02libfdt: Add support for disabling version checksSimon Glass
2020-03-02libfdt: Add support for disabling rollback handlingSimon Glass
2020-03-02libfdt: Add support for disabling sanity checksSimon Glass
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass
2020-03-02Add a way to control the level of checks in the codeSimon Glass
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass
2020-03-02libfdt: Correct prototype for fdt_ro_probe_()David Gibson
2020-03-02libfdt: Allow #size-cells of 0David Gibson
2020-03-02libfdt: Tweak data handling to satisfy CoverityDavid Gibson
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: Ensure fdt_add_property frees allocated name string on failureNicholas 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: return correct value if #size-cells property is not presentJohn Clarke
2018-10-09build: Merge libfdt/Makefile.amSebastian Huber
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber
2018-07-20dtc: Update VERSIONSebastian Huber
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber
2018-07-19dtc: Add VERSION fileSebastian Huber
2018-07-19libfdt: Add necessary header padding in fdt_create()David Gibson
2018-07-19libfdt: Copy the struct region in fdt_resize()Simon Glass
2018-07-19libfdt: Add helpers for accessing unaligned wordsDavid Gibson
2018-07-19libfdt: Add fdt_check_full() functionDavid Gibson
2018-07-19libfdt: Add fdt_header_size()David Gibson
2018-07-19libfdt: Safer access to memory reservationsDavid Gibson
2018-07-19libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson
2018-07-19libfdt: Safer access to strings sectionDavid Gibson
2018-07-19libfdt: Make fdt_check_header() more thoroughDavid Gibson
2018-07-19libfdt: Improve sequential write state checkingDavid Gibson
2018-07-19libfdt: Clean up header checking functionsDavid 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-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou
2018-07-19Fix a few whitespace and style nitsSimon Glass
2018-07-19Add a libfdt function to write a property placeholderSimon Glass
2018-07-19libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson
2018-07-19libfdt: add missing errors to fdt_strerror()Benjamin Fair
2018-07-19libfdt: fix fdt_stringlist_search()Masahiro Yamada
2018-07-19libfdt: fix fdt_stringlist_count()Masahiro Yamada
2018-07-19fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard
2018-07-19libfdt: Add BADPHANDLE error stringMaxime Ripard