[PATCH v3 00/19] EFI: ti: Enable EFI capsule updates
Jonathan Humphreys
j-humphreys at ti.com
Fri Apr 19 22:56:42 CEST 2024
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,
BeaglePlay, J7, and BeagleboneAI.
This series also includes enabling seral flash DFU for AM62 and MMC DFU for
beagleplay.
Changes from v1:
- Added sysfw.itb capsule definition to beagleboneai64
- removed extra commas in structure definitions
Changes from v2:
- Added documentation on OSPI flash layouts
- Improved comments for capsule GUIDs definitions
- Defined board unique capsule GUIDs and put definitions in board specific files
- Added a Capsule Update porting section to the documentation
Jonathan Humphreys (19):
doc: uefi: capsules: Start Capsule Update porting section
board: am64x: Define capsule update firmware info
configs: am64x: Enable EFI capsule update
doc: board: ti: am64x: document OSPI layout
board: j721e: Define capsule update firmware info
configs: j721e: Enable EFI capsule update
doc: board: ti: j721e: document OSPI layout
board: beagleplay: Define capsule update firmware info
configs: beagleplay: Enable DFU for MMC
configs: beagleplay: Enable EFI capsule update
board: am62px: Define capsule update firmware info
configs: am62px: Enable EFI capsule update
doc: board: ti: am62px: document OSPI layout
configs: am62x: Enable serial flash DFU
board: am62x: Define capsule update firmware info
configs: am62x: Enable EFI capsule update
doc: board: ti: am62x: document OSPI layout
board: beagleboneai64: Define capsule update firmware info
configs: beagleboneai64: Enable EFI capsule update
board/beagle/beagleboneai64/Kconfig | 4 +-
board/beagle/beagleboneai64/beagleboneai64.c | 38 +++++++++
board/beagle/beagleplay/Kconfig | 4 +-
board/beagle/beagleplay/beagleplay.c | 33 ++++++++
board/ti/am62px/evm.c | 32 ++++++++
board/ti/am62x/evm.c | 32 ++++++++
board/ti/am64x/evm.c | 33 ++++++++
board/ti/j721e/evm.c | 38 +++++++++
configs/am62px_evm_a53_defconfig | 2 +
configs/am62x_beagleplay_a53_defconfig | 5 ++
configs/am62x_evm_a53_defconfig | 3 +
configs/am64x_evm_a53_defconfig | 2 +
configs/j721e_beagleboneai64_a72_defconfig | 2 +
configs/j721e_evm_a72_defconfig | 2 +
doc/board/ti/am62px_sk.rst | 48 +++++++++++
doc/board/ti/am62x_sk.rst | 48 +++++++++++
doc/board/ti/am64x_evm.rst | 48 +++++++++++
doc/board/ti/j721e_evm.rst | 85 +++++++++++++-------
doc/develop/uefi/uefi.rst | 12 +++
include/configs/am62px_evm.h | 24 ++++++
include/configs/am62x_evm.h | 24 ++++++
include/configs/am64x_evm.h | 24 ++++++
include/configs/beagleboneai64.h | 55 +++++++++++++
include/configs/beagleplay.h | 41 ++++++++++
include/configs/j721e_evm.h | 29 +++++++
25 files changed, 635 insertions(+), 33 deletions(-)
create mode 100644 include/configs/beagleboneai64.h
create mode 100644 include/configs/beagleplay.h
--
2.34.1
More information about the U-Boot
mailing list