Re: [U-Boot] Booting armv8 Kernel on UBoot

2016-07-20 Thread Rajkumar Ramasamy
Hi, I did a few more debugging and wanted to share few more information which are below: 1) I think QEMU does support EL2, because, the following code is working fine. mov\xreg1, #0x33ff msrcptr_el2, \xreg1/* Disable coprocessor traps to EL2 */ 2) The machine is still in EL3,

[U-Boot] Booting armv8 Kernel on UBoot

2016-07-20 Thread Rajkumar Ramasamy
Hi, I am trying to boot ARMv8 Linux kernel using U-Boot. I have built the latest mainline kernel and U-Boot for aarch64 using defconfig. I am testing this build on QEMU V2.6.0. I have loaded the Image file at 0x8008 "loaded file /home/shingu/workspace/linux/linux_mainline_aarch64/arch/

[U-Boot] Booting armv8 Kernel on UBoot

2016-07-20 Thread Rajkumar Ramasamy
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Booting armv8 kernel on uboot

2014-06-04 Thread Sudeep Holla
On Wed, Jun 4, 2014 at 5:31 AM, Vishal Bhoj wrote: > Hi, > > Thanks for the help. I am able to boot the kernel on foundation models but > unable to boot the kernel on the FVP base models. The model itself seem to > hang while booting the kernel. Here is the log: > http://pastebin.com/HajuPFZ1 > >

Re: [U-Boot] Booting armv8 kernel on uboot

2014-06-03 Thread Vishal Bhoj
Hi, Thanks for the help. I am able to boot the kernel on foundation models but unable to boot the kernel on the FVP base models. The model itself seem to hang while booting the kernel. Here is the log: http://pastebin.com/HajuPFZ1 I am investigating on what the last instruction getting executed i

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-30 Thread feng...@phytium.com.cn
hi Tiger, > Hi, fenghua: > Followed your steps, I also downloaded linux-3.14.4.tar.xz . > And run it with ATF + Uboot. > It could boot into linux kernel, and hangs at mounting root fs. > > Thanks a lot! I did not test rootfs. It depends on where you place the rootfs(ramdisk or mmc etc). The k

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-27 Thread TigerLiu
Hi, fenghua: Followed your steps, I also downloaded linux-3.14.4.tar.xz . And run it with ATF + Uboot. It could boot into linux kernel, and hangs at mounting root fs. Thanks a lot! Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-27 Thread feng...@phytium.com.cn
Dear Tom, Tiger, > > hi Tom, > >> On Thu, May 22, 2014 at 10:26:17PM +0800, feng...@phytium.com.cn wrote: >>> >>> Hi , I have added mmc driver into the vexpress64 board file for uboot and tested it on FVP base model. I tried booting a kernel on that but it is aborting wit

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-26 Thread feng...@phytium.com.cn
hi Tom, > On Thu, May 22, 2014 at 10:26:17PM +0800, feng...@phytium.com.cn wrote: >> >> >>> Hi , >>> I have added mmc driver into the vexpress64 board file for uboot and tested >>> it on FVP base model. I tried booting a kernel on that but it is aborting >>> with the following message: >>> Fina

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-22 Thread TigerLiu
Hi, fenghua: >I always use mkimage converting kernel to uImage and booting it. It works fine. >Wish this help you. I followed these steps : 1. git clone git://git.linaro.org/kernel/linaro-aarch64.git 2. compiled it % make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- distclean vexpress_defconfig

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-22 Thread Vishal Bhoj
Hi, On 22 May 2014 22:06, Tom Rini wrote: > On Thu, May 22, 2014 at 10:26:17PM +0800, feng...@phytium.com.cn wrote: > > > > > > > Hi , > > > I have added mmc driver into the vexpress64 board file for uboot and > tested > > > it on FVP base model. I tried booting a kernel on that but it is > abo

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-22 Thread Tom Rini
On Thu, May 22, 2014 at 10:26:17PM +0800, feng...@phytium.com.cn wrote: > > > > Hi , > > I have added mmc driver into the vexpress64 board file for uboot and tested > > it on FVP base model. I tried booting a kernel on that but it is aborting > > with the following message: > > Final value for ar

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-22 Thread feng...@phytium.com.cn
> Hi , > I have added mmc driver into the vexpress64 board file for uboot and tested > it on FVP base model. I tried booting a kernel on that but it is aborting > with the following message: > Final value for argc=3 > Loading Kernel Image ... OK > kernel loaded at 0x0008, end = 0x00827024

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-22 Thread Vishal Bhoj
Hi, On 22 May 2014 18:09, Tom Rini wrote: > On Thu, May 22, 2014 at 11:18:24AM +0530, Vishal Bhoj wrote: > > Hi, > > > > Thanks for the inputs. > > > > > > On 21 May 2014 21:04, Mark Rutland wrote: > > > > > On Wed, May 21, 2014 at 04:28:53PM +0100, Tom Rini wrote: > > > > On Wed, May 21, 2014

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-22 Thread Tom Rini
On Thu, May 22, 2014 at 11:18:24AM +0530, Vishal Bhoj wrote: > Hi, > > Thanks for the inputs. > > > On 21 May 2014 21:04, Mark Rutland wrote: > > > On Wed, May 21, 2014 at 04:28:53PM +0100, Tom Rini wrote: > > > On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > > > > On Wed, May

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Vishal Bhoj
Hi, Thanks for the inputs. On 21 May 2014 21:04, Mark Rutland wrote: > On Wed, May 21, 2014 at 04:28:53PM +0100, Tom Rini wrote: > > On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > > > On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > > > > Hi , > > > > > > Hi, > >

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Mark Rutland
On Wed, May 21, 2014 at 04:28:53PM +0100, Tom Rini wrote: > On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > > On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > > > Hi , > > > > Hi, > > > > > I have added mmc driver into the vexpress64 board file for uboot and > > > t

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Tom Rini
On Wed, May 21, 2014 at 10:40:38AM +0100, Mark Rutland wrote: > On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > > Hi , > > Hi, > > > I have added mmc driver into the vexpress64 board file for uboot and tested > > it on FVP base model. I tried booting a kernel on that but it is abor

Re: [U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Mark Rutland
On Wed, May 21, 2014 at 09:46:35AM +0100, Vishal Bhoj wrote: > Hi , Hi, > I have added mmc driver into the vexpress64 board file for uboot and tested > it on FVP base model. I tried booting a kernel on that but it is aborting > with the following message: > Final value for argc=3 >Loading Ker

[U-Boot] Booting armv8 kernel on uboot

2014-05-21 Thread Vishal Bhoj
Hi , I have added mmc driver into the vexpress64 board file for uboot and tested it on FVP base model. I tried booting a kernel on that but it is aborting with the following message: Final value for argc=3 Loading Kernel Image ... OK kernel loaded at 0x0008, end = 0x00827024 using: FDT