From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 31 Aug 2017 20:51:29 +0800 Subject: [U-Boot] [PATCH 07/23] efi_loader: simplify efi_install_protocol_interface In-Reply-To: <20170826225110.7381-8-xypron.glpk@gmx.de> References: <20170826225110.7381-1-xypron.glpk@gmx.de> <20170826225110.7381-8-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 27 August 2017 at 06:51, Heinrich Schuchardt wrote: > Use function efi_search_obj and efi_search_protocol > to simplify the coding. > > Do away with efi_install_protocol_interface_ext. > We can use EFI_CALL for internal usage. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/efi_boottime.c | 76 ++++++++++++++++++------------------------- > 1 file changed, 31 insertions(+), 45 deletions(-) > Reviewed-by: Simon Glass