commit | 07e922a775d7b24a60a722f2d48b7dede8d16e78 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 28 20:25:10 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Apr 29 21:02:33 2015 -0600 |
tree | 909c92a6de57d96a07403c6e1e60d70c8c25ba56 | |
parent | 131a645e6af1ed88c74f2b4850549ff5525c1330 [diff] |
x86: Add support for the Simple Firmware Interface (SFI) This provides a way of passing information to Linux without requiring the full ACPI horror. Provide a rudimentary implementation sufficient to be recognised and parsed by Linux. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>