summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_rw.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-14Fix CID 1461557David Gibson1-5/+8
2021-12-14libfdt: Fix a possible "unchecked return value" warningDavid Gibson1-1/+4
2021-12-14Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell1-1/+3
2021-12-14libfdt: fdt_splice_(): Fix comparison warningAndre Przywara1-1/+1
2021-12-14libfdt: Correct condition for reordering blocksSimon Glass1-1/+1
2021-12-14libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich1-6/+7
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