summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-02dtc: Update VERSIONSebastian Huber1-3/+3
2020-03-02libfdt: Allow exclusion of fdt_check_full()Simon Glass1-63/+0
2020-03-02libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-03-02libfdt: Add support for disabling version checksSimon Glass3-24/+32
2020-03-02libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-03-02libfdt: Add support for disabling sanity checksSimon Glass2-24/+48
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass4-29/+45
2020-03-02Add a way to control the level of checks in the codeSimon Glass1-0/+104
2020-03-02libfdt: De-inline fdt_header_size()Simon Glass1-0/+5
2020-03-02libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2020-03-02libfdt: Allow #size-cells of 0David Gibson1-3/+5
2020-03-02libfdt: Tweak data handling to satisfy CoverityDavid Gibson3-12/+18
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring9-413/+9
2020-03-02libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin1-13/+26
2020-03-02libfdt: Introduce fdt_create_with_flags()Nicholas Piggin2-2/+29
2020-03-02libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2-6/+39
2020-03-02libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson1-12/+0
2020-03-02libfdt: Add phandle generation helperThierry Reding1-0/+18
2020-03-02libfdt: Add new maximum phandle lookup functionThierry Reding1-15/+29
2020-03-02libfdt: add fdt_append_addrrange()AKASHI Takahiro1-0/+47
2020-03-02Revert "libfdt: Add phandle generation helper"David Gibson1-31/+0
2020-03-02libfdt: Add phandle generation helperThierry Reding1-0/+31
2020-03-02libfdt: return correct value if #size-cells property is not presentJohn Clarke1-3/+13
2018-10-09build: Merge libfdt/Makefile.amSebastian Huber1-15/+0
2018-10-09build: Remove specialized CPPFLAGSSebastian Huber1-1/+0
2018-07-20dtc: Update VERSIONSebastian Huber1-3/+3
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber1-22/+13
2018-07-19dtc: Add VERSION fileSebastian Huber1-0/+19
2018-07-19libfdt: Add necessary header padding in fdt_create()David Gibson1-3/+7
2018-07-19libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2018-07-19libfdt: Add helpers for accessing unaligned wordsDavid Gibson1-9/+9
2018-07-19libfdt: Add fdt_check_full() functionDavid Gibson1-0/+63
2018-07-19libfdt: Add fdt_header_size()David Gibson1-4/+16
2018-07-19libfdt: Safer access to memory reservationsDavid Gibson1-6/+27
2018-07-19libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson1-2/+12
2018-07-19libfdt: Safer access to strings sectionDavid Gibson1-3/+58
2018-07-19libfdt: Make fdt_check_header() more thoroughDavid Gibson1-1/+56
2018-07-19libfdt: Improve sequential write state checkingDavid Gibson1-14/+75
2018-07-19libfdt: Clean up header checking functionsDavid Gibson5-36/+47
2018-07-19Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn2-15/+88
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson6-99/+99
2018-07-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou1-3/+17
2018-07-19Fix a few whitespace and style nitsSimon Glass4-7/+6
2018-07-19Add a libfdt function to write a property placeholderSimon Glass1-2/+14
2018-07-19libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2018-07-19libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2018-07-19libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2018-07-19libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2018-07-19fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2018-07-19libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1