aboutsummaryrefslogtreecommitdiff
path: root/tests/testutils.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-01tests: fix leaks spotted by ASANMarc-André Lureau1-10/+5
2023-02-27Use #ifdef NO_VALGRINDMarc-André Lureau1-1/+1
2023-02-27Do not redefine _GNU_SOURCE if already setMarc-André Lureau1-0/+2
2021-06-21tests: Fix signedness comparisons warningsAndre Przywara1-3/+9
2019-06-21tests: Replace license boilerplate with SPDX tagsRob Herring1-14/+1
2019-05-21Fix typos in various documentation and source filesThomas Huth1-1/+1
2019-03-29libfdt: add fdt_append_addrrange()AKASHI Takahiro1-0/+58
2018-11-24libfdt: Add a test for fdt_getprop_by_offset()Simon Glass1-0/+25
2018-09-10Make valgrind optionalDavid Gibson1-0/+10
2018-07-23tests: Correction to vg_prepare_blob()David Gibson1-6/+8
2018-07-20tests: Don't call memcmp() with NULL argumentsDavid Gibson1-2/+2
2018-06-07tests: Use valgrind client requests for better checkingDavid Gibson1-1/+54
2018-06-07tests: Better handling of valgrind errors saving blobsDavid Gibson1-2/+13
2018-06-07tests: Remove unused #defineDavid Gibson1-2/+0
2018-06-07Consolidate utilfdt_read_len() variantsDavid Gibson1-1/+1
2018-06-07libfdt: Safer access to strings sectionDavid Gibson1-3/+8
2014-03-03Remove duplicate assignmentHeinrich Schuchardt1-1/+0
2013-04-22Revert "utilfdt_read: pass back up the length of data read"Jon Loeliger1-1/+1
2013-04-21utilfdt_read: pass back up the length of data readMike Frysinger1-1/+1
2011-09-22Make testutils use utilfdtSimon Glass1-48/+11
2008-07-14dtc: Enable and fix -Wpointer-arith warningsDavid Gibson1-1/+1
2008-07-14dtc: Address an assortment of portability problemsDavid Gibson1-1/+1
2007-11-01libfdt: Handle v16 and re-ordered trees for r/wDavid Gibson1-0/+18
2007-10-15libfdt: Add functions to get/add/delete memory reservemap entriesDavid Gibson1-0/+15
2007-10-15libfdt: Make unit address optional for finding nodesDavid Gibson1-0/+15
2007-09-18dtc: Whitespace cleanupDavid Gibson1-1/+0
2007-06-14Merge libfdt into dtc.David Gibson1-0/+193