aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2020-07-10libfdt: fix fdt_check_full buffer overrunPatrick Oppenlander1-0/+2
2020-06-19libfdt: add extern "C" for C++Patrick Oppenlander1-0/+8
2020-06-18libfdt: trivial typo fixPatrick Oppenlander1-1/+1
2020-06-16libfdt: Correct condition for reordering blocksSimon Glass1-1/+1
2020-03-06libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich1-6/+7
2020-03-03libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2-4/+5
2020-03-03libfdt: Add support for disabling internal checksSimon Glass2-2/+11
2020-03-03libfdt: Improve comments in some of the assumptionsSimon Glass1-3/+12
2020-03-03libfdt: Fix a few typosSimon Glass1-3/+3
2020-02-24libfdt: Allow exclusion of fdt_check_full()Simon Glass3-64/+75
2020-02-24libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-02-24libfdt: Add support for disabling version checksSimon Glass3-24/+32
2020-02-24libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-02-24libfdt: Add support for disabling sanity checksSimon Glass2-24/+48
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass4-29/+45
2020-02-24Add a way to control the level of checks in the codeSimon Glass1-0/+104
2020-02-24libfdt: De-inline fdt_header_size()Simon Glass3-4/+11
2019-11-15Remove trailing zero from the overlay pathStefan Mavrodiev1-1/+1
2019-11-08libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2019-09-10libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
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