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,
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 mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
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
>
>
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
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
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.
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
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
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
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
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
> 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
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
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
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,
> >
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
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
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
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
20 matches
Mail list logo