xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [XEN][PATCH v2 0/1] Update libfdt to v1.6.1
@ 2021-11-04  6:19 Vikram Garhwal
  2021-11-04  6:19 ` [XEN][PATCH v2 1/1] " Vikram Garhwal
  0 siblings, 1 reply; 9+ messages in thread
From: Vikram Garhwal @ 2021-11-04  6:19 UTC (permalink / raw)
  To: xen-devel; +Cc: sstabellini, julien, Vikram Garhwal

This update is done to support device tree overlays functionality. This is taken
from David Gibson's DTC git: github.com/dgibson/dtc

Change log:
v1 -> v2:
    Correct the compilation issue due to incorrect lib.h path.

Regards,
Vikram


Vikram Garhwal (1):
  Update libfdt to v1.6.1

 xen/common/libfdt/Makefile.libfdt   |  10 +-
 xen/common/libfdt/fdt.c             | 226 ++++++---
 xen/common/libfdt/fdt_addresses.c   | 101 ++++
 xen/common/libfdt/fdt_check.c       |  93 ++++
 xen/common/libfdt/fdt_empty_tree.c  |  46 +-
 xen/common/libfdt/fdt_overlay.c     | 884 ++++++++++++++++++++++++++++++++++++
 xen/common/libfdt/fdt_ro.c          | 514 ++++++++++++++++-----
 xen/common/libfdt/fdt_rw.c          | 249 +++++-----
 xen/common/libfdt/fdt_strerror.c    |  55 +--
 xen/common/libfdt/fdt_sw.c          | 312 +++++++++----
 xen/common/libfdt/fdt_wip.c         |  88 ++--
 xen/common/libfdt/libfdt_internal.h | 223 ++++++---
 xen/include/xen/libfdt/fdt.h        |  51 +--
 xen/include/xen/libfdt/libfdt.h     | 858 +++++++++++++++++++++++++++++-----
 xen/include/xen/libfdt/libfdt_env.h | 100 +++-
 15 files changed, 3025 insertions(+), 785 deletions(-)
 create mode 100644 xen/common/libfdt/fdt_addresses.c
 create mode 100644 xen/common/libfdt/fdt_check.c
 create mode 100644 xen/common/libfdt/fdt_overlay.c

-- 
2.7.4



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

end of thread, other threads:[~2021-11-08  8:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  6:19 [XEN][PATCH v2 0/1] Update libfdt to v1.6.1 Vikram Garhwal
2021-11-04  6:19 ` [XEN][PATCH v2 1/1] " Vikram Garhwal
2021-11-04 22:48   ` Stefano Stabellini
2021-11-05 14:48     ` Bertrand Marquis
2021-11-05 16:52       ` Stefano Stabellini
2021-11-05 14:43   ` Bertrand Marquis
2021-11-05 18:39     ` Vikram Garhwal
2021-11-08  8:41     ` Jan Beulich
2021-11-08  8:44       ` Bertrand Marquis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).