From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Holland Date: Wed, 18 Nov 2020 22:06:21 -0600 Subject: [PATCH v3 0/3] tools/sunxi: Use mkimage for SPL generation In-Reply-To: <20201118173204.5811-1-andre.przywara@arm.com> References: <20201118173204.5811-1-andre.przywara@arm.com> Message-ID: <73ccee0a-3daf-6c79-c6d8-d294eeb7229b@sholland.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Tested-by: Samuel Holland