commit | c8896ee481a2ca4a25f5f1f3c2d211dbc127bdb9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 07:05:12 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 03:24:21 2015 -0600 |
tree | 370a526f45bef3a43d527b280ecf0f9a75fbd085 | |
parent | 46f8efee70313a4f8fb3831dadbc0530fcbfa9b6 [diff] |
x86: baytrail: Support running as an EFI payload We should not fiddle with interrupts or the FSP when running as an EFI payload. Detect this and skip this code. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>