]> git.baikalelectronics.ru Git - uboot.git/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)
commit90d28637bf0a35262f4135d93c5cae983350f37e
tree0563557d0650b1b79c286c61329168c95fda3696
parentb072c5384d0fc6318ce80416423f41ec40744f9c
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]