diff options
author | Sam Protsenko <semen.protsenko@linaro.org> | 2025-07-09 17:29:25 -0500 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2025-07-25 10:17:21 +0900 |
commit | fd76fdc34efd5709bb2cd47e3d099e2cffcb2192 (patch) | |
tree | 2ae59ccbfe1ce65b794001f3d7ce5c52eee5c410 /drivers/fpga/ivm_core.c | |
parent | 9472bc2b504603716fe79360e917a1b2aaf456ae (diff) |
board: samsung: e850-96: Enable EFI Capsule Update mechanism
Make it possible to update E850-96 firmware binaries using EFI Capsule
Update mechanism. For example, to update the U-Boot binary, the capsule
file can be generated like this:
$ ./tools/mkeficapsule --index 4 \
--guid 629578c3-ffb3-4a89-ac0c-611840727779 \
u-boot.bin capsule4.bin
The resulting 'capsule4.bin' should be copied to ESP partition (in
/boot/efi/EFI/UpdateCapsule/ directory). Then after reboot U-Boot will
update the 'bootloader' area in eMMC Boot Partition A (boot0) and remove
the capsule file, by EFI boot manager executed as a part of Standard
Boot:
Applying capsule capsule4.bin succeeded.
Reboot after firmware update.
The kernel will also expose the ESRT table information via SysFS in
/sys/firmware/efi/esrt/entries.
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Diffstat (limited to 'drivers/fpga/ivm_core.c')
0 files changed, 0 insertions, 0 deletions