From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Sat, 1 Dec 2018 00:21:35 +0100 Subject: [U-Boot] [U-Boot, v16, 2/4] efi: Split out test init/uninit into functions In-Reply-To: <20181126031439.202582-3-sjg@chromium.org> References: <20181126031439.202582-3-sjg@chromium.org> Message-ID: <154362009499.30570.7634899801004557131@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 > The functions in bootefi are very long because they mix high-level code > and control with the low-level implementation. To help with this, create > functions which handle preparing for running the test and cleaning up > afterwards. > > Also shorten the awfully long variable names here. > > Signed-off-by: Simon Glass Thanks, applied to efi-next Alex