All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [linux-sunxi] [PATCH 1/3] tools: mkimage: Add missing names for imx8mimage and loadables
Date: Fri, 11 Jan 2019 12:34:15 +0530	[thread overview]
Message-ID: <CAMty3ZCC5Ue1Gu9rKz3XsJThHSZb5ia=BQZbEpC+ZtEGvpGJDg@mail.gmail.com> (raw)
In-Reply-To: <20181222013422.16967-2-andre.przywara@arm.com>

On Sat, Dec 22, 2018 at 7:06 AM Andre Przywara <andre.przywara@arm.com> wrote:
>
> At the moment "mkimage -T list" starts with two unknown entries, because
> their IH_TYPE_ name is not listed in the uimage_type table.
>
> Add those two entries to get an OCD-compatible image type listing.
>
> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
> ---
>  common/image.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/common/image.c b/common/image.c
> index 0659133fcc..3ff713a521 100644
> --- a/common/image.c
> +++ b/common/image.c
> @@ -140,7 +140,9 @@ static const table_entry_t uimage_type[] = {
>         {       IH_TYPE_KWBIMAGE,   "kwbimage",   "Kirkwood Boot Image",},
>         {       IH_TYPE_IMXIMAGE,   "imximage",   "Freescale i.MX Boot Image",},
>         {       IH_TYPE_IMX8IMAGE,  "imx8image",  "NXP i.MX8 Boot Image",},
> +       {       IH_TYPE_IMX8MIMAGE, "imx8mimage", "NXP i.MX8M Boot Image",},

This change already in, 6609c2663c9c9699f3d279ccea599e5d18578b20

  parent reply	other threads:[~2019-01-11  7:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-22  1:34 [U-Boot] [PATCH 0/3] tools: mkimage: Add Allwinner eGON support Andre Przywara
2018-12-22  1:34 ` [U-Boot] [PATCH 1/3] tools: mkimage: Add missing names for imx8mimage and loadables Andre Przywara
2018-12-29 13:39   ` Simon Glass
2019-01-11  7:04   ` Jagan Teki [this message]
2018-12-22  1:34 ` [U-Boot] [PATCH 2/3] tools: mkimage: Add Allwinner eGON support Andre Przywara
2018-12-29 13:39   ` Simon Glass
2019-01-11  7:16   ` [U-Boot] [linux-sunxi] " Jagan Teki
2019-01-11 12:24     ` Tom Rini
2019-01-11 16:20       ` Jagan Teki
2018-12-22  1:34 ` [U-Boot] [PATCH 3/3] sunxi: Use mkimage -T sunxi_egon for SPL boot image generation Andre Przywara
2018-12-29 13:39   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMty3ZCC5Ue1Gu9rKz3XsJThHSZb5ia=BQZbEpC+ZtEGvpGJDg@mail.gmail.com' \
    --to=jagan@amarulasolutions.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.