commit | 32151d40172870e7772b1a393935001979a01aea | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Jun 12 08:36:18 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 17 21:16:04 2018 +0800 |
tree | 36f7e81b7d5a750f7452c8a85575e46942dfa5c6 | |
parent | 3773c6a20a1cd736a340f1141a6d3d8ee3c2ddc6 [diff] |
x86: Add generic EFI payload support It is possible to create a generic EFI payload for all x86 boards. The payload is configured to include as many generic drivers as possible. All stuff that touches low-level initialization are not allowed as such is the EFI BIOS's responsibility. Platform specific drivers (like gpio, spi, etc) are not included. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>