commit | b6764927c4eb61685aac6bec8ff358160b5a5b6a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 06 10:35:34 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Sep 25 11:27:28 2020 +0800 |
tree | 12f276e0bc88f6f8d37f97799fc838c803d1d5a4 | |
parent | a072950d37706534b6de1fcbbdcca253dd3d8713 [diff] |
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>