Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-06 | x86: Use unsigned long for address in table generation | Simon Glass | |
We should use unsigned long rather than u32 for addresses. Update this so that the table-generation code builds correctly on 64-bit machines. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2015-04-29 | x86: Add support for the Simple Firmware Interface (SFI) | Simon Glass | |
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> |