From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Rae Date: Mon, 23 Jun 2014 10:30:02 -0700 Subject: [U-Boot] Running ARMv8 on fast model In-Reply-To: References: Message-ID: <53A8641A.5060500@broadcom.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 14-06-23 12:01 AM, Youngmin Nam wrote: > Hello expert. > I'm trying to run ARMv8 u-boot on fast model. Exactly on Coretex-A57?4 In > FVP_VE > > When I run command "model_shell64 cadi_system_Linux64-Release-GCC-4.6.so > u-boot.elf" > > There isn't any pop up xterm terminal. > > My fast model version is 8.3 and I used vexpress_aemv8a configuration on > denx u-boot mainline. > > Does any body test armv8 u-boot on fast model? > > Yes - but... (1) I am testing vexpress_aemv8a_semi; which is not in master yet -- see: http://patchwork.ozlabs.org/patch/357577/ (2) I have inherited a script which "does everything"... However, the fundamental piece is: ./Linux-Release-GCC-4.6/isim_system -C pctl.startup=0.0.0.0 -C bp.secure_memory=0 -C cache_state_modelled=0 -C bp.pl011_uart0.untimed_fifos=1 -C bp.secureflashloader.fname=bl1.bin Note: this process actually launches a bootloader (bl1.bin); which is then used to launch U-Boot... I hope this helps, Thanks, Steve > > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >