Re: [PATCH v2 1/2] bloblist: fix the overriding of fdt from bloblist

2025-04-28 Thread Tom Rini
On Mon, 31 Mar 2025 15:40:09 -0700, Raymond Mao wrote: > When a bloblist is valid and contains fdt, it explicitly means > a previous boot stage is passing transfer list compliant with > Firmware Handoff specification, thus the fdt from bloblist should > not be overridden with the ones from board o

Re: [PATCH v2 1/2] bloblist: fix the overriding of fdt from bloblist

2025-04-28 Thread Raymond Mao
Hi Tom, Can we merge this series into master? Actually my below OP-TEE patches depend on this for merging to allow testing firmware handoff on QEMU v8 through TF-A, OP-TEE, U-Boot to Kernel. https://github.com/OP-TEE/build/pull/821 https://github.com/OP-TEE/optee_test/pull/788 https://github.com/O

[PATCH v2 1/2] bloblist: fix the overriding of fdt from bloblist

2025-03-31 Thread Raymond Mao
When a bloblist is valid and contains fdt, it explicitly means a previous boot stage is passing transfer list compliant with Firmware Handoff specification, thus the fdt from bloblist should not be overridden with the ones from board or env variables. Fixes: 70fe23859437 ("fdt: Allow the devicetre