aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2019-07-28libfdt: Allow #size-cells of 0David Gibson1-3/+5
2019-07-05libfdt: Tweak data handling to satisfy CoverityDavid Gibson3-12/+18
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson1-3/+8
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson1-6/+11
2019-06-21libfdt: Add dual GPL/BSD SPDX tags to files missing license textRob Herring2-0/+2
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring13-597/+13
2019-05-21Fix typos in various documentation and source filesThomas Huth1-2/+2
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin2-14/+33
2019-05-10libfdt: Introduce fdt_create_with_flags()Nicholas Piggin4-3/+67
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2-6/+39
2019-03-29Link tools and tests against libfdt shared libraryDavid Gibson3-0/+6
2019-03-29libfdt: Make fdt_get_max_phandle() an inlineDavid Gibson3-14/+11
2019-03-29libfdt: Add phandle generation helperThierry Reding3-0/+38
2019-03-29libfdt: Use fdt_find_max_phandle()Thierry Reding1-1/+5
2019-03-29libfdt: Add new maximum phandle lookup functionThierry Reding4-15/+47
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro2-0/+108
2019-03-25Update version.lds againDavid Gibson1-0/+4
2019-03-25Revert "libfdt: Add phandle generation helper"David Gibson4-52/+0
2019-03-21libfdt: Add phandle generation helperThierry Reding4-0/+52
2018-12-23libfdt: Fix FDT_ERR_NOTFOUND typos in documentationGeert Uytterhoeven1-2/+2
2018-12-22libfdt: Fix fdt_getprop_by_offset() parameter name in documentationGeert Uytterhoeven1-1/+1
2018-11-23Remove broken objdir / srcdir supportDavid Gibson1-1/+1
2018-11-23Refine libfdt_clean targetDavid Gibson1-0/+4
2018-11-22libfdt: Don't use memcpy to handle unaligned reads on ARMDavid Gibson1-7/+15
2018-11-07libfdt: return correct value if #size-cells property is not presentJohn Clarke2-4/+14
2018-07-20libfdt: fdt_address_cells() and fdt_size_cells()Sebastian Huber2-23/+14
2018-07-09libfdt: Add necessary header padding in fdt_create()David Gibson1-3/+7
2018-07-09libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2018-06-26libfdt: Add helpers for accessing unaligned wordsDavid Gibson2-10/+33
2018-06-12pylibfdt: Add functions to update propertiesSimon Glass1-0/+3
2018-06-07libfdt: Add fdt_check_full() functionDavid Gibson2-0/+65
2018-06-07libfdt: Add fdt_header_size()David Gibson2-4/+27
2018-06-07libfdt: Safer access to memory reservationsDavid Gibson1-6/+27
2018-06-07libfdt: Propagate name errors in fdt_getprop_by_offset()David Gibson1-2/+12
2018-06-07libfdt: Safer access to strings sectionDavid Gibson3-5/+76
2018-06-07libfdt: Make fdt_check_header() more thoroughDavid Gibson3-7/+66
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson1-14/+75
2018-06-07libfdt: Clean up header checking functionsDavid Gibson6-39/+50
2018-01-27Add limited read-only support for older (V2 and V3) device tree to libfdt.Nathan Whitehorn3-16/+92
2018-01-10libfdt: overlay: Add missing licenseMaxime Ripard1-0/+51
2017-10-27implement strnlen for systems that need itJohn Arbuckle1-0/+27
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson9-120/+120
2017-10-26Fix some errors in commentsDavid Gibson1-1/+1
2017-10-05libfdt: add stringlist functions to linker scriptReiner Huober1-0/+3
2017-08-09fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-07-28Introduce fdt_setprop_placeholder() methodPantelis Antoniou2-3/+48
2017-04-09Fix a few whitespace and style nitsSimon Glass4-7/+6
2017-04-02Add a libfdt function to write a property placeholderSimon Glass2-2/+30
2017-03-21Adjust libfdt.h to work with swigSimon Glass1-1/+20
2017-03-06libfdt: overlay: Check the value of the right variableNicolas Iooss1-1/+1