aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_overlay.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-15Remove trailing zero from the overlay pathStefan Mavrodiev1-1/+1
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: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2019-05-21Fix typos in various documentation and source filesThomas Huth1-2/+2
2019-03-29libfdt: Use fdt_find_max_phandle()Thierry Reding1-1/+5
2018-06-07libfdt: Clean up header checking functionsDavid Gibson1-3/+3
2018-01-10libfdt: overlay: Add missing licenseMaxime Ripard1-0/+51
2017-08-09fdt: Allow stacked overlays phandle referencesPantelis Antoniou1-22/+206
2017-03-06libfdt: overlay: Check the value of the right variableNicolas Iooss1-1/+1
2017-03-06Fix assorted sparse warningsDavid Gibson1-10/+11
2016-12-09tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson1-1/+6
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-06libfdt: Don't use 'index' as a local variable nameDavid Gibson1-10/+10
2016-10-06libfdt: Add overlay application functionMaxime Ripard1-0/+670