aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_sw.c
AgeCommit message (Expand)Author
2021-01-04Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell
2020-10-02libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara
2020-10-02libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara
2020-09-24libfdt: fdt_resize(): Fix comparison warningAndre Przywara
2020-09-23libfdt: fdt_grab_space_(): Fix comparison warningAndre Przywara
2020-06-18libfdt: trivial typo fixPatrick Oppenlander
2020-03-03libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin
2019-05-10libfdt: Introduce fdt_create_with_flags()Nicholas Piggin
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin
2018-07-09libfdt: Add necessary header padding in fdt_create()David Gibson
2018-07-09libfdt: Copy the struct region in fdt_resize()Simon Glass
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson
2018-06-07libfdt: Clean up header checking functionsDavid Gibson
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson
2017-04-02Add a libfdt function to write a property placeholderSimon Glass
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson
2013-01-06dtc/libfdt: sparse fixesKim Phillips
2009-02-23Fix a possible overflow case detected by gcc 4.3.2Emil Medve
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson