[U-Boot] [PATCH v6 17/18] distro: add boot for UBI in GPT over MTD

Simon Glass sjg at chromium.org
Sun May 14 09:13:23 UTC 2017


On 11 May 2017 at 01:52, Patrick Delaunay <patrick.delaunay at st.com> wrote:
> Now that we can expose boot for UBI partition on MTD devices
> (NOR and NAND).
>
> This patch adds the distro script to automatically
> payloads from UBI volume called boot detected in a bootable partition
> in GPT partition in the MTD device.
>
> example to start from nor0 and nand0:
>
>         func(EFIMTD, nor, 0) \
>         func(EFIMTD, nand, 0)
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
> Changes in v6:
> - add distro support for UBI volume in GPT partition in MTD device
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  include/config_distro_bootcmd.h | 40 ++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list