
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