All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Holland <samuel@sholland.org>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/3] tools/sunxi: Use mkimage for SPL generation
Date: Wed, 18 Nov 2020 22:06:21 -0600	[thread overview]
Message-ID: <73ccee0a-3daf-6c79-c6d8-d294eeb7229b@sholland.org> (raw)
In-Reply-To: <20201118173204.5811-1-andre.przywara@arm.com>

On 11/18/20 11:32 AM, Andre Przywara wrote:
> Andre Przywara (3):
>   sunxi: Factor out eGON BROM header description
>   tools: mkimage: Add Allwinner eGON support
>   sunxi: Use mkimage for SPL boot image generation
> 
>  arch/arm/include/asm/arch-sunxi/spl.h |  65 +-----------
>  common/image.c                        |   1 +
>  include/image.h                       |   1 +
>  include/sunxi_image.h                 |  82 ++++++++++++++++
>  scripts/Makefile.spl                  |   8 +-
>  tools/Makefile                        |   1 +
>  tools/sunxi_egon.c                    | 136 ++++++++++++++++++++++++++
>  7 files changed, 226 insertions(+), 68 deletions(-)
>  create mode 100644 include/sunxi_image.h
>  create mode 100644 tools/sunxi_egon.c
> 

For the series:

Reviewed-by: Samuel Holland <samuel@sholland.org>
Tested-by: Samuel Holland <samuel@sholland.org>

      parent reply	other threads:[~2020-11-19  4:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-18 17:32 [PATCH v3 0/3] tools/sunxi: Use mkimage for SPL generation Andre Przywara
2020-11-18 17:32 ` [PATCH v3 1/3] sunxi: Factor out eGON BROM header description Andre Przywara
2020-11-18 17:32 ` [PATCH v3 2/3] tools: mkimage: Add Allwinner eGON support Andre Przywara
2020-11-19  4:05   ` Samuel Holland
2020-11-18 17:32 ` [PATCH v3 3/3] sunxi: Use mkimage for SPL boot image generation Andre Przywara
2020-11-19  4:06 ` Samuel Holland [this message]

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=73ccee0a-3daf-6c79-c6d8-d294eeb7229b@sholland.org \
    --to=samuel@sholland.org \
    --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.