commit | 7ff3f3c77943f1d16d1d12ca379771886121a342 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Nov 17 09:28:00 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 03 21:22:50 2020 +0100 |
tree | 53a0669200d56a4a5fea55b9f30bb0bb7520ae99 | |
parent | f4818e6baacbe0f6a83dd1985b6d768c3a9f415e [diff] |
efi_loader: add firmware management protocol for raw image In this commit, a very simple firmware management protocol driver is implemented. It will take a binary image in a capsule file and apply the data using dfu backend storage drivers via dfu_write_by_alt() interface. So "dfu_alt_info" variable should be properly set to specify a device and location to be updated. Please read README.dfu. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>