Re: [PATCH 5/5] qemu-arm: get FDT from bloblist

2023-12-20 Thread Ilias Apalodimas
On Tue, Dec 19, 2023 at 01:11:12PM -0800, Raymond Mao wrote: > Get devicetree from a bloblist if it exists. > If not, fallback to get FDT from the specified memory address. > > Signed-off-by: Raymond Mao > --- > board/emulation/qemu-arm/qemu-arm.c | 15 +-- > 1 file changed, 13 insert

Re: [PATCH 5/5] qemu-arm: get FDT from bloblist

2023-12-20 Thread Michal Simek
On 12/19/23 22:11, Raymond Mao wrote: Get devicetree from a bloblist if it exists. If not, fallback to get FDT from the specified memory address. Signed-off-by: Raymond Mao --- board/emulation/qemu-arm/qemu-arm.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff

[PATCH 5/5] qemu-arm: get FDT from bloblist

2023-12-19 Thread Raymond Mao
Get devicetree from a bloblist if it exists. If not, fallback to get FDT from the specified memory address. Signed-off-by: Raymond Mao --- board/emulation/qemu-arm/qemu-arm.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/board/emulation/qemu-arm/qemu-arm.c