summaryrefslogtreecommitdiff
path: root/fdtoverlay.c
Commit message (Expand)AuthorAgeFilesLines
* fdtoverlay: Drop a a repeated articleUwe Kleine-König2023-04-281-1/+1
* fdtoverlay: Fix usage string to not mention "<type>"Uwe Kleine-König2023-03-181-3/+1
* fdtoverlay: Return non-zero exit code if overlays can't be appliedValter Minute2019-10-111-1/+0
* fdtoverlay: Rework output allocationDavid Gibson2019-06-301-16/+58
* fdtoverlay: Improve error messagesDavid Gibson2019-06-301-8/+6
* fdtoverlay: Check for truncated overlay blobsDavid Gibson2019-06-301-1/+9
* dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring2019-06-211-15/+1
* Use size_t for blob lengths in utilfdt_read*David Gibson2018-06-071-1/+1
* Consolidate utilfdt_read_len() variantsDavid Gibson2018-06-071-2/+2
* fdtoverlay: Switch from using alloca to mallockevans@FreeBSD.org2018-01-031-2/+2
* fdtoverlay: Sanity check blob sizeDavid Gibson2017-09-271-0/+7
* fdtoverlay: A tool that applies overlaysPantelis Antoniou2017-06-151-0/+168