All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] dtc: Dynamic DT support
@ 2015-08-26 18:44 Pantelis Antoniou
       [not found] ` <1440614674-7055-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Pantelis Antoniou @ 2015-08-26 18:44 UTC (permalink / raw)
  To: David Gibson
  Cc: Jon Loeliger, Grant Likely, Rob Herring, Frank Rowand,
	Mark Rutland, Jan Luebbe, Sascha Hauer, Matt Porter,
	devicetree-compiler-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA

Enable the generation of symbol & fixup information for
use with dynamic DT loading.

Changes since v4:
* Rebase to latest dtc version.
* Completely redesigned the generation of resolution data.
Now instead of being generated as part of blob generation
they are created in the live tree.
* Consequently the patchset is much smaller.
* Added -A auto-label alias generation option.
* Addressed maintainer comments.
* Added syntactic sugar for overlays in the form of .dtsi
* Added /dts-v1/ /plugin/ preferred plugin form and deprecate
the previous form (although still works for backward compatibility)

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 (2):
  dtc: Plugin and fixup support
  dtc: Document the dynamic plugin internals

 Documentation/dt-object-internal.txt | 317 +++++++++++++++++++++++++++++++++++
 Documentation/manual.txt             |  16 ++
 checks.c                             |  18 +-
 dtc-lexer.l                          |   5 +
 dtc-parser.y                         |  54 +++++-
 dtc.c                                |  21 ++-
 dtc.h                                |  13 +-
 livetree.c                           | 202 ++++++++++++++++++++++
 treesource.c                         |   3 +
 9 files changed, 638 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/dt-object-internal.txt

-- 
1.7.12

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-11-20  6:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-26 18:44 [PATCH v5 0/2] dtc: Dynamic DT support Pantelis Antoniou
     [not found] ` <1440614674-7055-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-08-26 18:44   ` [PATCH v5 1/2] dtc: Plugin and fixup support Pantelis Antoniou
     [not found]     ` <1440614674-7055-2-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-10-21  2:29       ` David Gibson
     [not found]         ` <20151021022903.GB15881-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2015-10-21 13:52           ` Pantelis Antoniou
     [not found]             ` <B8D23946-69DB-4A15-96FE-86C67E358B81-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-11-20  6:57               ` David Gibson
2015-08-26 18:44   ` [PATCH v5 2/2] dtc: Document the dynamic plugin internals Pantelis Antoniou
     [not found]     ` <1440614674-7055-3-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2015-10-21  2:44       ` David Gibson
2015-09-08  4:00   ` [PATCH v5 0/2] dtc: Dynamic DT support David Gibson
     [not found]     ` <20150908040024.GC24774-1s0os16eZneny3qCrzbmXA@public.gmane.org>
2015-09-08  6:43       ` Pantelis Antoniou
2015-09-08  6:43         ` Pantelis Antoniou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.