aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-06libfdt: Change names of sparse helper macrosDavid Gibson1-13/+13
2017-03-06Fix assorted sparse warningsDavid Gibson1-10/+11
2017-02-24libfdt: Add fdt_setprop_empty()David Gibson1-0/+30
2017-02-24libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2016-12-09tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson1-1/+6
2016-11-04libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2016-10-17libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-17libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-11libfdt: Add fdt_overlay_apply to the exported symbolsMaxime Ripard1-0/+1
2016-10-11fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2016-10-07libfdt: overlay: Fix symbols and fixups nodes conditionMaxime Ripard1-4/+3
2016-10-07libfdt: overlay: Report a bad overlay for mismatching local fixupsMaxime Ripard1-0/+2
2016-10-07libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1
2016-10-06libfdt: Don't use 'index' as a local variable nameDavid Gibson1-10/+10
2016-10-06libfdt: Add overlay application functionMaxime Ripard4-1/+703
2016-10-06libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2016-10-06libfdt: Add new errors for the overlay codeMaxime Ripard2-1/+13
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth1-2/+2
2016-08-22libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1