efi_loader: set CapsuleLast after each capsule
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 10 Jul 2021 09:14:13 +0000 (11:14 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 12 Jul 2021 18:30:48 +0000 (20:30 +0200)
commit70bad5462ca77dcd62efb6fdff03b26460df5f14
tree9b1fc83fc8f5e2a19caef310370244e83e9f5708
parentd7eedd9d50334388766a69f99cca7484e04684d6
efi_loader: set CapsuleLast after each capsule

If multiple capsules are applied, the FMP drivers for the individual
capsules can expect the value of CapsuleLast to be accurate. Hence
CapsuleLast must be updated after each capsule.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_capsule.c