]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: beagleplay: Define capsule update firmware info
authorJonathan Humphreys <j-humphreys@ti.com>
Fri, 14 Jun 2024 16:35:37 +0000 (11:35 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 18 Jun 2024 16:43:29 +0000 (10:43 -0600)
commit195f0e3a93038fa23aae9aa4103e5c44c0cd9144
tree5b447c6c7ddb5acf628fadfbc1d5d5094b6d13d8
parent44ba2836d4be01bcbf2f63be4dbd0e5760a86e86
board: beagleplay: Define capsule update firmware info

Define the firmware components updatable via EFI capsule update, including
defining capsule GUIDs for the various firmware components for the
BeaglePlay.

Note this involved creating BeaglePlay's own beagleplay.h board header file
instead of reusing am62_evm's.

Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
Acked-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
board/beagle/beagleplay/Kconfig
board/beagle/beagleplay/beagleplay.c
include/configs/beagleplay.h [new file with mode: 0644]