[PATCH v4 12/24] efi_loader: fwu_arm_psa: Add set_image and get_image_info support
Tom Rini
trini at konsulko.com
Wed Aug 20 17:16:54 CEST 2025
On Wed, Aug 20, 2025 at 03:28:22PM +0300, Ilias Apalodimas wrote:
> Hi Abdelllatif
>
> On Fri, 25 Jul 2025 at 18:50, <abdellatif.elkhlifi at arm.com> wrote:
> >
> > From: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> >
> > Implement set_image and get_image_info through RAW functions
> >
> > The implementation is done using efi_firmware_raw_set_image()
> > and efi_firmware_get_image_info()
> >
> > Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> > Signed-off-by: Davidson kumaresan <davidson.kumaresan at arm.com>
> > Cc: Heinrich Schuchardt <xypron.glpk at gmx.de>
> > Cc: Sughosh Ganu <sughosh.ganu at linaro.org>
> > Cc: Tom Rini <trini at konsulko.com>
> > Cc: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> > Cc: Simon Glass <sjg at chromium.org>
> > Cc: Michal Simek <michal.simek at amd.com>
> > Cc: Marek Vasut <marek.vasut+renesas at mailbox.org>
> > Cc: Casey Connolly <casey.connolly at linaro.org>
> > Cc: Adriano Cordova <adrianox at gmail.com>
> >
> > ---
> >
> > Changelog of changes:
> > ===========================
> >
> > v2:
> >
> > * Following Heinrich comment: The changes at efi_firmware_raw_set_image()
> > simplified by removing the "else" so it is clear we are just adding FWU_ARM_PSA
> > support and skipping the use of DFU in case of FWU_ARM_PSA
> >
> > v1:
> >
> > * Add set_image and get_image_info support for FWU_ARM_PSA
> >
> > lib/efi_loader/efi_firmware.c | 35 +++++++++++++++++++++++++++++++----
> > 1 file changed, 31 insertions(+), 4 deletions(-)
> >
> > diff --git a/lib/efi_loader/efi_firmware.c b/lib/efi_loader/efi_firmware.c
> > index 75501e21557..38945b34e7b 100644
> > --- a/lib/efi_loader/efi_firmware.c
> > +++ b/lib/efi_loader/efi_firmware.c
> > @@ -4,6 +4,12 @@
> > *
> > * Copyright (c) 2020 Linaro Limited
> > * Author: AKASHI Takahiro
> > + *
> > + * Copyright 2025 Arm Limited and/or its affiliates <open-source-office at arm.com>
> > + *
> > + * Authors:
> > + * Abdellatif El Khlifi <abdellatif.elkhlifi at arm.com>
> > + * Davidson kumaresan <davidson.kumaresan at arm.com>
>
> Copyright updates are usually done on significant contributions. I am
> not this qualifies as such.
> Tom is there a policy for that in U-Boot docs?
We don't have a formal policy, but indeed it's my understanding that
copyright claims need to be for "significant contributions" as well.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250820/b2b3e2d4/attachment.sig>
More information about the U-Boot
mailing list