]> git.ipfire.org Git - thirdparty/u-boot.git/commit
binman: Add support for Intel reference code
authorSimon Glass <sjg@chromium.org>
Sun, 2 Sep 2018 23:02:26 +0000 (17:02 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 22 Oct 2018 09:51:45 +0000 (17:51 +0800)
commit27fb0cf1f0dd061f5a902928417656488db6301f
tree676ce6e7e02f5f9684ffc306f5409852fdd6fc36
parentd7e84521feed2d2a45912b47a82c4700ee3c164a
binman: Add support for Intel reference code

Some platforms use this instead of FSP to set up the platform, including
memory. Add support for this in binman. This is needed for
chromebook_samus, for example.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/etype/intel_refcode.py [new file with mode: 0644]