[PATCH 3/9] fdtdec: Support compatible string list for reserved memory
Simon Glass
sjg at chromium.org
Thu Sep 30 06:09:20 CEST 2021
Hi,
On Fri, 3 Sept 2021 at 07:16, Thierry Reding <thierry.reding at gmail.com> wrote:
>
> From: Thierry Reding <treding at 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 at 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 at chromium.org>
More information about the U-Boot
mailing list