aboutsummaryrefslogtreecommitdiff
path: root/libfdt
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Fix CID 1461557David Gibson1-5/+8
2021-04-07libfdt: Add FDT alignment check to fdt_check_header()Rob Herring1-0/+4
2021-03-23libfdt: Check that the root-node name is emptySimon Glass1-0/+10
2021-03-23libfdt: Check that there is only one root nodeSimon Glass1-0/+7
2021-03-09libfdt: Fix a possible "unchecked return value" warningDavid Gibson1-1/+4
2021-01-04Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell3-2/+5
2020-12-16libfdt: Tweak description of assume-aligned load helpersDavid Gibson1-7/+7
2020-12-16libfdt: Internally perform potentially unaligned loadsTom Rini3-15/+32
2020-11-24libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2-1/+9
2020-10-21build-sys: add meson buildMarc-André Lureau1-0/+50
2020-10-13libfdt: Fix kernel-doc commentsAndre Przywara1-36/+75
2020-10-02libfdt: fdt_strerror(): Fix comparison warningAndre Przywara1-2/+2
2020-10-02libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara1-4/+6
2020-10-02libfdt: libfdt_wip: Fix comparison warningAndre Przywara1-1/+1
2020-10-02libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara1-2/+2
2020-10-02libfdt: fdt_move(): Fix comparison warningsAndre Przywara1-1/+4
2020-10-02libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara1-7/+7
2020-09-25libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara1-1/+1
2020-09-25libfdt: overlay: Fix comparison warningAndre Przywara1-1/+2
2020-09-24libfdt: fdt_resize(): Fix comparison warningAndre Przywara1-1/+4
2020-09-24libfdt: fdt_splice_(): Fix comparison warningAndre Przywara1-1/+1
2020-09-24libfdt: fdt_get_string(): Fix comparison warningsSimon Glass1-2/+2
2020-09-23libfdt: fdt_grab_space_(): Fix comparison warningAndre Przywara1-2/+2
2020-09-23libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara1-2/+2
2020-09-23libfdt: fdt_offset_ptr(): Fix comparison warningsAndre Przywara1-3/+7
2020-08-14libfdt: fix fdt_check_node_offset_ w/ VALID_INPUTFrank Mehnert1-6/+10
2020-07-10libfdt: fix fdt_check_full buffer overrunPatrick Oppenlander1-0/+2
2020-06-19libfdt: add extern "C" for C++Patrick Oppenlander1-0/+8
2020-06-18libfdt: trivial typo fixPatrick Oppenlander1-1/+1
2020-06-16libfdt: Correct condition for reordering blocksSimon Glass1-1/+1
2020-03-06libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich1-6/+7
2020-03-03libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2-4/+5
2020-03-03libfdt: Add support for disabling internal checksSimon Glass2-2/+11
2020-03-03libfdt: Improve comments in some of the assumptionsSimon Glass1-3/+12
2020-03-03libfdt: Fix a few typosSimon Glass1-3/+3
2020-02-24libfdt: Allow exclusion of fdt_check_full()Simon Glass3-64/+75
2020-02-24libfdt: Add support for disabling ordering check/fixupSimon Glass1-1/+2
2020-02-24libfdt: Add support for disabling version checksSimon Glass3-24/+32
2020-02-24libfdt: Add support for disabling rollback handlingSimon Glass1-3/+15
2020-02-24libfdt: Add support for disabling sanity checksSimon Glass2-24/+48
2020-02-24libfdt: Add support for disabling dtb checksSimon Glass4-29/+45
2020-02-24Add a way to control the level of checks in the codeSimon Glass1-0/+104
2020-02-24libfdt: De-inline fdt_header_size()Simon Glass3-4/+11
2019-11-15Remove trailing zero from the overlay pathStefan Mavrodiev1-1/+1
2019-11-08libfdt: Correct prototype for fdt_ro_probe_()David Gibson1-2/+2
2019-09-10libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel1-2/+2
2019-07-28libfdt: Allow #size-cells of 0David Gibson1-3/+5
2019-07-05libfdt: Tweak data handling to satisfy CoverityDavid Gibson3-12/+18
2019-07-04fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson1-3/+8
2019-07-04fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson1-6/+11