Enable the generation of symbol & fixup information for use with dynamic DT loading. Changes since v3: * Rebase to latest dtc version. Changes since v2: * Split single patch to a patchset. * Updated to dtc mainline. * Changed __local_fixups__ format * Clean up for better legibility. Pantelis Antoniou (3): dtc: Symbol and local fixup generation support dtc: Plugin (object) device tree support. dtc: Document the dynamic plugin internals Documentation/dt-object-internal.txt | 301 +++++++++++++++++++++++++++++++++++ Documentation/manual.txt | 10 ++ checks.c | 106 +++++++++++- dtc-lexer.l | 5 + dtc-parser.y | 22 ++- dtc.c | 9 +- dtc.h | 40 +++++ flattree.c | 202 +++++++++++++++++++++++ 8 files changed, 688 insertions(+), 7 deletions(-) create mode 100644 Documentation/dt-object-internal.txt -- 1.7.12 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html