]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "EFI: ti: Enable EFI capsule updates"
authorTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 16:47:10 +0000 (10:47 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 16:47:10 +0000 (10:47 -0600)
commit01a5d7547ed3a51a8ac5837c31a150f85bc475f8
tree326a83a66dad60d2a406c593b775245b3ed764ca
parent2c92ec69d162c1ac1a6b6ab25324c0e53b4a6ffe
parent3e6fd29aa88c5c05a3e4057148ff74c7f2d7a3d2
Merge patch series "EFI: ti: Enable EFI capsule updates"

Jonathan Humphreys <j-humphreys@ti.com> says:

Enable on disk capsule updates, which includes defining the firmware
components (tiboot3, spl, u-boot) and enabling processing of raw capsule
updates.

This is enabled for several TI SoC based platforms: AM64, AM62, AM62p,
AM69, BeaglePlay, J7, and BeagleboneAI. The configs to enable this are in a
single base config file. This will make it more scalable to add additional
EFI capsule features (like authentication) across all TI boards that have
capsules enabled.

This series also includes enabling serial flash DFU for AM62 and MMC DFU
for beagleplay.