]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit9856a2392276c7d07a33db330bb62fae44685e20
tree12f276e0bc88f6f8d37f97799fc838c803d1d5a4
parentc92d0be5dbb4838edf0bee63eaee9e698b1b01bf
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]