u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Thierry Reding <thierry.reding@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>,
	U-Boot Mailing List <u-boot@lists.denx.de>
Subject: Re: [PATCH 3/9] fdtdec: Support compatible string list for reserved memory
Date: Wed, 29 Sep 2021 22:09:20 -0600	[thread overview]
Message-ID: <CAPnjgZ2AV_ZjUFYkr03_VaaToqNRC9Xhoboje+WvK_0TZWQSeQ@mail.gmail.com> (raw)
In-Reply-To: <20210903131625.2153838-4-thierry.reding@gmail.com>

Hi,

On Fri, 3 Sept 2021 at 07:16, Thierry Reding <thierry.reding@gmail.com> wrote:
>
> From: Thierry Reding <treding@nvidia.com>
>
> Reserved memory nodes can have a compatible string list to identify the
> type of reserved memory that they represent. Support specifying an
> optional compatible string list when creating these nodes.
>
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  arch/arm/cpu/armv8/fsl-layerscape/soc.c |  3 +-
>  arch/riscv/lib/fdt_fixup.c              |  2 +-
>  board/nvidia/p2371-2180/p2371-2180.c    |  5 +-
>  board/nvidia/p2771-0000/p2771-0000.c    |  5 +-
>  board/nvidia/p3450-0000/p3450-0000.c    |  5 +-
>  include/fdtdec.h                        | 17 ++++--
>  lib/fdtdec.c                            | 69 ++++++++++++++++++++++++-
>  lib/fdtdec_test.c                       |  4 +-
>  lib/optee/optee.c                       |  1 +
>  test/dm/fdtdec.c                        | 18 +++----
>  10 files changed, 105 insertions(+), 24 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2021-09-30  4:15 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-03 13:16 [PATCH 0/9] ARM: tegra: Support EMC frequency tables on Tegra210 Thierry Reding
2021-09-03 13:16 ` [PATCH 1/9] fdtdec: Allow using fdtdec_get_carveout() in loops Thierry Reding
2021-09-30  4:09   ` Simon Glass
2021-09-03 13:16 ` [PATCH 2/9] fdtdec: Support retrieving the name of a carveout Thierry Reding
2021-09-30  4:09   ` Simon Glass
2021-09-03 13:16 ` [PATCH 3/9] fdtdec: Support compatible string list for reserved memory Thierry Reding
2021-09-30  4:09   ` Simon Glass [this message]
2021-09-03 13:16 ` [PATCH 4/9] fdtdec: Reorder fdtdec_set_carveout() parameters for consistency Thierry Reding
2021-09-30  4:09   ` Simon Glass
2021-09-03 13:16 ` [PATCH 5/9] fdtdec: Support reserved-memory flags Thierry Reding
2021-09-30  4:09   ` Simon Glass
2021-09-03 13:16 ` [PATCH 6/9] ARM: tegra: Support multiple reserved memory regions Thierry Reding
2021-09-30  4:08   ` Simon Glass
2021-09-03 13:16 ` [PATCH 7/9] ARM: tegra: Support EMC frequency tables on Tegra210 Thierry Reding
2021-09-30  4:08   ` Simon Glass
2021-09-03 13:16 ` [PATCH 8/9] ARM: tegra: Refactor DT update helpers Thierry Reding
2021-09-30  4:08   ` Simon Glass
2021-09-03 13:16 ` [PATCH 9/9] ARM: tegra: Copy memory-region-names property Thierry Reding
2021-09-30  4:08   ` Simon Glass

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=CAPnjgZ2AV_ZjUFYkr03_VaaToqNRC9Xhoboje+WvK_0TZWQSeQ@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=thierry.reding@gmail.com \
    --cc=twarren@nvidia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).