public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/5] edison: Support for writing an xFSTK image
@ 2020-09-04  1:28 Simon Glass
  2020-09-04  1:28 ` [PATCH 1/5] x86: Use multiple images Simon Glass
                   ` (6 more replies)
  0 siblings, 7 replies; 26+ messages in thread
From: Simon Glass @ 2020-09-04  1:28 UTC (permalink / raw)
  To: u-boot

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.

[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

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-09-25  1:00 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/5] edison: Support for writing an " Andy Shevchenko
2020-09-05  3:23   ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox