aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-15pylibfdt: Support boolean propertiesHEADmastermainSimon Glass3-0/+89
2023-09-05dtc: fix missing string in usage_opts_helpCharles Perry1-0/+1
2023-09-04libfdt: Fix fdt_appendprop_addrrange documentationPierre-Clément Tosi1-1/+1
2023-09-03github: add workflow for Meson buildsBrandon Maier2-5/+33
2023-08-06libfdt: rename libfdt-X.Y.Z.so to libfdt.so.X.Y.ZBrandon Maier3-1/+7
2023-08-06workflows: build: remove setuptools_scm hackBrandon Maier1-2/+2
2023-08-06pylibfdt: use fallback version in tarballsBrandon Maier1-0/+5
2023-08-06move release version into VERSION.txtBrandon Maier3-8/+5
2023-08-04libfdt: add missing version symbolsBrandon Maier1-0/+2
2023-08-04editorconfig: use tab indentation for version.ldsBrandon Maier2-1/+4
2023-08-04tests: generate dtbs in Meson build directoryBrandon Maier1-2/+3
2023-08-03tests: fix use of deprecated meson methodsBrandon Maier1-2/+2
2023-08-03pylibtfdt: fix use of deprecated meson methodBrandon Maier1-1/+1
2023-08-02meson: set minimum Meson version to 0.56.0Brandon Maier1-0/+1
2023-08-01libfdt: fix library version to match project versionBrandon Maier1-1/+1
2023-07-29meson: allow disabling testsOtavio Salvador2-3/+5
2023-07-29Makefile: allow to install libfdt without building executablesNicolas Escande1-1/+1
2023-07-28Fix use of <ctype.h> functionsSebastian Huber2-2/+2
2023-06-08libfdt: Fix a typo in libfdt.hYan-Jie Wang1-1/+1
2023-06-01libfdt: meson: Fix linking on macOS linkerOtavio Salvador1-1/+11
2023-05-26dtc: Add an option to generate __local_fixups__ and __fixups__Uwe Kleine-König2-1/+21
2023-05-16CI: Add build matrix with multiple Linux distributionsBiswapriyo Nath2-12/+48
2023-05-14dtc: Correct invalid dts output with mixed phandles and integersDavid Gibson3-0/+4
2023-05-14tests: Add additional tests for device graph checksJohannes Beisswenger3-0/+61
2023-05-14checks: Fix crash in graph_child_address if 'reg' cell size != 1Johannes Beisswenger1-25/+25
2023-05-14livetree: fix off-by-one in propval_cell_n() bounds checkJohannes Beisswenger1-1/+1
2023-05-14Add definition for a GitHub Actions CI jobUwe Kleine-König1-0/+33
2023-05-14Drop obsolete/broken CI definitionsUwe Kleine-König2-88/+0
2023-05-14yaml: Depend on libyaml >= 0.2.3Uwe Kleine-König3-3/+7
2023-05-07tests: Add test cases for bad endpoint node and remote-endpoint prop checksJohannes Beisswenger5-0/+46
2023-05-07checks: Fix segmentation fault in check_graph_nodeJohannes Beisswenger1-0/+5
2023-05-03improve documentation for fdt_path_offset()Rasmus Villemoes1-1/+26
2023-05-03add fdt_get_symbol() and fdt_get_symbol_namelen() functionsRasmus Villemoes2-0/+47
2023-05-03use fdt_path_getprop_namelen() in fdt_get_alias_namelen()Rasmus Villemoes1-7/+1
2023-05-03add fdt_path_getprop_namelen() helperRasmus Villemoes1-0/+12
2023-04-29doc: dt-object-internal: Fix a typoUwe Kleine-König1-1/+1
2023-04-28fdtoverlay: Drop a a repeated articleUwe Kleine-König1-1/+1
2023-04-28manual: Fix and improve documentation about -@Uwe Kleine-König1-5/+3
2023-03-18fdtoverlay: Fix usage string to not mention "<type>"Uwe Kleine-König1-3/+1
2023-03-01build-sys: add -Wwrite-stringsMarc-André Lureau2-1/+2
2023-03-01tests: fix leaks spotted by ASANMarc-André Lureau10-21/+25
2023-03-01livetree: fix leak spotted by ASANMarc-André Lureau1-11/+18
2023-03-01Make name_node() xstrdup its name argumentDavid Gibson3-12/+15
2023-03-01Delay xstrdup() of node and property names coming from a flat treeDavid Gibson1-12/+9
2023-03-01Make build_property() xstrdup its name argumentDavid Gibson4-7/+10
2023-03-01checks: correct I2C 10-bit address checkMatt Ranostay1-3/+4
2023-03-01yamltree.c: fix -Werror=discarded-qualifiers & -Werror=cast-qualMarc-André Lureau1-13/+13
2023-03-01checks: make check.data constMarc-André Lureau1-5/+5
2023-03-01checks.c: fix check_msg() leakMarc-André Lureau1-0/+1
2023-03-01checks.c: fix heap-buffer-overflowMarc-André Lureau1-1/+1