All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] libacpi updates
@ 2016-11-15  4:52 Boris Ostrovsky
  2016-11-15  4:52 ` [PATCH 1/2] tools/libacpi: Re-licence remaining GPL code to LGPLv2.1 Boris Ostrovsky
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Boris Ostrovsky @ 2016-11-15  4:52 UTC (permalink / raw)
  To: xen-devel
  Cc: lars.kurth, wei.liu2, andrew.cooper3, ian.jackson, jbeulich,
	Boris Ostrovsky

First patch makes all DSDT tables to be licensed under LGPL.

Seconds patch updates makefiles to create only DSDT files that are
needed by a particular component/architecture (some files were
built unnecessarily). I haven't tested on ARM so if Julian or
Shannon could give it a quick test I'd appreciate it.

Boris Ostrovsky (2):
  tools/libacpi: Re-licence remaining GPL code to LGPLv2.1
  libacpi: Be specific about which DSDT files to build

 tools/firmware/hvmloader/Makefile |  11 ++--
 tools/libacpi/COPYING             |  12 ----
 tools/libacpi/Makefile            |  25 +++-----
 tools/libacpi/dsdt.asl            |  11 ++++
 tools/libacpi/gpl/COPYING         |  22 -------
 tools/libacpi/gpl/mk_dsdt_gpl.sh  | 117 --------------------------------------
 tools/libacpi/mk_dsdt.c           |  68 +++++++++++++++++++++-
 tools/libxl/Makefile              |  15 ++---
 8 files changed, 99 insertions(+), 182 deletions(-)
 delete mode 100644 tools/libacpi/gpl/COPYING
 delete mode 100755 tools/libacpi/gpl/mk_dsdt_gpl.sh

-- 
2.7.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-11-15 15:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15  4:52 [PATCH 0/2] libacpi updates Boris Ostrovsky
2016-11-15  4:52 ` [PATCH 1/2] tools/libacpi: Re-licence remaining GPL code to LGPLv2.1 Boris Ostrovsky
2016-11-15  6:14   ` Wei Liu
2016-11-15  8:10   ` Jan Beulich
2016-11-15 15:14   ` Wei Liu
2016-11-15  4:52 ` [PATCH 2/2] libacpi: Be specific about which DSDT files to build Boris Ostrovsky
2016-11-15  6:17   ` Wei Liu
2016-11-15 13:35     ` Boris Ostrovsky
2016-11-15 13:45       ` Andrew Cooper
2016-11-15 14:14         ` Lars Kurth
2016-11-15  8:14   ` Jan Beulich
2016-11-15  4:55 ` [PATCH 0/2] libacpi updates Boris Ostrovsky

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.