commit | 0c1af33494d7538b8916c07dfb0a149e9aa23c03 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Nov 10 18:00:22 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Nov 21 07:24:11 2014 +0100 |
tree | d9dcd069c80725570e88551b6690ed149a6a339a | |
parent | 2c97a8f3863b75801cecfa28215f1e4e971f203a [diff] |
x86: Add ifdtool for working with Intel Flash Descriptor ROM images Newer Intel chips require a Management Engine which requires a particular format for the SPI flash that contains the boot loader. Add a tool that supports creating and modifying these ROM images. This tool is from Chrome OS but has been cleaned up to use U-Boot style and to add comments. A few features have been added also. Signed-off-by: Simon Glass <sjg@chromium.org>