aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Bump version to v1.7.0v1.7.0David Gibson1-2/+2
2023-02-05Merge remote-tracking branch 'gitlab/main'David Gibson1-2/+2
2023-02-05pylibfdt: add size_hint parameter for get_pathLuca Weiss2-4/+5
2023-02-02checks: Update #{size,address}-cells check for 'dma-ranges'Qun-Wei Lin1-2/+2
2023-02-02pylibfdt: Work-around SWIG limitations with flexible arraysRob Herring1-0/+3
2023-01-29libfdt: Replace deprecated 0-length arrays with proper flexible arraysKees Cook1-2/+2
2022-11-21dtc: Warning rather than error on possible truncation of cell valuesDavid Gibson4-3/+27
2022-10-12libfdt: tests: add get_next_tag_invalid_prop_lenTadeusz Struk5-1/+104
2022-10-12libfdt: prevent integer overflow in fdt_next_tagTadeusz Struk1-5/+12
2022-10-12libfdt: add fdt_get_property_by_offset_w helperTadeusz Struk1-0/+7
2022-09-26Makefile: fix infinite recursion by dropping non-existent `%.output`Sergei Trofimovich1-1/+1
2022-09-26Makefile: limit make re-execution to avoid infinite spinSergei Trofimovich1-0/+4
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