Re: how to run u-boot on qemu arm64 virt machine?

2021-10-14 Thread François Ozog
*To:* 'François Ozog' > *Cc:* 'Tom Rini' ; 'u-boot@lists.denx.de' < > u-boot@lists.denx.de> > *Subject:* RE: how to run u-boot on qemu arm64 virt machine? > > > > > > Hi Francois, > > Thanks for the good information. I’ll look into that later. > > Can

RE: how to run u-boot on qemu arm64 virt machine?

2021-10-13 Thread Chan Kim
ain processor to start from kernel. Thank you. Chan Kim From: Chan Kim Sent: Thursday, October 14, 2021 12:03 PM To: 'François Ozog' Cc: 'Tom Rini' ; 'u-boot@lists.denx.de' Subject: RE: how to run u-boot on qemu arm64 virt machine? Hi Francois, Thanks for the good information. I

RE: how to run u-boot on qemu arm64 virt machine?

2021-10-13 Thread Chan Kim
from SD card the kernel, file system, dtb etc to the memory and calling kernel. Thank you! Chan Kim From: François Ozog Sent: Wednesday, October 13, 2021 6:29 PM To: Chan Kim Cc: Tom Rini ; u-boot@lists.denx.de Subject: Re: how to run u-boot on qemu arm64 virt machine? Hi You can

Re: how to run u-boot on qemu arm64 virt machine?

2021-10-13 Thread François Ozog
Hi You can find work in progress here too: http://releases.linaro.org/components/ledge/rp-0.2/ledge-multi-armv8/ For aarch64 there are virt and sbsa-ref machines. Virt is essentially to boot a VM while sbsa-ref is a reference platform that mimics all required hardware, firmware for the secure

RE: how to run u-boot on qemu arm64 virt machine?

2021-10-12 Thread Chan Kim
> > That's a very old QEMU version. We use v6.1.0 currently and v4.2.0 before > that. > > -- > Tom Thank you, Tom Yes, so I tried it now with v4.2.0 with "-nographic" option. (Without it I still see qemu manager window.) Chan Kim

Re: how to run u-boot on qemu arm64 virt machine?

2021-10-12 Thread Tom Rini
On Tue, Oct 12, 2021 at 01:46:33PM +0900, c...@etri.re.kr wrote: > Hello, u-boot mail list members, > > I'm trying to run u-boot on qemu arm64 virt machine to analyze how the S/W > runs. > > I followed "doc/board/emulation/qemu-arm.rst", and here is what I did. > > > > For qemu build (using

how to run u-boot on qemu arm64 virt machine?

2021-10-12 Thread ckim
Hello, u-boot mail list members, I'm trying to run u-boot on qemu arm64 virt machine to analyze how the S/W runs. I followed "doc/board/emulation/qemu-arm.rst", and here is what I did. For qemu build (using qemu-2.9.0), I did under ~/QEMU/qemu directory, mkdir build; cd build; ../configure