tools: microcode-tool: Support parsing header file with a license block
authorBin Meng <bmeng.cn@gmail.com>
Fri, 11 Dec 2015 10:55:46 +0000 (02:55 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jan 2016 04:20:14 +0000 (12:20 +0800)
commitaefba6f1b5681f124b5dce4908219eb6374533c9
tree5b185ffb6d587b8b33a8b608c6f3c917a2a355ea
parent394e0b662411f3aa47fb249fe8674126067dedfa
tools: microcode-tool: Support parsing header file with a license block

The microcode header files in the Intel Chief River FSP package have
a license comment block. Update the microcode-tool to support parsing
it and extract the license text to the .dtsi file.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
tools/microcode-tool.py