summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_wip.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-19libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard1-4/+25
Add a function to modify inplace only a portion of a property.. This is especially useful when the property is an array of values, and you want to update one of them without changing the DT size. Acked-by: Simon Glass <sjg@chromium.org> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> [dwg: Remove unnecessary unsigned qualifier, correct a comment] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2015-10-16libfdt: Initial importSebastian Huber1-0/+118
Import from: git://git.kernel.org/pub/scm/utils/dtc/dtc.git Commit: 604e61e081e3c6c8fa1a8189c71cb3908a5bbc1e Date: 2015-09-29T09:09:08Z