commit | fac773e5c2714065fe0b98fb9d1e285f61ededac | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Tue Jun 22 17:38:53 2021 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 02 09:37:01 2021 +0200 |
tree | 690817e3944b543a80a823dc88f8a1d7dda30f72 | |
parent | 967334d3d25e01ae63915a5f316fab27309f2dd3 [diff] |
efi_loader: Always install FMPs We only install FMPs if a CapsuleUpdate is requested. Since we now have an ESRT table which relies on FMPs to build the required information, it makes more sense to unconditionally install them. This will allow userspace applications (e.g fwupd) to make use of the ERST and provide us with files we can use to run CapsuleUpdate on-disk Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>