boot uuu: multiple otg path support
Alternative implementation of !2089 (closed)
Current MR propose to allow uuu_usb_otg_path to be provided as string
or list
.
Multiple otg path support is also implemented for path provided through command output.
changelog:
- schema.py:
uuu_usb_otg_path
accepted if of type list[str] or str - base-uboot: legacy jinja variable handling if usb_otg_path is iterable and not of type string. Escaped as string otherwise (legacy)
- boot uuu:
-
-m
arguments are added according to the number of otg path specified in device configuration. - Multiple otg path can be retrieved from
uuu_otg_path_command
execution
-