From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Sat, 20 Apr 2019 08:57:27 +0200 Subject: [U-Boot] [PATCH 4/9] cmd: bootefi: carve out efi_selftest code from do_bootefi() In-Reply-To: <20190419032236.8242-5-takahiro.akashi@linaro.org> References: <20190419032236.8242-1-takahiro.akashi@linaro.org> <20190419032236.8242-5-takahiro.akashi@linaro.org> 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 4/19/19 5:22 AM, AKASHI Takahiro wrote: > This is a preparatory patch for reworking do_bootefi() in later patch. > > Efi_selftest code is unusual in terms of execution path in do_bootefi(), > which make that function complicated and hard to understand. With this > patch, all efi_selftest related code will be put in a separate function. > > The change also includes expanding efi_run_prepare() and efi_run_finish() > in do_bootefi_exec(). > > Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt