mbox series

[ImageBuilder,v2,0/2] Use lopper to generate partial dts

Message ID 20220913120918.31162-1-michal.orzel@amd.com (mailing list archive)
Headers show
Series Use lopper to generate partial dts | expand

Message

Orzel, Michal Sept. 13, 2022, 12:09 p.m. UTC
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(-)