aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Makefile: Add tags ruleStephen Boyd1-0/+6
2016-12-27dtc: fdtdump: check fdt if not in scanning modeHeinrich Schuchardt1-8/+19
2016-12-12dtc: Fix memory leak in character literal parsingGabriel Smith1-8/+8
2016-12-09Rename boot_infoDavid Gibson8-148/+147
2016-12-09dtc: Clean up /dts-v1/ and /plugin/ handling in grammarDavid Gibson1-18/+17
2016-12-09dtc: Don't always generate __symbols__ for pluginsDavid Gibson2-9/+2
2016-12-09tests: Don't use -@ on plugin de/recompile testsDavid Gibson1-2/+2
2016-12-09tests: Remove "suppression of fixups" testsDavid Gibson2-28/+0
2016-12-09tests: Clarify dtc overlay testsDavid Gibson2-11/+14
2016-12-09tests: More thorough tests of libfdt overlay application without dtcDavid Gibson4-2/+161
2016-12-09tests: Correct fdt handling of overlays without fixups and base trees without...David Gibson1-1/+6
2016-12-09tests: Fix double expansion bugs in test codeDavid Gibson2-4/+6
2016-12-09tests: Split overlay tests into those with do/don't exercise dtc plugin gener...David Gibson1-10/+16
2016-12-09tests: Test auto-alias generation on base tree, not overlayDavid Gibson1-5/+5
2016-12-09tests: Make overlay/plugin tests unconditionalDavid Gibson1-37/+34
2016-12-09tests: Add overlay testsPantelis Antoniou4-0/+64
2016-12-09tests: Add check_path testPantelis Antoniou4-1/+88
2016-12-09dtc: Plugin and fixup supportPantelis Antoniou9-11/+373
2016-12-09dtc: Document the dynamic plugin internalsPantelis Antoniou1-0/+310
2016-11-28checks: Pass boot_info instead of root nodePantelis Antoniou1-36/+42
2016-11-04libfdt: add missing errors to fdt_strerror()Benjamin Fair1-0/+3
2016-10-17libfdt: fix fdt_stringlist_search()Masahiro Yamada1-1/+1
2016-10-17libfdt: fix fdt_stringlist_count()Masahiro Yamada1-1/+1
2016-10-12tests: overlay: Rename the device tree blobs to be more explicitMaxime Ripard1-7/+7
2016-10-11tests: overlay: Add test suffix to the compiled blobsMaxime Ripard1-8/+8
2016-10-11libfdt: Add fdt_overlay_apply to the exported symbolsMaxime Ripard1-0/+1
2016-10-11fdt: strerr: Remove spurious BADOVERLAYMaxime Ripard1-1/+0
2016-10-07tests: overlay: Move back the bad fixup testsMaxime Ripard1-7/+7
2016-10-07libfdt: overlay: Fix symbols and fixups nodes conditionMaxime Ripard1-4/+3
2016-10-07libfdt: overlay: Report a bad overlay for mismatching local fixupsMaxime Ripard1-0/+2
2016-10-07libfdt: Add BADPHANDLE error stringMaxime Ripard1-0/+1
2016-10-06libfdt: Don't use 'index' as a local variable nameDavid Gibson2-25/+25
2016-10-06tests: Add tests cases for the overlay codeMaxime Ripard17-1/+656
2016-10-06libfdt: Add overlay application functionMaxime Ripard4-1/+703
2016-10-06libfdt: Extend the reach of FDT_ERR_BADPHANDLEMaxime Ripard1-2/+4
2016-10-06libfdt: Add new errors for the overlay codeMaxime Ripard2-1/+13
2016-09-28dtc: Remove "home page" linkDavid Gibson1-4/+0
2016-09-27Fix some typing errors in libfdt.h and livetree.cThomas Huth2-3/+3
2016-09-24Merge tag 'v1.4.2'David Gibson1-4/+20
2016-09-22dtc: Fix assorted problems in the testcases for the -a optionDavid Gibson1-17/+14
2016-09-22Implement the -a option to pad dtb alignedTim Wang4-5/+58
2016-09-03dtc: Makefile improvements for release uploadingv1.4.2David Gibson1-4/+20
2016-09-03dtc: Bump version to 1.4.2David Gibson1-1/+1
2016-08-22libfdt: simplify fdt_del_mem_rsv()Masahiro Yamada1-5/+1
2016-08-01libfdt: Add fdt_setprop_inplace_namelen_partialMaxime Ripard4-4/+59
2016-07-28libfdt: Add fdt_getprop_namelen_wMaxime Ripard1-0/+7
2016-07-28libfdt: Add max phandle retrieval functionMaxime Ripard3-0/+47
2016-07-28libfdt: Add iterator over propertiesMaxime Ripard6-0/+152
2016-07-28libfdt: Add a subnodes iterator macroThierry Reding2-6/+30
2016-07-24fdtput.c: Fix memory leak.Jean-Christophe Dubois1-1/+6