summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_sw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* libfdt: Add support for disabling dtb checksSimon Glass2020-03-021-6/+10
* libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring2020-03-021-46/+1
* libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin2020-03-021-13/+26
* libfdt: Introduce fdt_create_with_flags()Nicholas Piggin2020-03-021-2/+28
* libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2020-03-021-3/+20
* libfdt: Add necessary header padding in fdt_create()David Gibson2018-07-191-3/+7
* libfdt: Copy the struct region in fdt_resize()Simon Glass2018-07-191-1/+1
* libfdt: Improve sequential write state checkingDavid Gibson2018-07-191-14/+75
* libfdt: Clean up header checking functionsDavid Gibson2018-07-191-9/+9
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-191-12/+12
* Add a libfdt function to write a property placeholderSimon Glass2018-07-191-2/+14
* libfdt: Initial importSebastian Huber2015-10-161-0/+288