aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
12 dayslibfdt.h: whitespace consistency fixupsHEADmastermainRasmus Villemoes1-9/+9
12 dayslibfdt.h: typo and consistency fixesRasmus Villemoes1-10/+9
2024-08-17Bump version to v1.7.1v1.7.1David Gibson1-1/+1
2024-08-12setup: Move setting of srcdir down to the bottomSimon Glass1-5/+6
2024-08-12setup: Collect top-level code togetherSimon Glass1-8/+9
2024-08-12setup: Move version and full_description into a functionSimon Glass1-4/+18
2024-08-12Tidy up some pylint warningsSimon Glass1-9/+16
2024-08-12Require Python 3Simon Glass1-3/+1
2024-08-11fdtoverlay: remove wrong singular article in a commentMarkus Heidelberg1-1/+1
2024-08-01checks: relax graph checks for overlaysMichael Riesch1-4/+12
2024-07-06pylibfdt/Makefile.pylibfdt: use project's flags to compile the extensionDan Horák1-1/+1
2024-07-05libfdt: overlay: Fix phandle overwrite check for new subtreesUwe Kleine-König3-1/+19
2024-07-01meson: fix installation with meson-pythonBrandon Maier1-1/+1
2024-07-01pylibfdt: clean up python build directoryBrandon Maier2-2/+3
2024-07-01pylibfdt: add VERSION.txt to Python sdistBrandon Maier1-0/+1
2024-07-01pylibfdt: fix Python versionBrandon Maier1-1/+1
2024-06-26pylibfdt/Makefile.pylibfdt: fix Python library being rebuild during installBrandon Maier1-1/+1
2024-06-26pylibfdt/meson.build: fix Python library being rebuilt during installBrandon Maier2-2/+14
2024-06-26tests/run_tests.sh: fix Meson library path being droppedBrandon Maier1-1/+5
2024-06-24tests/meson.build: fix python and yaml tests not runningBrandon Maier1-0/+3
2024-06-01checks: Check the overall length of "interrupt-map"Rob Herring (Arm)1-0/+4
2024-05-01libfdt: overlay: Refactor overlay_fixup_phandleZheng Guangyuan1-20/+20
2024-05-01libfdt: tests: Update test case for overlay_bad_fixupZheng Guangyuan1-1/+1
2024-04-29tests: Remove two_roots and named_root from LIBTREE_TESTS_L and add all dtb f...Zheng Guangyuan1-3/+4
2024-03-22tests: fix tests broken under MesonBrandon Maier1-7/+7
2024-03-19github: enforce testing pylibfdt and yaml supportBrandon Maier1-3/+3
2024-03-19meson: split run-tests by typeBrandon Maier1-8/+23
2024-03-19meson: fix dependencies of testsBrandon Maier3-10/+17
2024-03-19meson: fix pylibfdt missing dependency on libfdtBrandon Maier1-0/+1
2024-03-19pylibfdt: fix get_mem_rsv for newer Python versionsBrandon Maier1-7/+4
2024-03-14libfdt: overlay: ensure that existing phandles are not overwrittenUwe Kleine-König4-0/+334
2024-03-06github: add windows/msys CI buildMarc-André Lureau1-0/+48
2024-03-06github: Don't accidentally suppress test errorsDavid Gibson1-1/+1
2024-03-06github: Display meson test logs on failureDavid Gibson1-1/+1
2024-03-06pylibfdt: Remove some apparently deprecated options from setup.pyDavid Gibson1-6/+0
2024-03-06github: Update to newer checkout actionDavid Gibson1-2/+2
2024-03-06fix MinGW format attributeRosen Penev2-8/+3
2024-02-23libfdt: Simplify adjustment of values for local fixupsDavid Gibson1-37/+15
2024-02-22libfdt: rework shared/static librariesRosen Penev1-12/+5
2024-02-14Makefile: do not hardcode the `install` program pathSamuel Tardieu1-1/+1
2024-01-25libfdt: fix duplicate meson targetAlyssa Ross1-9/+11
2024-01-25tests: use correct pkg-config when cross compilingAlyssa Ross1-1/+1
2023-12-18meson: allow building from shallow clonesPeter Marko1-0/+1
2023-11-04treesource: Restore string list output when no type markersRob Herring3-2/+30
2023-10-11libfdt: fdt_path_offset_namelen: Reject empty pathPierre-Clément Tosi2-1/+10
2023-10-11libfdt: fdt_get_alias_namelen: Validate aliasesPierre-Clément Tosi3-2/+27
2023-09-15pylibfdt: Support boolean propertiesSimon 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