aboutsummaryrefslogtreecommitdiffstats
path: root/fdtoverlay.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-28fdtoverlay: Drop a a repeated articleUwe Kleine-König1-1/+1
2023-03-18fdtoverlay: Fix usage string to not mention "<type>"Uwe Kleine-König1-3/+1
2019-10-11fdtoverlay: Return non-zero exit code if overlays can't be appliedValter Minute1-1/+0
2019-06-30fdtoverlay: Rework output allocationDavid Gibson1-16/+58
2019-06-30fdtoverlay: Improve error messagesDavid Gibson1-8/+6
2019-06-30fdtoverlay: Check for truncated overlay blobsDavid Gibson1-1/+9
2019-06-21dtc: Replace GPLv2 boilerplate/reference with SPDX tagsRob Herring1-15/+1
2018-06-07Use size_t for blob lengths in utilfdt_read*David Gibson1-1/+1
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-2/+2
2018-01-03fdtoverlay: Switch from using alloca to mallockevans@FreeBSD.org1-2/+2
2017-09-27fdtoverlay: Sanity check blob sizeDavid Gibson1-0/+7
2017-06-15fdtoverlay: A tool that applies overlaysPantelis Antoniou1-0/+168