aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-03-01tests: fix -Wwrite-stringsMarc-André Lureau2-3/+3
2023-03-01srcpos.c: fix -Wwrite-stringsMarc-André Lureau1-6/+6
2023-02-28meson: Fix cell overflow tests when running from mesonDavid Gibson1-2/+2
2023-02-28meson.build: bump version to 1.7.0Nikolay Letov1-1/+1
2023-02-27Add -Wsuggest-attribute=format warning, correct warnings thus generatedDavid Gibson3-3/+5
2023-02-27Use #ifdef NO_VALGRINDMarc-André Lureau1-1/+1
2023-02-27Do not redefine _GNU_SOURCE if already setMarc-André Lureau2-0/+4
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