commit | 7407595286f81d18eb14a9c4d8d90bdd159d6a5c | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Wed Dec 30 19:27:11 2020 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 31 14:41:31 2020 +0100 |
tree | 391bace6513374854705aa91f75bd497c776d1cb | |
parent | 88a2ef2720f58508d763c66e1033604edb97590b [diff] |
efidebug: capsule: Add a command to update capsule on disk Add a efidebug subcommand to initiate a firmware update using the efi firmware management protocol(fmp) set_image routine. The firmware update can be initiated through 'efidebug capsule disk-update' This would locate the efi capsule file on the efi system partition, and call the platform's set_image fmp routine to initiate the firmware update. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>