summaryrefslogtreecommitdiffstats
path: root/cpukit/dtc/libfdt/fdt_rw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix CID 1461557David Gibson2021-12-141-5/+8
* libfdt: Fix a possible "unchecked return value" warningDavid Gibson2021-12-141-1/+4
* Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell2021-12-141-1/+3
* libfdt: fdt_splice_(): Fix comparison warningAndre Przywara2021-12-141-1/+1
* libfdt: Correct condition for reordering blocksSimon Glass2021-12-141-1/+1
* libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich2021-12-141-6/+7
* libfdt: Add support for disabling ordering check/fixupSimon Glass2020-03-021-1/+2
* libfdt: Add support for disabling version checksSimon Glass2020-03-021-3/+3
* libfdt: Add support for disabling rollback handlingSimon Glass2020-03-021-3/+15
* libfdt: Add support for disabling dtb checksSimon Glass2020-03-021-0/+2
* libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring2020-03-021-46/+1
* libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin2020-03-021-3/+19
* libfdt: Clean up header checking functionsDavid Gibson2018-07-191-14/+14
* libfdt: Remove leading underscores from identifiersDavid Gibson2018-07-191-45/+45
* Introduce fdt_setprop_placeholder() methodPantelis Antoniou2018-07-191-3/+17
* Fix a few whitespace and style nitsSimon Glass2018-07-191-2/+2
* libfdt: Remove undefined behaviour setting empty propertiesDavid Gibson2018-07-191-1/+2
* libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada2018-07-191-5/+1
* libfdt: check for potential overrun in _fdt_splice()Courtney Cavin2018-07-191-0/+2
* libfdt: Initial importSebastian Huber2015-10-161-0/+492