[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XEN][RFC PATCH v4 0/1] Update libfdt to v1.6.1


  • To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
  • Date: Thu, 11 Nov 2021 23:27:19 -0800
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 149.199.62.198) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=xilinx.com; dmarc=pass (p=none sp=none pct=100) action=none header.from=xilinx.com; dkim=none (message not signed); arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=T2oAPRoBpQI9d7tWbw2zBLdpi/WRm+mKy7JeengF3D8=; b=hmA3kYgw1cXaf0SN05bg9EY73Ylr6ufCw4Oyf9CgPTjn7gNUpaMJU+bkngpjuWPSlcIjcLbhMZMOLWb2Elew1tEpQF61JHxmtIBa8ztjo670dhdn0/OyrqloiNqOv9aTJlh/0i/STcRy6P1CIOFaUr96R1J8lo510UsB9deBHgwQwqQ51deXZ9gqbV7ii8TdtRPDyJ4siU+jsBL3x/IIRXxjNNniHjc11QWD7SMdkz4NVj/Nj/euB8xnscVflBbmk06U7NmtZHZAPoblU7JDsLQifx/p/NAWAsr/VPLRNgcI0FNR3If/yP3xZm64D3ViGJ9V8UFaOd0sm/VEpwxBNw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hZO2T8pYAW0Q56D7VU0ZEgpLKJ81gblO8s6gTHsiO2nDLJUQQSjgnb+dfDSPqM6HxGM7U5UJw5RMvhMjlCc/+acrVLa7/gAkc0ucmlKAx87F3e2SbLbuxzctLAdHJTqT7yxCBEgKkxs5xjw5G2CdlPkxptnyKExzuUochtZKXUdXVNDRydluuS8gAFRKjIqB8FZoPZj8geq/qGxzCguELp1rGD/JyNhtjqSRkgVSd/aJIqPHy77fLRVGKsx1xzlM0D65WOObB949Gk+b04Th1v6JU2FT3/P/SKWIIGqpTtwdjo8ALoeOOZvTzzWhIHnBBSrF/W5db3VrJBTld1TcGA==
  • Cc: <sstabellini@xxxxxxxxxx>, <julien@xxxxxxx>, <bertrand.marquis@xxxxxxx>, <volodymyr_babchuk@xxxxxxxx>, Vikram Garhwal <fnu.vikram@xxxxxxxxxx>
  • Delivery-date: Fri, 12 Nov 2021 07:27:52 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

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:
v3 -> v4:
    Remove unnecessary config.h and stdbool.h header includes from libfdt_env.h.

v2 -> v3:
    Include version.lds changes.

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/common/libfdt/version.lds       |  24 +-
 xen/include/xen/libfdt/fdt.h        |  51 +--
 xen/include/xen/libfdt/libfdt.h     | 858 +++++++++++++++++++++++++++++-----
 xen/include/xen/libfdt/libfdt_env.h |  98 +++-
 16 files changed, 3046 insertions(+), 786 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




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.