[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ac2d90e2-6fc3-98dc-8c73-936132b6c8d5@linaro.org>
Date: Thu, 15 Dec 2022 08:25:54 +0100
From: Philippe Mathieu-Daudé <philmd@...aro.org>
To: Srinivasa Rao Mandadapu <quic_srivasam@...cinc.com>,
linux-remoteproc@...r.kernel.org, agross@...nel.org,
andersson@...nel.org, lgirdwood@...il.com, broonie@...nel.org,
robh+dt@...nel.org, quic_plai@...cinc.com, bgoswami@...cinc.com,
perex@...ex.cz, tiwai@...e.com, srinivas.kandagatla@...aro.org,
quic_rohkumar@...cinc.com, linux-arm-msm@...r.kernel.org,
linux-kernel@...r.kernel.org, swboyd@...omium.org,
judyhsiao@...omium.org, devicetree@...r.kernel.org,
krzysztof.kozlowski@...aro.org, mathieu.poirier@...aro.org,
corbet@....net
Subject: Re: [PATCH v2 2/2] docs: remoteproc: Update section header name
requirement
On 13/12/22 10:48, Srinivasa Rao Mandadapu wrote:
> Add section header name requirement specification in elf segments.
>
> Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@...cinc.com>
> ---
> Documentation/staging/remoteproc.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/staging/remoteproc.rst b/Documentation/staging/remoteproc.rst
> index 348ee7e..3125030 100644
> --- a/Documentation/staging/remoteproc.rst
> +++ b/Documentation/staging/remoteproc.rst
> @@ -245,6 +245,8 @@ if the remote processor is accessing memory directly).
>
> In addition to the standard ELF segments, most remote processors would
> also include a special section which we call "the resource table".
> +This resource table section name may have anything appended after it,
> +but it must start with ".resource_table"
What do you think of:
In addition to the standard ELF segments, most remote processors would
also include a special section which we call the "resource table".
A "resource table" section name must start with the ".resource_table"
prefix, optionally having a more descriptive string appended. For
example, ".resource_table.my_rproc" is a valid section name.
Regards,
Phil.
Powered by blists - more mailing lists