From patchwork Fri Sep 15 07:45:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 814115 X-Patchwork-Delegate: agraf@suse.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3xtnXB4Gwhz9t2V for ; Fri, 15 Sep 2017 17:46:18 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id F3A47C21F65; Fri, 15 Sep 2017 07:46:12 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 2E921C21D7B; Fri, 15 Sep 2017 07:46:10 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id F3C5AC21D7B; Fri, 15 Sep 2017 07:46:08 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by lists.denx.de (Postfix) with ESMTPS id A650DC21D04 for ; Fri, 15 Sep 2017 07:46:08 +0000 (UTC) Received: from laptop1.fritz.box ([94.197.120.111]) by mail.gmx.com (mrgmx001 [212.227.17.184]) with ESMTPSA (Nemesis) id 0MFLhE-1dgi5e2Kf6-00ELHC; Fri, 15 Sep 2017 09:46:07 +0200 From: Heinrich Schuchardt To: Alexander Graf Date: Fri, 15 Sep 2017 09:45:02 +0200 Message-Id: <20170915074502.17208-1-xypron.glpk@gmx.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: X-Provags-ID: V03:K0:v+xTCJ+ikpniFK365wyYOpqWKYfhl8mAhVCJCSsXF6YjEjJXXkD 1veUzKfUZL8gwAI9+VrvJJVp8Fy7QCywaKi8gr9ueAnRspnZYvdLSIcayUqary8Jf/tRigG mojcQIDfunEs3ZkDJXLr3J1mEitxXvoFYA+dWcehD+IbGjbkWKx0QTIY8IFw8Hg/KxcMbwV KCaMaSoyYFiN+EXRV5MXg== X-UI-Out-Filterresults: notjunk:1; V01:K0:S3xZTTvVJ/U=:SOS52qNEDHHL0dnc2TldYr VCQKfnjLU36AXC68krdso+DoohFcuq43TW6v2BvQVPRcMhihwBZrW9soziajFDHrVj3KGGoNH 9oriU/xdbWIBoIyXDml3u6JWjdgaL8CH5lmLGXFVyFHi7m4+tW7lrpmciH4dsImsiHIfI1q9W CSLxToYlzygUE4Ca/f/AWHbv0k4XJMbdeBaswHMHRXU2io4dWCSPbhTnl+8TEFfw1uGwbzBtt GTlqFw+tOVcNB+klnW9RocuuXb2dKQHdPQxBvdCBM6kSD4U4CyRFDm9py6rLb6cbqKdHRmnRH wqmDY7scxwEAt3kKwbqGY/0X5AgZ3lTbrhkNURNE/GX1p4hOJwe77gt3cx3Ky25cXxZ4Bwv6f 4sPjZ+c2CyJ7lqLK7GkqZVPix9zcP60yV2QnENCunAMgLZNtq3GBharr8x/4YBNu91QIyqi0W J6tmhzFFXBkMU4J4fKHCjsx/E18wk5pIwNPSIdTtn3IhwTd1sVKwh/wWTqRXCs+Y/oktTBh6g hCF+bZpV4vukdnPLkV2UZbwlv6IUJ3mxq6DXtKA/fImgRoWeVYMVqU/nqP+QKzrmtRs22mYpn RbYcdXVY6aNwtOIayV0YUcG7uFd6epPf74vXKu4mVGLNZMsOhofO9h3ICKVzhyFiAYssZ8Rba Y0NvYPIGUglIOjfD2RdP/5brbu4W1E/9sbNt4JmtUb2KKj9FPWEqkEYyoHHk+ZdIeAc8VS8SB 75rWEK0nunTanmlgALOtRMnfH2qNky/JRYjGGj6mP3wIK94q32oOrrO6PQ84UERJeYG5gkGJI B0NylsB0SJ3jnAjwvnOKvvJPWJ0bw== Cc: u-boot@lists.denx.de, Heinrich Schuchardt Subject: [U-Boot] [PATCH 1/1] efi_loader: provide comment for protocol GUIDs X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Add a missing comment. Reported-by: Simon Glass Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- Patch is directly applicable to efi-next. Reported by Simon Re: [PATCH 15/23] efi_loader: implement ConnectController https://lists.denx.de/pipermail/u-boot/2017-August/304372.html --- include/efi_loader.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/efi_loader.h b/include/efi_loader.h index 46d684f6df..bc48bf4e11 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -67,6 +67,9 @@ extern struct efi_simple_input_interface efi_con_in; extern const struct efi_console_control_protocol efi_console_control; extern const struct efi_device_path_to_text_protocol efi_device_path_to_text; +/* + * GUIDs of EFI protocols + */ extern const efi_guid_t efi_guid_console_control; extern const efi_guid_t efi_guid_device_path; extern const efi_guid_t efi_guid_loaded_image;