diff options
author | Jose Marinho <jose.marinho@arm.com> | 2021-04-19 14:54:33 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-04-24 06:53:40 +0200 |
commit | 3627cf4bff9b29cf9e41ad88b56f469a3675aba2 (patch) | |
tree | 1e3e0253584ed511771e533577ccb02006f132da /arch | |
parent | 6fe8b4a39d0ddb6cf6de35ab3e1b522ec0824575 (diff) | |
download | u-boot-3627cf4bff9b29cf9e41ad88b56f469a3675aba2.zip u-boot-3627cf4bff9b29cf9e41ad88b56f469a3675aba2.tar.gz u-boot-3627cf4bff9b29cf9e41ad88b56f469a3675aba2.tar.bz2 |
efi: Fix ESRT refresh after Capsule update
Indicated by Coverity Scan CID 331147
The ESRT was being refreshed in situations where the UpdateCapsule
procedure failed. In that scenario:
1) the ESRT refresh was superfluous.
2) a failed ESRT refresh return code overwrites the UpdateCapsule error
return code.
This commit ensures that the ESRT is only refreshed when the
UpdateCapsule performs successfully.
CC: Heinrich Schuchardt <xypron.glpk@gmx.de>
CC: Sughosh Ganu <sughosh.ganu@linaro.org>
CC: AKASHI Takahiro <takahiro.akashi@linaro.org>
CC: Tom Rini <trini@konsulko.com>
CC: Andre Przywara <andre.przywara@arm.com>
CC: nd@arm.com
Signed-off-by: Jose Marinho <jose.marinho@arm.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions