summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* libfdt: Don't mask fdt_get_name() returned errorPierre-Clément Tosi2022-07-301-1/+4
* manual.txt: Follow README.md and remove JonPierre-Clément Tosi2022-07-301-2/+1
* Update README in MANIFEST.in and setup.py to README.mdSaad Waheed2022-07-302-2/+2
* Add description of Signed-off-by linesDavid Gibson2022-07-291-0/+54
* Split out information for contributors to CONTRIBUTING.mdDavid Gibson2022-07-282-19/+25
* Remove Jon Loeliger from maintainers listDavid Gibson2022-07-281-1/+0
* Convert README to README.mdDavid Gibson2022-07-282-106/+120
* Allow static building with mesonTero Tervala2022-07-274-5/+28
* Allow static building with makeTero Tervala2022-07-273-11/+24
* libfdt: Handle failed get_name() on BEGIN_NODEPierre-Clément Tosi2022-07-261-1/+1
* Fix test script to run also on dash shellTero Tervala2022-07-261-2/+2
* Add missing relref_merge test to meson test listTero Tervala2022-07-021-0/+1
* pylibfdt: add FdtRo.get_path()Luca Weiss2022-04-202-0/+41
* pylibfdt: fix swig build in installRob Herring2022-02-042-1/+8
* tests: add test cases for label-relative path referencesAhmad Fatoum2022-01-257-2/+112
* dtc: introduce label relative path referencesAhmad Fatoum2022-01-253-4/+44
* util: introduce xstrndup helperAhmad Fatoum2022-01-252-0/+12
* setup.py: fix out of tree buildMarc-André Lureau2022-01-041-1/+1
* Handle integer overflow in check_property_phandle_args()David Gibson2021-12-293-6/+30
* README: Explain how to add a new API functionSimon Glass2021-12-281-0/+9
* Fix a UB when fdt_get_string return nullLoveSy2021-12-281-1/+1
* tests: setprop_inplace: use xstrdup instead of unchecked strdupAhmad Fatoum2021-12-281-1/+1
* pylibfdt: add Property.as_*int*_array()Luca Weiss2021-12-283-0/+30
* pylibfdt: add Property.as_stringlist()Luca Weiss2021-12-282-0/+15
* Fix Python crash on getprop deallocationLuca Weiss2021-12-261-2/+4
* Support 'r' format for printing raw bytes with fdtgetRafał Miłecki2021-12-097-5/+18
* libfdt: overlay: make overlay_get_target() publicVikram Garhwal2021-11-183-22/+26
* libfdt: fix an incorrect integer promotionElvira Khabirova2021-11-171-1/+1
* pylibfdt: Add packaging metadataRob Herring2021-11-122-0/+20
* README: Update pylibfdt install instructionsRob Herring2021-11-121-7/+13
* pylibfdt: fix with Python 3.10Ross Burton2021-11-122-2/+3
* pylibfdt: Move setup.py to the top levelRob Herring2021-11-115-11/+24
* pylibfdt: Split setup.py author name and emailRob Herring2021-11-111-1/+2
* pylibfdt: Use setuptools_scm for the versionRob Herring2021-11-113-16/+5
* pylibfdt: Use setuptools instead of distutilsRob Herring2021-11-111-1/+1
* libfdt: Add static lib to meson buildRob Herring2021-11-111-0/+5
* CI: Cirrus: bump used FreeBSD from 12.1 to 13.0Ahmad Fatoum2021-11-011-2/+2
* checks: Add an interrupt-map checkRob Herring2021-10-215-0/+144
* checks: Ensure '#interrupt-cells' only exists in interrupt providersRob Herring2021-10-141-4/+10
* checks: Drop interrupt provider '#address-cells' checkRob Herring2021-10-141-5/+0
* checks: Make interrupt_provider check dependent on interrupts_extended_is_cellRob Herring2021-10-141-1/+1
* treesource: Maintain phandle label/path on outputRob Herring2021-10-113-6/+25
* flattree: Use '\n', not ';' to separate asm pseudo-opsDavid Gibson2021-09-271-1/+2
* asm: Use assembler macros instead of cpp macrosDavid Gibson2021-09-271-194/+207
* asm: Use .asciz and .ascii instead of .stringRob Herring2021-09-256-77/+75
* fdtdump: fix -Werror=int-to-pointer-castMarc-André Lureau2021-08-261-1/+1
* libfdt: Add ALIGNMENT error stringGeorg Kotheimer2021-08-021-0/+1
* checks: Fix bus-range checkThierry Reding2021-06-301-1/+1
* Makefile: add -Wsign-compare to warning optionsAndre Przywara2021-06-211-1/+1
* checks: Fix signedness comparisons warningsAndre Przywara2021-06-211-10/+10