* Problem bringing up DOMU on omap5432.
@ 2014-06-27 5:32 bibin c
2014-06-27 9:37 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: bibin c @ 2014-06-27 5:32 UTC (permalink / raw)
To: xen-devel; +Cc: souvik.datta
[-- Attachment #1.1: Type: text/plain, Size: 1283 bytes --]
Hello,
I have been trying to bring up DOMU based on 3.8 Linux kernel on omap5 evm
(Cortex A 15), But I am facing an issue with the same.
I am running Xen 4.5 unstable and linux 3.15 rc5 as DOM0.
Earlier i had successfully brought up DOMU based on the same kernel as DOM0
(i.e. linux 3.15), but when i try linux 3.8 as DOMU boot fails.
The error occurs in setup_machine_fdt() of DOMU kernel, with the error
being:
-----------------------------------------------------------------------------------------------------------
(d1) Error: unrecognized/unsupported device tree compatible list:
(d1) [ DOMU: get flat device tree property
(d1) 'xen,xenvm-4.5' 'xen,xenvm' ]
(d1)
(d1) Available machine support:
(d1)
(d1) ID (hex) NAME
(d1) ffffffff Generic OMAP5 (Flattened Device Tree)
(d1) ffffffff Generic OMAP4 (Flattened Device Tree)
(d1) ffffffff Generic AM33XX (Flattened Device Tree)
(d1) ffffffff Generic OMAP3-GP (Flattened Device Tree)
(d1) ffffffff Generic OMAP3 (Flattened Device Tree)
(d1) 00000ae7 OMAP4 Panda board
(d1)
(d1) Please check your kernel config and/or bootloader.
------------------------------------------------------------------------------------------------------------
Could anyone shed some light on the same.
Thanks and Regards,
Bibin
[-- Attachment #1.2: Type: text/html, Size: 1700 bytes --]
[-- Attachment #2: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem bringing up DOMU on omap5432.
2014-06-27 5:32 Problem bringing up DOMU on omap5432 bibin c
@ 2014-06-27 9:37 ` Ian Campbell
2014-06-27 11:04 ` Julien Grall
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2014-06-27 9:37 UTC (permalink / raw)
To: bibin c; +Cc: souvik.datta, xen-devel
On Fri, 2014-06-27 at 11:02 +0530, bibin c wrote:
> -----------------------------------------------------------------------------------------------------------
> (d1) Error: unrecognized/unsupported device tree compatible list:
> (d1) [ DOMU: get flat device tree property
> (d1) 'xen,xenvm-4.5' 'xen,xenvm' ]
It looks like you might not have CONFIG_XEN enabled in your domU kernel
config. or something like that. Or perhaps you are missing
CONFIG_ARCH_MULTIPLATFORM?
Ian.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem bringing up DOMU on omap5432.
2014-06-27 9:37 ` Ian Campbell
@ 2014-06-27 11:04 ` Julien Grall
0 siblings, 0 replies; 3+ messages in thread
From: Julien Grall @ 2014-06-27 11:04 UTC (permalink / raw)
To: Ian Campbell, bibin c; +Cc: souvik.datta, xen-devel
Hi,
On 27/06/14 10:37, Ian Campbell wrote:
> On Fri, 2014-06-27 at 11:02 +0530, bibin c wrote:
>
>> -----------------------------------------------------------------------------------------------------------
>> (d1) Error: unrecognized/unsupported device tree compatible list:
>> (d1) [ DOMU: get flat device tree property
>> (d1) 'xen,xenvm-4.5' 'xen,xenvm' ]
>
> It looks like you might not have CONFIG_XEN enabled in your domU kernel
> config. or something like that. Or perhaps you are missing
> CONFIG_ARCH_MULTIPLATFORM?
xen,xenvm is part of mach-virt. You will have to enable
CONFIG_ARCH_MULTIPLATFORM and CONFIG_ARCH_VIRT.
Regards,
--
Julien Grall
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-27 11:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 5:32 Problem bringing up DOMU on omap5432 bibin c
2014-06-27 9:37 ` Ian Campbell
2014-06-27 11:04 ` Julien Grall
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.