aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-16libdtc: remove duplicate judgmentsJia Xianhua1-3/+0
2022-07-31Don't generate erroneous fixups from reference to pathDavid Gibson3-0/+13
2022-07-30libfdt: Don't mask fdt_get_name() returned errorPierre-Clément Tosi1-1/+4
2022-07-30manual.txt: Follow README.md and remove JonPierre-Clément Tosi1-2/+1
2022-07-30Update README in MANIFEST.in and setup.py to README.mdSaad Waheed2-2/+2
2022-07-29Add description of Signed-off-by linesDavid Gibson1-0/+54
2022-07-28Split out information for contributors to CONTRIBUTING.mdDavid Gibson2-19/+25
2022-07-28Remove Jon Loeliger from maintainers listDavid Gibson1-1/+0
2022-07-28Convert README to README.mdDavid Gibson2-106/+120
2022-07-27Allow static building with mesonTero Tervala4-5/+28
2022-07-27Allow static building with makeTero Tervala3-11/+24
2022-07-26libfdt: Handle failed get_name() on BEGIN_NODEPierre-Clément Tosi1-1/+1
2022-07-26Fix test script to run also on dash shellTero Tervala1-2/+2
2022-07-02Add missing relref_merge test to meson test listTero Tervala1-0/+1
2022-04-20pylibfdt: add FdtRo.get_path()Luca Weiss2-0/+41
2022-02-04pylibfdt: fix swig build in installRob Herring2-1/+8
2022-01-25tests: add test cases for label-relative path referencesAhmad Fatoum7-2/+112
2022-01-25dtc: introduce label relative path referencesAhmad Fatoum3-4/+44
2022-01-25util: introduce xstrndup helperAhmad Fatoum2-0/+12
2022-01-04setup.py: fix out of tree buildMarc-André Lureau1-1/+1
2021-12-29Handle integer overflow in check_property_phandle_args()David Gibson3-6/+30
2021-12-28README: Explain how to add a new API functionSimon Glass1-0/+9
2021-12-28Fix a UB when fdt_get_string return nullLoveSy1-1/+1
2021-12-28tests: setprop_inplace: use xstrdup instead of unchecked strdupAhmad Fatoum1-1/+1
2021-12-28pylibfdt: add Property.as_*int*_array()Luca Weiss3-0/+30
2021-12-28pylibfdt: add Property.as_stringlist()Luca Weiss2-0/+15
2021-12-26Fix Python crash on getprop deallocationLuca Weiss1-2/+4
2021-12-09Support 'r' format for printing raw bytes with fdtgetRafał Miłecki7-5/+18
2021-11-18libfdt: overlay: make overlay_get_target() publicVikram Garhwal3-22/+26
2021-11-17libfdt: fix an incorrect integer promotionElvira Khabirova1-1/+1
2021-11-12pylibfdt: Add packaging metadataRob Herring2-0/+20
2021-11-12README: Update pylibfdt install instructionsRob Herring1-7/+13
2021-11-12pylibfdt: fix with Python 3.10Ross Burton2-2/+3
2021-11-11pylibfdt: Move setup.py to the top levelRob Herring5-11/+24
2021-11-11pylibfdt: Split setup.py author name and emailRob Herring1-1/+2
2021-11-11pylibfdt: Use setuptools_scm for the versionRob Herring3-16/+5
2021-11-11pylibfdt: Use setuptools instead of distutilsRob Herring1-1/+1
2021-11-11libfdt: Add static lib to meson buildRob Herring1-0/+5
2021-11-01CI: Cirrus: bump used FreeBSD from 12.1 to 13.0Ahmad Fatoum1-2/+2
2021-10-21checks: Add an interrupt-map checkRob Herring5-0/+144
2021-10-14checks: Ensure '#interrupt-cells' only exists in interrupt providersRob Herring1-4/+10
2021-10-14checks: Drop interrupt provider '#address-cells' checkRob Herring1-5/+0
2021-10-14checks: Make interrupt_provider check dependent on interrupts_extended_is_cellRob Herring1-1/+1
2021-10-11treesource: Maintain phandle label/path on outputRob Herring3-6/+25
2021-09-27flattree: Use '\n', not ';' to separate asm pseudo-opsDavid Gibson1-1/+2
2021-09-27asm: Use assembler macros instead of cpp macrosDavid Gibson1-194/+207
2021-09-25asm: Use .asciz and .ascii instead of .stringRob Herring6-77/+75
2021-08-26fdtdump: fix -Werror=int-to-pointer-castMarc-André Lureau1-1/+1
2021-08-02libfdt: Add ALIGNMENT error stringGeorg Kotheimer1-0/+1
2021-06-30checks: Fix bus-range checkThierry Reding1-1/+1