[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ImageBuilder v2 0/2] Use lopper to generate partial dts
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Michal Orzel <michal.orzel@xxxxxxx>
- Date: Tue, 13 Sep 2022 14:09:16 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.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=tyF0tR4xMYoYLzt3LlDRj6edeOruHgGGdZEG6tiK4DY=; b=ddgApKUMm4RJ0A8xNwECxajjS5GXYla2kuQDMxMlIDHy5S2V+uLp+nTm7x7oALt3N7OxSKOBdEip1WcRu7ah/4/RVdntY58HcNzmx/kJYHSceyjtPZZbVryBI8uRlQRI5V80gkfGH5NDFGrqRdgtHhlgbkJWU02dHo3kHBNQeHJ7wUOEIndYVQXpQlvsxNT83Ze4xXsaqmyjFrRN790REuXKe8U1OdwK006f52zUI3X32M4TS3H30czvrduORT+fswymLZCRriAcD7LSqzEapqAOpa8wlI0is91ToA2fdQsQY01d//ikdTOQ5kqJrhmOwXQRf0gMxG79B1ulDMfJEQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=LYgGOZugHoEZZaYF9qAyXULMUxHs0qLBN4IpoVQd4+RbG1wFo2irk//yx8KQwpmeWiq0pHA+OKxW0KEQ+WUO0c5UCZArkdI22sX8WQaKispLuuMdsu37/FA1PlxsDFtVzGswqTO++7RuDTQ/5/SCK++wMQpwtd+GF9KscqCpS4y/cl77GuDp7HeRBdPzXnQGlZGtEGVms1TJqcfxKiBO5In3Knce49Y7o4+huK7vebB3uivwNCnr9QW1zCmgQoG9yzOJBLIst7jHNDr9dJLfsDiVzwlUEFdfqest9h2ox8szUizk8fU9woO4W9GimwZYodOBPV1lyjGX7H00GSNOEA==
- Cc: <sstabellini@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>
- Delivery-date: Tue, 13 Sep 2022 12:09:46 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
This patch series introduces support to generate automatically passthrough
device trees using lopper. This feature should be used with care as the
corresponding lopper changes are still in an early support state. Current
integration has been tested with several devices from ZynqMP ZCU102 board
e.g. serial, spi, ahci, mmc.
When using this feature, make sure to use the latest lopper's master branch
status [1].
[1] https://github.com/devicetree-org/lopper
Michal Orzel (2):
Refactor sanity_check_partial_dts
Add support for lopper to generate partial dts
README.md | 23 ++++++++++-
scripts/common | 84 ++++++++++++++++++++++++++++++----------
scripts/uboot-script-gen | 22 ++++++++++-
3 files changed, 104 insertions(+), 25 deletions(-)
--
2.25.1
|