From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/5] edison: Support for writing an xFSTK image
Date: Fri, 4 Sep 2020 12:46:07 +0300 [thread overview]
Message-ID: <20200904094607.GL1891694@smile.fi.intel.com> (raw)
In-Reply-To: <20200904012856.1175506-1-sjg@chromium.org>
On Thu, Sep 03, 2020 at 07:28:51PM -0600, Simon Glass wrote:
> At present it is painful to put Edison in a hardware lab because it has
> two separate recovery modes. When the board has a functioning U-Boot, DFU
> can be used. Otherwise an xFSTK image must be used.
>
> This series converts Andy's script to a binman description so that U-Boot
> can produce an xFSTK image directly.
>
> With this, I can put an Edison in my lab fairly easily.
>
> The series is available at u-boot-dm/edison-working and is based on the
> reset binman series for sunxi.
Thanks for doing this! It will reduce burden when unbricking the board!
I have few minor comments (individually per patch) and one ask to Cc next
version to Ferry Toth <fntoth@gmail.com>.
> [1] https://gist.github.com/andy-shev/2c388310f2773ead647d9c1a3f1c813f
>
>
> Simon Glass (5):
> x86: Use multiple images
> binman: Show an error when a file is missing
> binman: Support adding a U-Boot environment
> x86: edison: Generate an image suitable for xFSTK
> x86: edison: Add documentation for using am xFSTK image
>
> arch/x86/cpu/tangier/Kconfig | 1 +
> arch/x86/dts/edison.dts | 34 ++++++
> arch/x86/dts/u-boot.dtsi | 7 --
> board/intel/edison/edison-environment.txt | 48 +++++++++
> board/intel/edison/edison-mbr.dat | Bin 0 -> 512 bytes
> doc/board/intel/edison.rst | 120 ++++++++++++++++++++++
> tools/binman/etype/blob.py | 7 +-
> tools/binman/etype/u_boot_env.py | 42 ++++++++
> tools/binman/ftest.py | 38 +++++++
> tools/binman/test/173_missing_blob.dts | 14 +++
> tools/binman/test/174_env.dts | 20 ++++
> tools/binman/test/175_env_no_size.dts | 19 ++++
> tools/binman/test/176_env_too_small.dts | 20 ++++
> 13 files changed, 360 insertions(+), 10 deletions(-)
> create mode 100644 board/intel/edison/edison-environment.txt
> create mode 100644 board/intel/edison/edison-mbr.dat
> create mode 100644 tools/binman/etype/u_boot_env.py
> create mode 100644 tools/binman/test/173_missing_blob.dts
> create mode 100644 tools/binman/test/174_env.dts
> create mode 100644 tools/binman/test/175_env_no_size.dts
> create mode 100644 tools/binman/test/176_env_too_small.dts
>
> --
> 2.28.0.526.ge36021eeef-goog
>
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2020-09-04 9:46 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-04 1:28 [PATCH 0/5] edison: Support for writing an xFSTK image Simon Glass
2020-09-04 1:28 ` [PATCH 1/5] x86: Use multiple images Simon Glass
2020-09-04 9:30 ` Andy Shevchenko
2020-09-04 1:28 ` [PATCH 2/5] binman: Show an error when a file is missing Simon Glass
2020-09-04 9:33 ` Andy Shevchenko
2020-09-07 1:43 ` Simon Glass
2020-09-07 9:05 ` Andy Shevchenko
2020-09-07 13:57 ` Simon Glass
2020-09-04 1:28 ` [PATCH 3/5] binman: Support adding a U-Boot environment Simon Glass
2020-09-04 9:37 ` Andy Shevchenko
2020-09-04 1:28 ` [PATCH 4/5] x86: edison: Generate an image suitable for xFSTK Simon Glass
2020-09-04 9:39 ` Andy Shevchenko
2020-09-04 1:28 ` [PATCH 5/5] x86: edison: Add documentation for using am xFSTK image Simon Glass
2020-09-04 9:43 ` Andy Shevchenko
2020-09-04 9:46 ` Andy Shevchenko [this message]
2020-09-05 3:23 ` [PATCH 0/5] edison: Support for writing an " Simon Glass
2020-09-07 8:04 ` Andy Shevchenko
2020-09-07 13:57 ` Simon Glass
2020-09-07 14:12 ` Tom Rini
2020-09-07 14:15 ` Simon Glass
2020-09-07 15:10 ` Andy Shevchenko
2020-09-22 7:11 ` Bin Meng
2020-09-22 22:03 ` Simon Glass
2020-09-24 3:22 ` Bin Meng
2020-09-24 3:27 ` Bin Meng
2020-09-25 1:00 ` 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=20200904094607.GL1891694@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox