diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-01-30 20:03:02 +0100 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-02-10 00:24:00 +0100 |
commit | f3b5056c4e726238f3cbcdb8e5c34f38ba197611 (patch) | |
tree | 3c9971230b9d00c5a8354964e04efb13b8ab49db /MAINTAINERS | |
parent | 038782a27ad24260a4bc536772e10c351cf6522d (diff) | |
download | u-boot-f3b5056c4e726238f3cbcdb8e5c34f38ba197611.tar.gz |
efi_loader: split README.efi into two separate documents
README.efi describes two different concepts:
* U-Boot exposing the UEFI API
* U-Boot running on top of UEFI.
This patch splits the document in two.
Religious references are removed.
The separation of the concepts makes sense before detailing the internals
of U-Boot exposing the UEFI API in a future patch.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ac21ec581d..d2f8c513e0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -289,6 +289,7 @@ EFI PAYLOAD M: Alexander Graf <agraf@suse.de> S: Maintained T: git git://github.com/agraf/u-boot.git +F: doc/README.efi F: doc/README.iscsi F: include/efi* F: include/pe.h |