> Am 14.04.2023 um 10:54 schrieb Alex Bennée <alex.ben...@linaro.org>:
> 

Hello Alex,

> 
> Where are these DTB nodes documented?

Yes, it is currently missing.

> 
> Also could you not achieve the same thing using the guest-loader which
> uses the multiboot spec and sets:
> 
>        const char *compat[2] = { "multiboot,module", "multiboot,ramdisk" };
>        if (qemu_fdt_setprop_string_array(fdt, node, "compatible",
>                                          (char **) &compat,
>                                          ARRAY_SIZE(compat)) < 0) {
>            error_setg(errp, "couldn't set %s/compatible", node);
>            return;
>        }
> 

Thanks for the hint. I will check it.

Cheers

Stefan

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to