From ac22a77c96cb8086d03469c9e7f1a18faa7e15e9 Mon Sep 17 00:00:00 2001 From: Davidson K Date: Tue, 3 Sep 2024 16:35:37 +0530 Subject: [PATCH] docs: add load address relative offset node When this is provided in the partition manifest, it should be added to the load address to get the base address of the region. Signed-off-by: Davidson K Change-Id: Ib6d3d6a29af0a3eb87fac67c58220ba25342e1cd --- docs/components/ffa-manifest-binding.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/components/ffa-manifest-binding.rst b/docs/components/ffa-manifest-binding.rst index 29b89b2a7..c5dad14ef 100644 --- a/docs/components/ffa-manifest-binding.rst +++ b/docs/components/ffa-manifest-binding.rst @@ -228,6 +228,14 @@ Memory Regions then communicate the region properties (including the base address chosen by the partition manager) to the partition. +- load-address-relative-offset + - value type: + - Offset relative to the load address of the partition. + When this is provided in the partition manifest, it should be added to the + load address to get the base address of the region. The secure partition + manifest can have either "base-address" or "load-address-relative-offset". + It cannot have both. + - stream-ids - value type: - List of IDs belonging to a DMA capable peripheral device that has access to