All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [xen-devel][xen/Arm]xen fail to boot on omap5 board
       [not found] ` <CANS8LXV1DAzHyFSkvduNs8_PC4kZyjKdj-mPxqa-aDqpC5-6Bg@mail.gmail.com>
@ 2017-07-18  9:05   ` shishir tiwari
  2017-07-18  9:50     ` Andrii Anisov
  0 siblings, 1 reply; 4+ messages in thread
From: shishir tiwari @ 2017-07-18  9:05 UTC (permalink / raw
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 409 bytes --]

Hi

I want test and understand xen hypervisor implementation with dom0 and domU
on omap5 board.

I followed
https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/OMAP5432_uEVM
with latest kernel(4.11.7) and xen(4.9.0) and device tree and but unable to
boot dom0.

xen stop on "Turning on pages".


please tell what version on Xen and kernel is tested on omap5 board.


Thanks
Shishir tiwari

[-- Attachment #1.2: Type: text/html, Size: 589 bytes --]

[-- Attachment #2: Type: text/plain, Size: 127 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [xen-devel][xen/Arm]xen fail to boot on omap5 board
  2017-07-18  9:05   ` [xen-devel][xen/Arm]xen fail to boot on omap5 board shishir tiwari
@ 2017-07-18  9:50     ` Andrii Anisov
  2017-07-21 12:52       ` Julien Grall
  0 siblings, 1 reply; 4+ messages in thread
From: Andrii Anisov @ 2017-07-18  9:50 UTC (permalink / raw
  To: shishir tiwari, xen-devel

Dear Shishir,


On 18.07.17 12:05, shishir tiwari wrote:
> Hi
>
> I want test and understand xen hypervisor implementation with dom0 and 
> domU on omap5 board.
>
> I followed
> https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/OMAP5432_uEVM 
>
> with latest kernel(4.11.7) and xen(4.9.0) and device tree and but 
> unable to boot dom0.
>
> xen stop on "Turning on pages".
Please drop the whole log.

> please tell what version on Xen and kernel is tested on omap5 board.
IIRC it was XEN 4.5 and LK 3.18. An old and outdated stuff. The same as 
OMAP5, which is discontinued maybe three years ago.

BTW, I'm really surprised you have an OMAP5 based board. Which actually 
do you have?

-- 

*Andrii Anisov*



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [xen-devel][xen/Arm]xen fail to boot on omap5 board
  2017-07-18  9:50     ` Andrii Anisov
@ 2017-07-21 12:52       ` Julien Grall
  2017-07-21 17:06         ` Andrii Anisov
  0 siblings, 1 reply; 4+ messages in thread
From: Julien Grall @ 2017-07-21 12:52 UTC (permalink / raw
  To: Andrii Anisov, shishir tiwari, xen-devel, Stefano Stabellini



On 18/07/17 10:50, Andrii Anisov wrote:
> Dear Shishir,
>
>
> On 18.07.17 12:05, shishir tiwari wrote:
>> Hi
>>
>> I want test and understand xen hypervisor implementation with dom0 and
>> domU on omap5 board.
>>
>> I followed
>> https://wiki.xenproject.org/wiki/Xen_ARM_with_Virtualization_Extensions/OMAP5432_uEVM
>>
>> with latest kernel(4.11.7) and xen(4.9.0) and device tree and but
>> unable to boot dom0.
>>
>> xen stop on "Turning on pages".

I guess you mean "- Turning on paging -"

> Please drop the whole log.

This is very early boot in head.S so having the full log will not really 
help here...

What is more interesting is where the different modules have been loaded 
in memory:
	- Device Tree
	- Kernel
	- Xen
	- Initramfs (if any)

>
>> please tell what version on Xen and kernel is tested on omap5 board.
> IIRC it was XEN 4.5 and LK 3.18. An old and outdated stuff. The same as
> OMAP5, which is discontinued maybe three years ago.

Even though OMAP5 is not sold anymore, we should still be able to boot 
Xen 4.9 on it. If it is not the case, then there is a bug in the code.

>
> BTW, I'm really surprised you have an OMAP5 based board. Which actually
> do you have?
>

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [xen-devel][xen/Arm]xen fail to boot on omap5 board
  2017-07-21 12:52       ` Julien Grall
@ 2017-07-21 17:06         ` Andrii Anisov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrii Anisov @ 2017-07-21 17:06 UTC (permalink / raw
  To: Julien Grall, shishir tiwari, xen-devel, Stefano Stabellini

Hello Julien,


On 21.07.17 15:52, Julien Grall wrote:
> This is very early boot in head.S so having the full log will not 
> really help here...
>
> What is more interesting is where the different modules have been 
> loaded in memory:
>     - Device Tree
>     - Kernel
>     - Xen
>     - Initramfs (if any)
Well, actually I supposed HYP mode is not enabled. It was tricky some 
time ago, not sure if it was upstreamed to u-boot.
But yep, mentioned print is after HYP mode check.
IMHO the log starting from the board power on moment will provide more 
precise info about the situation.

-- 

*Andrii Anisov*



_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-07-21 17:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CANS8LXWo2-AAGnJhoqA98vEC242XHFYXL8D5YVQCLypZ4LV6LA@mail.gmail.com>
     [not found] ` <CANS8LXV1DAzHyFSkvduNs8_PC4kZyjKdj-mPxqa-aDqpC5-6Bg@mail.gmail.com>
2017-07-18  9:05   ` [xen-devel][xen/Arm]xen fail to boot on omap5 board shishir tiwari
2017-07-18  9:50     ` Andrii Anisov
2017-07-21 12:52       ` Julien Grall
2017-07-21 17:06         ` Andrii Anisov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.