summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt (unfollow)
Commit message (Expand)AuthorFilesLines
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-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber1-22/+13
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
2018-07-19libfdt: Add new errors for the overlay codeMaxime Ripard1-0/+3
2018-07-19libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2018-07-19libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-4/+25
2018-07-19libfdt: Add max phandle retrieval functionMaxime Ripard1-0/+26
2018-07-19libfdt: simplify fdt_node_check_compatible()Masahiro Yamada1-4/+2
2018-07-19libfdt: Fix undefined behaviour in fdt_offset_ptr()David Gibson1-6/+7
2018-07-19libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2018-01-25Remove make preinstallChris Johns5-1910/+0
2015-10-19libfdt: Merge into librtemscpuSebastian Huber2-15/+1
2015-10-16libfdt: Initial importSebastian Huber15-0/+4141