From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Sat, 1 Dec 2018 00:21:39 +0100 Subject: [U-Boot] [U-Boot, v16, 3/4] efi: Create a function to set up for running EFI code In-Reply-To: <20181126031439.202582-4-sjg@chromium.org> References: <20181126031439.202582-4-sjg@chromium.org> Message-ID: <154362009956.30674.9220353583447042072@achrid.arch.suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > There is still duplicated code in efi_loader for tests and normal > operation. > > Add a new bootefi_run_prepare() function which holds common code used to > set up U-Boot to run EFI code. Make use of this from the existing > bootefi_test_prepare() function, as well as do_bootefi_exec(). > > Also shorten a few variable names. > > Signed-off-by: Simon Glass Thanks, applied to efi-next Alex