summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CI: Add build matrix with multiple Linux distributionsHEADmastermainBiswapriyo Nath2023-05-162-12/+48
* dtc: Correct invalid dts output with mixed phandles and integersDavid Gibson2023-05-143-0/+4
* tests: Add additional tests for device graph checksJohannes Beisswenger2023-05-143-0/+61
* checks: Fix crash in graph_child_address if 'reg' cell size != 1Johannes Beisswenger2023-05-141-25/+25
* livetree: fix off-by-one in propval_cell_n() bounds checkJohannes Beisswenger2023-05-141-1/+1
* Add definition for a GitHub Actions CI jobUwe Kleine-König2023-05-141-0/+33
* Drop obsolete/broken CI definitionsUwe Kleine-König2023-05-142-88/+0
* yaml: Depend on libyaml >= 0.2.3Uwe Kleine-König2023-05-143-3/+7
* tests: Add test cases for bad endpoint node and remote-endpoint prop checksJohannes Beisswenger2023-05-075-0/+46
* checks: Fix segmentation fault in check_graph_nodeJohannes Beisswenger2023-05-071-0/+5
* improve documentation for fdt_path_offset()Rasmus Villemoes2023-05-031-1/+26
* add fdt_get_symbol() and fdt_get_symbol_namelen() functionsRasmus Villemoes2023-05-032-0/+47
* use fdt_path_getprop_namelen() in fdt_get_alias_namelen()Rasmus Villemoes2023-05-031-7/+1
* add fdt_path_getprop_namelen() helperRasmus Villemoes2023-05-031-0/+12
* doc: dt-object-internal: Fix a typoUwe Kleine-König2023-04-291-1/+1
* fdtoverlay: Drop a a repeated articleUwe Kleine-König2023-04-281-1/+1
* manual: Fix and improve documentation about -@Uwe Kleine-König2023-04-281-5/+3
* fdtoverlay: Fix usage string to not mention "<type>"Uwe Kleine-König2023-03-181-3/+1
* build-sys: add -Wwrite-stringsMarc-André Lureau2023-03-012-1/+2
* tests: fix leaks spotted by ASANMarc-André Lureau2023-03-0110-21/+25
* livetree: fix leak spotted by ASANMarc-André Lureau2023-03-011-11/+18
* Make name_node() xstrdup its name argumentDavid Gibson2023-03-013-12/+15
* Delay xstrdup() of node and property names coming from a flat treeDavid Gibson2023-03-011-12/+9
* Make build_property() xstrdup its name argumentDavid Gibson2023-03-014-7/+10
* checks: correct I2C 10-bit address checkMatt Ranostay2023-03-011-3/+4
* yamltree.c: fix -Werror=discarded-qualifiers & -Werror=cast-qualMarc-André Lureau2023-03-011-13/+13
* checks: make check.data constMarc-André Lureau2023-03-011-5/+5
* checks.c: fix check_msg() leakMarc-André Lureau2023-03-011-0/+1
* checks.c: fix heap-buffer-overflowMarc-André Lureau2023-03-011-1/+1
* tests: fix -Wwrite-stringsMarc-André Lureau2023-03-012-3/+3
* srcpos.c: fix -Wwrite-stringsMarc-André Lureau2023-03-011-6/+6
* meson: Fix cell overflow tests when running from mesonDavid Gibson2023-02-281-2/+2
* meson.build: bump version to 1.7.0Nikolay Letov2023-02-281-1/+1
* Add -Wsuggest-attribute=format warning, correct warnings thus generatedDavid Gibson2023-02-273-3/+5
* Use #ifdef NO_VALGRINDMarc-André Lureau2023-02-271-1/+1
* Do not redefine _GNU_SOURCE if already setMarc-André Lureau2023-02-272-0/+4
* Bump version to v1.7.0v1.7.0David Gibson2023-02-091-2/+2
* Merge remote-tracking branch 'gitlab/main'David Gibson2023-02-051-2/+2
|\
| * checks: Update #{size,address}-cells check for 'dma-ranges'Qun-Wei Lin2023-02-021-2/+2
* | pylibfdt: add size_hint parameter for get_pathLuca Weiss2023-02-052-4/+5
|/
* pylibfdt: Work-around SWIG limitations with flexible arraysRob Herring2023-02-021-0/+3
* libfdt: Replace deprecated 0-length arrays with proper flexible arraysKees Cook2023-01-291-2/+2
* dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson2022-11-214-3/+27
* libfdt: tests: add get_next_tag_invalid_prop_lenTadeusz Struk2022-10-125-1/+104
* libfdt: prevent integer overflow in fdt_next_tagTadeusz Struk2022-10-121-5/+12
* libfdt: add fdt_get_property_by_offset_w helperTadeusz Struk2022-10-121-0/+7
* Makefile: fix infinite recursion by dropping non-existent `%.output`Sergei Trofimovich2022-09-261-1/+1
* Makefile: limit make re-execution to avoid infinite spinSergei Trofimovich2022-09-261-0/+4
* libdtc: remove duplicate judgmentsJia Xianhua2022-09-161-3/+0
* Don't generate erroneous fixups from reference to pathDavid Gibson2022-07-313-0/+13