Re: how to prevent automatic dtb load?

2022-08-04 Thread Peter Maydell
On Thu, 4 Aug 2022 at 13:51, Chan Kim wrote: > Yes, you are right. I tried again with that -dtb option like this. > > qemu-system-aarch64 -machine > ab21q,gic-version=max,secure=on,virtualization=true -cpu max -kernel > u-boot-spl -m 8M -nographic -device loader,file=Image,addr=0x8020 -dtb

RE: how to prevent automatic dtb load?

2022-08-04 Thread Chan Kim
t;Subject: Re: how to prevent automatic dtb load? > > >"Chan Kim" writes: > >> Hello experts, >> >> While emulating u-boot program which loads linux, I found even if I >> load my dtb file at 0x8000 using -device loader,file=xxx,addr=yyy >> the q

Re: how to prevent automatic dtb load?

2022-08-04 Thread Alex Bennée
"Chan Kim" writes: > Hello experts, > > While emulating u-boot program which loads linux, I found even if I load my > dtb file at 0x8000 using -device > loader,file=xxx,addr=yyy the qemu program loads the dtb it generated > at 0x8000. And it gives me this error. What is your full

how to prevent automatic dtb load?

2022-08-04 Thread Chan Kim
Hello experts, While emulating u-boot program which loads linux, I found even if I load my dtb file at 0x8000 using -device loader,file=xxx,addr=yyy the qemu program loads the dtb it generated at 0x8000. And it gives me this error. The following two regions overlap (in the cpu-memory-0