summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2018-07-201-22/+13
* 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
* libfdt: Add new errors for the overlay codeMaxime Ripard2018-07-191-0/+3
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2018-07-191-5/+1
* libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard2018-07-191-4/+25
* libfdt: Add max phandle retrieval functionMaxime Ripard2018-07-191-0/+26
* libfdt: simplify fdt_node_check_compatible()Masahiro Yamada2018-07-191-4/+2
* libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson2018-07-191-6/+7
* libfdt: check for potential overrun in _fdt_splice()Courtney Cavin2018-07-191-0/+2
* Remove make preinstallChris Johns2018-01-255-1910/+0
* libfdt: Merge into librtemscpuSebastian Huber2015-10-192-15/+1
* libfdt: Initial importSebastian Huber2015-10-1615-0/+4141