summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_sw.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14libfdt: trivial typo fixPatrick Oppenlander1-1/+1
2021-12-14libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass1-3/+4
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass1-6/+10
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2020-03-02libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin1-13/+26
2020-03-02libfdt: Introduce fdt_create_with_flags()Nicholas Piggin1-2/+28
2020-03-02libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin1-3/+20
2018-07-19libfdt: Add necessary header padding in fdt_create()David Gibson1-3/+7
2018-07-19libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2018-07-19libfdt: Improve sequential write state checkingDavid Gibson1-14/+75
2018-07-19libfdt: Clean up header checking functionsDavid Gibson1-9/+9
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson1-12/+12
2018-07-19Add a libfdt function to write a property placeholderSimon Glass1-2/+14
2015-10-16libfdt: Initial importSebastian Huber1-0/+288