All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
To: Tom Rini <trini@konsulko.com>
Cc: Simon Glass <sjg@chromium.org>, u-boot@lists.denx.de
Subject: Re: [PATCH 0/8] arm_ffa: Add FFA_MEM_SHARE and FFA_MEM_RECLAIM support
Date: Wed, 20 Nov 2024 13:13:23 +0000	[thread overview]
Message-ID: <20241120131323.GA36998@e130802.arm.com> (raw)
In-Reply-To: <20241107153311.GA240434@e130802.arm.com>

Hi Tom,

I'm happy to address your review comments and make the patchset
meets your expectations.

Please feel free to give a feedback and I'll be addressing that ASAP.

Cheers
Abdellatif

On Thu, Nov 07, 2024 at 03:33:11PM +0000, Abdellatif El Khlifi wrote:
> Hi Simon, Tom,
> 
> > Add to the FF-A bus FFA_MEM_SHARE and FFA_MEM_RECLAIM ABIs.
> > 
> > These FF-A ABIs are for memory management. They are used for sharing
> > memory between U-Boot and secure world.
> > 
> > FFA_MEM_SHARE starts a transaction to grant access to a memory region
> > to one or more Borrowers (aka Secure Partitions or endpoints).
> > FFA_MEM_RECLAIM restores exclusive access to a memory region back to
> > its Owner (U-Boot).
> > 
> > For more details about these ABIs please refer to the FF-A v1.0
> > specification [1]. For more details about FF-A in U-Boot please
> > refer to the readme [2].
> > 
> > This work is based on the implementation in Linux kernel [3].
> > 
> > This work is provided with sandbox support (emulation and test cases).
> > 
> > [1]: https://developer.arm.com/documentation/den0077/a/?lang=en
> > [2]: doc/arch/arm64.ffa.rst
> > [3]: commit cc2195fe536c28e192df5d07e6dd277af36814b4
> >      Files: drivers/firmware/arm_ffa/driver.c , include/linux/arm_ffa.h
> > 
> > Cc: Tom Rini <trini@konsulko.com>
> > Cc: Simon Glass <sjg@chromium.org>
> > Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
> > Cc: Jens Wiklander <jens.wiklander@linaro.org>
> > Cc: Achin Gupta <achin.gupta@arm.com>
> > Cc: Drew Reed <Drew.Reed@arm.com>
> > Cc: Hugues Kamba Mpiana <Hugues.KambaMpiana@arm.com>
> > 
> > Cheers,
> > Abdellatif
> > 
> > Abdellatif El Khlifi (8):
> >   arm_ffa: Add NULL pointer check to the driver operations
> >   arm_ffa: Add FFA_MEM_SHARE support
> >   arm_ffa: Add FFA_MEM_RECLAIM support
> >   arm_ffa: sandbox: Replace the emulator error log with debug log
> >   arm_ffa: sandbox: Add FFA_MEM_SHARE emulation
> >   arm_ffa: sandbox: Add FFA_MEM_SHARE tests
> >   arm_ffa: sandbox: Add FFA_MEM_RECLAIM emulation
> >   arm_ffa: sandbox: Add FFA_MEM_RECLAIM tests
> > 
> 
> A gentle reminder please. Your comments are welcome.
> 
> Cheers,
> Abdellatif

      reply	other threads:[~2024-11-20 13:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-01 14:20 [PATCH 0/8] arm_ffa: Add FFA_MEM_SHARE and FFA_MEM_RECLAIM support abdellatif.elkhlifi
2024-11-01 14:20 ` [PATCH 1/8] arm_ffa: Add NULL pointer check to the driver operations abdellatif.elkhlifi
2024-11-01 15:14   ` Ilias Apalodimas
2024-11-04 12:48   ` Jens Wiklander
2024-11-01 14:20 ` [PATCH 2/8] arm_ffa: Add FFA_MEM_SHARE support abdellatif.elkhlifi
2024-11-01 14:20 ` [PATCH 3/8] arm_ffa: Add FFA_MEM_RECLAIM support abdellatif.elkhlifi
2024-11-01 15:21   ` Ilias Apalodimas
2024-11-04 11:22     ` Abdellatif El Khlifi
2024-11-01 14:20 ` [PATCH 4/8] arm_ffa: sandbox: Replace the emulator error log with debug log abdellatif.elkhlifi
2024-11-01 15:16   ` Ilias Apalodimas
2024-11-01 14:20 ` [PATCH 5/8] arm_ffa: sandbox: Add FFA_MEM_SHARE emulation abdellatif.elkhlifi
2024-11-01 14:20 ` [PATCH 6/8] arm_ffa: sandbox: Add FFA_MEM_SHARE tests abdellatif.elkhlifi
2024-11-01 14:20 ` [PATCH 7/8] arm_ffa: sandbox: Add FFA_MEM_RECLAIM emulation abdellatif.elkhlifi
2024-11-01 14:20 ` [PATCH 8/8] arm_ffa: sandbox: Add FFA_MEM_RECLAIM tests abdellatif.elkhlifi
2024-11-07 15:33 ` [PATCH 0/8] arm_ffa: Add FFA_MEM_SHARE and FFA_MEM_RECLAIM support Abdellatif El Khlifi
2024-11-20 13:13   ` Abdellatif El Khlifi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241120131323.GA36998@e130802.arm.com \
    --to=abdellatif.elkhlifi@arm.com \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.