commit | 3fb4f424d6bb6466f13a7b2a185bcf0fa5a40e6c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 14 04:57:32 2018 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 29 11:49:35 2018 -0600 |
tree | 053907b79f13c5871d9cdaa18377e45f4d63fef5 | |
parent | ae7cf03a644cc3ccdf9217c5a3a5fc2b083a22c3 [diff] |
binman: Support x86 microcode in TPL When TPL is used on x86 we may want to program the microcode (at least for the first CPU) early in boot. Add support for this by refactoring the existing code to be more generic. Signed-off-by: Simon Glass <sjg@chromium.org>