diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2018-06-12 08:36:18 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-06-17 21:16:04 +0800 |
commit | 32151d40172870e7772b1a393935001979a01aea (patch) | |
tree | 36f7e81b7d5a750f7452c8a85575e46942dfa5c6 /board/efi/efi-x86_payload/MAINTAINERS | |
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>
Diffstat (limited to 'board/efi/efi-x86_payload/MAINTAINERS')
-rw-r--r-- | board/efi/efi-x86_payload/MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/efi/efi-x86_payload/MAINTAINERS b/board/efi/efi-x86_payload/MAINTAINERS new file mode 100644 index 0000000000..abf3a1574b --- /dev/null +++ b/board/efi/efi-x86_payload/MAINTAINERS @@ -0,0 +1,7 @@ +EFI-X86_PAYLOAD BOARD +M: Bin Meng <bmeng.cn@gmail.com> +S: Maintained +F: board/efi/efi-x86_payload/ +F: include/configs/efi-x86_payload.h +F: configs/efi-x86_payload32_defconfig +F: configs/efi-x86_payload64_defconfig |