]> git.sur5r.net Git - u-boot/commit
binman: Add support for building x86 images with FSP/CMC
authorSimon Glass <sjg@chromium.org>
Sat, 26 Nov 2016 03:15:56 +0000 (20:15 -0700)
committerSimon Glass <sjg@chromium.org>
Mon, 19 Dec 2016 19:09:55 +0000 (08:09 +1300)
commitda229090733cf9161e9e26a70f6f9ff9238a41cf
tree0563557d0650b1b79c286c61329168c95fda3696
parent75db0860b1cee8c3b2539878a227c37bfce00046
binman: Add support for building x86 images with FSP/CMC

Add support for two more from the inexhaustible supply of x86 binary blob
types.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
tools/binman/etype/intel_cmc.py [new file with mode: 0644]
tools/binman/etype/intel_fsp.py [new file with mode: 0644]
tools/binman/func_test.py
tools/binman/test/42_intel-fsp.dts [new file with mode: 0644]
tools/binman/test/43_intel-cmc.dts [new file with mode: 0644]