[U-Boot] [PATCH 1/1] efi_loader: split README.efi into two separate documents
Alexander Graf
agraf at suse.de
Sat Jan 27 20:08:32 UTC 2018
On 26.01.18 21:03, Heinrich Schuchardt wrote:
> 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 at gmx.de>
> ---
> MAINTAINERS | 1 +
> doc/README.efi | 275 ++---------------------------------------------
> doc/README.u-boot_on_efi | 259 ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 271 insertions(+), 264 deletions(-)
> create mode 100644 doc/README.u-boot_on_efi
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6e94cee5d3..bc4f4fcfc7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -288,6 +288,7 @@ S: Maintained
> T: git git://github.com/agraf/u-boot.git
> F: doc/README.efi
> F: doc/README.iscsi
> +F: doc/README.u-boot_on_efi
I don't want to maintain that file. This is all Bin :)
Apart from that minor nit splitting the file sounds like a great idea.
Alex
More information about the U-Boot
mailing list