All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/4] dtc: Dynamic DT support
@ 2016-05-05 19:48 Pantelis Antoniou
       [not found] ` <1462477724-8092-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 22+ messages in thread
From: Pantelis Antoniou @ 2016-05-05 19:48 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

The first two patches enabled generation of symbol & fixup
information for use with dynamic DT loading, along with the
documentation about the internal operation.

The third patch enables backward compatibility with already
present overlays out in the wild.

The fourth introduces a new magic number and new output/input
format options marking dynamic objects.

Only the first two patches are required; the last two are
optional.

Changes since v5:
* Rebase to latest dtc version.
* Addressed all the maintainer requested changes from v5
* Added new magic value for dynamic objects and new format

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 (4):
  dtc: Document the dynamic plugin internals
  dtc: Plugin and fixup support
  plugin: Transparently support old style syntax
  DTBO magic and dtbo format options

 Documentation/dt-object-internal.txt | 318 +++++++++++++++++++++++++++++++++++
 Documentation/manual.txt             |  23 +++
 checks.c                             |   8 +-
 dtc-lexer.l                          |   5 +
 dtc-parser.y                         |  56 +++++-
 dtc.c                                |  37 +++-
 dtc.h                                |  32 +++-
 fdtdump.c                            |   2 +-
 flattree.c                           |  13 +-
 fstree.c                             |   2 +-
 libfdt/fdt.c                         |   2 +-
 libfdt/fdt.h                         |   3 +-
 libfdt/libfdt_internal.h             |   1 +
 livetree.c                           | 217 +++++++++++++++++++++++-
 tests/mangle-layout.c                |   7 +-
 15 files changed, 695 insertions(+), 31 deletions(-)
 create mode 100644 Documentation/dt-object-internal.txt

-- 
1.7.12

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

end of thread, other threads:[~2016-05-25  3:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 19:48 [PATCH v6 0/4] dtc: Dynamic DT support Pantelis Antoniou
     [not found] ` <1462477724-8092-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-05 19:48   ` [PATCH v6 1/4] dtc: Document the dynamic plugin internals Pantelis Antoniou
     [not found]     ` <1462477724-8092-2-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-24  4:58       ` David Gibson
     [not found]         ` <20160524045840.GC29005-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2016-05-24  7:43           ` Pantelis Antoniou
     [not found]             ` <53E9201A-5D63-4A8E-8179-F96980F76BED-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-24 10:50               ` David Gibson
     [not found]                 ` <20160524105002.GD17226-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2016-05-24 12:53                   ` Pantelis Antoniou
     [not found]                     ` <45A08C18-0368-48B2-B6E3-BC352E345125-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-25  3:41                       ` David Gibson
2016-05-05 19:48   ` [PATCH v6 2/4] dtc: Plugin and fixup support Pantelis Antoniou
     [not found]     ` <1462477724-8092-3-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-24 10:39       ` David Gibson
     [not found]         ` <20160524103907.GB17226-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2016-05-24 14:04           ` Pantelis Antoniou
     [not found]             ` <33D5A973-4123-4B51-84D0-D0A5A70DA1A2-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-25  3:55               ` David Gibson
2016-05-05 19:48   ` [PATCH v6 3/4] plugin: Transparently support old style syntax Pantelis Antoniou
     [not found]     ` <1462477724-8092-4-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-06  0:58       ` Rob Herring
2016-05-06  9:14         ` Phil Elwell
     [not found]         ` <CAL_JsqJkJyMi4_RoxLAiVD3GXst8CX_8ekounavztXZKxdMKtg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-06  9:16           ` Phil Elwell
     [not found]             ` <CAPhXvM7D-Uv9nzmiiz8kw6w18nZQ-h_R4UEEPzj+_HPt3t=+BA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-06  9:30               ` Nicolas Ferre
2016-05-06  9:30                 ` Nicolas Ferre
     [not found]                 ` <572C6449.9080103-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2016-05-06 12:39                   ` Rob Herring
2016-05-06 12:39                     ` Rob Herring
2016-05-24 10:53           ` David Gibson
2016-05-05 19:48   ` [PATCH v6 4/4] DTBO magic and dtbo format options Pantelis Antoniou
     [not found]     ` <1462477724-8092-5-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2016-05-24 11:05       ` David Gibson

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.