summaryrefslogtreecommitdiff
path: root/libfdt
Commit message (Expand)AuthorAgeFilesLines
* Fix CID 1461557David Gibson2021-06-081-5/+8
* libfdt: Add FDT alignment check to fdt_check_header()Rob Herring2021-04-071-0/+4
* libfdt: Check that the root-node name is emptySimon Glass2021-03-231-0/+10
* libfdt: Check that there is only one root nodeSimon Glass2021-03-231-0/+7
* libfdt: Fix a possible "unchecked return value" warningDavid Gibson2021-03-091-1/+4
* Set last_comp_version correctly in new dtb and fix potential version issues i...Justin Covell2021-01-043-2/+5
* libfdt: Tweak description of assume-aligned load helpersDavid Gibson2020-12-161-7/+7
* libfdt: Internally perform potentially unaligned loadsTom Rini2020-12-163-15/+32
* libfdt: Check for 8-byte address alignment in fdt_ro_probe_()Tom Rini2020-11-242-1/+9
* build-sys: add meson buildMarc-André Lureau2020-10-211-0/+50
* libfdt: Fix kernel-doc commentsAndre Przywara2020-10-131-36/+75
* libfdt: fdt_strerror(): Fix comparison warningAndre Przywara2020-10-021-2/+2
* libfdt: fdt_get_string(): Fix sequential write comparison warningsAndre Przywara2020-10-021-4/+6
* libfdt: libfdt_wip: Fix comparison warningAndre Przywara2020-10-021-1/+1
* libfdt: fdt_create_with_flags(): Fix comparison warningAndre Przywara2020-10-021-2/+2
* libfdt: fdt_move(): Fix comparison warningsAndre Przywara2020-10-021-1/+4
* libfdt: fdt_add_string_(): Fix comparison warningAndre Przywara2020-10-021-7/+7
* libfdt: fdt_node_offset_by_phandle(): Fix comparison warningAndre Przywara2020-09-251-1/+1
* libfdt: overlay: Fix comparison warningAndre Przywara2020-09-251-1/+2
* libfdt: fdt_resize(): Fix comparison warningAndre Przywara2020-09-241-1/+4
* libfdt: fdt_splice_(): Fix comparison warningAndre Przywara2020-09-241-1/+1
* libfdt: fdt_get_string(): Fix comparison warningsSimon Glass2020-09-241-2/+2
* libfdt: fdt_grab_space_(): Fix comparison warningAndre Przywara2020-09-231-2/+2
* libfdt: fdt_mem_rsv(): Fix comparison warningsAndre Przywara2020-09-231-2/+2
* libfdt: fdt_offset_ptr(): Fix comparison warningsAndre Przywara2020-09-231-3/+7
* libfdt: fix fdt_check_node_offset_ w/ VALID_INPUTFrank Mehnert2020-08-141-6/+10
* libfdt: fix fdt_check_full buffer overrunPatrick Oppenlander2020-07-101-0/+2
* libfdt: add extern "C" for C++Patrick Oppenlander2020-06-191-0/+8
* libfdt: trivial typo fixPatrick Oppenlander2020-06-181-1/+1
* libfdt: Correct condition for reordering blocksSimon Glass2020-06-161-1/+1
* libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich2020-03-061-6/+7
* libfdt: Use VALID_INPUT for FDT_ERR_BADSTATE checksSimon Glass2020-03-032-4/+5
* libfdt: Add support for disabling internal checksSimon Glass2020-03-032-2/+11
* libfdt: Improve comments in some of the assumptionsSimon Glass2020-03-031-3/+12
* libfdt: Fix a few typosSimon Glass2020-03-031-3/+3
* libfdt: Allow exclusion of fdt_check_full()Simon Glass2020-02-243-64/+75
* libfdt: Add support for disabling ordering check/fixupSimon Glass2020-02-241-1/+2
* libfdt: Add support for disabling version checksSimon Glass2020-02-243-24/+32
* libfdt: Add support for disabling rollback handlingSimon Glass2020-02-241-3/+15
* libfdt: Add support for disabling sanity checksSimon Glass2020-02-242-24/+48
* libfdt: Add support for disabling dtb checksSimon Glass2020-02-244-29/+45
* Add a way to control the level of checks in the codeSimon Glass2020-02-241-0/+104
* libfdt: De-inline fdt_header_size()Simon Glass2020-02-243-4/+11
* Remove trailing zero from the overlay pathStefan Mavrodiev2019-11-151-1/+1
* libfdt: Correct prototype for fdt_ro_probe_()David Gibson2019-11-081-2/+2
* libfdt.h: add explicit cast from void* to uint8_t* in fdt(32|64)_stLuc Michel2019-09-101-2/+2
* libfdt: Allow #size-cells of 0David Gibson2019-07-281-3/+5
* libfdt: Tweak data handling to satisfy CoverityDavid Gibson2019-07-053-12/+18
* fdtoverlay: Ignore symbols in overlays which don't apply to the target treeDavid Gibson2019-07-041-3/+8
* fdtoverlay: Allow adding labels to __overlay__ nodes in overlaysDavid Gibson2019-07-041-6/+11