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