x86: edison: Generate an image suitable for xFSTK
authorSimon Glass <sjg@chromium.org>
Sun, 6 Sep 2020 16:35:34 +0000 (10:35 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:28 +0000 (11:27 +0800)
commit2e3b8830140065184604e6acdadf7242d300bec6
tree12f276e0bc88f6f8d37f97799fc838c803d1d5a4
parentfb91d5675edf9a45141b69740f10979e221dd72e
x86: edison: Generate an image suitable for xFSTK

It is useful to be able to flash Edison directly without relying on the
installed U-Boot being functional.

Add a binman image for this. It includes a 'OSIP' header (which happens to
look like an MBR / (Master-Boot Record), U-Boot binary and an environment.

I am not able to find a specification for OSIP.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
arch/x86/cpu/tangier/Kconfig
arch/x86/dts/edison.dts
board/intel/edison/edison-environment.txt [new file with mode: 0644]
board/intel/edison/edison-osip.dat [new file with mode: 0644]