Re: [PATCH v7 19/24] board: beagleboneai64: Define capsule update firmware info

2024-06-14 Thread Ilias Apalodimas
On Fri, 14 Jun 2024 at 19:36, Jonathan Humphreys wrote: > > Define the firmware components updatable via EFI capsule update, including > defining capsule GUIDs for the various firmware components for the > BeagleBoneAI64. > > Note this involved creating BeagleBoneAI64's own beagleboneai64.h board

[PATCH v7 19/24] board: beagleboneai64: Define capsule update firmware info

2024-06-14 Thread Jonathan Humphreys
Define the firmware components updatable via EFI capsule update, including defining capsule GUIDs for the various firmware components for the BeagleBoneAI64. Note this involved creating BeagleBoneAI64's own beagleboneai64.h board header file instead of reusing j721e_evm's. Signed-off-by: Jonathan