summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_rw.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-02libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-03-02libfdt: Add support for disabling version checksSimon Glass1-3/+3
2020-03-02libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-03-02libfdt: Add support for disabling dtb checksSimon Glass1-0/+2
2020-03-02libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2020-03-02libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin1-3/+19
2018-07-19libfdt: Clean up header checking functionsDavid Gibson1-14/+14
2018-07-19libfdt: Remove leading underscores from identifiersDavid Gibson1-45/+45
2018-07-19Introduce fdt_setprop_placeholder() methodPantelis Antoniou1-3/+17
2018-07-19Fix a few whitespace and style nitsSimon Glass1-2/+2
2018-07-19libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson1-1/+2
2018-07-19libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2018-07-19libfdt: check for potential overrun in _fdt_splice()Courtney Cavin1-0/+2
2015-10-16libfdt: Initial importSebastian Huber1-0/+492