aboutsummaryrefslogtreecommitdiff
path: root/libfdt/fdt_sw.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-03libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass1-3/+4
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass1-6/+10
2019-06-21libfdt: Replace GPL/BSD boilerplate/reference with SPDX tagsRob Herring1-46/+1
2019-05-10libfdt: Add FDT_CREATE_FLAG_NO_NAME_DEDUP flag that trades size for speedNicholas Piggin1-13/+26
2019-05-10libfdt: Introduce fdt_create_with_flags()Nicholas Piggin1-2/+28
2019-05-10libfdt: Ensure fdt_add_property frees allocated name string on failureNicholas Piggin1-3/+20
2018-07-09libfdt: Add necessary header padding in fdt_create()David Gibson1-3/+7
2018-07-09libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2018-06-07libfdt: Improve sequential write state checkingDavid Gibson1-14/+75
2018-06-07libfdt: Clean up header checking functionsDavid Gibson1-9/+9
2017-10-26libfdt: Remove leading underscores from identifiersDavid Gibson1-12/+12
2017-04-02Add a libfdt function to write a property placeholderSimon Glass1-2/+14
2013-10-26libfdt: Add function to resize the buffer for a sequential write treeDavid Gibson1-0/+32
2013-01-06dtc/libfdt: sparse fixesKim Phillips1-2/+2
2009-02-23Fix a possible overflow case detected by gcc 4.3.2Emil Medve1-1/+1
2009-02-06libfdt: Rework/cleanup fdt_next_tag()David Gibson1-5/+4
2008-07-14libfdt: Increase namespace-pollution paranoiaDavid Gibson1-19/+19
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-1/+1
2008-05-29libfdt: Several cleanups to parameter checkingDavid Gibson1-16/+15
2007-10-25libfdt: Remove un-const-safe fdt_set_header macroDavid Gibson1-14/+14
2007-10-24libfdt: Rename and publish _fdt_next_tag()David Gibson1-1/+1
2007-06-14Move everything into a subdirectory in preparation for merge into dtc.David Gibson1-0/+258