commit | 5af1207ec96e101e893605c0074205472f794982 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 24 07:22:50 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 15 08:40:02 2019 -0600 |
tree | 44591fc66eb9d21437e70c511880100f522264a0 | |
parent | 5e239183f62cc3740bf775e5204591cea5bf02ae [diff] |
binman: Add support for Intel FIT A Firmware Image Table (FIT) is a data structure defined by Intel which contains information about various things needed by the SoC, such as microcode. Add support for this entry as well as the pointer to it. The contents of FIT are fixed at present. Future work is needed to support adding microcode, etc. Signed-off-by: Simon Glass <sjg@chromium.org>