Re: [PATCH v2 6/6] binman: Support templates containing phandles

2023-08-02 Thread Simon Glass
This provides support for phandles to be copied over from templates. This is not quite safe, since if the template is instantiated twice (i.e. in two different nodes), then duplicate phandles will be found. This will result in an error. Signed-off-by: Simon Glass --- Changes in v2: - Refine supp

[PATCH v2 6/6] binman: Support templates containing phandles

2023-07-22 Thread Simon Glass
This provides support for phandles to be copied over from templates. This is not quite safe, since if the template is instantiated twice (i.e. in two different nodes), then duplicate phandles will be found. This will result in an error. Signed-off-by: Simon Glass --- Changes in v2: - Refine supp