diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-01 08:48:38 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-01 08:48:38 -0400 |
commit | 958046fc78f95a3d28b06980a7eb3ed80123c533 (patch) | |
tree | ebae5f10fae8263315d42b6513734e9ceb32bd41 /MAINTAINERS | |
parent | 6ca43a58db61aea8ca2ebec4003bb6cfacf81d46 (diff) | |
parent | 7dd5d44753969167a6059405635bdb8b9d961fa1 (diff) | |
download | u-boot-958046fc78f95a3d28b06980a7eb3ed80123c533.tar.gz |
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2017-10-01
Lots of new things this time. High level highlights are:
- Shim support (to boot Fedora)
- Initial set of unit tests
- Preparations to support UEFI Shell
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a24e453617..b167b028ec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -259,8 +259,9 @@ EFI PAYLOAD M: Alexander Graf <agraf@suse.de> S: Maintained T: git git://github.com/agraf/u-boot.git -F: include/efi_loader.h -F: lib/efi_loader/ +F: include/efi* +F: lib/efi* +F: test/py/tests/test_efi* F: cmd/bootefi.c FLATTENED DEVICE TREE |