[PATCH v2 0/1] meson: Demonstration of using binman to produce the image
Simon Glass
sjg at chromium.org
Sun Apr 2 04:41:30 CEST 2023
Hi Mark,
On Sun, 2 Apr 2023 at 09:28, Mark Kettenis <mark.kettenis at xs4all.nl> wrote:
>
> > From: Simon Glass <sjg at chromium.org>
> > Date: Sun, 2 Apr 2023 06:54:57 +1200
> >
> > The Odroid-C2 is quite a complicated image with many steps. It is an
ideal
> > example for how Binman can be used.
>
> You say Odroid-C2, but the patches seem to address the Odroid-C4...
Ah, yes. The difference seems to be an Amlogic S905 on the C2 and an S902X3
on the C4. I wonder if that affects the image makeup?
The patch is for testing by Christian, who I hope can help get this landed
for all the Amlogic boards.
>
> > Add a binman description and update the instructions accordingly.
> >
> > Changes in v2:
> > - Rebase to -next
> >
> > Simon Glass (1):
> > RFC: Move Odroid-C2 to use binman to produce the image
> >
> > arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 107 ++++++++++++++++
> > arch/arm/mach-meson/Kconfig | 1 +
> > doc/board/amlogic/odroid-c4.rst | 127 +++++--------------
> > tools/binman/etype/aml_encrypt.py | 124 ++++++++++++++++++
> > tools/binman/ftest.py | 3 +
> > tools/binman/missing-blob-help | 6 +
> > tools/binman/test/213_aml_encrypt.dts | 38 ++++++
> > tools/binman/test/214_list_no_dtb.dts | 23 ++++
> > 8 files changed, 337 insertions(+), 92 deletions(-)
> > create mode 100644 tools/binman/etype/aml_encrypt.py
> > create mode 100644 tools/binman/test/213_aml_encrypt.dts
> > create mode 100644 tools/binman/test/214_list_no_dtb.dts
> >
Regards,
SImon
More information about the U-Boot
mailing list