[U-Boot] [RFC PATCH V2] common: image: minimal android image iminfo support

Simon Glass sjg at chromium.org
Sun Jun 12 23:15:21 CEST 2016


On 10 June 2016 at 11:54, Michael Trimarchi
<michael at amarulasolutions.com> wrote:
> We already support iminfo for other images. The idea
> of this patch is start to have a minimal support for
> android image format. We still need to print id[] array
>
> Signed-off-by: Michael Trimarchi <michael at amarulasolutions.com>
> ---
> Changes V1 -> V2:
>         - remove 0x on hex print
>         - fix comment in the function
>         - add commit message
> ---
>  cmd/bootm.c            |  6 ++++++
>  common/image-android.c | 29 +++++++++++++++++++++++++++++
>  include/image.h        |  1 +
>  3 files changed, 36 insertions(+)

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


More information about the U-Boot mailing list