commit | 93f25596f42527dc643f9a50b0b5df3355847d87 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 25 20:14:37 2018 -0700 |
committer | Alexander Graf <agraf@suse.de> | Sun Dec 02 21:59:37 2018 +0100 |
tree | 3c3d57098a8cdba202a644686af2c5b7115b18d4 | |
parent | 758cfa19cc79fff3e60fdb5682e1d657386e3895 [diff] |
efi: Split out test init/uninit into functions 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 <sjg@chromium.org> Signed-off-by: Alexander Graf <agraf@suse.de>