All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fdtoverlay, an overlay application tool
@ 2017-06-14 14:51 Pantelis Antoniou
       [not found] ` <1497451872-15289-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Pantelis Antoniou @ 2017-06-14 14:51 UTC (permalink / raw)
  To: David Gibson
  Cc: Tom Rini, Nishanth Menon, Tero Kristo, Frank Rowand, Rob Herring,
	Simon Glass, Devicetree Compiler,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Pantelis Antoniou

libfdt supports overlays, so it's trivial to create a tool
that applies them on a host using binary blobs.

fdtoverlay is that tool which given a base tree and a number
of overlays generates a target blob as the result.

Pantelis Antoniou (2):
  fdtoverlay: A tool that applies overlays
  tests: fdtoverlay unit test

 Documentation/manual.txt    |  14 ++++
 Makefile                    |   5 ++
 Makefile.utils              |   6 ++
 fdtoverlay.c                | 168 ++++++++++++++++++++++++++++++++++++++++++++
 tests/fdtoverlay-runtest.sh |  40 +++++++++++
 tests/run_tests.sh          |  27 ++++++-
 tests/tests.sh              |   1 +
 7 files changed, 260 insertions(+), 1 deletion(-)
 create mode 100644 fdtoverlay.c
 create mode 100644 tests/fdtoverlay-runtest.sh

-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-06-15  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-14 14:51 [PATCH 0/2] fdtoverlay, an overlay application tool Pantelis Antoniou
     [not found] ` <1497451872-15289-1-git-send-email-pantelis.antoniou-OWPKS81ov/FWk0Htik3J/w@public.gmane.org>
2017-06-14 14:51   ` [PATCH 1/2] fdtoverlay: A tool that applies overlays Pantelis Antoniou
2017-06-14 14:51   ` [PATCH 2/2] tests: fdtoverlay unit test Pantelis Antoniou
2017-06-15  7:40   ` [PATCH 0/2] fdtoverlay, an overlay application tool 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.