aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-08meson: increase default timeout for testsMarc-André Lureau1-0/+1
2020-12-08meson: do not assume python is installed, skip testsMarc-André Lureau1-6/+6
2020-12-08meson: fix -Wall warningMarc-André Lureau1-10/+12
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é Lureau6-0/+331
2020-10-21pylibfdt: allow build out of treeMarc-André Lureau2-10/+21
2020-10-13dtc: Fix signedness comparisons warnings: Wrap (-1)Andre Przywara1-1/+1
2020-10-13dtc: Fix signedness comparisons warnings: change typesAndre Przywara5-14/+14
2020-10-13convert-dtsv0: Fix signedness comparisons warningAndre Przywara1-1/+1
2020-10-13libfdt: Fix kernel-doc commentsAndre Przywara1-36/+75
2020-10-02checks: Allow PCI bridge child nodes without an addressRob Herring1-3/+1
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-25Makefile: Specify cflags for libyamlEmmanuel Vadot1-0/+1
2020-08-14libfdt: fix fdt_check_node_offset_ w/ VALID_INPUTFrank Mehnert1-6/+10
2020-07-22dtc: Include stdlib.h in util.hAndrei Ziureaev1-0/+1
2020-07-15dtc: Avoid UB when shiftingAndrei Ziureaev1-2/+2
2020-07-10libfdt: fix fdt_check_full buffer overrunPatrick Oppenlander1-0/+2
2020-06-24dtc: Consider one-character strings as stringsGeert Uytterhoeven1-1/+1
2020-06-22checks: Improve i2c reg property checkingJoel Stanley1-2/+6
2020-06-22checks: Remove warning for I2C_OWN_SLAVE_ADDRESSJoel Stanley1-0/+6
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-05-18checks: Add interrupt provider testAndre Przywara3-1/+32
2020-05-14Makefile: when building libfdt only, do not add unneeded depsClaudio Fontana1-0/+4
2020-04-14Fix some potential unaligned accesses in dtcDavid Gibson4-7/+38
2020-03-10check: Inform about missing rangesArkadiusz Drabczyk1-1/+1
2020-03-06libfdt: fix undefined behaviour in fdt_splice_()Jan Beulich1-6/+7
2020-03-04Bump version to v1.6.0v1.6.0David Gibson1-1/+1
2020-03-04Execute tests on FreeBSD with Cirrus CIDavid Gibson1-0/+2
2020-03-04tests: Allow running the testsuite on already installed binary / librariesDavid Gibson2-6/+13
2020-03-04tests: Honour NO_YAML make variableDavid Gibson1-1/+15
2020-03-04tests: Properly clean up .bak file from testsDavid Gibson2-1/+2
2020-03-04tests: Honour $(NO_PYTHON) flag from Makefile in run_tests.shDavid Gibson1-1/+15
2020-03-04Encode $(NO_PYTHON) consistently with other variablesDavid Gibson1-3/+5
2020-03-04tests: No need to explicitly pass $PYTHON from Make to run_tests.shDavid Gibson1-3/+3
2020-03-04tests: Let run_tests.sh run Python tests without Makefile assistanceDavid Gibson1-0/+4